@charset "UTF-8";
* {
  -moz-outline: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
  position: relative;
  transition: all 1s;
  width: 100%;
  overflow-x: hidden;
}
html {
  scroll-behavior: smooth;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
ul,
ol {
  list-style: none;
}
a {
  text-decoration: none;
  color: #000;
}
ul.swiper-wrapper {
  margin: 0;
  padding: 0;
}
input,
textarea {
  resize: none;
}
img {
  max-height: 100%;
  max-width: 100%;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.f_column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.f_column_right {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.f_row {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}
.f_row_right {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.j_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.j_end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.j_start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.j_justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.j_around {
  -moz-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.a_start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.a_end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.a_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.a_baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.a_stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.dh {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flex_wrap {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.letterBig {
  text-transform: uppercase;
}
.pb {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.ab {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-align: center;
}
.abImg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.xzx {
  transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
}
.xzy {
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.w1800 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 60px;
}
.w1720 {
  width: 100%;
  max-width: 1720px;
  margin: 0 auto;
}
.w1680 {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
}
.w1600 {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
.w1560 {
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
}
.w1440 {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  height: 100%;
}
.w1400,
.wrap {
  width: 100%;
  height: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.w1310,
.wrap {
  width: 100%;
  max-width: 1310px;
  margin: 0 auto;
  position: relative;
}
.w1280 {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.w1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.w1194 {
  width: 100%;
  max-width: 1194px;
  margin: 0 auto;
}
.w1040 {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}
.text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* ----------------------------------------------------------字体 */
.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;
  }
}
.font56 {
  font-size: 56px;
}
@media (max-width:1600px) {
  .font56 {
    font-size: 49px;
  }
}
@media (max-width:1366px) {
  .font56 {
    font-size: 46px;
  }
}
@media (max-width:1024px) {
  .font56 {
    font-size: 38px;
  }
}
@media (max-width:768px) {
  .font56 {
    font-size: 34px;
  }
}
@media (max-width:480px) {
  .font56 {
    font-size: 26px;
  }
}
@media (max-width:360px) {
  .font56 {
    font-size: 22px;
  }
}
.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: 26px;
  }
}
.font46 {
  font-size: 46px;
}
@media (max-width:1600px) {
  .font46 {
    font-size: 40px;
  }
}
@media (max-width:1366px) {
  .font46 {
    font-size: 36px;
  }
}
@media (max-width:1024px) {
  .font46 {
    font-size: 30px;
  }
}
@media (max-width:768px) {
  .font46 {
    font-size: 26px;
  }
}
.font42 {
  font-size: 42px;
}
@media (max-width:1600px) {
  .font42 {
    font-size: 38px;
  }
}
@media (max-width:1366px) {
  .font42 {
    font-size: 34px;
  }
}
@media (max-width:1024px) {
  .font42 {
    font-size: 28px;
  }
}
@media (max-width:768px) {
  .font42 {
    font-size: 24px;
  }
}
.font40 {
  font-size: 40px;
}
@media (max-width:1600px) {
  .font40 {
    font-size: 36px;
  }
}
@media (max-width:1366px) {
  .font40 {
    font-size: 32px;
  }
}
@media (max-width:1024px) {
  .font40 {
    font-size: 26px;
  }
}
@media (max-width:768px) {
  .font40 {
    font-size: 22px;
  }
}
.font38 {
  font-size: 38px;
}
@media (max-width:1600px) {
  .font38 {
    font-size: 34px;
  }
}
@media (max-width:1366px) {
  .font38 {
    font-size: 30px;
  }
}
@media (max-width:1024px) {
  .font38 {
    font-size: 24px;
  }
}
@media (max-width:768px) {
  .font38 {
    font-size: 22px;
  }
}
.font36 {
  font-size: 36px;
}
@media (max-width:1600px) {
  .font36 {
    font-size: 30px;
  }
}
@media (max-width:1366px) {
  .font36 {
    font-size: 24px;
  }
}
@media (max-width:1024px) {
  .font36 {
    font-size: 21px;
  }
}
@media (max-width:768px) {
  .font36 {
    font-size: 20px;
  }
}
.font32 {
  font-size: 32px;
}
@media (max-width:1600px) {
  .font32 {
    font-size: 26px;
  }
}
@media (max-width:1366px) {
  .font32 {
    font-size: 21px;
  }
}
@media (max-width:1024px) {
  .font32 {
    font-size: 20px;
  }
}
@media (max-width:768px) {
  .font32 {
    font-size: 19px;
  }
}
.font30 {
  font-size: 30px;
}
@media (max-width:1600px) {
  .font30 {
    font-size: 24px;
  }
}
@media (max-width:1366px) {
  .font30 {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .font30 {
    font-size: 19px;
  }
}
@media (max-width:768px) {
  .font30 {
    font-size: 18px;
  }
}
.font28 {
  font-size: 28px;
}
@media (max-width:1600px) {
  .font28 {
    font-size: 26px;
  }
}
@media (max-width:1366px) {
  .font28 {
    font-size: 22px;
  }
}
@media (max-width:1024px) {
  .font28 {
    font-size: 18px;
  }
}
@media (max-width:768px) {
  .font28 {
    font-size: 17px;
  }
}
.font26 {
  font-size: 26px;
}
@media (max-width:1600px) {
  .font26 {
    font-size: 24px;
  }
}
@media (max-width:1366px) {
  .font26 {
    font-size: 21px;
  }
}
@media (max-width:1024px) {
  .font26 {
    font-size: 17px;
  }
}
@media (max-width:768px) {
  .font26 {
    font-size: 16px;
  }
}
.font24 {
  font-size: 24px;
}
@media (max-width:1600px) {
  .font24 {
    font-size: 22px;
  }
}
@media (max-width:1366px) {
  .font24 {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .font24 {
    font-size: 16px;
  }
}
@media (max-width:768px) {
  .font24 {
    font-size: 15px;
  }
}
.font22 {
  font-size: 22px;
}
@media (max-width:1600px) {
  .font22 {
    font-size: 20px;
  }
}
@media (max-width:1366px) {
  .font22 {
    font-size: 18px;
  }
}
@media (max-width:1024px) {
  .font22 {
    font-size: 15px;
  }
}
@media (max-width:768px) {
  .font22 {
    font-size: 14px;
  }
}
.font20 {
  font-size: 20px;
}
@media (max-width:1600px) {
  .font20 {
    font-size: 18px;
  }
}
@media (max-width:1366px) {
  .font20 {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .font20 {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .font20 {
    font-size: 13px;
  }
}
.font18 {
  font-size: 18px;
}
@media (max-width:1600px) {
  .font18 {
    font-size: 16px;
  }
}
@media (max-width:1366px) {
  .font18 {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .font18 {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .font18 {
    font-size: 12px;
  }
}
.font16 {
  font-size: 16px;
}
@media (max-width:1366px) {
  .font16 {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .font16 {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .font16 {
    font-size: 12px;
  }
}
.font14 {
  font-size: 14px;
}
@media (max-width:1366px) {
  .font14 {
    font-size: 13px;
  }
}
@media (max-width:1024px) {
  .font14 {
    font-size: 12px;
  }
}
.font12 {
  font-size: 12px;
}
/* ----------------------------------------------------------  内外边距 */
/* 间距 */
@media (max-width:1800px) {
  .w1680,
  .w1720 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1720px) {
  .w1600,
  .w1720 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1680px) {
  .w1560,
  .w1720 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1560px) {
  .w1440 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1520px) {
  .w1400,
  .wrap {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1470px) {
  .w1350,
  .wrap {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1400px) {
  .w1280 {
    padding: 0 60px;
  }
}
@media (max-width:1320px) {
  .w1200 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1194px) {
  .w1194 {
    padding: 0 30px;
  }
}
@media (max-width:1310px) {
  .w1310 {
    padding: 0 30px;
  }
}
@media (max-width:1024px) {
  .w1800,
  .w1720,
  .w1680,
  .w1560,
  .w1400,
  .w1350,
  .wrap,
  .w1440,
  .w1600,
  .w1280,
  .w1200,
  .w1310,
  .w1200 .w1040,
  .w1194 {
    padding: 0 30px;
  }
}
@media (max-width:990px) {
  .w1800,
  .w1720,
  .w1680,
  .w1560,
  .w1400,
  .w1350,
  .wrap,
  .w1440,
  .w1600,
  .w1280,
  .w1200,
  .w1310,
  .w1194,
  .w1200 .w1040 {
    padding: 0 20px;
  }
  .pc {
    display: none !important;
  }
  .wap,
  .mobile {
    display: block !important;
  }
}
.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;
  }
}
.h100 {
  height: 100%;
}
.w100 {
  width: 100%;
}
/* ----------------------------------------------------------    字体 */

.sy_me {
  font-weight: 600;
}
.sy_bo {
  font-weight: 800;
}
.sy_re {
  font-weight: 400;
}
.sy_li {
  font-weight: 300;
}
.sy_ex {
  font-weight: 200;
}
.sy_he {
  font-weight: 900;
}
.sa_re_V2 {
  font-weight: 400;
}
.sa_me_V2 {
  font-weight: 600;
}
.sa_bo_V2 {
  font-weight: 800;
}
/* 从上到下 animation-name: scaletop; animation-timing-function: cubic-bezier(.46,.03,.52,.96); animation-iteration-count: infinite;  animation-duration: 2s;*/
@keyframes scaletop {
  0% {
    transform: translateY(-200%);
    opacity: 0.1;
  }
  50% {
    transform: translateY(0%);
    opacity: 1;
  }
  100% {
    transform: translateY(200%);
    opacity: 0.1;
  }
}
@-webkit-keyframes scaletop {
  0% {
    transform: translateY(-200%);
    opacity: 0.1;
  }
  50% {
    transform: translateY(0%);
    opacity: 1;
  }
  100% {
    transform: translateY(200%);
    opacity: 0.1;
  }
}
/* 内阴影 呼吸感 -webkit-animation-timing-function: ease-in-out; -webkit-animation-name: breathe; -webkit-animation-duration: 2000ms; -webkit-animation-iteration-count: infinite; -webkit-animation-direction: alternate;*/
@keyframes breathe {
  0% {
    opacity: 1;
    border: 1px solid #eeeeee;
    box-shadow: inset 0 1px 20px #b6b6b6a4;
  }
  100% {
    opacity: 1;
    border: 1px solid #eeeeee;
    box-shadow: inset 0 1px 60px #b6b6b6;
  }
}
@-webkit-keyframes breathe {
  0% {
    opacity: 1;
    border: 1px solid #eeeeee;
    box-shadow: inset 0 1px 20px #b6b6b6a4;
  }
  100% {
    opacity: 1;
    border: 1px solid #eeeeee;
    box-shadow: inset 0 1px 60px #b6b6b6;
  }
}
/* 从左到右 animation-name: scaleleft; animation-timing-function: ease-out; animation-iteration-count: infinite;  animation-duration: 5s;*/
@keyframes scaleleft {
  0% {
    transform: translateX(-200%);
    opacity: 0.1;
  }
  50% {
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform: translateX(200%);
    opacity: 0.1;
  }
}
@-webkit-keyframes scaleleft {
  0% {
    transform: translateX(-200%);
    opacity: 0.1;
  }
  50% {
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform: translateX(200%);
    opacity: 0.1;
  }
}
/* 放大一直 animation-name: scalebig; animation-timing-function: ease-out; animation-iteration-count: infinite;  animation-duration: 3s;*/
@keyframes scalebig {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@-webkit-keyframes scalebig {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
/* 内页banner图从大到小  animation: big_baner 0.5s ease-in 1; */
@keyframes big_baner {
  0% {
    transform: scale(1.02);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes big_baner {
  0% {
    transform: scale(1.02);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* ----------------------------------------------------------    主题色 */
/* ----------------------------------------------------------   视频弹窗 */
.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: #015995;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.videobox .close:hover {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  background: #015995;
  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;
  }
}
.miaodian {
  width: 100%;
  height: 0;
  transform: translateY(-120px);
}
/* ----------------------------------------------------------    手机端导航 */
.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;
  max-width: 120px;
  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 ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.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: #015995;
}
.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: #015995;
}
.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 ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  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 ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.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 ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.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 ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  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 ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.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: #015995;
}
.m_header_box .header_body .menu_nav ul li .one.active .icon {
  color: #015995;
}
.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 #015995;
  display: none;
}
.m_header_box .header_body .menu_nav ul li ul li {
  border: 0;
  margin: 15px 0;
}
.m_header_box .header_body .menu_nav ul li ul li a {
  font-size: 13px;
  padding: 0 0 0 20px;
  color: #333;
  position: relative;
}
.m_header_box .header_body .menu_nav ul li ul li a .icon {
  width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  color: #333;
}
.m_header_box .header_body .menu_nav ul li ul li a .icon i {
  font-size: 8px;
}
.m_header_box .header_body .menu_nav ul li ul li a.active {
  color: #015995;
}
.m_header_box .header_body .menu_nav ul li ul li a.active .icon {
  color: #015995;
}
.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: #015995;
}
.m_header_box .header_body .menu_nav ul li ul li ul.active {
  display: block;
}
.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: #015995;
}
.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: #015995;
  color: #fff;
}
@media (max-width:990px) {
  .m_header_box {
    display: block;
  }
}
.m_header_nbsp {
  width: 100%;
  height: 60px;
  display: none;
  overflow: hidden;
}
@media (max-width:990px) {
  .m_header_nbsp {
    display: block;
  }
}
/* PC端导航 background: #edf0f2;  */
.activeShow .header_box {
  background: #edf0f2;
}
.activeShow .header_box .header_main .navleft .logo a img {
  filter: none;
}
.activeShow .header_box .header_main .nav_item .item > a {
  color: #333333 !important;
}
.activeShow .header_box .header_main .nav_item .item.active > a,
.activeShow .header_box .header_main .nav_item .item:hover > a {
  color: #0064ae !important;
}
.activeShow .header_box .header_main .nav_item .item.active > a::after,
.activeShow .header_box .header_main .nav_item .item:hover > a::after {
  width: 20px;
  background: #000 !important;
}
.activeShow .header_box .header_main .search_box .language .images {
  filter: brightness(0) invert(0);
}
.activeShow .header_box .header_main .search_box .search .images {
  filter: brightness(0) invert(0);
}
.header_box {
  height: 80px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header_box.active,
.header_box:hover {
  background: #edf0f2;
}
.header_box.active .header_main .navleft .logo a img,
.header_box:hover .header_main .navleft .logo a img {
  filter: none;
}
.header_box.active .header_main .nav_item > .item > a,
.header_box:hover .header_main .nav_item > .item > a {
  color: #333333 !important;
}
.header_box.active .header_main .nav_item > .item.active > a,
.header_box:hover .header_main .nav_item > .item.active > a,
.header_box.active .header_main .nav_item > .item:hover > a,
.header_box:hover .header_main .nav_item > .item:hover > a {
  color: #0064ae !important;
}
.header_box.active .header_main .nav_item > .item.active > a::after,
.header_box:hover .header_main .nav_item > .item.active > a::after,
.header_box.active .header_main .nav_item > .item:hover > a::after,
.header_box:hover .header_main .nav_item > .item:hover > a::after {
  width: 20px;
  background: #000 !important;
}
.header_box.active .header_main .search_box .language .images img,
.header_box:hover .header_main .search_box .language .images img {
  filter: brightness(0) invert(0);
}
.header_box.active .header_main .search_box .search .images,
.header_box:hover .header_main .search_box .search .images {
  filter: brightness(0) invert(0);
}
.header_box.hideBanner {
  transform: translateY(-100%);
}
.header_box a {
  font-family: "sy_re";
}
.header_box .w1560 {
  height: 100%;
}
.header_box .header_main {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 !important;
}
.header_box .header_main .navleft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  grid-gap: clamp(0px, 0vw, 0px) clamp(43px, 4.47916667vw, 86px);
}
.header_box .header_main .navleft .logo {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  max-width: 160px;
}
@media (max-width:1280px) {
  .header_box .header_main .navleft .logo {
    max-width: 120px;
  }
}
.header_box .header_main .navleft .logo a img {
  filter: brightness(0) invert(1);
}
.header_box .header_main .nav_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  grid-gap: 0 30px;
}
.header_box .header_main .nav_item > .item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header_box .header_main .nav_item > .item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  font-size: 20px;
  font-family: 'sa_me_V2';
  color: #ffffff;
  transition: all 0.3s;
  position: relative;
}
@media (max-width:1366px) {
  .header_box .header_main .nav_item > .item > a {
    font-size: 13px;
  }
}
@media (max-width:1024px) {
  .header_box .header_main .nav_item > .item > a {
    font-size: 12px;
  }
}
.header_box .header_main .nav_item > .item.active > a,
.header_box .header_main .nav_item > .item:hover > a {
  color: #fff;
}
.header_box .header_main .nav_item > .item.active > a::after,
.header_box .header_main .nav_item > .item:hover > a::after {
  width: 20px;
}
.header_box .header_main .nav_item > .item .nav_list {
  width: 200px;
  position: absolute;
  top: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
}
.header_box .header_main .nav_item > .item .nav_list .itemBx {
  width: 200px;
  height: auto;
  background: #fff;
  box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.12);
  border-radius: clamp(10px, 1.04166667vw, 20px);
  padding-left: clamp(12.5px, 1.30208333vw, 25px);
  padding-right: clamp(12.5px, 1.30208333vw, 25px);
  padding-top: clamp(15px, 1.5625vw, 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  grid-gap: 20px 0;
  padding-bottom: clamp(15px, 1.5625vw, 30px);
}
.header_box .header_main .nav_item > .item .nav_list .itemBx .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  font-family: 'sa_me_V2';
  font-size: 14px;
  color: #808080 !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width:1366px) {
  .header_box .header_main .nav_item > .item .nav_list .itemBx .item a {
    font-size: 13px;
  }
}
@media (max-width:1024px) {
  .header_box .header_main .nav_item > .item .nav_list .itemBx .item a {
    font-size: 12px;
  }
}
.header_box .header_main .nav_item > .item .nav_list .itemBx .item:hover a,
.header_box .header_main .nav_item > .item .nav_list .itemBx .item.active a {
  color: #015995 !important;
}
.header_box .header_main .nav_item > .item .nav_list::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  bottom: 100%;
}
.header_box .header_main .nav_item > .item .nav_listsol {
  position: absolute;
  top: 100%;
  width: 100vw;
  height: auto;
  left: 0;
  padding: 0 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;
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
}
.header_box .header_main .nav_item > .item .nav_listsol .listBox {
  max-width: 1560px;
  width: 100%;
  background: #fff;
  border-radius: clamp(10px, 1.04166667vw, 20px);
  padding: 40px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.header_box .header_main .nav_item > .item .nav_listsol .listBox::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  bottom: 100%;
  left: 46%;
}
.header_box .header_main .nav_item > .item .nav_listsol .listBox .itemBox {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 76.923076%;
  grid-gap: clamp(10px, 1.04166667vw, 20px) clamp(10px, 1.04166667vw, 20px);
  padding: 0px 40px;
  border-right: 1px solid #e5e5e5;
}
.header_box .header_main .nav_item > .item .nav_listsol .listBox .itemBox .item .title {
  min-height: 37px;
}
.header_box .header_main .nav_item > .item .nav_listsol .listBox .itemBox .item .title a {
  font-family: 'sa_me_V2';
  font-size: 14px;
  color: #1a1a1a;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width:1366px) {
  .header_box .header_main .nav_item > .item .nav_listsol .listBox .itemBox .item .title a {
    font-size: 13px;
  }
}
@media (max-width:1024px) {
  .header_box .header_main .nav_item > .item .nav_listsol .listBox .itemBox .item .title a {
    font-size: 12px;
  }
}
.header_box .header_main .nav_item > .item .nav_listsol .listBox .itemBox .item .images a {
  border-radius: 10px;
  overflow: hidden;
  margin-top: clamp(10px, 1.04166667vw, 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.header_box .header_main .nav_item > .item .nav_listsol .listBox .itemBox .item .images a .pb {
  padding-bottom: 69%;
}
.header_box .header_main .nav_item > .item .nav_listsol .listBox .itemBox .item .images a .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;
  background: #edf0f2;
}
.header_box .header_main .nav_item > .item .nav_listsol .listBox .itemBox .item .images a .pb .ab img {
  max-width: 70%;
  max-height: 70%;
}
.header_box .header_main .nav_item > .item .nav_listsol .listBox .itemBox .item .itBOx {
  margin-top: clamp(10px, 1.04166667vw, 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;
  grid-gap: 15px 0;
}
.header_box .header_main .nav_item > .item .nav_listsol .listBox .itemBox .item .itBOx .it a {
  font-family: 'sa_re_V2';
  font-size: 14px;
  color: #1a1a1a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width:1366px) {
  .header_box .header_main .nav_item > .item .nav_listsol .listBox .itemBox .item .itBOx .it a {
    font-size: 13px;
  }
}
@media (max-width:1024px) {
  .header_box .header_main .nav_item > .item .nav_listsol .listBox .itemBox .item .itBOx .it a {
    font-size: 12px;
  }
}
.header_box .header_main .nav_item > .item .nav_listsol .listBox .itemBox .item .itBOx .it a img {
  width: 11px;
  height: 11px;
  filter: brightness(0) invert(0.8);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header_box .header_main .nav_item > .item .nav_listsol .listBox .itemBox .item .itBOx .it a:hover,
.header_box .header_main .nav_item > .item .nav_listsol .listBox .itemBox .item .itBOx .it a.active {
  color: #0064ae;
}
.header_box .header_main .nav_item > .item .nav_listsol .listBox .itemBox .item .itBOx .it a:hover img,
.header_box .header_main .nav_item > .item .nav_listsol .listBox .itemBox .item .itBOx .it a.active img {
  filter: unset;
}
.header_box .header_main .nav_item > .item .nav_listsol .listBox .rightBox {
  padding: 0 40px;
}
.header_box .header_main .nav_item > .item .nav_listsol .listBox .rightBox .title {
  font-family: 'sa_me_V2';
  font-size: 14px;
  color: #1a1a1a;
  line-height: 1.3;
  min-height: 37px;
}
@media (max-width:1366px) {
  .header_box .header_main .nav_item > .item .nav_listsol .listBox .rightBox .title {
    font-size: 13px;
  }
}
@media (max-width:1024px) {
  .header_box .header_main .nav_item > .item .nav_listsol .listBox .rightBox .title {
    font-size: 12px;
  }
}
.header_box .header_main .nav_item > .item .nav_listsol .listBox .rightBox .itBox {
  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: 20px 0;
}
.header_box .header_main .nav_item > .item .nav_listsol .listBox .rightBox .itBox .it a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.header_box .header_main .nav_item > .item .nav_listsol .listBox .rightBox .itBox .it a .img {
  width: 33.5%;
  border-radius: 10px;
  overflow: hidden;
}
.header_box .header_main .nav_item > .item .nav_listsol .listBox .rightBox .itBox .it a .img .pb {
  background: #edf0f2;
}
.header_box .header_main .nav_item > .item .nav_listsol .listBox .rightBox .itBox .it a .img .pb .ab img {
  width: 100%;
}
.header_box .header_main .nav_item > .item .nav_listsol .listBox .rightBox .itBox .it a .conm {
  width: 59.7014%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.header_box .header_main .nav_item > .item .nav_listsol .listBox .rightBox .itBox .it a .conm .t {
  font-family: 'sa_re_V2';
  color: #1a1a1a;
  line-height: 1.3;
}
.header_box .header_main .nav_item > .item .nav_listsol .listBox .rightBox .itBox .it a .conm .im {
  filter: brightness(0) invert(0.8);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header_box .header_main .nav_item > .item .nav_listsol .listBox .rightBox .itBox .it a:hover .conm .im {
  filter: unset;
}
.header_box .header_main .nav_item > .item:hover .nav_list {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 0.3s;
}
.header_box .header_main .nav_item > .item:hover .nav_listsol {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 0.3s;
}
.header_box .header_main .nav_item > .item:hover .boxNavSub {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header_box .header_main .search_box {
  width: auto;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  min-width: 160px;
  grid-gap: 0 20px;
}
.svgicon{
  display: inline-block;
  width: 1em;height: 1em;
  fill: currentColor;
  vertical-align: -0.1em;
  font-size:inherit;
}
.header_box .header_main .search_box .share{
  display: flex;
  align-items: center;
}
.header_box .header_main .search_box .share a{
  margin: 0 3px;

}
.header_box .header_main .search_box .share .fa{
  color:#777;font-size:14px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.header_box.active .header_main .search_box .share a .fa, .header_box:hover .header_main .search_box .share a .fa{
  color:#fff;
  background: #777;
}
.header_box.active .header_main .search_box .share a:hover .fa, .header_box:hover .header_main .search_box .share a:hover .fa{
  color:#fff;
  background: #333;
}

@media (max-width:1280px) {
  .header_box .header_main .search_box {
    max-width: 120px;
  }
}
.header_box .header_main .search_box .search {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  width: auto;
}
.header_box .header_main .search_box .search .images {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header_box .header_main .search_box .search .images i {
  font-size: 20px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width:1600px) {
  .header_box .header_main .search_box .search .images i {
    font-size: 18px;
  }
}
@media (max-width:1366px) {
  .header_box .header_main .search_box .search .images i {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .header_box .header_main .search_box .search .images i {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .header_box .header_main .search_box .search .images i {
    font-size: 13px;
  }
}
.header_box .header_main .search_box .search .search_sm {
  width: 100vw;
  height: auto;
  position: absolute;
  right: 0;
  top: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
}
.header_box .header_main .search_box .search .search_sm::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
  pointer-events: none;
}
.header_box .header_main .search_box .search .search_sm .center_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 20px;
}
.header_box .header_main .search_box .search .search_sm .center_box .search_main {
  max-width: 1560px;
  width: 100%;
  border-radius: 15px;
  padding-top: clamp(40px, 4.16666667vw, 80px);
  padding-bottom: clamp(30px, 3.125vw, 60px);
  padding-left: 20px;
  padding-right: 20px;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 3;
  position: relative;
}
.header_box .header_main .search_box .search .search_sm .center_box .search_main::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  bottom: 100%;
  right: 5%;
}
@media (max-width:1680px) {
  .header_box .header_main .search_box .search .search_sm .center_box .search_main::after {
    right: 157px;
  }
}
.header_box .header_main .search_box .search .search_sm .center_box .search_main form {
  max-width: 1280px;
  width: 100%;
  height: auto;
  padding-bottom: clamp(6px, 0.625vw, 12px);
  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: 20px;
  position: relative;
}
.header_box .header_main .search_box .search .search_sm .center_box .search_main .boxIn {
  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;
  background: #ecf0f3;
  padding: 0 20px;
  border-radius: 10px;
}
.header_box .header_main .search_box .search .search_sm .center_box .search_main .boxIn .icon {
  width: auto;
  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;
  color: #000;
}
.header_box .header_main .search_box .search .search_sm .center_box .search_main .boxIn .icon i {
  font-size: 20px;
}
.header_box .header_main .search_box .search .search_sm .center_box .search_main .boxIn .input {
  flex: 1;
  width: 100%;
  height: 50px;
}
.header_box .header_main .search_box .search .search_sm .center_box .search_main .boxIn .input input {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 16px;
  color: #000;
}
@media (max-width:1366px) {
  .header_box .header_main .search_box .search .search_sm .center_box .search_main .boxIn .input input {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .header_box .header_main .search_box .search .search_sm .center_box .search_main .boxIn .input input {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .header_box .header_main .search_box .search .search_sm .center_box .search_main .boxIn .input input {
    font-size: 12px;
  }
}
.header_box .header_main .search_box .search .search_sm .center_box .search_main .boxIn .input input::-webkit-input-placeholder {
  color: #000;
  opacity: 0.5;
}
.header_box .header_main .search_box .search .search_sm .center_box .search_main .boxIn .input input:-moz-placeholder {
  color: #000;
  opacity: 0.5;
}
.header_box .header_main .search_box .search .search_sm .center_box .search_main .boxIn .input input::-moz-placeholder {
  color: #000;
  opacity: 0.5;
}
.header_box .header_main .search_box .search .search_sm .center_box .search_main .boxIn .input input:-ms-input-placeholder {
  color: #000;
  opacity: 0.5;
}
.header_box .header_main .search_box .search .search_sm .center_box .search_main .close {
  width: 60px;
  position: absolute;
  left: 100%;
  height: 60px;
  border-radius: 50%;
  background: #0064ae;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-shrink: 0;
  cursor: pointer;
  transform: translateX(40px);
}
.header_box .header_main .search_box .search .search_sm .center_box .search_main .close i {
  font-size: 24px;
  color: #fff;
}
@media (max-width:1600px) {
  .header_box .header_main .search_box .search .search_sm .center_box .search_main .close i {
    font-size: 22px;
  }
}
@media (max-width:1366px) {
  .header_box .header_main .search_box .search .search_sm .center_box .search_main .close i {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .header_box .header_main .search_box .search .search_sm .center_box .search_main .close i {
    font-size: 16px;
  }
}
@media (max-width:768px) {
  .header_box .header_main .search_box .search .search_sm .center_box .search_main .close i {
    font-size: 15px;
  }
}
@media (max-width:1560px) {
  .header_box .header_main .search_box .search .search_sm .center_box .search_main .close {
    position: relative;
    left: unset !important;
    width: 50px;
    height: 50px;
    transform: translateX(0px);
  }
}
.header_box .header_main .search_box .search .search_sm .center_box .search_main .titBox {
  width: 100%;
  max-width: 1280px;
  font-family: 'sa_re_V2';
  font-size: 14px;
  color: #808080;
  margin-top: clamp(10px, 1.04166667vw, 20px);
}
.header_box .header_main .search_box .search .search_sm .center_box .search_main .titBox a{
  margin: 0 10px;
}
@media (max-width:1366px) {
  .header_box .header_main .search_box .search .search_sm .center_box .search_main .titBox {
    font-size: 13px;
  }
}
@media (max-width:1024px) {
  .header_box .header_main .search_box .search .search_sm .center_box .search_main .titBox {
    font-size: 12px;
  }
}
.header_box .header_main .search_box .search .search_sm .center_box .search_main .butBox {
  margin-top: clamp(60px, 6.25vw, 120px);
  width: 100%;
  max-width: 1280px;
}
.header_box .header_main .search_box .search .search_sm .center_box .search_main .butBox .title {
  font-family: 'sa_bo_V2';
  font-size: 24px;
  color: #1a1a1a;
  line-height: 1;
  padding-bottom: clamp(10px, 1.04166667vw, 20px);
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width:1600px) {
  .header_box .header_main .search_box .search .search_sm .center_box .search_main .butBox .title {
    font-size: 22px;
  }
}
@media (max-width:1366px) {
  .header_box .header_main .search_box .search .search_sm .center_box .search_main .butBox .title {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .header_box .header_main .search_box .search .search_sm .center_box .search_main .butBox .title {
    font-size: 16px;
  }
}
@media (max-width:768px) {
  .header_box .header_main .search_box .search .search_sm .center_box .search_main .butBox .title {
    font-size: 15px;
  }
}
.header_box .header_main .search_box .search .search_sm .center_box .search_main .butBox .btBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header_box .header_main .search_box .search .search_sm .center_box .search_main .butBox .btBox .leftBox {
  width: 31.08974%;
}
.header_box .header_main .search_box .search .search_sm .center_box .search_main .butBox .btBox .leftBox .iBox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: clamp(7.5px, 0.78125vw, 15px) clamp(10px, 1.04166667vw, 20px);
  padding-top: clamp(15px, 1.5625vw, 30px);
}
.header_box .header_main .search_box .search .search_sm .center_box .search_main .butBox .btBox .leftBox .iBox .i a {
  font-family: 'sa_me_V2';
  font-size: 14px;
  color: #808080;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width:1366px) {
  .header_box .header_main .search_box .search .search_sm .center_box .search_main .butBox .btBox .leftBox .iBox .i a {
    font-size: 13px;
  }
}
@media (max-width:1024px) {
  .header_box .header_main .search_box .search .search_sm .center_box .search_main .butBox .btBox .leftBox .iBox .i a {
    font-size: 12px;
  }
}
.header_box .header_main .search_box .search .search_sm .center_box .search_main .butBox .btBox .leftBox .iBox .i a:hover {
  color: #0064ae;
}
.header_box .header_main .search_box .search .search_sm .center_box .search_main .butBox .btBox .rightBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  grid-gap: 10px;
}
.header_box .header_main .search_box .search .search_sm .center_box .search_main .butBox .btBox .rightBox .one {
  width: 40px;
  height: 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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  background: #e0e0e0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header_box .header_main .search_box .search .search_sm .center_box .search_main .butBox .btBox .rightBox .one:hover {
  background: #0a6b9c;
}
.header_box .header_main .search_box .search .search_sm .center_box .search_main .butBox .btBox .rightBox .one .fa {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: 1;
  transition: all 0.3s;
}
.header_box .header_main .search_box .search .search_sm.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 0.3s;
}
@media (max-width:1280px) {
  .header_box .header_main .search_box .search .search_box .search_main .icon,
  .header_box .header_main .search_box .search .search_box .search_main .submit {
    width: 24px;
    height: 24px;
  }
}
.header_box .header_main .search_box .language {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  grid-gap: 0 5px;
  cursor: pointer;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.header_box .header_main .search_box .language .images {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-width: 40px;
}
.header_box .header_main .search_box .language .images i {
  color: #fff;
}
.header_box .header_main .search_box .language .images img {
  filter: brightness(0) invert(1);
}
.header_box .header_main .search_box .language .itemBox {
  width: 150px;
  position: absolute;
  top: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.12);
  border-radius: clamp(10px, 1.04166667vw, 20px);
  padding-left: clamp(12.5px, 1.30208333vw, 25px);
  padding-right: clamp(12.5px, 1.30208333vw, 25px);
  padding-top: clamp(15px, 1.5625vw, 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  grid-gap: 20px 0;
  padding-bottom: clamp(15px, 1.5625vw, 30px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
}
.header_box .header_main .search_box .language .itemBox::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  bottom: 100%;
}
.header_box .header_main .search_box .language .itemBox .item {
  width: 100%;
}
.header_box .header_main .search_box .language .itemBox .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  font-family: 'sa_me_V2';
  font-size: 14px;
  color: #808080 !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width:1366px) {
  .header_box .header_main .search_box .language .itemBox .item a {
    font-size: 13px;
  }
}
@media (max-width:1024px) {
  .header_box .header_main .search_box .language .itemBox .item a {
    font-size: 12px;
  }
}
.header_box .header_main .search_box .language .itemBox .item:hover a,
.header_box .header_main .search_box .language .itemBox .item.active a {
  color: #015995 !important;
}
.header_box .header_main .search_box .language:hover .itemBox {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 0.3s;
}
.header_box .header_main .search_box .language:hover .images img {
  filter: unset !important;
}
@media (max-width:1280px) {
  .header_box {
    height: 60px;
  }
  .header_box .header_main .logo img {
    width: 70% !important;
  }
  .header_box .header_main .nav_item > .item > a {
    font-size: 12px;
  }
}
@media (max-width:990px) {
  .header_box {
    display: none;
  }
}
.header_nbsp {
  width: 100%;
  height: 80px;
  display: block;
  background: #edf0f2;
}
@media (max-width:1280px) {
  .header_nbsp {
    height: 60px;
  }
}
@media (max-width:990px) {
  .header_nbsp {
    display: none;
  }
}
.maskBox {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 19;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.maskBox.active {
  opacity: 1;
  visibility: visible;
}
/* footer */
.footer {
  width: 100%;
  height: auto;
  padding-top: clamp(45px, 4.6875vw, 90px);
  background: url(../images/footer.jpg) no-repeat center center;
  background-size: cover;
  color: white;
}
.footer .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  padding-bottom: clamp(50px, 5.20833333vw, 100px);
}
.footer .top .left {
  width: 31.42%;
}
.footer .top .left .logo {
  position: absolute;
  top: 0;
}
@media (max-width:990px) {
  .footer .top .left .logo {
    padding-top: 40px;
  }
}
.footer .top .left .centent {
  margin-top: clamp(60px, 6.25vw, 120px);
}
.footer .top .left .centent .tit {
  font-size: 18px;
  font-family: 'sa_me_V2';
}
@media (max-width:1600px) {
  .footer .top .left .centent .tit {
    font-size: 16px;
  }
}
@media (max-width:1366px) {
  .footer .top .left .centent .tit {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .footer .top .left .centent .tit {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .footer .top .left .centent .tit {
    font-size: 12px;
  }
}
.footer .top .left .centent .input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 69.38%;
  margin-top: clamp(25px, 2.60416667vw, 50px);
  border-bottom: 1px solid #e6e6e859;
  padding-bottom: 10px;
}
.footer .top .left .centent .input input {
  width: 100%;
  height: 40px;
  background: none;
  border: 0;
  color: #ffffff73;
  font-size: 14px;
  font-family: 'sa_me_V2';
}
@media (max-width:1366px) {
  .footer .top .left .centent .input input {
    font-size: 13px;
  }
}
@media (max-width:1024px) {
  .footer .top .left .centent .input input {
    font-size: 12px;
  }
}
.footer .top .left .centent .input .enter {
  width: 40px;
  height: 40px;
  background: #ffffff;
  color: #2c2d31;
  flex-shrink: 0;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
}
.footer .top .left .centent .input .enter i {
  font-size: 22px;
  transition: all 0.3s;
  position: relative;
}
@media (max-width:1600px) {
  .footer .top .left .centent .input .enter i {
    font-size: 20px;
  }
}
@media (max-width:1366px) {
  .footer .top .left .centent .input .enter i {
    font-size: 18px;
  }
}
@media (max-width:1024px) {
  .footer .top .left .centent .input .enter i {
    font-size: 15px;
  }
}
@media (max-width:768px) {
  .footer .top .left .centent .input .enter i {
    font-size: 14px;
  }
}
.footer .top .left .centent .input .enter:hover i {
  color: #015995;
}
.footer .top .left .bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: clamp(105px, 10.9375vw, 210px);
  grid-gap: 10px;
}
.footer .top .left .bot .one {
  width: 40px;
  height: 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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  background: #3f4042;
}
.footer .top .left .bot .one:nth-child(-n+3) {
    display: none;
}
.footer .top .left .bot .one:hover {
  background: #0a6b9c;
}
.footer .top .left .bot .one:hover .f {
  opacity: 0;
}
.footer .top .left .bot .one:hover .fa {
  opacity: 1;
}
.footer .top .left .bot .one .f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: 1;
  transition: all 0.3s;
}
.footer .top .left .bot .one .fa {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s;
}
.footer .top .right {
  width: 64.10256%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.footer .top .right .l {
  width: 36%;
}
.footer .top .right .l .title {
  position: absolute;
  top: 45px;
}
.footer .top .right .l .title img {
  transition: all 0.3s;
}
@media (max-width:1150px) {
  .footer .top .right .l .title {
    width: 170px;
  }
  .footer .top .right .l .title img {
    width: 100%;
  }
}
.footer .top .right .l .list {
  margin-top: clamp(60px, 6.25vw, 120px);
}
.footer .top .right .l .list .boxTi {
  font-size: 18px;
  font-family: 'sa_me_V2';
}
@media (max-width:1600px) {
  .footer .top .right .l .list .boxTi {
    font-size: 16px;
  }
}
@media (max-width:1366px) {
  .footer .top .right .l .list .boxTi {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .footer .top .right .l .list .boxTi {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .footer .top .right .l .list .boxTi {
    font-size: 12px;
  }
}
.footer .top .right .l .list .box_cen {
  margin-top: clamp(22.5px, 2.34375vw, 45px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  width: 100%;
  grid-gap: 25px 0;
}
.footer .top .right .l .list .box_cen .item {
  width: 60%;
  line-height: 1;
}
.footer .top .right .l .list .box_cen .item a {
  font-family: 'sa_re_V2';
  font-size: 14px;
  color: rgba(255, 255, 255, 0.548);
  position: relative;
}
@media (max-width:1366px) {
  .footer .top .right .l .list .box_cen .item a {
    font-size: 13px;
  }
}
@media (max-width:1024px) {
  .footer .top .right .l .list .box_cen .item a {
    font-size: 12px;
  }
}
.footer .top .right .l .list .box_cen .item a::after {
  position: absolute;
  content: "";
  transition: all 0.3s;
  width: 0%;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: 0;
}
.footer .top .right .l .list .box_cen .item a:hover {
  color: #fff;
}
.footer .top .right .l .list .box_cen .item a:hover::after {
  width: 100%;
  right: 0;
}
.footer .top .right .l .list .box_cen .item:nth-child(2n) {
  width: 40%;
}
.footer .top .right .r {
  width: 45%;
  margin-top: clamp(60px, 6.25vw, 120px);
}
.footer .top .right .r .title {
  font-size: 18px;
  font-family: 'sa_me_V2';
}
@media (max-width:1600px) {
  .footer .top .right .r .title {
    font-size: 16px;
  }
}
@media (max-width:1366px) {
  .footer .top .right .r .title {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .footer .top .right .r .title {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .footer .top .right .r .title {
    font-size: 12px;
  }
}
.footer .top .right .r .content {
  margin-top: clamp(20px, 2.08333333vw, 40px);
  font-family: 'sa_re_V2';
  font-size: 14px;
  color: rgba(255, 255, 255, 0.548);
  line-height: 1.28;
}
.footer .top .right .r .content p{
  margin: 20px 0;
}
@media (max-width:1366px) {
  .footer .top .right .r .content {
    font-size: 13px;
  }
}
@media (max-width:1024px) {
  .footer .top .right .r .content {
    font-size: 12px;
  }
}
.footer .top .right .r .tep {
  font-family: 'sa_re_V2';
  font-size: 14px;
  margin-top: 25px;
  color: rgba(255, 255, 255, 0.548);
}
@media (max-width:1366px) {
  .footer .top .right .r .tep {
    font-size: 13px;
  }
}
@media (max-width:1024px) {
  .footer .top .right .r .tep {
    font-size: 12px;
  }
}
.footer .top .right .r .emil {
  font-family: 'sa_re_V2';
  font-size: 14px;
  margin-top: 25px;
  color: rgba(255, 255, 255, 0.548);
}
@media (max-width:1366px) {
  .footer .top .right .r .emil {
    font-size: 13px;
  }
}
@media (max-width:1024px) {
  .footer .top .right .r .emil {
    font-size: 12px;
  }
}
@media (max-width:990px) {
  .footer .top {
    display: none;
  }
}
.footer .bottom {
  background: #0064ae;
  height: 60px;
  color: white;
}
.footer .bottom .w1560 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 14px;
  font-family: 'sa_me_V2';
  height: 100%;
}
@media (max-width:1366px) {
  .footer .bottom .w1560 {
    font-size: 13px;
  }
}
@media (max-width:1024px) {
  .footer .bottom .w1560 {
    font-size: 12px;
  }
}
.footer .bottom .w1560 .l a {
  color: rgba(255, 255, 255, 0.801);
}
.footer .bottom .w1560 .r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  grid-gap: 0 20px;
}
.footer .bottom .w1560 .r a {
  color: rgba(255, 255, 255, 0.418);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer .bottom .w1560 .r a:hover {
  color: #fff;
}
@media (max-width:990px) {
  .footer .bottom {
    height: auto !important;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .footer .bottom .w1560 .l a {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: 1.5;
  }
}
@media (max-width:990px) {
  .footer {
    padding: 0;
  }
  .footer .top .left .centent,
  .footer .top .right {
    display: none;
  }
  .footer .top .left {
    width: 100%;
  }
  .footer .top .left .logo {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .footer .top {
    margin: 0;
    padding: 20px;
  }
  .footer .bottom .w1560 {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .footer .bottom .w1560 .r {
    margin-top: 5px;
  }
}
.suspension {
  height: auto;
  position: fixed;
  bottom: 20px;
  right: 15px;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.suspension .itemBox {
  border-radius: 100px;
  width: 100%;
  height: fit-content;
  background: #fff;
  padding: 5px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  grid-gap: 10px 0;
  margin-top: clamp(5px, 0.52083333vw, 10px);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
}
@media (max-width:1440px) {
  .suspension .itemBox {
    padding: 3px 3px;
  }
}
.suspension .itemBox .item {
  width: 46px;
  height: 46px;
  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;
  background: #ecf0f3;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.suspension .itemBox .item:hover {
  background: #015995;
}
.suspension .itemBox .item:hover .images {
  filter: brightness(0) invert(1);
}
.suspension .itemBox .item:hover .conTBox {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.suspension .itemBox .item:last-child::after {
  opacity: 0;
}
.suspension .itemBox .item .images {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.suspension .itemBox .item .conTBox {
  position: absolute;
  right: 100%;
  padding-right: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: translateY(10px);
  width: 300px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.suspension .itemBox .item .conTBox .Box {
  width: fit-content;
  min-width: 192px;
  height: 46px;
  background: #015995;
  border-radius: 50px;
  font-size: 16px;
  color: #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;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
}
@media (max-width:1366px) {
  .suspension .itemBox .item .conTBox .Box {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .suspension .itemBox .item .conTBox .Box {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .suspension .itemBox .item .conTBox .Box {
    font-size: 12px;
  }
}
@media (max-width:1440px) {
  .suspension .itemBox .item {
    width: 40px;
    height: 40px;
  }
}
@media (max-width:990px) {
  .suspension {
    display: none;
  }
}
.inside_banner {
  position: relative;
}
.inside_banner::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 70%;
  background: linear-gradient(0deg, #00000000 10%, #0000008a 100%);
}
/* 公共 */
.stickyTopBox {
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
  background: #fff;
}
.stickyTopBox .chooseBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  grid-gap: clamp(0px, 0vw, 0px) clamp(50px, 5.20833333vw, 100px);
}
.stickyTopBox .chooseBox .item a {
  font-family: "sy_me";
  font-size: 18px;
  color: #666666;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 80px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
}
@media (max-width:1600px) {
  .stickyTopBox .chooseBox .item a {
    font-size: 16px;
  }
}
@media (max-width:1366px) {
  .stickyTopBox .chooseBox .item a {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .stickyTopBox .chooseBox .item a {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .stickyTopBox .chooseBox .item a {
    font-size: 12px;
  }
}
@media (max-width:990px) {
  .stickyTopBox .chooseBox .item a {
    height: 50px;
  }
}
.stickyTopBox .chooseBox .item a::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0%;
  height: 2px;
  background: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.stickyTopBox .chooseBox .item:hover a,
.stickyTopBox .chooseBox .item.active a {
  color: #121212;
}
.stickyTopBox .chooseBox .item:hover a::after,
.stickyTopBox .chooseBox .item.active a::after {
  width: 100%;
}
.stickyTopBox.isactive {
  transform: translateY(0) !important;
}
@media (max-width:990px) {
  .stickyTopBox.isactive {
    transform: translateY(60px) !important;
  }
}
.stickyTopBox.active {
  position: fixed;
  top: 0px;
  transform: translateY(100px);
  background-color: #ffffff;
  z-index: 99;
  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;
  box-shadow: 0 10px 10px 1px #e5e5e55d;
  z-index: 9;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width:990px) {
  .stickyTopBox.active {
    transform: translateY(60px) !important;
  }
}
.idxPageShow {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  grid-gap: 0 10px;
  z-index: 3;
}
.idxPageShow .swiper-pagination-bullet {
  background: white;
  width: 12px;
  height: 12px;
  border-radius: 0;
  transition: all 0.3s;
  border-radius: 6px;
}
.idxPageShow .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 36px;
}

@media (max-width:990px) {
  .idxPageShow {
    grid-gap: 0 5px;
  }
}
.idxPageHide {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  grid-gap: 0 5px;
  z-index: 3;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 20px;
  display: none;
}
.idxPageHide .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border-radius: 0;
  background: #808080;
  transition: all 0.3s;
  border-radius: 6px;
}
.idxPageHide .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 6px;
  background: #015995;
}
@media (max-width:990px) {
  .idxPageHide {
    display: flex !important;
  }
}
.swiBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  grid-gap: 0 20px;
}
.swiBox .swiBut {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border: 1px solid #dcdfe1;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.swiBox .swiBut:hover {
  background: #015995;
  color: #fff;
  border: 1px solid #015995;
}
.swiBox .swiBut:hover i {
  color: #fff;
}
.swiBox .swiBut i {
  color: #1a1a1a;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 22px;
}
@media (max-width:1600px) {
  .swiBox .swiBut i {
    font-size: 20px;
  }
}
@media (max-width:1366px) {
  .swiBox .swiBut i {
    font-size: 18px;
  }
}
@media (max-width:1024px) {
  .swiBox .swiBut i {
    font-size: 15px;
  }
}
@media (max-width:768px) {
  .swiBox .swiBut i {
    font-size: 14px;
  }
}
.swiBox .idxPageShow {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.swiBox .idxPageShow span {
  background: #c3c5c8;
  opacity: 1;
}
.swiBox .idxPageShow span.swiper-pagination-bullet-active {
  background: #015995;
}
.idx_title .title {
  font-family: 'sa_bo_V2';
  font-size: 48px;
  color: #1a1a1a;
  line-height: 1;
}
@media (max-width:1600px) {
  .idx_title .title {
    font-size: 42px;
  }
}
@media (max-width:1366px) {
  .idx_title .title {
    font-size: 38px;
  }
}
@media (max-width:1024px) {
  .idx_title .title {
    font-size: 32px;
  }
}
@media (max-width:768px) {
  .idx_title .title {
    font-size: 28px;
  }
}
@media (max-width:480px) {
  .idx_title .title {
    font-size: 26px;
  }
}
.idx_title .subtitle {
  font-family: 'sa_re_V2';
  font-size: 24px;
  color: #1a1a1a;
  line-height: 1.25;
  margin-top: clamp(10px, 1.04166667vw, 20px);
}
@media (max-width:1600px) {
  .idx_title .subtitle {
    font-size: 22px;
  }
}
@media (max-width:1366px) {
  .idx_title .subtitle {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .idx_title .subtitle {
    font-size: 16px;
  }
}
@media (max-width:768px) {
  .idx_title .subtitle {
    font-size: 15px;
  }
}
.inside_title .title {
  font-family: 'sa_bo_V2';
  font-size: 24px;
  color: #015995;
  line-height: 1;
}
@media (max-width:1600px) {
  .inside_title .title {
    font-size: 22px;
  }
}
@media (max-width:1366px) {
  .inside_title .title {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .inside_title .title {
    font-size: 16px;
  }
}
@media (max-width:768px) {
  .inside_title .title {
    font-size: 15px;
  }
}
.inside_title .subtitle {
  font-family: 'sa_bo_V2';
  font-size: 48px;
  color: #1a1a1a;
  line-height: 1.25;
}
@media (max-width:1600px) {
  .inside_title .subtitle {
    font-size: 42px;
  }
}
@media (max-width:1366px) {
  .inside_title .subtitle {
    font-size: 38px;
  }
}
@media (max-width:1024px) {
  .inside_title .subtitle {
    font-size: 32px;
  }
}
@media (max-width:768px) {
  .inside_title .subtitle {
    font-size: 28px;
  }
}
@media (max-width:480px) {
  .inside_title .subtitle {
    font-size: 26px;
  }
}
.inside_title .levtitle {
  font-family: 'sa_re_V2';
  font-size: 16px;
  color: #808080;
  line-height: 1.5;
  margin-top: clamp(15px, 1.5625vw, 30px);
}
@media (max-width:1366px) {
  .inside_title .levtitle {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .inside_title .levtitle {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .inside_title .levtitle {
    font-size: 12px;
  }
}
.inside_title .fortitle {
  font-family: 'sa_re_V2';
  font-size: 18px;
  color: #808080;
  line-height: 1.45;
  margin-top: clamp(10px, 1.04166667vw, 20px);
}
@media (max-width:1600px) {
  .inside_title .fortitle {
    font-size: 16px;
  }
}
@media (max-width:1366px) {
  .inside_title .fortitle {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .inside_title .fortitle {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .inside_title .fortitle {
    font-size: 12px;
  }
}
.inside_title .fortitle span {
  color: #0064ae;
}
.anchor {
  width: 100%;
  height: 0;
  transform: translateY(-120px);
}
.images100 {
  width: 100%;
}
.images100 img {
  width: 100%;
}
.pushButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.pushButton a {
  width: auto;
  min-width: 140px;
  height: 45px;
  border-radius: 50px;
  font-size: 12px;
  color: #000;
  background: #ffffff;
  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: 0 ;
  font-family: 'sa_me_V2';
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  padding: 0 10px;
}
.pushButton a:hover {
  background: #015995;
  color: #fff5f5;
}
@media (max-width:1280px) {
  .pushButton a {
    width: 120px;
    height: 40px;
  }
}
@media (max-width:990px) {
  .pushButton a {
    width: auto;
    min-width: unset !important;
    padding: 0 15px;
    height: 36px;
  }
}
.isd_Popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #00000041;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.isd_Popup .centerBox {
  max-width: 960px;
  width: 100%;
  background: #fff;
  padding-left: clamp(45px, 4.6875vw, 90px);
  padding-right: clamp(45px, 4.6875vw, 90px);
  padding-top: clamp(35px, 3.64583333vw, 70px);
  padding-bottom: clamp(35px, 3.64583333vw, 70px);
  position: relative;
  border-radius: clamp(10px, 1.04166667vw, 20px);
}
.isd_Popup .centerBox .title {
  text-align: center;
  font-family: 'sa_bo_V2';
  font-size: 30px;
  color: #1a1a1a;
  line-height: 1;
}
@media (max-width:1600px) {
  .isd_Popup .centerBox .title {
    font-size: 24px;
  }
}
@media (max-width:1366px) {
  .isd_Popup .centerBox .title {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .isd_Popup .centerBox .title {
    font-size: 19px;
  }
}
@media (max-width:768px) {
  .isd_Popup .centerBox .title {
    font-size: 18px;
  }
}
.isd_Popup .centerBox .layuiBox {
  margin-top: clamp(20px, 2.08333333vw, 40px);
}
.isd_Popup .centerBox .layuiBox .layui_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  grid-gap: 10px 10px;
}
.isd_Popup .centerBox .layuiBox .layui_form .layui_item {
  width: calc(50% - 5px);
}
.isd_Popup .centerBox .layuiBox .layui_form .layui_item .layui_input {
  width: 100%;
}
.isd_Popup .centerBox .layuiBox .layui_form .layui_item .layui_input .layuiInput,
.isd_Popup .centerBox .layuiBox .layui_form .layui_item .layui_input .layui_textarea {
  width: 100%;
  height: 60px;
  border: 1px solid #d6d8d9;
  border-radius: 6px;
  background: none;
  padding-left: clamp(10px, 1.04166667vw, 20px);
  font-family: 'sa_re_V2';
  font-size: 14px;
  color: #1a1a1a;
}
@media (max-width:1366px) {
  .isd_Popup .centerBox .layuiBox .layui_form .layui_item .layui_input .layuiInput,
  .isd_Popup .centerBox .layuiBox .layui_form .layui_item .layui_input .layui_textarea {
    font-size: 13px;
  }
}
@media (max-width:1024px) {
  .isd_Popup .centerBox .layuiBox .layui_form .layui_item .layui_input .layuiInput,
  .isd_Popup .centerBox .layuiBox .layui_form .layui_item .layui_input .layui_textarea {
    font-size: 12px;
  }
}
.isd_Popup .centerBox .layuiBox .layui_form .layui_item .layui_input .layuiInput::-webkit-input-placeholder,
.isd_Popup .centerBox .layuiBox .layui_form .layui_item .layui_input .layui_textarea::-webkit-input-placeholder {
  color: #000;
  opacity: 0.7;
}
.isd_Popup .centerBox .layuiBox .layui_form .layui_item .layui_input .layuiInput:-moz-placeholder,
.isd_Popup .centerBox .layuiBox .layui_form .layui_item .layui_input .layui_textarea:-moz-placeholder {
  color: #000;
  opacity: 0.7;
}
.isd_Popup .centerBox .layuiBox .layui_form .layui_item .layui_input .layuiInput::-moz-placeholder,
.isd_Popup .centerBox .layuiBox .layui_form .layui_item .layui_input .layui_textarea::-moz-placeholder {
  color: #000;
  opacity: 0.7;
}
.isd_Popup .centerBox .layuiBox .layui_form .layui_item .layui_input .layuiInput:-ms-input-placeholder,
.isd_Popup .centerBox .layuiBox .layui_form .layui_item .layui_input .layui_textarea:-ms-input-placeholder {
  color: #000;
  opacity: 0.7;
}
.isd_Popup .centerBox .layuiBox .layui_form .layui_item .layui_input .layui_textarea {
  height: 160px;
  padding-top: clamp(10px, 1.04166667vw, 20px);
}
.isd_Popup .centerBox .layuiBox .layui_form .layui_item:last-child {
  width: 100%;
}
.isd_Popup .centerBox .butBox {
  margin-top: clamp(5px, 0.52083333vw, 10px);
}
.isd_Popup .centerBox .butBox button {
  width: 120px;
  height: 44px;
  border-radius: 50px;
  background: #1a1a1a;
  font-family: 'sa_me_V2';
  font-size: 12px;
  color: #fff;
  border: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.isd_Popup .centerBox .butBox button:hover {
  background: #fff;
  border: 1px solid #1a1a1aab;
  color: #1a1a1a;
}
@media (max-width:990px) {
  .isd_Popup .centerBox .butBox button {
    width: 100px;
    height: 38px;
  }
}
.isd_Popup .centerBox .closeBox {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 30px;
  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;
}
.isd_Popup .centerBox .closeBox i {
  font-size: 22px;
  color: #000000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width:1600px) {
  .isd_Popup .centerBox .closeBox i {
    font-size: 20px;
  }
}
@media (max-width:1366px) {
  .isd_Popup .centerBox .closeBox i {
    font-size: 18px;
  }
}
@media (max-width:1024px) {
  .isd_Popup .centerBox .closeBox i {
    font-size: 15px;
  }
}
@media (max-width:768px) {
  .isd_Popup .centerBox .closeBox i {
    font-size: 14px;
  }
}
.isd_Popup .centerBox .closeBox:hover i {
  transform: rotate(360deg);
}
.isd_Popup.active {
  opacity: 1;
  visibility: visible;
}
.hideBox {
  display: none;
}
* {
  scrollbar-color: #015995 #d4d6d7;
}
*::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #d4d6d7;
}
*::-webkit-scrollbar-thumb {
  background-color: #015995;
  border-radius: 10px;
}
*::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(226, 226, 226, 0.76);
}
/* 公共 end */
/* 首页 banner */
.idx_banner {
  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;
  position: relative;
  overflow: hidden;
}
.idx_banner .swiperInfo {
  position: relative;
  width: 100%;
  z-index: 1;
  background: #000;
}
.idx_banner .swiperInfo .swiper_box {
  position: relative;
  z-index: 1;
}
.idx_banner .swiperInfo .swiper_box ul li .centerInfo {
  position: relative;
}
.idx_banner .swiperInfo .swiper_box ul li .centerInfo .centerBox {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.idx_banner .swiperInfo .swiper_box ul li .centerInfo .centerBox .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.idx_banner .swiperInfo .swiper_box ul li .centerInfo .centerBox .content .title {
  font-size: 48px;
  line-height: 1;
  font-family: 'sa_bo_V2';
  line-height: 1.25;
  color: #fff;
}
@media (max-width:1600px) {
  .idx_banner .swiperInfo .swiper_box ul li .centerInfo .centerBox .content .title {
    font-size: 42px;
  }
}
@media (max-width:1366px) {
  .idx_banner .swiperInfo .swiper_box ul li .centerInfo .centerBox .content .title {
    font-size: 38px;
  }
}
@media (max-width:1024px) {
  .idx_banner .swiperInfo .swiper_box ul li .centerInfo .centerBox .content .title {
    font-size: 32px;
  }
}
@media (max-width:768px) {
  .idx_banner .swiperInfo .swiper_box ul li .centerInfo .centerBox .content .title {
    font-size: 28px;
  }
}
@media (max-width:480px) {
  .idx_banner .swiperInfo .swiper_box ul li .centerInfo .centerBox .content .title {
    font-size: 26px;
  }
}
.idx_banner .swiperInfo .swiper_box ul li .centerInfo .centerBox .content .subtitle {
  font-family: 'sa_re_V2';
  font-size: 24px;
  color: #fff;
  line-height: 2.5;
  margin-top: clamp(5px, 0.52083333vw, 10px);
}
@media (max-width:1600px) {
  .idx_banner .swiperInfo .swiper_box ul li .centerInfo .centerBox .content .subtitle {
    font-size: 22px;
  }
}
@media (max-width:1366px) {
  .idx_banner .swiperInfo .swiper_box ul li .centerInfo .centerBox .content .subtitle {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .idx_banner .swiperInfo .swiper_box ul li .centerInfo .centerBox .content .subtitle {
    font-size: 16px;
  }
}
@media (max-width:768px) {
  .idx_banner .swiperInfo .swiper_box ul li .centerInfo .centerBox .content .subtitle {
    font-size: 15px;
  }
}
.idx_banner .swiperInfo .swiper_box ul li .centerInfo .centerBox .content .pushButton {
  margin-top: clamp(20px, 2.08333333vw, 40px);
}
.idx_banner .swiperInfo .swiper_box ul li .centerInfo .images,
.idx_banner .swiperInfo .swiper_box ul li .centerInfo .video {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.idx_banner .swiperInfo .swiper_box ul li .centerInfo .images img,
.idx_banner .swiperInfo .swiper_box ul li .centerInfo .video img,
.idx_banner .swiperInfo .swiper_box ul li .centerInfo .images video,
.idx_banner .swiperInfo .swiper_box ul li .centerInfo .video video {
  width: 100%;
}
.idx_banner .swiperInfo .swiper_box ul li .centerInfo .images img,
.idx_banner .swiperInfo .swiper_box ul li .centerInfo .video img {
  transform: scale(1.1);
}
@media (max-width:990px) {
  .idx_banner .swiperInfo .swiper_box ul li .centerInfo .images img,
  .idx_banner .swiperInfo .swiper_box ul li .centerInfo .video img {
    height: 70vh;
    max-width: unset;
    max-height: unset;
    object-fit: cover;
  }
}
.idx_banner .swiperInfo .swiper_box ul li .centerInfo .numberBox {
  position: absolute;
  z-index: 3;
  bottom: 30px;
  left: 160px;
  width: fit-content;
  color: #fff;
  font-family: "sy_li";
  font-size: 16px;
  padding-bottom: clamp(7px, 0.72916667vw, 14px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width:1600px) {
  .idx_banner .swiperInfo .swiper_box ul li .centerInfo .numberBox {
    left: 60px;
  }
}
@media (max-width:990px) {
  .idx_banner .swiperInfo .swiper_box ul li .centerInfo .numberBox {
    left: 20px;
  }
}
@media (max-width:1366px) {
  .idx_banner .swiperInfo .swiper_box ul li .centerInfo .numberBox {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .idx_banner .swiperInfo .swiper_box ul li .centerInfo .numberBox {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .idx_banner .swiperInfo .swiper_box ul li .centerInfo .numberBox {
    font-size: 12px;
  }
}
.idx_banner .swiperInfo .swiper_box ul li .centerInfo .numberBox i {
  display: block;
  width: 160px;
  height: 1px;
  background: #b9b9b944;
  margin-left: 17px;
  position: relative;
}
.idx_banner .swiperInfo .swiper_box ul li .centerInfo .numberBox i::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #ffffff;
  -webkit-transition: all 5s ease;
  -o-transition: all 5s ease;
  transition: all 5s ease;
}
@media (max-width:990px) {
  .idx_banner .swiperInfo .swiper_box ul li .centerInfo .numberBox i {
    width: 60px;
  }
}
.idx_banner .swiperInfo .swiper_box ul li.swiper-slide-active .centerInfo .images img {
  transform: scale(1);
  transition: all 6s linear;
}
.idx_banner .swiperInfo .swiper_box ul li.swiper-slide-active .centerInfo .numberBox i::after {
  width: 100%;
}
.idx_banner .swiperInfo .pageBox {
  position: absolute;
  width: 100%;
  bottom: 60px;
  z-index: 2;
}
/* 首页 产品 */
.idx_product {
  padding-top: clamp(70px, 7.29166667vw, 140px);
  background: #edf0f2;
  overflow: hidden;
}
.idx_product .centerBox .topBox {
  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(20px, 2.08333333vw, 40px);
  border-bottom: 1px solid #d2d2d2;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  grid-gap: 30px 0;
}
.idx_product .centerBox .topBox .leftBox {
  font-family: 'sa_bo_V2';
  font-size: 48px;
  color: #1a1a1a;
  line-height: 1;
}
@media (max-width:1600px) {
  .idx_product .centerBox .topBox .leftBox {
    font-size: 42px;
  }
}
@media (max-width:1366px) {
  .idx_product .centerBox .topBox .leftBox {
    font-size: 38px;
  }
}
@media (max-width:1024px) {
  .idx_product .centerBox .topBox .leftBox {
    font-size: 32px;
  }
}
@media (max-width:768px) {
  .idx_product .centerBox .topBox .leftBox {
    font-size: 28px;
  }
}
@media (max-width:480px) {
  .idx_product .centerBox .topBox .leftBox {
    font-size: 26px;
  }
}
.idx_product .centerBox .topBox .rightBox .itemBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  grid-gap: 10px 10px;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.idx_product .centerBox .topBox .rightBox .itemBox .item {
  font-family: 'sa_me_V2';
  font-size: 14px;
  min-width: 160px;
  height: 44px;
  padding: 0 20px;
  border: 1px solid #1a1a1a;
  border-radius: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_product .centerBox .topBox .rightBox .itemBox .item.active,
.idx_product .centerBox .topBox .rightBox .itemBox .item:hover {
  background: #1a1a1a;
  color: #fff;
}
@media (max-width:1280px) {
  .idx_product .centerBox .topBox .rightBox .itemBox .item {
    height: 40px;
  }
}
@media (max-width:1200px) {
  .idx_product .centerBox .topBox .rightBox .itemBox .item {
    min-width: unset !important;
    padding: 0 12px;
  }
}
@media (max-width:990px) {
  .idx_product .centerBox .topBox .rightBox .itemBox .item {
    height: 36px;
    border: 1px solid #1a1a1a4b;
  }
}
.idx_product .botBox .swiperInfBig .swiper_big .swiul .swili {
  pointer-events: none;
}
.idx_product .botBox .swiperInfBig .swiper_big .swiul .swili .swiCenter .swiperInfo {
  position: relative;
}
.idx_product .botBox .swiperInfBig .swiper_big .swiul .swili .swiCenter .swiperInfo .bigBOx {
  position: absolute;
  top: 70px;
  z-index: 2;
  width: 100%;
  pointer-events: none;
}
.idx_product .botBox .swiperInfBig .swiper_big .swiul .swili .swiCenter .swiperInfo .bigBOx .contFontBox {
  width: 35.25641%;
  left: 0;
  pointer-events: initial;
}
.idx_product .botBox .swiperInfBig .swiper_big .swiul .swili .swiCenter .swiperInfo .bigBOx .contFontBox .title {
  font-family: 'sa_bo_V2';
  font-size: 40px;
  color: #1a1a1a;
  line-height: 1;
  padding-bottom: clamp(12.5px, 1.30208333vw, 25px);
  position: relative;
}
@media (max-width:1600px) {
  .idx_product .botBox .swiperInfBig .swiper_big .swiul .swili .swiCenter .swiperInfo .bigBOx .contFontBox .title {
    font-size: 36px;
  }
}
@media (max-width:1366px) {
  .idx_product .botBox .swiperInfBig .swiper_big .swiul .swili .swiCenter .swiperInfo .bigBOx .contFontBox .title {
    font-size: 32px;
  }
}
@media (max-width:1024px) {
  .idx_product .botBox .swiperInfBig .swiper_big .swiul .swili .swiCenter .swiperInfo .bigBOx .contFontBox .title {
    font-size: 26px;
  }
}
@media (max-width:768px) {
  .idx_product .botBox .swiperInfBig .swiper_big .swiul .swili .swiCenter .swiperInfo .bigBOx .contFontBox .title {
    font-size: 22px;
  }
}
.idx_product .botBox .swiperInfBig .swiper_big .swiul .swili .swiCenter .swiperInfo .bigBOx .contFontBox .title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 42px;
  height: 4px;
  background: #0064ae;
}
.idx_product .botBox .swiperInfBig .swiper_big .swiul .swili .swiCenter .swiperInfo .bigBOx .contFontBox .itBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: clamp(17.5px, 1.82291667vw, 35px);
  grid-gap: clamp(0px, 0vw, 0px) clamp(15px, 1.5625vw, 30px);
}
.idx_product .botBox .swiperInfBig .swiper_big .swiul .swili .swiCenter .swiperInfo .bigBOx .contFontBox .itBox .it {
  font-family: 'sa_me_V2';
  font-size: 22px;
  color: #b2b2b2;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width:1600px) {
  .idx_product .botBox .swiperInfBig .swiper_big .swiul .swili .swiCenter .swiperInfo .bigBOx .contFontBox .itBox .it {
    font-size: 20px;
  }
}
@media (max-width:1366px) {
  .idx_product .botBox .swiperInfBig .swiper_big .swiul .swili .swiCenter .swiperInfo .bigBOx .contFontBox .itBox .it {
    font-size: 18px;
  }
}
@media (max-width:1024px) {
  .idx_product .botBox .swiperInfBig .swiper_big .swiul .swili .swiCenter .swiperInfo .bigBOx .contFontBox .itBox .it {
    font-size: 15px;
  }
}
@media (max-width:768px) {
  .idx_product .botBox .swiperInfBig .swiper_big .swiul .swili .swiCenter .swiperInfo .bigBOx .contFontBox .itBox .it {
    font-size: 14px;
  }
}
.idx_product .botBox .swiperInfBig .swiper_big .swiul .swili .swiCenter .swiperInfo .bigBOx .contFontBox .itBox .it.active,
.idx_product .botBox .swiperInfBig .swiper_big .swiul .swili .swiCenter .swiperInfo .bigBOx .contFontBox .itBox .it:hover {
  color: #1a1a1a;
}
.idx_product .botBox .swiperInfBig .swiper_big .swiul .swili .swiCenter .swiperInfo .bigBOx .contFontBox .pushButton {
  /*margin-top: clamp(70px, 7.29166667vw, 140px);*/
  margin-top: 74px;
}
.idx_product .botBox .swiperInfBig .swiper_big .swiul .swili .swiCenter .swiperInfo .bigBOx .contFontBox .pushButton a {
  background: #1a1a1a;
  color: #fff;
}
.idx_product .botBox .swiperInfBig .swiper_big .swiul .swili .swiCenter .swiperInfo .bigBOx .contFontBox .pushButton a:hover {
  background: #0064ae;
}
@media (max-width:990px) {
  .idx_product .botBox .swiperInfBig .swiper_big .swiul .swili .swiCenter .swiperInfo .bigBOx .contFontBox {
    position: relative;
    top: 0;
    padding-top: clamp(20px, 2.08333333vw, 40px);
    width: 100% !important;
    display: none;
  }
  .idx_product .botBox .swiperInfBig .swiper_big .swiul .swili .swiCenter .swiperInfo .bigBOx .contFontBox .pushButton {
    margin-top: 20px;
  }
}
.idx_product .botBox .swiperInfBig .swiper_big .swiul .swili .swiCenter .swiperInfo .swiper_box ul li {
  overflow: hidden;
  width: 0;
}
.idx_product .botBox .swiperInfBig .swiper_big .swiul .swili .swiCenter .swiperInfo .swiper_box ul li .centerInfo {
  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-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.idx_product .botBox .swiperInfBig .swiper_big .swiul .swili .swiCenter .swiperInfo .swiper_box ul li .centerInfo .swiper_son {
  width: 52.56410256%;
  margin-left: 32.05128%;
  position: relative;
  z-index: 2;
}
.idx_product .botBox .swiperInfBig .swiper_big .swiul .swili .swiCenter .swiperInfo .swiper_box ul li .centerInfo .swiper_son .swiper-wrapper .swiper-slide {
  width: 0;
}
.idx_product .botBox .swiperInfBig .swiper_big .swiul .swili .swiCenter .swiperInfo .swiper_box ul li .centerInfo .swiper_son .swiper-wrapper .swiper-slide .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-top: clamp(50px, 5.20833333vw, 100px);
  padding-bottom: clamp(32.5px, 3.38541667vw, 65px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transform: translateX(200%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_product .botBox .swiperInfBig .swiper_big .swiul .swili .swiCenter .swiperInfo .swiper_box ul li .centerInfo .swiper_son .swiper-wrapper .swiper-slide .content .pb {
  padding-bottom: 83.7%;
}
.idx_product .botBox .swiperInfBig .swiper_big .swiul .swili .swiCenter .swiperInfo .swiper_box ul li .centerInfo .swiper_son .swiper-wrapper .swiper-slide .content .pb .ab .imgBox {
  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;
  position: relative;
  z-index: 2;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_product .botBox .swiperInfBig .swiper_big .swiul .swili .swiCenter .swiperInfo .swiper_box ul li .centerInfo .swiper_son .swiper-wrapper .swiper-slide .content .pb .ab .imgBox .images {
  transform: scale(1);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}
.idx_product .botBox .swiperInfBig .swiper_big .swiul .swili .swiCenter .swiperInfo .swiper_box ul li .centerInfo .swiper_son .swiper-wrapper .swiper-slide .content .pb .ab .imgBox .title {
  font-family: 'sa_me_V2';
  font-size: 24px;
  color: #0064ae;
  line-height: 1;
  margin-top: clamp(5px, 0.52083333vw, 10px);
}
@media (max-width:1600px) {
  .idx_product .botBox .swiperInfBig .swiper_big .swiul .swili .swiCenter .swiperInfo .swiper_box ul li .centerInfo .swiper_son .swiper-wrapper .swiper-slide .content .pb .ab .imgBox .title {
    font-size: 22px;
  }
}
@media (max-width:1366px) {
  .idx_product .botBox .swiperInfBig .swiper_big .swiul .swili .swiCenter .swiperInfo .swiper_box ul li .centerInfo .swiper_son .swiper-wrapper .swiper-slide .content .pb .ab .imgBox .title {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .idx_product .botBox .swiperInfBig .swiper_big .swiul .swili .swiCenter .swiperInfo .swiper_box ul li .centerInfo .swiper_son .swiper-wrapper .swiper-slide .content .pb .ab .imgBox .title {
    font-size: 16px;
  }
}
@media (max-width:768px) {
  .idx_product .botBox .swiperInfBig .swiper_big .swiul .swili .swiCenter .swiperInfo .swiper_box ul li .centerInfo .swiper_son .swiper-wrapper .swiper-slide .content .pb .ab .imgBox .title {
    font-size: 15px;
  }
}
@media (max-width:990px) {
  .idx_product .botBox .swiperInfBig .swiper_big .swiul .swili .swiCenter .swiperInfo .swiper_box ul li .centerInfo .swiper_son .swiper-wrapper .swiper-slide .content {
    padding-bottom: 0;
  }
}
@media (max-width:990px) {
  .idx_product .botBox .swiperInfBig .swiper_big .swiul .swili .swiCenter .swiperInfo .swiper_box ul li .centerInfo .swiper_son .swiper-wrapper .swiper-slide {
    width: 100% !important;
  }
}
.idx_product .botBox .swiperInfBig .swiper_big .swiul .swili .swiCenter .swiperInfo .swiper_box ul li .centerInfo .swiper_son .swiper-wrapper .swiper-slide.swiper-slide-active {
  width: 100%;
  opacity: 1 !important;
}
.idx_product .botBox .swiperInfBig .swiper_big .swiul .swili .swiCenter .swiperInfo .swiper_box ul li .centerInfo .swiper_son .swiper-wrapper .swiper-slide.swiper-slide-active .content {
  transform: translateX(0%);
}
.idx_product .botBox .swiperInfBig .swiper_big .swiul .swili .swiCenter .swiperInfo .swiper_box ul li .centerInfo .swiper_son .swiper-wrapper .swiper-slide.swiper-slide-active .content .name {
  display: block;
  width: 50%;
}
.idx_product .botBox .swiperInfBig .swiper_big .swiul .swili .swiCenter .swiperInfo .swiper_box ul li .centerInfo .swiper_son .swiper-wrapper .swiper-slide.swiper-slide-active .content .imgBox {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.idx_product .botBox .swiperInfBig .swiper_big .swiul .swili .swiCenter .swiperInfo .swiper_box ul li .centerInfo .swiper_son .swiper-wrapper .swiper-slide.swiper-slide-next {
  width: 100%;
  opacity: 1 !important;
}
.idx_product .botBox .swiperInfBig .swiper_big .swiul .swili .swiCenter .swiperInfo .swiper_box ul li .centerInfo .swiper_son .swiper-wrapper .swiper-slide.swiper-slide-next .content {
  transform: translate(90%, 8%) scale(0.75) !important;
}
.idx_product .botBox .swiperInfBig .swiper_big .swiul .swili .swiCenter .swiperInfo .swiper_box ul li .centerInfo .swiper_son .swiper-wrapper .swiper-slide.swiper-slide-prev {
  width: 100%;
}
.idx_product .botBox .swiperInfBig .swiper_big .swiul .swili .swiCenter .swiperInfo .swiper_box ul li .centerInfo .swiper_son .swiper-wrapper .swiper-slide.swiper-slide-prev .content {
  transform: translateX(10%) scale(0.6) !important;
  transition: all 0.2s ease;
}
@media (max-width:990px) {
  .idx_product .botBox .swiperInfBig .swiper_big .swiul .swili .swiCenter .swiperInfo .swiper_box ul li .centerInfo .swiper_son {
    width: 100%;
    margin-left: 0;
    padding-bottom: 50px;
  }
}
.idx_product .botBox .swiperInfBig .swiper_big .swiul .swili .swiCenter .swiperInfo .swiper_box ul li .centerInfo .swiper_name {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.idx_product .botBox .swiperInfBig .swiper_big .swiul .swili .swiCenter .swiperInfo .swiper_box ul li .centerInfo .swiper_name .swiper-wrapper .swiper-slide {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.idx_product .botBox .swiperInfBig .swiper_big .swiul .swili .swiCenter .swiperInfo .swiper_box ul li .centerInfo .swiper_name .swiper-wrapper .swiper-slide .name {
  font-family: 'sa_bo_V2';
  /*font-size: 480px;*/
  font-size: 100px;
  color: #fff;
  line-height: 1;
  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-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  transform: translateY(4%);
  height: 100%;
}
/*@media (max-width:1680px) {*/
/*  .idx_product .botBox .swiperInfBig .swiper_big .swiul .swili .swiCenter .swiperInfo .swiper_box ul li .centerInfo .swiper_name .swiper-wrapper .swiper-slide .name {*/
/*    font-size: 420px;*/
/*  }*/
/*}*/
/*@media (max-width:1440px) {*/
/*  .idx_product .botBox .swiperInfBig .swiper_big .swiul .swili .swiCenter .swiperInfo .swiper_box ul li .centerInfo .swiper_name .swiper-wrapper .swiper-slide .name {*/
/*    font-size: 360px;*/
/*  }*/
/*}*/
/*@media (max-width:1280px) {*/
/*  .idx_product .botBox .swiperInfBig .swiper_big .swiul .swili .swiCenter .swiperInfo .swiper_box ul li .centerInfo .swiper_name .swiper-wrapper .swiper-slide .name {*/
/*    font-size: 320px;*/
/*  }*/
/*}*/
/*@media (max-width:1024px) {*/
/*  .idx_product .botBox .swiperInfBig .swiper_big .swiul .swili .swiCenter .swiperInfo .swiper_box ul li .centerInfo .swiper_name .swiper-wrapper .swiper-slide .name {*/
/*    font-size: 256px;*/
/*  }*/
/*}*/
.idx_product .botBox .swiperInfBig .swiper_big .swiul .swili .swiCenter .swiperInfo .swiper_box ul li .centerInfo .swiper_name .swiper-wrapper .swiper-slide.swiper-slide-active {
  position: relative;
  z-index: 3;
}
.idx_product .botBox .swiperInfBig .swiper_big .swiul .swili .swiCenter .swiperInfo .swiper_box ul li .centerInfo .swiper_name .idxPageShow {
  position: absolute;
  bottom: 98px;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: clamp(30px, 3.125vw, 60px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  grid-gap: 0;
}
.idx_product .botBox .swiperInfBig .swiper_big .swiul .swili .swiCenter .swiperInfo .swiper_box ul li .centerInfo .swiper_name .idxPageShow span {
  background: #c3c5c8;
  opacity: 1;
}
.idx_product .botBox .swiperInfBig .swiper_big .swiul .swili .swiCenter .swiperInfo .swiper_box ul li .centerInfo .swiper_name .idxPageShow span.swiper-pagination-bullet-active {
  background: #015995;
}
@media (max-width:990px) {
  .idx_product .botBox .swiperInfBig .swiper_big .swiul .swili .swiCenter .swiperInfo .swiper_box ul li .centerInfo .swiper_name {
    display: none;
  }
}
.idx_product .botBox .swiperInfBig .swiper_big .swiul .swili.swiper-slide-active {
  pointer-events: initial;
}
/* 首页 优势 */
.idx_advantages {
  padding-top: clamp(75px, 7.8125vw, 150px);
  padding-bottom: clamp(80px, 8.33333333vw, 160px);
  background-image: url(../images/ind3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  overflow: hidden;
}
.idx_advantages .centerBox .idx_title .title {
  color: #fff;
}
.idx_advantages .centerBox .idx_title .subtitle {
  color: #84b4d8;
}
.idx_advantages .centerBox .contentBox {
  position: relative;
  margin-top: clamp(35px, 3.64583333vw, 70px);
}
.idx_advantages .centerBox .contentBox .itemBox {
  display: flex;
  grid-gap: 0px 20px;
  position: absolute;
  top: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
}
.idx_advantages .centerBox .contentBox .itemBox .item {
  position: relative;
  width: 24.35897436%;
  height: auto;
  border-radius: clamp(10px, 1.04166667vw, 20px);
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_advantages .centerBox .contentBox .itemBox .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #0000004f;
  z-index: 1;
}
.idx_advantages .centerBox .contentBox .itemBox .item .center {
  position: absolute;
  top: 0;
  left: 0;
  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;
  z-index: 2;
}
.idx_advantages .centerBox .contentBox .itemBox .item .center .contBox {
  padding-left: clamp(20px, 2.08333333vw, 40px);
  padding-right: clamp(20px, 2.08333333vw, 40px);
  width: 100%;
  height: 100%;
  padding-top: clamp(40px, 4.16666667vw, 80px);
}
.idx_advantages .centerBox .contentBox .itemBox .item .center .contBox .title,
.idx_advantages .centerBox .contentBox .itemBox .item .center .contBox .subtitle,
.idx_advantages .centerBox .contentBox .itemBox .item .center .contBox .pushButton {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(10px);
  animation-delay: 2s;
}
.idx_advantages .centerBox .contentBox .itemBox .item .center .contBox .title {
  font-family: 'sa_bo_V2';
  font-size: 30px;
  color: #fff;
  line-height: 1.2;
}
@media (max-width:1600px) {
  .idx_advantages .centerBox .contentBox .itemBox .item .center .contBox .title {
    font-size: 24px;
  }
}
@media (max-width:1366px) {
  .idx_advantages .centerBox .contentBox .itemBox .item .center .contBox .title {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .idx_advantages .centerBox .contentBox .itemBox .item .center .contBox .title {
    font-size: 19px;
  }
}
@media (max-width:768px) {
  .idx_advantages .centerBox .contentBox .itemBox .item .center .contBox .title {
    font-size: 18px;
  }
}
.idx_advantages .centerBox .contentBox .itemBox .item .center .contBox .subtitle {
  font-family: 'sa_re_V2';
  font-size: 18px;
  color: #ffffff;
  line-height: 1.333333;
  margin-top: clamp(15px, 1.5625vw, 30px);
}
@media (max-width:1600px) {
  .idx_advantages .centerBox .contentBox .itemBox .item .center .contBox .subtitle {
    font-size: 16px;
  }
}
@media (max-width:1366px) {
  .idx_advantages .centerBox .contentBox .itemBox .item .center .contBox .subtitle {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .idx_advantages .centerBox .contentBox .itemBox .item .center .contBox .subtitle {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .idx_advantages .centerBox .contentBox .itemBox .item .center .contBox .subtitle {
    font-size: 12px;
  }
}
.idx_advantages .centerBox .contentBox .itemBox .item .center .contBox .pushButton {
  position: absolute;
  bottom: 80px;
}
.idx_advantages .centerBox .contentBox .itemBox .item .center .contBox .pushButton a {
  background: none;
  border: 1px solid #ffffffd7;
  color: #ffffffe5;
}
.idx_advantages .centerBox .contentBox .itemBox .item .center .contBox .pushButton a:hover {
  background: #fff;
  border: 1px solid #1a1a1a;
  color: #1a1a1a;
}
.idx_advantages .centerBox .contentBox .itemBox .item .center .titBox {
  position: absolute;
  width: 100%;
  padding-left: clamp(20px, 2.08333333vw, 40px);
  padding-right: clamp(20px, 2.08333333vw, 40px);
  bottom: 80px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_advantages .centerBox .contentBox .itemBox .item .center .titBox .title {
  font-family: 'sa_bo_V2';
  font-size: 30px;
  color: #fff;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
@media (max-width:1600px) {
  .idx_advantages .centerBox .contentBox .itemBox .item .center .titBox .title {
    font-size: 24px;
  }
}
@media (max-width:1366px) {
  .idx_advantages .centerBox .contentBox .itemBox .item .center .titBox .title {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .idx_advantages .centerBox .contentBox .itemBox .item .center .titBox .title {
    font-size: 19px;
  }
}
@media (max-width:768px) {
  .idx_advantages .centerBox .contentBox .itemBox .item .center .titBox .title {
    font-size: 18px;
  }
}
.idx_advantages .centerBox .contentBox .itemBox .item .center .titBox .title i {
  padding-bottom: clamp(5px, 0.52083333vw, 10px);
  flex-shrink: 0;
  width: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.idx_advantages .centerBox .contentBox .itemBox .item .images {
  height: 100%;
}
.idx_advantages .centerBox .contentBox .itemBox .item .images img {
  height: 100%;
  width: 100%;
  max-width: auto;
  object-fit: cover;
}
.idx_advantages .centerBox .contentBox .itemBox .item.active {
  width: 48.7179487%;
}
.idx_advantages .centerBox .contentBox .itemBox .item.active .titBox {
  opacity: 0;
}
.idx_advantages .centerBox .contentBox .itemBox .item.active .contBox .title {
  opacity: 1;
  transform: translateY(0px);
}
.idx_advantages .centerBox .contentBox .itemBox .item.active .contBox .subtitle {
  opacity: 1;
  transform: translateY(0px);
}
.idx_advantages .centerBox .contentBox .itemBox .item.active .contBox .pushButton {
  opacity: 1;
  transform: translateY(0px);
}
@media (max-width:990px) {
  .idx_advantages .centerBox .contentBox .itemBox .item {
    width: 100%;
    padding-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column-reverse;
    border-radius: 0;
    padding-bottom: 50px;
    overflow: visible;
  }
  .idx_advantages .centerBox .contentBox .itemBox .item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 3px;
    width: 2px;
    height: 100%;
    background: #ffffff2a;
    z-index: 1;
  }
  .idx_advantages .centerBox .contentBox .itemBox .item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    background: #ffffff;
  }
  .idx_advantages .centerBox .contentBox .itemBox .item .center {
    position: relative;
    height: auto;
    margin-top: 20px;
  }
  .idx_advantages .centerBox .contentBox .itemBox .item .center .titBox {
    transform: translateX(-100%) !important;
    position: relative;
    z-index: 2;
    display: none;
  }
  .idx_advantages .centerBox .contentBox .itemBox .item .center .contBox {
    position: relative;
    z-index: 2;
    padding: 0;
  }
  .idx_advantages .centerBox .contentBox .itemBox .item .center .contBox .title {
    opacity: 1 !important;
    transform: translateY(0px) !important;
  }
  .idx_advantages .centerBox .contentBox .itemBox .item .center .contBox .subtitle {
    opacity: 1 !important;
    transform: translateY(0px) !important;
  }
  .idx_advantages .centerBox .contentBox .itemBox .item .center .contBox .pushButton {
    opacity: 1 !important;
    transform: translateY(0px) !important;
    position: relative !important;
    bottom: auto !important;
    margin-top: 20px;
  }
  .idx_advantages .centerBox .contentBox .itemBox .item .center .contBox .pushButton a {
    background: #fff;
    color: #0064ae;
  }
  .idx_advantages .centerBox .contentBox .itemBox .item .images {
    max-height: 160px;
    border-radius: 5px;
    overflow: hidden;
  }
  .idx_advantages .centerBox .contentBox .itemBox .item.active {
    width: 100% !important;
  }
  .idx_advantages .centerBox .contentBox .itemBox .item:last-child {
    padding-bottom: 0;
  }
}
@media (max-width:990px) {
  .idx_advantages .centerBox .contentBox .itemBox {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    position: relative;
  }
}
.idx_advantages .centerBox .contentBox .bg_blank {
  width: 48.7179487%;
  position: relative;
  z-index: 1;
}
.idx_advantages .centerBox .contentBox .bg_blank .pb {
  padding-bottom: 69.68%;
}
@media (max-width:990px) {
  .idx_advantages .centerBox .contentBox .bg_blank {
    display: none;
  }
}
/* 首页 关于我们 */
.idx_about {
  width: 100%;
  background-image: url(../images/bg-tv.png);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: bottom left;
  background-color: #edf0f2;
}
.idx_about .centent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.idx_about .centent .left {
  width: 61.5%;
  padding-right: 8%;
  padding-top: clamp(75px, 7.8125vw, 150px);
  padding-bottom: clamp(105px, 10.9375vw, 210px);
  height: 100vh;
  position: sticky;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: 0;
  z-index: 2;
}
@media (max-width:990px) {
  .idx_about .centent .left {
    height: auto !important;
  }
}
.idx_about .centent .left::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
  height: 80%;
  transform: translateX(100%);
  background: linear-gradient(0deg, #edf0f2 10%, #00000000 100%);
  transition: all 0.5s;
}
@media (max-width:1440px) {
  .idx_about .centent .left::after {
    width: 50%;
  }
}
@media (max-width:990px) {
  .idx_about .centent .left::after {
    display: none;
  }
}
.idx_about .centent .left .tit {
  font-size: 24px;
  color: #282828;
  font-family: 'sa_me_V2';
  line-height: 1;
}
@media (max-width:1600px) {
  .idx_about .centent .left .tit {
    font-size: 22px;
  }
}
@media (max-width:1366px) {
  .idx_about .centent .left .tit {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .idx_about .centent .left .tit {
    font-size: 16px;
  }
}
@media (max-width:768px) {
  .idx_about .centent .left .tit {
    font-size: 15px;
  }
}
.idx_about .centent .left .subtitle {
  font-size: 48px;
  color: #000000;
  font-family: 'sa_bo_V2';
  line-height: 1.25;
  margin-top: clamp(27.5px, 2.86458333vw, 55px);
}
@media (max-width:1600px) {
  .idx_about .centent .left .subtitle {
    font-size: 42px;
  }
}
@media (max-width:1366px) {
  .idx_about .centent .left .subtitle {
    font-size: 38px;
  }
}
@media (max-width:1024px) {
  .idx_about .centent .left .subtitle {
    font-size: 32px;
  }
}
@media (max-width:768px) {
  .idx_about .centent .left .subtitle {
    font-size: 28px;
  }
}
@media (max-width:480px) {
  .idx_about .centent .left .subtitle {
    font-size: 26px;
  }
}
.idx_about .centent .left .content {
  font-size: 18px;
  color: #282828;
  font-family: 'sa_re_V2';
  line-height: 1.3;
  margin-top: clamp(42.5px, 4.42708333vw, 85px);
}
@media (max-width:1600px) {
  .idx_about .centent .left .content {
    font-size: 16px;
  }
}
@media (max-width:1366px) {
  .idx_about .centent .left .content {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .idx_about .centent .left .content {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .idx_about .centent .left .content {
    font-size: 12px;
  }
}
.idx_about .centent .left .but {
  margin-top: clamp(47.5px, 4.94791667vw, 95px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  grid-gap: 0 20px;
}
.idx_about .centent .left .but .pushButton i {
  font-size: 12px;
}
.idx_about .centent .left .but .pushButton:first-child a {
  color: white;
  background: #1a1a1a;
}
.idx_about .centent .left .but .pushButton:first-child a:hover {
  background: #015995;
}
@media (max-width:990px) {
  .idx_about .centent .left {
    position: static !important;
  }
}
.idx_about .centent .right {
  width: 38.5%;
  right: 0;
  height: 100%;
  padding-top: clamp(65px, 6.77083333vw, 130px);
  padding-bottom: clamp(0px, 0vw, 0px);
  position: relative;
  z-index: 1;
}
.idx_about .centent .right .swiper_box {
  height: 100%;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.idx_about .centent .right .swiper_box ul li .item {
  padding-top: clamp(20px, 2.08333333vw, 40px);
  padding-bottom: clamp(30px, 3.125vw, 60px);
  padding-left: clamp(20px, 2.08333333vw, 40px);
  border-top: 1px solid rgba(0, 0, 0, 0.103);
}
.idx_about .centent .right .swiper_box ul li .item .top {
  font-size: 16px;
  color: #5c5c5c;
  font-family: 'sa_me_V2';
  transition: all 0.3s;
}
@media (max-width:1366px) {
  .idx_about .centent .right .swiper_box ul li .item .top {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .idx_about .centent .right .swiper_box ul li .item .top {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .idx_about .centent .right .swiper_box ul li .item .top {
    font-size: 12px;
  }
}
.idx_about .centent .right .swiper_box ul li .item .bot {
  font-size: 100px;
  color: #5c5c5c;
  font-family: 'sa_me_V2';
  transition: all 0.3s;
  margin-top: 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;
  grid-gap: 0 20px;
  line-height: 1;
}
@media (max-width:1680px) {
  .idx_about .centent .right .swiper_box ul li .item .bot {
    font-size: 87.5px;
  }
}
@media (max-width:1440px) {
  .idx_about .centent .right .swiper_box ul li .item .bot {
    font-size: 75px;
  }
}
@media (max-width:1280px) {
  .idx_about .centent .right .swiper_box ul li .item .bot {
    font-size: 66.66666667px;
  }
}
@media (max-width:1024px) {
  .idx_about .centent .right .swiper_box ul li .item .bot {
    font-size: 53.33333333px;
  }
}
.idx_about .centent .right .swiper_box ul li .item .bot span {
  font-family: 'sa_me_V2';
  font-size: 16px;
  color: #5c5c5c;
}
@media (max-width:1366px) {
  .idx_about .centent .right .swiper_box ul li .item .bot span {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .idx_about .centent .right .swiper_box ul li .item .bot span {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .idx_about .centent .right .swiper_box ul li .item .bot span {
    font-size: 12px;
  }
}
@media (max-width:990px) {
  .idx_about .centent .right .swiper_box ul li .item .bot img {
    width: 12px;
    height: 12px;
  }
}
@media (max-width:990px) {
  .idx_about .centent .right .swiper_box ul li .item {
    padding-top: 0;
    padding-left: 0;
  }
}
@media (max-width:640px) {
  .idx_about .centent {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .idx_about .centent .left {
    width: 100%;
    padding-bottom: 0;
  }
  .idx_about .centent .right {
    width: 100%;
    position: static;
    height: auto;
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .idx_about .centent .right li {
    opacity: 0.6 !important;
        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;
  }
  .idx_about .centent .right .swiper_box ul li .item {
      padding: 0;
      border: none;
  }
  .idx_about .centent .right li.swiper-slide-next {
    opacity: 0.6 !important;
  }
  .idx_about .centent .right li.swiper-slide-active {
    opacity: 0.6 !important;
  }
}
/* 首页 合作伙伴 */
.idx_cooperate {
  padding-top: clamp(205px, 21.35416667vw, 410px);
  background-image: url(../images/ind7.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
@media (max-width:1200px) {
    .idx_cooperate {
        background-attachment: inherit;
    }
}
.idx_cooperate .centerBox .idx_title .title {
  color: #fff;
}
.idx_cooperate .centerBox .idx_title .subtitle {
  color: #fff;
}
.idx_cooperate .centerBox .idx_title .pushButton {
  margin-top: clamp(30px, 3.125vw, 60px);
}
.idx_cooperate .centerBox .swiperInfo {
  border-top: 1px solid #ffffff3d;
  margin-top: clamp(110px, 11.45833333vw, 220px);
  position: relative;
}
.idx_cooperate .centerBox .swiperInfo::after {
  content: '';
  position: absolute;
  top: -1px;
  transform: translateX(100%);
  right: 0;
  width: 100%;
  height: 1px;
  background: #ffffff3d;
}
.idx_cooperate .centerBox .swiperInfo::before {
  content: '';
  position: absolute;
  top: -1px;
  transform: translateX(-100%);
  right: 0;
  width: 100%;
  height: 1px;
  background: #ffffff3d;
}
.idx_cooperate .centerBox .swiperInfo .swiper_box ul {
  transition-timing-function: linear !important;
}
.idx_cooperate .centerBox .swiperInfo .swiper_box ul li {
  width: 0;
}
.idx_cooperate .centerBox .swiperInfo .swiper_box ul li .centerInfo .pb {
  padding-bottom: 77%;
}
.idx_cooperate .centerBox .swiperInfo .swiper_box ul li .centerInfo .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_cooperate .centerBox .swiperInfo .swiper_box ul li .centerInfo .pb .ab img {
  max-width: 70%;
  max-height: 70%;
}
@media (max-width:990px) {
  .idx_cooperate .centerBox .swiperInfo .swiper_box ul li .centerInfo .pb .ab img {
    max-width: 55%;
    max-height: 20px;
  }
}
@media (max-width:990px) {
  .idx_cooperate .centerBox .swiperInfo {
    margin-top: 100px;
  }
}
/* 首页 新闻  */
.idx_news {
  padding-top: clamp(75px, 7.8125vw, 150px);
  padding-bottom: clamp(65px, 6.77083333vw, 130px);
  background: #edf0f2;
  overflow: hidden;
}
.idx_news .centent .idx_title {
  padding-bottom: clamp(30px, 3.125vw, 60px);
  border-bottom: 1px solid #cacaca;
}
.idx_news .centent .swiper_info {
  margin-top: clamp(13.5px, 1.40625vw, 27px);
}
.idx_news .centent .swiper_info .classify {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  grid-gap: 10px 10px;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.idx_news .centent .swiper_info .classify .item {
  min-width: 140px;
  padding: 0 15px;
  height: 44px;
  border-radius: 100px;
  border: 1px solid #282828;
  color: #282828;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 12px;
  font-family: 'sa_re_V2';
  cursor: pointer;
}
.idx_news .centent .swiper_info .classify .item:hover {
  background: #000;
  color: white;
  transition: all 0.3s;
}
.idx_news .centent .swiper_info .classify .item.active {
  background: #000;
  color: white;
}
@media (max-width:1280px) {
  .idx_news .centent .swiper_info .classify .item {
    height: 40px;
  }
}
@media (max-width:990px) {
  .idx_news .centent .swiper_info .classify .item {
    height: 36px;
    border: 1px solid #1a1a1a4b;
  }
}
.idx_news .centent .swiper_info .swiper_box {
  overflow: hidden;
}
.idx_news .centent .swiper_info .swiper_box .swiper_son {
  overflow: hidden;
  height: auto;
  pointer-events: initial;
  padding-top: clamp(30px, 3.125vw, 60px);
}
.idx_news .centent .swiper_info .swiper_box .swiper_son ul li {
  width: 0;
}
.idx_news .centent .swiper_info .swiper_box .swiper_son ul li .item {
  padding-bottom: clamp(15px, 1.5625vw, 30px);
  background: white;
  border-radius: 20px;
  transition: all 0.5s;
  overflow: hidden;
}
@media (max-width:990px) {
  .idx_news .centent .swiper_info .swiper_box .swiper_son ul li .item {
    border-radius: 10px;
  }
}
.idx_news .centent .swiper_info .swiper_box .swiper_son ul li .item a {
  display: block;
}
.idx_news .centent .swiper_info .swiper_box .swiper_son ul li .item a .pb {
  padding-bottom: 63.5%;
}
.idx_news .centent .swiper_info .swiper_box .swiper_son ul li .item a .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;
  overflow: hidden;
}
.idx_news .centent .swiper_info .swiper_box .swiper_son ul li .item a .pb .ab img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_news .centent .swiper_info .swiper_box .swiper_son ul li .item .fontBox {
  padding-left: clamp(10px, 1.04166667vw, 20px);
  padding-right: clamp(10px, 1.04166667vw, 20px);
  margin-top: clamp(17.5px, 1.82291667vw, 35px);
}
.idx_news .centent .swiper_info .swiper_box .swiper_son ul li .item .fontBox .tit {
  font-size: 22px;
  color: #1a1a1a;
  line-height: 1.3;
  font-family: 'sa_me_V2';
  height: calc(5em * 1.3);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
@media (max-width:1600px) {
  .idx_news .centent .swiper_info .swiper_box .swiper_son ul li .item .fontBox .tit {
    font-size: 20px;
  }
}
@media (max-width:1366px) {
  .idx_news .centent .swiper_info .swiper_box .swiper_son ul li .item .fontBox .tit {
    font-size: 18px;
  }
}
@media (max-width:1024px) {
  .idx_news .centent .swiper_info .swiper_box .swiper_son ul li .item .fontBox .tit {
    font-size: 15px;
  }
}
@media (max-width:768px) {
  .idx_news .centent .swiper_info .swiper_box .swiper_son ul li .item .fontBox .tit {
    font-size: 14px;
  }
}
.idx_news .centent .swiper_info .swiper_box .swiper_son ul li .item .fontBox .bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  padding-top: clamp(12.5px, 1.30208333vw, 25px);
  border-top: 1px solid #e0e0e0;
}
.idx_news .centent .swiper_info .swiper_box .swiper_son ul li .item .fontBox .bot .l {
  height: 100%;
  font-family: 'sa_bo_V2';
  color: #0063ae44;
  font-size: 72px;
  line-height: 1;
}
@media (max-width:1680px) {
  .idx_news .centent .swiper_info .swiper_box .swiper_son ul li .item .fontBox .bot .l {
    font-size: 63px;
  }
}
@media (max-width:1440px) {
  .idx_news .centent .swiper_info .swiper_box .swiper_son ul li .item .fontBox .bot .l {
    font-size: 54px;
  }
}
@media (max-width:1280px) {
  .idx_news .centent .swiper_info .swiper_box .swiper_son ul li .item .fontBox .bot .l {
    font-size: 48px;
  }
}
@media (max-width:1024px) {
  .idx_news .centent .swiper_info .swiper_box .swiper_son ul li .item .fontBox .bot .l {
    font-size: 38.4px;
  }
}
.idx_news .centent .swiper_info .swiper_box .swiper_son ul li .item .fontBox .bot .r {
  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;
  font-family: 'sa_re_V2';
  font-size: 14px;
}
@media (max-width:1366px) {
  .idx_news .centent .swiper_info .swiper_box .swiper_son ul li .item .fontBox .bot .r {
    font-size: 13px;
  }
}
@media (max-width:1024px) {
  .idx_news .centent .swiper_info .swiper_box .swiper_son ul li .item .fontBox .bot .r {
    font-size: 12px;
  }
}
.idx_news .centent .swiper_info .swiper_box .swiper_son ul li .item .fontBox .bot .r span {
  display: block;
}
.idx_news .centent .swiper_info .swiper_box .swiper_son ul li .item .fontBox .bot .r span:last-child {
  font-size: 18px;
}
@media (max-width:1600px) {
  .idx_news .centent .swiper_info .swiper_box .swiper_son ul li .item .fontBox .bot .r span:last-child {
    font-size: 16px;
  }
}
@media (max-width:1366px) {
  .idx_news .centent .swiper_info .swiper_box .swiper_son ul li .item .fontBox .bot .r span:last-child {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .idx_news .centent .swiper_info .swiper_box .swiper_son ul li .item .fontBox .bot .r span:last-child {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .idx_news .centent .swiper_info .swiper_box .swiper_son ul li .item .fontBox .bot .r span:last-child {
    font-size: 12px;
  }
}
.idx_news .centent .swiper_info .swiper_box .swiper_son ul li .item .fontBox .bot .r .ce {
  color: #1a1a1a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.idx_news .centent .swiper_info .swiper_box .swiper_son ul li .item:hover {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}
.idx_news .centent .swiper_info .swiper_box .swiper_son ul li .item:hover a .pb .ab img {
  transform: scale(1.03);
}
.idx_news .centent .swiper_info .swiper_box .swiper_son ul li .item:hover a .fontBox .tit {
  color: #0064ae;
}
.idx_news .centent .swiper_info .swiper_box .swiper_son .idxPageShow {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: clamp(30px, 3.125vw, 60px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  grid-gap: 0;
}
.idx_news .centent .swiper_info .swiper_box .swiper_son .idxPageShow span {
  background: #c3c5c8;
  opacity: 1;
}
.idx_news .centent .swiper_info .swiper_box .swiper_son .idxPageShow span.swiper-pagination-bullet-active {
  background: #015995;
}
/* 首页 帮助 */
.idx_help {
  padding-top: clamp(50px, 5.20833333vw, 100px);
  padding-bottom: clamp(40px, 4.16666667vw, 80px);
  background-image: url(../images/help.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
}
.idx_help .centent .top {
  font-size: 48px;
  color: #282828;
  font-family: 'sa_bo_V2';
}
@media (max-width:1600px) {
  .idx_help .centent .top {
    font-size: 42px;
  }
}
@media (max-width:1366px) {
  .idx_help .centent .top {
    font-size: 38px;
  }
}
@media (max-width:1024px) {
  .idx_help .centent .top {
    font-size: 32px;
  }
}
@media (max-width:768px) {
  .idx_help .centent .top {
    font-size: 28px;
  }
}
@media (max-width:480px) {
  .idx_help .centent .top {
    font-size: 26px;
  }
}
.idx_help .centent .bot {
  margin-top: clamp(27.5px, 2.86458333vw, 55px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px 30px;
}
@media (max-width:990px) {
  .idx_help .centent .bot {
    grid-gap: 0;
  }
}
.idx_help .centent .bot .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  grid-gap: 20px 20px;
  padding-top: clamp(12.5px, 1.30208333vw, 25px);
  border-top: 1px solid #e0e0e0;
}
.idx_help .centent .bot .item .wz {
  font-size: clamp(1.125rem, 0.839rem + 0.45vw, 1.375rem);
  color: #282828;
  font-family: 'sa_bo_V2';
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_help .centent .bot .item .img {
  width: clamp(2.5rem, 2.143rem + 0.56vw, 2.813rem);
  height: clamp(2.5rem, 2.143rem + 0.56vw, 2.813rem);
}
.idx_help .centent .bot .item .img img {
  filter: brightness(0) invert(0);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_help .centent .bot .item:hover .wz {
  color: #0064ae;
}
.idx_help .centent .bot .item:hover .img img {
  filter: unset !important;
}
@media (max-width:990px) {
  .idx_help .centent .bot .item {
    padding: 30px 0;
  }
  .idx_help .centent .bot .item:last-child {
    padding-bottom: 0;
  }
}
@media (max-width:768px) {
  .idx_help .centent .bot {
    grid-template-columns: repeat(1, 1fr);
  }
}
.insideCon1 {
  padding-top: clamp(60px, 6.25vw, 120px);
  background: #edf0f2;
}
.insideCon1 .centerBox .topBox {
  font-family: 'sa_bo_V2';
  font-size: 100px;
  color: #1a1a1a;
  line-height: 1;
}
@media (max-width:1680px) {
  .insideCon1 .centerBox .topBox {
    font-size: 87.5px;
  }
}
@media (max-width:1440px) {
  .insideCon1 .centerBox .topBox {
    font-size: 75px;
  }
}
@media (max-width:1280px) {
  .insideCon1 .centerBox .topBox {
    font-size: 66.66666667px;
  }
}
@media (max-width:1024px) {
  .insideCon1 .centerBox .topBox {
    font-size: 53.33333333px;
  }
}
@media (max-width:990px) {
  .insideCon1 .centerBox .topBox {
    font-size: 30px;
  }
}
.insideCon1 .centerBox .botBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: clamp(120px, 12.5vw, 240px);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: clamp(20px, 2.08333333vw, 40px);
}
.insideCon1 .centerBox .botBox .leftBox {
  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 15px;
}
.insideCon1 .centerBox .botBox .leftBox .downBox {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #0064ae;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: hidden;
}
.insideCon1 .centerBox .botBox .leftBox .downBox i {
  color: #fff;
  animation-name: scaletop;
  animation-timing-function: cubic-bezier(0.46, 0.03, 0.52, 0.96);
  animation-iteration-count: infinite;
  animation-duration: 2s;
}
@media (max-width:990px) {
  .insideCon1 .centerBox .botBox .leftBox .downBox {
    width: 30px;
    height: 30px;
  }
}
.insideCon1 .centerBox .botBox .leftBox .name {
  font-family: 'sa_me_V2';
  font-size: 16px;
  color: #808080;
  line-height: 1;
}
@media (max-width:1366px) {
  .insideCon1 .centerBox .botBox .leftBox .name {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .insideCon1 .centerBox .botBox .leftBox .name {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .insideCon1 .centerBox .botBox .leftBox .name {
    font-size: 12px;
  }
}
.insideCon1 .centerBox .botBox .rightBox {
  width: 38.46153%;
}
.insideCon1 .centerBox .botBox .rightBox .content {
  max-width: 500px;
  font-family: 'sa_re_V2';
  font-size: 16px;
  color: #808080;
  line-height: 1.5;
}
@media (max-width:1366px) {
  .insideCon1 .centerBox .botBox .rightBox .content {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .insideCon1 .centerBox .botBox .rightBox .content {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .insideCon1 .centerBox .botBox .rightBox .content {
    font-size: 12px;
  }
}
@media (max-width:990px) {
  .insideCon1 .centerBox .botBox {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
  }
  .insideCon1 .centerBox .botBox .leftBox {
    width: 100%;
  }
  .insideCon1 .centerBox .botBox .rightBox {
    width: 100%;
    margin-top: 20px;
  }
}
.insideCon1.solveCon1 .centerBox .topBox {
  font-size: 48px;
  width: 52%;
  line-height: 1.25;
}
@media (max-width:1600px) {
  .insideCon1.solveCon1 .centerBox .topBox {
    font-size: 42px;
  }
}
@media (max-width:1366px) {
  .insideCon1.solveCon1 .centerBox .topBox {
    font-size: 38px;
  }
}
@media (max-width:1024px) {
  .insideCon1.solveCon1 .centerBox .topBox {
    font-size: 32px;
  }
}
@media (max-width:768px) {
  .insideCon1.solveCon1 .centerBox .topBox {
    font-size: 28px;
  }
}
@media (max-width:480px) {
  .insideCon1.solveCon1 .centerBox .topBox {
    font-size: 26px;
  }
}
@media (max-width:990px) {
  .insideCon1.solveCon1 .centerBox .topBox {
    width: 100%;
  }
}
.insideCon1.solveCon1 .centerBox .botBox {
  margin-top: clamp(100px, 10.41666667vw, 200px);
}
.insideCon2 {
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.insideCon2 .images100 {
  opacity: 0;
  min-height: 40vh;
}
@media (max-width: 1200px) {
    .insideCon2 {
        background-attachment: inherit;
    }
}
/* 关于我们 */
.aboutCon2 {
  padding-top: clamp(60px, 6.25vw, 120px);
  padding-bottom: clamp(50px, 5.20833333vw, 100px);
  background: #edf0f2;
}
.aboutCon2 .centerBox .inside_title .subtitle {
  max-width: 820px;
  width: 100%;
  margin-top: clamp(20px, 2.08333333vw, 40px);
}
.aboutCon2 .centerBox .centerBox {
  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);
  position: relative;
}
.aboutCon2 .centerBox .centerBox .leftBox {
  width: 66.025641%;
  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;
}
.aboutCon2 .centerBox .centerBox .leftBox .images {
  border-radius: clamp(10px, 1.04166667vw, 20px);
  overflow: hidden;
}
.aboutCon2 .centerBox .centerBox .leftBox .pushButton {
  position: absolute;
}
.aboutCon2 .centerBox .centerBox .leftBox .pushButton a i {
  font-size: 12px;
  padding-left: 2px;
}
.aboutCon2 .centerBox .centerBox .rightBox {
  width: 30.76923%;
  position: absolute;
  right: 0;
  height: 100%;
}
.aboutCon2 .centerBox .centerBox .rightBox::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #00000000 10%, #edf0f2 100%);
  pointer-events: none;
}
.aboutCon2 .centerBox .centerBox .rightBox .box {
  height: 100%;
  overflow: auto;
  padding-right: clamp(10px, 1.04166667vw, 20px);
}
.aboutCon2 .centerBox .centerBox .rightBox .box .contBox {
  font-family: 'sa_re_V2';
  font-size: 16px;
  color: #1a1a1a;
  line-height: 1.5;
  padding-bottom: clamp(50px, 5.20833333vw, 100px);
}
@media (max-width:1366px) {
  .aboutCon2 .centerBox .centerBox .rightBox .box .contBox {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .aboutCon2 .centerBox .centerBox .rightBox .box .contBox {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .aboutCon2 .centerBox .centerBox .rightBox .box .contBox {
    font-size: 12px;
  }
}
.aboutCon2 .centerBox .centerBox .rightBox .box .contBox p {
  padding-top: clamp(15px, 1.5625vw, 30px);
  padding-bottom: clamp(15px, 1.5625vw, 30px);
  border-top: 1px solid #e5e5e5;
}
.aboutCon2 .centerBox .centerBox .rightBox .box .contBox p:first-child {
  padding-top: 0;
  border: 0;
}
@media (max-width:990px) {
  .aboutCon2 .centerBox .centerBox {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .aboutCon2 .centerBox .centerBox .leftBox {
    width: 100%;
  }
  .aboutCon2 .centerBox .centerBox .rightBox {
    width: 100%;
    margin-top: 20px;
    position: relative;
  }
  .aboutCon2 .centerBox .centerBox .rightBox::after {
    display: none;
  }
  .aboutCon2 .centerBox .centerBox .rightBox .box {
    max-height: 250px;
  }
}
.aboutCon2 .centerBox .botBox {
  margin-top: clamp(50px, 5.20833333vw, 100px);
}
.aboutCon2 .centerBox .botBox .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;
}
.aboutCon2 .centerBox .botBox .itemBox .item .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  grid-gap: 0 10px;
}
.aboutCon2 .centerBox .botBox .itemBox .item .number .beat {
  font-family: 'sa_me_V2';
  font-size: 100px;
  color: #0064ae;
  line-height: 1;
}
@media (max-width:1680px) {
  .aboutCon2 .centerBox .botBox .itemBox .item .number .beat {
    font-size: 87.5px;
  }
}
@media (max-width:1440px) {
  .aboutCon2 .centerBox .botBox .itemBox .item .number .beat {
    font-size: 75px;
  }
}
@media (max-width:1280px) {
  .aboutCon2 .centerBox .botBox .itemBox .item .number .beat {
    font-size: 66.66666667px;
  }
}
@media (max-width:1024px) {
  .aboutCon2 .centerBox .botBox .itemBox .item .number .beat {
    font-size: 53.33333333px;
  }
}
.aboutCon2 .centerBox .botBox .itemBox .item .number .fontBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  color: #0064ae;
  padding-bottom: clamp(7px, 0.72916667vw, 14px);
}
.aboutCon2 .centerBox .botBox .itemBox .item .number .fontBox i {
  font-weight: bolder;
  font-size: 20px;
  font-family: 'sa_bo_V2';
}
@media (max-width:1600px) {
  .aboutCon2 .centerBox .botBox .itemBox .item .number .fontBox i {
    font-size: 18px;
  }
}
@media (max-width:1366px) {
  .aboutCon2 .centerBox .botBox .itemBox .item .number .fontBox i {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .aboutCon2 .centerBox .botBox .itemBox .item .number .fontBox i {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .aboutCon2 .centerBox .botBox .itemBox .item .number .fontBox i {
    font-size: 13px;
  }
}
.aboutCon2 .centerBox .botBox .itemBox .item .number .fontBox span {
  font-size: 20px;
  font-family: 'sa_me_V2';
  color: #0064ae;
}
@media (max-width:1600px) {
  .aboutCon2 .centerBox .botBox .itemBox .item .number .fontBox span {
    font-size: 18px;
  }
}
@media (max-width:1366px) {
  .aboutCon2 .centerBox .botBox .itemBox .item .number .fontBox span {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .aboutCon2 .centerBox .botBox .itemBox .item .number .fontBox span {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .aboutCon2 .centerBox .botBox .itemBox .item .number .fontBox span {
    font-size: 13px;
  }
}
.aboutCon2 .centerBox .botBox .itemBox .item .name {
  font-family: 'sa_re_V2';
  font-size: 16px;
  color: #808080;
  margin-top: clamp(5px, 0.52083333vw, 10px);
}
@media (max-width:1366px) {
  .aboutCon2 .centerBox .botBox .itemBox .item .name {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .aboutCon2 .centerBox .botBox .itemBox .item .name {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .aboutCon2 .centerBox .botBox .itemBox .item .name {
    font-size: 12px;
  }
}
@media (max-width:990px) {
  .aboutCon2 .centerBox .botBox .itemBox {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    grid-gap: 40px 20px;
  }
  .aboutCon2 .centerBox .botBox .itemBox .item {
    width: 100%;
  }
  .aboutCon2 .centerBox .botBox .itemBox .item .number .beat {
    font-size: 48px;
  }
}
.aboutCon3 {
  padding-top: clamp(50px, 5.20833333vw, 100px);
  padding-bottom: clamp(50px, 5.20833333vw, 100px);
  background: #edf0f2;
}
.aboutCon3 .centerBox .itemBox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: clamp(10px, 1.04166667vw, 20px) clamp(10px, 1.04166667vw, 20px);
  padding-top: clamp(50px, 5.20833333vw, 100px);
}
@media (max-width:990px) {
  .aboutCon3 .centerBox .itemBox {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width:480px) {
  .aboutCon3 .centerBox .itemBox {
    grid-template-columns: repeat(1, 1fr);
  }
}
.aboutCon3 .centerBox .itemBox .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding-top: clamp(30px, 3.125vw, 60px);
  padding-bottom: clamp(20px, 2.08333333vw, 40px);
  border-radius: clamp(10px, 1.04166667vw, 20px);
  border: 1px solid #d5d8d9;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.aboutCon3 .centerBox .itemBox .item .images {
  height: 163px;
  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;
}
.aboutCon3 .centerBox .itemBox .item .fontBox {
  margin-top: clamp(25px, 2.60416667vw, 50px);
}
.aboutCon3 .centerBox .itemBox .item .fontBox .title {
  font-family: 'sa_me_V2';
  font-size: 24px;
  color: #1a1a1a;
  line-height: 1;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width:1600px) {
  .aboutCon3 .centerBox .itemBox .item .fontBox .title {
    font-size: 22px;
  }
}
@media (max-width:1366px) {
  .aboutCon3 .centerBox .itemBox .item .fontBox .title {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .aboutCon3 .centerBox .itemBox .item .fontBox .title {
    font-size: 16px;
  }
}
@media (max-width:768px) {
  .aboutCon3 .centerBox .itemBox .item .fontBox .title {
    font-size: 15px;
  }
}
.aboutCon3 .centerBox .itemBox .item .fontBox .subtitle {
  font-family: 'sa_re_V2';
  font-size: 16px;
  color: #808080;
  line-height: 1.5;
  text-align: center;
  margin-top: clamp(7.5px, 0.78125vw, 15px);
}
@media (max-width:1366px) {
  .aboutCon3 .centerBox .itemBox .item .fontBox .subtitle {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .aboutCon3 .centerBox .itemBox .item .fontBox .subtitle {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .aboutCon3 .centerBox .itemBox .item .fontBox .subtitle {
    font-size: 12px;
  }
}
.aboutCon3 .centerBox .itemBox .item:hover {
  transform: translateY(-5px);
}
.aboutCon3 .centerBox .itemBox .item:hover .fontBox .title {
  color: #0064ae;
}
@media (max-width:990px) {
  .aboutCon3 .centerBox .itemBox .item {
    flex-direction: row;
    padding: 0 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .aboutCon3 .centerBox .itemBox .item .images {
    width: 25%;
  }
  .aboutCon3 .centerBox .itemBox .item .fontBox {
    width: 65%;
  }
  .aboutCon3 .centerBox .itemBox .item .fontBox .title {
    text-align: left;
  }
  .aboutCon3 .centerBox .itemBox .item .fontBox .subtitle {
    text-align: left;
  }
  .aboutCon3 .centerBox .itemBox .item:hover {
    transform: translateY(0);
  }
}
.aboutCon4 {
  padding-top: clamp(50px, 5.20833333vw, 100px);
  padding-bottom: clamp(20px, 2.08333333vw, 40px);
  background: #edf0f2;
  padding-left: clamp(10px, 1.04166667vw, 20px);
  padding-right: clamp(10px, 1.04166667vw, 20px);
}
.aboutCon4 .centerBox .inside_title .subtitle {
  text-align: center;
}
.aboutCon4 .centerBox .itemBox {
  margin-top: clamp(35px, 3.64583333vw, 70px);
  height: 700px;
  background-image: url(../images/baout2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  border-radius: clamp(10px, 1.04166667vw, 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}
.aboutCon4 .centerBox .itemBox .item {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-right: 1px solid rgba(255, 255, 255, 0.226);
  border-radius: clamp(10px, 1.04166667vw, 20px);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  width: 4.2%;
}
.aboutCon4 .centerBox .itemBox .item .small {
  font-family: 'sa_me_V2';
  font-size: 24px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 40px;
  text-align: center;
  left: 0;
  width: 100%;
}
@media (max-width:1600px) {
  .aboutCon4 .centerBox .itemBox .item .small {
    font-size: 22px;
  }
}
@media (max-width:1366px) {
  .aboutCon4 .centerBox .itemBox .item .small {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .aboutCon4 .centerBox .itemBox .item .small {
    font-size: 16px;
  }
}
@media (max-width:768px) {
  .aboutCon4 .centerBox .itemBox .item .small {
    font-size: 15px;
  }
}
.aboutCon4 .centerBox .itemBox .item .bigBox {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: clamp(20px, 2.08333333vw, 40px);
  position: relative;
  height: 100%;
}
.aboutCon4 .centerBox .itemBox .item .bigBox .timeBox {
  font-family: 'sa_me_V2';
  font-size: 100px;
  color: #fff;
  line-height: 1;
}
@media (max-width:1680px) {
  .aboutCon4 .centerBox .itemBox .item .bigBox .timeBox {
    font-size: 87.5px;
  }
}
@media (max-width:1440px) {
  .aboutCon4 .centerBox .itemBox .item .bigBox .timeBox {
    font-size: 75px;
  }
}
@media (max-width:1280px) {
  .aboutCon4 .centerBox .itemBox .item .bigBox .timeBox {
    font-size: 66.66666667px;
  }
}
@media (max-width:1024px) {
  .aboutCon4 .centerBox .itemBox .item .bigBox .timeBox {
    font-size: 53.33333333px;
  }
}
.aboutCon4 .centerBox .itemBox .item .bigBox ul {
  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: 15px 0;
  margin-top: clamp(5px, 0.52083333vw, 10px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-width: 670px;
  width: 100%;
}
.aboutCon4 .centerBox .itemBox .item .bigBox ul li {
  font-family: 'sa_me_V2';
  font-size: 18px;
  color: #ffffff77;
  line-height: 1.6666;
}
@media (max-width:1600px) {
  .aboutCon4 .centerBox .itemBox .item .bigBox ul li {
    font-size: 16px;
  }
}
@media (max-width:1366px) {
  .aboutCon4 .centerBox .itemBox .item .bigBox ul li {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .aboutCon4 .centerBox .itemBox .item .bigBox ul li {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .aboutCon4 .centerBox .itemBox .item .bigBox ul li {
    font-size: 12px;
  }
}
.aboutCon4 .centerBox .itemBox .item .bigBox .botBox {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding-left: clamp(20px, 2.08333333vw, 40px);
  min-height: 220px;
}
.aboutCon4 .centerBox .itemBox .item .bigBox .botBox .yearBox {
  font-family: 'sa_bo_V2';
  /* font-size: 240px; */
  font-size: 220px;
  color: #000;
  transform: translateY(5%);
  text-shadow: #d6d9db38 1px 0 0, #d6d9db38 0 1px 0, #d6d9db38 -1px 0 0, #d6d9db38 0 -1px 0;
  color: #0068b0;
  line-height: 1;
}
@media (max-width:1680px) {
  .aboutCon4 .centerBox .itemBox .item .bigBox .botBox .yearBox {
    font-size: 210px;
  }
}
@media (max-width:1440px) {
  .aboutCon4 .centerBox .itemBox .item .bigBox .botBox .yearBox {
    font-size: 180px;
  }
}
@media (max-width:1280px) {
  .aboutCon4 .centerBox .itemBox .item .bigBox .botBox .yearBox {
    font-size: 160px;
  }
}
@media (max-width:1024px) {
  .aboutCon4 .centerBox .itemBox .item .bigBox .botBox .yearBox {
    font-size: 128px;
  }
}
.aboutCon4 .centerBox .itemBox .item .bigBox .botBox .images {
  /*position: absolute;
  top: 0;
  right: 40px;
  */border-radius: clamp(10px, 1.04166667vw, 20px);
  overflow: hidden;
  -webkit-border-radius: clamp(10px, 1.04166667vw, 20px);
  -moz-border-radius: clamp(10px, 1.04166667vw, 20px);
  -ms-border-radius: clamp(10px, 1.04166667vw, 20px);
  -o-border-radius: clamp(10px, 1.04166667vw, 20px);
  display: inline-block;
}
.aboutCon4 .centerBox .itemBox .item.active {
  width: 44.1%;
}
.aboutCon4 .centerBox .itemBox .item.active .small {
  opacity: 0;
  visibility: hidden;
}
.aboutCon4 .centerBox .itemBox .item.active .bigBox {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.aboutCon4Swi {
  padding-top: clamp(50px, 5.20833333vw, 100px);
  padding-bottom: clamp(20px, 2.08333333vw, 40px);
  background-image: url(../images/baout2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  overflow: hidden;
}
.aboutCon4Swi .centerBox .swiperInfo .swiper_box {
  overflow: hidden;
}
.aboutCon4Swi .centerBox .swiperInfo .swiper_box ul.swiper-wrapper li.swiper-slide .centerInfo .timeBox {
  font-family: 'sa_me_V2';
  font-size: 100px;
  color: #fff;
  line-height: 1;
}
@media (max-width:1680px) {
  .aboutCon4Swi .centerBox .swiperInfo .swiper_box ul.swiper-wrapper li.swiper-slide .centerInfo .timeBox {
    font-size: 87.5px;
  }
}
@media (max-width:1440px) {
  .aboutCon4Swi .centerBox .swiperInfo .swiper_box ul.swiper-wrapper li.swiper-slide .centerInfo .timeBox {
    font-size: 75px;
  }
}
@media (max-width:1280px) {
  .aboutCon4Swi .centerBox .swiperInfo .swiper_box ul.swiper-wrapper li.swiper-slide .centerInfo .timeBox {
    font-size: 66.66666667px;
  }
}
@media (max-width:1024px) {
  .aboutCon4Swi .centerBox .swiperInfo .swiper_box ul.swiper-wrapper li.swiper-slide .centerInfo .timeBox {
    font-size: 53.33333333px;
  }
}
@media (max-width:990px) {
  .aboutCon4Swi .centerBox .swiperInfo .swiper_box ul.swiper-wrapper li.swiper-slide .centerInfo .timeBox {
    font-size: 36px;
    padding-bottom: 20px;
  }
}
.aboutCon4Swi .centerBox .swiperInfo .swiper_box ul.swiper-wrapper li.swiper-slide .centerInfo ul {
  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: 15px 0;
  margin-top: clamp(5px, 0.52083333vw, 10px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-width: 670px;
  width: 100%;
}
.aboutCon4Swi .centerBox .swiperInfo .swiper_box ul.swiper-wrapper li.swiper-slide .centerInfo ul li {
  font-family: 'sa_me_V2';
  font-size: 18px;
  color: #ffffff77;
  line-height: 1.6666;
}
@media (max-width:1600px) {
  .aboutCon4Swi .centerBox .swiperInfo .swiper_box ul.swiper-wrapper li.swiper-slide .centerInfo ul li {
    font-size: 16px;
  }
}
@media (max-width:1366px) {
  .aboutCon4Swi .centerBox .swiperInfo .swiper_box ul.swiper-wrapper li.swiper-slide .centerInfo ul li {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .aboutCon4Swi .centerBox .swiperInfo .swiper_box ul.swiper-wrapper li.swiper-slide .centerInfo ul li {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .aboutCon4Swi .centerBox .swiperInfo .swiper_box ul.swiper-wrapper li.swiper-slide .centerInfo ul li {
    font-size: 12px;
  }
}
.aboutCon4Swi .centerBox .swiperInfo .swiper_box ul.swiper-wrapper li.swiper-slide .centerInfo .botBox {
  margin-top: clamp(20px, 2.08333333vw, 40px);
}
.aboutCon4Swi .centerBox .swiperInfo .swiper_box ul.swiper-wrapper li.swiper-slide .centerInfo .botBox .images {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}
.aboutCon4Swi .centerBox .swiperInfo .swiper_box ul.swiper-wrapper li.swiper-slide .centerInfo .botBox .images img {
  width: 100%;
}
.aboutCon4Swi .centerBox .swiperInfo .idxPageHide .swiper-pagination-bullet {
  background: #fff;
}
.aboutCon4Swi .centerBox .swiperInfo .idxPageHide .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
@media (max-width:990px) {
  .aboutCon4Swi {
    display: flex !important;
  }
}
.aboutCon5 {
  padding-top: clamp(50px, 5.20833333vw, 100px);
  padding-bottom: clamp(60px, 6.25vw, 120px);
  background: #edf0f2;
}
.aboutCon5 .centerBox .inside_title {
  padding-bottom: clamp(25px, 2.60416667vw, 50px);
  border-bottom: 1px solid #d5d8d9;
}
.aboutCon5 .centerBox .seleBox {
  margin-top: clamp(15px, 1.5625vw, 30px);
}
.aboutCon5 .centerBox .seleBox .itemBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  grid-gap: 0 10px;
}
.aboutCon5 .centerBox .seleBox .itemBox .item {
  font-family: 'sa_me_V2';
  font-size: 12px;
  width: 160px;
  height: 44px;
  border: 1px solid #1a1a1a;
  border-radius: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.aboutCon5 .centerBox .seleBox .itemBox .item.active,
.aboutCon5 .centerBox .seleBox .itemBox .item:hover {
  background: #1a1a1a;
  color: #fff;
}
@media (max-width:990px) {
  .aboutCon5 .centerBox .seleBox .itemBox .item {
    width: auto;
    height: 35px;
    padding: 0 10px;
  }
}
.aboutCon5 .centerBox .swiperInfo {
  margin-top: clamp(60px, 6.25vw, 120px);
}
.aboutCon5 .centerBox .swiperInfo .swiper_box {
  overflow: hidden;
}
.aboutCon5 .centerBox .swiperInfo .swiper_box ul li .centerInfo .swiper_son .swiper-wrapper .swiper-slide {
  width: 0;
}
@media (max-width:990px) {
  .aboutCon5 .centerBox .swiperInfo .swiper_box ul li .centerInfo .swiper_son .swiper-wrapper .swiper-slide {
    transform: unset !important;
  }
}
.aboutCon5 .centerBox .swiperInfo .swiper_box ul li .centerInfo .swiper_son .swiper-wrapper .swiper-slide .content .images img {
  width: 100%;
}
.aboutCon5 .centerBox .swiperInfo .swiper_box ul li .centerInfo .swiper_son .swiper-wrapper .swiper-slide .content .name {
  font-family: 'sa_me_V2';
  font-size: 18px;
  color: #1a1a1a;
  line-height: 1.4;
  margin-top: clamp(12.5px, 1.30208333vw, 25px);
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width:1600px) {
  .aboutCon5 .centerBox .swiperInfo .swiper_box ul li .centerInfo .swiper_son .swiper-wrapper .swiper-slide .content .name {
    font-size: 16px;
  }
}
@media (max-width:1366px) {
  .aboutCon5 .centerBox .swiperInfo .swiper_box ul li .centerInfo .swiper_son .swiper-wrapper .swiper-slide .content .name {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .aboutCon5 .centerBox .swiperInfo .swiper_box ul li .centerInfo .swiper_son .swiper-wrapper .swiper-slide .content .name {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .aboutCon5 .centerBox .swiperInfo .swiper_box ul li .centerInfo .swiper_son .swiper-wrapper .swiper-slide .content .name {
    font-size: 12px;
  }
}
.aboutCon5 .centerBox .swiperInfo .swiper_box ul li .centerInfo .swiper_son .swiper-wrapper .swiper-slide .swiper-slide-shadow-left,
.aboutCon5 .centerBox .swiperInfo .swiper_box ul li .centerInfo .swiper_son .swiper-wrapper .swiper-slide .swiper-slide-shadow-right {
  background: none;
}
.aboutCon5 .centerBox .swiperInfo .swiper_box ul li .centerInfo .swiper_son .swiper-wrapper .swiper-slide.swiper-slide-active .content .name {
  opacity: 1;
}
.aboutCon5 .centerBox .swiperInfo .swiper_box ul li .centerInfo .swiBox {
  margin-top: clamp(30px, 3.125vw, 60px);
}
@media (max-width:990px) {
  .aboutCon5 .centerBox .swiperInfo .swiper_box ul li .centerInfo .swiBox .swiBut {
    display: none;
  }
}
.aboutCon6 {
  padding-top: clamp(110px, 11.45833333vw, 220px);
  padding-bottom: clamp(80px, 8.33333333vw, 160px);
  position: relative;
}
.aboutCon6 .centerBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  position: relative;
  z-index: 2;
}
.aboutCon6 .centerBox .inside_title {
  width: 100%;
}
.aboutCon6 .centerBox .fontBox {
  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: 50%;
}
@media (max-width:990px) {
  .aboutCon6 .centerBox .fontBox {
    width: 100%;
    margin-top: 15px;
  }
}
.aboutCon6 .centerBox .fontBox .levTitle {
  font-family: 'sa_re_V2';
  font-size: 18px;
  color: #1a1a1a;
  line-height: 1.3;
  max-width: 410px;
  width: 100%;
}
@media (max-width:1600px) {
  .aboutCon6 .centerBox .fontBox .levTitle {
    font-size: 16px;
  }
}
@media (max-width:1366px) {
  .aboutCon6 .centerBox .fontBox .levTitle {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .aboutCon6 .centerBox .fontBox .levTitle {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .aboutCon6 .centerBox .fontBox .levTitle {
    font-size: 12px;
  }
}
.aboutCon6 .centerBox .swiperInfo {
  width: 100%;
}
.aboutCon6 .centerBox .swiperInfo .swiper_box {
  padding-top: clamp(30px, 3.125vw, 60px);
}
.aboutCon6 .centerBox .swiperInfo .swiper_box ul {
  transition-timing-function: linear !important;
}
.aboutCon6 .centerBox .swiperInfo .swiper_box ul li .centerInfo {
  border: 1px solid #e6e6e6;
  border-radius: clamp(10px, 1.04166667vw, 20px);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.aboutCon6 .centerBox .swiperInfo .swiper_box ul li .centerInfo .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;
}
.aboutCon6 .centerBox .swiperInfo .swiper_box ul li .centerInfo .pb .ab img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-width: 80%;
  max-height: 80%;
}
.aboutCon6 .centerBox .swiperInfo .swiper_box ul li .centerInfo:hover {
  background: #015995;
  transform: translateY(-10px);
  border: 1px solid #015995;
}
.aboutCon6 .centerBox .swiperInfo .swiper_box ul li .centerInfo:hover .pb .ab img {
  filter: brightness(0) invert(1);
}
.aboutCon6 .tBox {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-top: clamp(40px, 4.16666667vw, 80px);
}
.aboutCon6 .tBox .font {
  font-size: 240px;
  width: 50%;
  font-family: 'sa_bo_V2';
  text-shadow: #ebebeb 1px 0 0, #ebebeb 0 1px 0, #ebebeb -1px 0 0, #ebebeb 0 -1px 0;
  color: #fff;
  line-height: 1;
}
@media (max-width:1680px) {
  .aboutCon6 .tBox .font {
    font-size: 210px;
  }
}
@media (max-width:1440px) {
  .aboutCon6 .tBox .font {
    font-size: 180px;
  }
}
@media (max-width:1280px) {
  .aboutCon6 .tBox .font {
    font-size: 160px;
  }
}
@media (max-width:1024px) {
  .aboutCon6 .tBox .font {
    font-size: 128px;
  }
}
@media (max-width:990px) {
  .aboutCon6 {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
/* 关于我们研发 */
.insabyfCon1 {
  padding-top: clamp(70px, 7.29166667vw, 140px);
  padding-bottom: clamp(30px, 3.125vw, 60px);
}
.insabyfCon1 .centerBox .contentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: clamp(25px, 2.60416667vw, 50px);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  grid-gap: clamp(0px, 0vw, 0px) clamp(25px, 2.60416667vw, 50px);
}
.insabyfCon1 .centerBox .contentBox .leftBox {
  width: 50.02564%;
}
.insabyfCon1 .centerBox .contentBox .leftBox .images {
  width: 100%;
  border-radius: clamp(10px, 1.04166667vw, 20px);
  overflow: hidden;
}
.insabyfCon1 .centerBox .contentBox .leftBox .images img {
  width: 100%;
}
.insabyfCon1 .centerBox .contentBox .rightBox {
  width: 45.1282%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.insabyfCon1 .centerBox .contentBox .rightBox .content {
  font-family: 'sa_re_V2';
  font-size: 16px;
  color: #1a1a1a;
  line-height: 1.5;
  max-height: 270px;
  overflow: auto;
}
@media (max-width:1366px) {
  .insabyfCon1 .centerBox .contentBox .rightBox .content {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .insabyfCon1 .centerBox .contentBox .rightBox .content {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .insabyfCon1 .centerBox .contentBox .rightBox .content {
    font-size: 12px;
  }
}
.insabyfCon1 .centerBox .contentBox .rightBox .itemBox {
  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: 35px 0;
}
.insabyfCon1 .centerBox .contentBox .rightBox .itemBox .item .number {
  font-family: 'sa_me_V2';
  font-size: 80px;
  color: #0064ae;
  line-height: 1;
  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;
  grid-gap: 0 10px;
}
@media (max-width:1680px) {
  .insabyfCon1 .centerBox .contentBox .rightBox .itemBox .item .number {
    font-size: 70px;
  }
}
@media (max-width:1440px) {
  .insabyfCon1 .centerBox .contentBox .rightBox .itemBox .item .number {
    font-size: 60px;
  }
}
@media (max-width:1280px) {
  .insabyfCon1 .centerBox .contentBox .rightBox .itemBox .item .number {
    font-size: 53.33333333px;
  }
}
@media (max-width:1024px) {
  .insabyfCon1 .centerBox .contentBox .rightBox .itemBox .item .number {
    font-size: 42.66666667px;
  }
}
.insabyfCon1 .centerBox .contentBox .rightBox .itemBox .item .number img {
  transform: translateY(6px);
}
@media (max-width:990px) {
  .insabyfCon1 .centerBox .contentBox .rightBox .itemBox .item .number img {
    width: 12px;
    height: 12px;
  }
}
.insabyfCon1 .centerBox .contentBox .rightBox .itemBox .item .desc {
  font-family: 'sa_re_V2';
  font-size: 16px;
  color: #808080;
  line-height: 1.5;
}
@media (max-width:1366px) {
  .insabyfCon1 .centerBox .contentBox .rightBox .itemBox .item .desc {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .insabyfCon1 .centerBox .contentBox .rightBox .itemBox .item .desc {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .insabyfCon1 .centerBox .contentBox .rightBox .itemBox .item .desc {
    font-size: 12px;
  }
}
@media (max-width:990px) {
  .insabyfCon1 .centerBox .contentBox {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .insabyfCon1 .centerBox .contentBox .leftBox {
    width: 100%;
  }
  .insabyfCon1 .centerBox .contentBox .rightBox {
    width: 100%;
    margin-top: 20px;
  }
  .insabyfCon1 .centerBox .contentBox .rightBox .itemBox {
    flex-direction: row !important;
    justify-content: space-between;
    grid-gap: 0 20px;
    margin-top: 40px;
  }
  .insabyfCon1 .centerBox .contentBox .rightBox .itemBox .item {
    width: 49%;
  }
}
.insabyfCon2 {
  padding-top: clamp(70px, 7.29166667vw, 140px);
  padding-bottom: clamp(35px, 3.64583333vw, 70px);
}
.insabyfCon2 .centerBox .inside_title .levtitle {
  max-width: 790px;
  width: 100%;
}
.insabyfCon2 .centerBox .inside_title .levBox {
  margin-top: clamp(55px, 5.72916667vw, 110px);
  width: 61.538461%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.insabyfCon2 .centerBox .inside_title .levBox .title {
  font-family: 'sa_re_V2';
  font-size: 16px;
  color: #808080;
  line-height: 1.5;
  max-width: 592px;
}
@media (max-width:1366px) {
  .insabyfCon2 .centerBox .inside_title .levBox .title {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .insabyfCon2 .centerBox .inside_title .levBox .title {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .insabyfCon2 .centerBox .inside_title .levBox .title {
    font-size: 12px;
  }
}
@media (max-width:990px) {
  .insabyfCon2 .centerBox .inside_title .levBox {
    width: 100%;
    margin-top: 20px;
  }
}
.insabyfCon2 .centerBox .itemBox {
  margin-top: clamp(20px, 2.08333333vw, 40px);
}
.insabyfCon2 .centerBox .itemBox .item {
  border-top: 1px solid #d5d8d9;
  border-radius: 20px;
  padding-left: clamp(15px, 1.5625vw, 30px);
  padding-right: clamp(15px, 1.5625vw, 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  cursor: pointer;
}
.insabyfCon2 .centerBox .itemBox .item .topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  padding-bottom: clamp(20px, 2.08333333vw, 40px);
  padding-top: clamp(20px, 2.08333333vw, 40px);
}
.insabyfCon2 .centerBox .itemBox .item .topBox .leftBox {
  font-family: 'sa_re_V2';
  font-size: 16px;
  color: #808080;
  line-height: 1;
  width: 23.07693%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width:1366px) {
  .insabyfCon2 .centerBox .itemBox .item .topBox .leftBox {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .insabyfCon2 .centerBox .itemBox .item .topBox .leftBox {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .insabyfCon2 .centerBox .itemBox .item .topBox .leftBox {
    font-size: 12px;
  }
}
.insabyfCon2 .centerBox .itemBox .item .topBox .rightBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 76.92307%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.insabyfCon2 .centerBox .itemBox .item .topBox .rightBox .title {
  font-family: 'sa_me_V2';
  font-size: 24px;
  color: #1a1a1a;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width:1600px) {
  .insabyfCon2 .centerBox .itemBox .item .topBox .rightBox .title {
    font-size: 22px;
  }
}
@media (max-width:1366px) {
  .insabyfCon2 .centerBox .itemBox .item .topBox .rightBox .title {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .insabyfCon2 .centerBox .itemBox .item .topBox .rightBox .title {
    font-size: 16px;
  }
}
@media (max-width:768px) {
  .insabyfCon2 .centerBox .itemBox .item .topBox .rightBox .title {
    font-size: 15px;
  }
}
.insabyfCon2 .centerBox .itemBox .item .topBox .rightBox .arrow {
  filter: brightness(0) invert(0);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: fit-content;
}
.insabyfCon2 .centerBox .itemBox .item .botBox {
  width: 76.92307%;
  display: none;
}
.insabyfCon2 .centerBox .itemBox .item .botBox .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  grid-gap: 0 50px;
  width: 100%;
  padding-bottom: clamp(20px, 2.08333333vw, 40px);
}
.insabyfCon2 .centerBox .itemBox .item .botBox .box .leftBox {
  font-family: 'sa_re_V2';
  font-size: 16px;
  color: #0064ae;
  line-height: 1.5;
  width: 50.3%;
}
@media (max-width:1366px) {
  .insabyfCon2 .centerBox .itemBox .item .botBox .box .leftBox {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .insabyfCon2 .centerBox .itemBox .item .botBox .box .leftBox {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .insabyfCon2 .centerBox .itemBox .item .botBox .box .leftBox {
    font-size: 12px;
  }
}
.insabyfCon2 .centerBox .itemBox .item .botBox .box .rightBox {
  width: 32.083%;
  border-radius: clamp(10px, 1.04166667vw, 20px);
  overflow: hidden;
}
.insabyfCon2 .centerBox .itemBox .item .botBox .box .rightBox img {
  width: 100%;
}
@media (max-width:990px) {
  .insabyfCon2 .centerBox .itemBox .item .botBox .box .rightBox img {
    max-height: 200px;
    object-fit: cover;
  }
}
@media (max-width:990px) {
  .insabyfCon2 .centerBox .itemBox .item .botBox .box {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .insabyfCon2 .centerBox .itemBox .item .botBox .box .leftBox {
    width: 100%;
  }
  .insabyfCon2 .centerBox .itemBox .item .botBox .box .rightBox {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width:990px) {
  .insabyfCon2 .centerBox .itemBox .item .botBox {
    width: 100%;
  }
}
.insabyfCon2 .centerBox .itemBox .item.active {
  border-top: 1px solid #0064ae;
}
.insabyfCon2 .centerBox .itemBox .item.active .topBox .leftBox {
  font-family: 'sa_me_V2';
  font-size: 80px;
  color: #0064ae;
}
@media (max-width:1680px) {
  .insabyfCon2 .centerBox .itemBox .item.active .topBox .leftBox {
    font-size: 70px;
  }
}
@media (max-width:1440px) {
  .insabyfCon2 .centerBox .itemBox .item.active .topBox .leftBox {
    font-size: 60px;
  }
}
@media (max-width:1280px) {
  .insabyfCon2 .centerBox .itemBox .item.active .topBox .leftBox {
    font-size: 53.33333333px;
  }
}
@media (max-width:1024px) {
  .insabyfCon2 .centerBox .itemBox .item.active .topBox .leftBox {
    font-size: 42.66666667px;
  }
}
@media (max-width:768px) {
  .insabyfCon2 .centerBox .itemBox .item.active .topBox .leftBox {
    font-size: 20px;
  }
}
.insabyfCon2 .centerBox .itemBox .item.active .topBox .rightBox .title {
  color: #0064ae;
}
.insabyfCon2 .centerBox .itemBox .item.active .topBox .rightBox .arrow {
  filter: unset;
  transform: rotate(0deg);
}
.insabyfCon2 .centerBox .itemBox .item:first-child .botBox {
  display: block;
}
.insabyfCon3 {
  padding-top: clamp(70px, 7.29166667vw, 140px);
  padding-bottom: clamp(30px, 3.125vw, 60px);
}
.insabyfCon3 .centerBox .inside_title .levtitle {
  max-width: 790px;
  width: 100%;
}
.insabyfCon3 .centerBox .inside_title .levBox {
  margin-top: clamp(30px, 3.125vw, 60px);
  width: 76.923%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.insabyfCon3 .centerBox .inside_title .levBox .tit {
  font-family: 'sa_re_V2';
  font-size: 16px;
  color: #808080;
  line-height: 1.5;
  max-width: 680px;
}
@media (max-width:1366px) {
  .insabyfCon3 .centerBox .inside_title .levBox .tit {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .insabyfCon3 .centerBox .inside_title .levBox .tit {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .insabyfCon3 .centerBox .inside_title .levBox .tit {
    font-size: 12px;
  }
}
@media (max-width:990px) {
  .insabyfCon3 .centerBox .inside_title .levBox {
    margin-top: 10px;
  }
}
.insabyfCon3 .centerBox .contentBox {
  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(30px, 3.125vw, 60px);
}
.insabyfCon3 .centerBox .contentBox .leftBox {
  width: 30.76923%;
  border-top: 1px solid #d5d8d9;
}
.insabyfCon3 .centerBox .contentBox .leftBox .timeBox {
  width: 0%;
  height: 1px;
  background: #0064ae;
}
.insabyfCon3 .centerBox .contentBox .leftBox .timeBox.active {
  width: 100%;
  transition: all 3.9s linear;
}
.insabyfCon3 .centerBox .contentBox .leftBox .idxPageNum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  font-family: 'sa_re_V2';
  font-size: 16px;
  color: #b2b2b2;
  margin-top: clamp(7px, 0.72916667vw, 14px);
}
@media (max-width:1366px) {
  .insabyfCon3 .centerBox .contentBox .leftBox .idxPageNum {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .insabyfCon3 .centerBox .contentBox .leftBox .idxPageNum {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .insabyfCon3 .centerBox .contentBox .leftBox .idxPageNum {
    font-size: 12px;
  }
}
.insabyfCon3 .centerBox .contentBox .leftBox .itemBox {
  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: 15px 0;
  margin-top: clamp(12.5px, 1.30208333vw, 25px);
}
@media (max-width:990px) {
  .insabyfCon3 .centerBox .contentBox .leftBox .itemBox {
    grid-gap: 5px 0;
    margin-top: 0;
  }
}
.insabyfCon3 .centerBox .contentBox .leftBox .itemBox .item {
  font-family: 'sa_re_V2';
  font-size: 16px;
  color: #1a1a1a;
  line-height: 1.5;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  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;
}
@media (max-width:1366px) {
  .insabyfCon3 .centerBox .contentBox .leftBox .itemBox .item {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .insabyfCon3 .centerBox .contentBox .leftBox .itemBox .item {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .insabyfCon3 .centerBox .contentBox .leftBox .itemBox .item {
    font-size: 12px;
  }
}
.insabyfCon3 .centerBox .contentBox .leftBox .itemBox .item::after {
  content: '\eb03';
  font-family: "iconfont";
  position: absolute;
  left: 0;
  top: -3px;
  height: 100%;
  font-size: 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;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: translateX(-10px);
}
@media (max-width:1600px) {
  .insabyfCon3 .centerBox .contentBox .leftBox .itemBox .item::after {
    font-size: 18px;
  }
}
@media (max-width:1366px) {
  .insabyfCon3 .centerBox .contentBox .leftBox .itemBox .item::after {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .insabyfCon3 .centerBox .contentBox .leftBox .itemBox .item::after {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .insabyfCon3 .centerBox .contentBox .leftBox .itemBox .item::after {
    font-size: 13px;
  }
}
.insabyfCon3 .centerBox .contentBox .leftBox .itemBox .item.active,
.insabyfCon3 .centerBox .contentBox .leftBox .itemBox .item:hover {
  padding-left: 20px;
  color: #0064ae;
}
.insabyfCon3 .centerBox .contentBox .leftBox .itemBox .item.active::after,
.insabyfCon3 .centerBox .contentBox .leftBox .itemBox .item:hover::after {
  opacity: 1;
  transform: translateX(0px);
}
@media (max-width:990px) {
  .insabyfCon3 .centerBox .contentBox .leftBox .itemBox {
    display: none;
  }
}
.insabyfCon3 .centerBox .contentBox .rightBox {
  width: 66.02564%;
  border-radius: clamp(10px, 1.04166667vw, 20px);
  overflow: hidden;
}
.insabyfCon3 .centerBox .contentBox .rightBox .swiperInfo .swiper_box ul li {
  background: #fff;
}
.insabyfCon3 .centerBox .contentBox .rightBox .swiperInfo .swiper_box ul li .centerInfo {
  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;
}
.insabyfCon3 .centerBox .contentBox .rightBox .swiperInfo .swiper_box ul li .centerInfo .left {
  width: 57%;
  padding: clamp(20px, 2.08333333vw, 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.insabyfCon3 .centerBox .contentBox .rightBox .swiperInfo .swiper_box ul li .centerInfo .left .title {
  font-family: 'sa_bo_V2';
  font-size: 30px;
  color: #0064ae;
  line-height: 1.2;
  width: 90%;
}
@media (max-width:1600px) {
  .insabyfCon3 .centerBox .contentBox .rightBox .swiperInfo .swiper_box ul li .centerInfo .left .title {
    font-size: 24px;
  }
}
@media (max-width:1366px) {
  .insabyfCon3 .centerBox .contentBox .rightBox .swiperInfo .swiper_box ul li .centerInfo .left .title {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .insabyfCon3 .centerBox .contentBox .rightBox .swiperInfo .swiper_box ul li .centerInfo .left .title {
    font-size: 19px;
  }
}
@media (max-width:768px) {
  .insabyfCon3 .centerBox .contentBox .rightBox .swiperInfo .swiper_box ul li .centerInfo .left .title {
    font-size: 18px;
  }
}
.insabyfCon3 .centerBox .contentBox .rightBox .swiperInfo .swiper_box ul li .centerInfo .left .itemBox {
  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: 12px 0;
}
.insabyfCon3 .centerBox .contentBox .rightBox .swiperInfo .swiper_box ul li .centerInfo .left .itemBox .item {
  font-family: 'sa_re_V2';
  font-size: 16px;
  color: #1a1a1a;
  line-height: 1.5;
  padding-left: 16px;
  position: relative;
}
@media (max-width:1366px) {
  .insabyfCon3 .centerBox .contentBox .rightBox .swiperInfo .swiper_box ul li .centerInfo .left .itemBox .item {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .insabyfCon3 .centerBox .contentBox .rightBox .swiperInfo .swiper_box ul li .centerInfo .left .itemBox .item {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .insabyfCon3 .centerBox .contentBox .rightBox .swiperInfo .swiper_box ul li .centerInfo .left .itemBox .item {
    font-size: 12px;
  }
}
.insabyfCon3 .centerBox .contentBox .rightBox .swiperInfo .swiper_box ul li .centerInfo .left .itemBox .item::after {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 5px;
  background-image: url(../images/li.png);
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width:990px) {
  .insabyfCon3 .centerBox .contentBox .rightBox .swiperInfo .swiper_box ul li .centerInfo .left .itemBox {
    margin-top: 20px;
  }
  .insabyfCon3 .centerBox .contentBox .rightBox .swiperInfo .swiper_box ul li .centerInfo .left .itemBox .item::after {
    top: 5px;
  }
}
.insabyfCon3 .centerBox .contentBox .rightBox .swiperInfo .swiper_box ul li .centerInfo .right {
  width: 40.5%;
  padding: clamp(10px, 1.04166667vw, 20px);
}
.insabyfCon3 .centerBox .contentBox .rightBox .swiperInfo .swiper_box ul li .centerInfo .right .images {
  width: 100%;
  border-radius: clamp(10px, 1.04166667vw, 20px);
  overflow: hidden;
}
@media (max-width:990px) {
  .insabyfCon3 .centerBox .contentBox .rightBox .swiperInfo .swiper_box ul li .centerInfo {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .insabyfCon3 .centerBox .contentBox .rightBox .swiperInfo .swiper_box ul li .centerInfo .left {
    width: 100%;
  }
  .insabyfCon3 .centerBox .contentBox .rightBox .swiperInfo .swiper_box ul li .centerInfo .right {
    width: 100%;
    margin-top: 20px;
  }
  .insabyfCon3 .centerBox .contentBox .rightBox .swiperInfo .swiper_box ul li .centerInfo .right .images img {
    max-height: 200px;
    object-fit: cover;
    width: 100%;
  }
}
@media (max-width:990px) {
  .insabyfCon3 .centerBox .contentBox {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .insabyfCon3 .centerBox .contentBox .leftBox {
    width: 100%;
  }
  .insabyfCon3 .centerBox .contentBox .rightBox {
    width: 100%;
    margin-top: 20px;
  }
}
.insabyfCon4 {
  padding-top: clamp(70px, 7.29166667vw, 140px);
  padding-bottom: clamp(40px, 4.16666667vw, 80px);
}
.insabyfCon4 .centerBox .swiperInfo {
  margin-top: clamp(40px, 4.16666667vw, 80px);
}
.insabyfCon4 .centerBox .swiperInfo .swiper_box {
  overflow: hidden;
}
.insabyfCon4 .centerBox .swiperInfo .swiper_box ul li {
  width: 0;
}
.insabyfCon4 .centerBox .swiperInfo .swiper_box ul li .centerInfo .item {
  background: #fff;
  border-radius: clamp(10px, 1.04166667vw, 20px);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 390px;
  cursor: pointer;
}
@media (max-width:990px) {
  .insabyfCon4 .centerBox .swiperInfo .swiper_box ul li .centerInfo .item {
    height: auto;
  }
}
.insabyfCon4 .centerBox .swiperInfo .swiper_box ul li .centerInfo .item .leftBox {
  padding-top: clamp(20px, 2.08333333vw, 40px);
  padding-bottom: clamp(20px, 2.08333333vw, 40px);
  padding-left: clamp(20px, 2.08333333vw, 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 54%;
}
.insabyfCon4 .centerBox .swiperInfo .swiper_box ul li .centerInfo .item .leftBox .title {
  font-family: 'sa_me_V2';
  font-size: 24px;
  color: #1a1a1a;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width:1600px) {
  .insabyfCon4 .centerBox .swiperInfo .swiper_box ul li .centerInfo .item .leftBox .title {
    font-size: 22px;
  }
}
@media (max-width:1366px) {
  .insabyfCon4 .centerBox .swiperInfo .swiper_box ul li .centerInfo .item .leftBox .title {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .insabyfCon4 .centerBox .swiperInfo .swiper_box ul li .centerInfo .item .leftBox .title {
    font-size: 16px;
  }
}
@media (max-width:768px) {
  .insabyfCon4 .centerBox .swiperInfo .swiper_box ul li .centerInfo .item .leftBox .title {
    font-size: 15px;
  }
}
.insabyfCon4 .centerBox .swiperInfo .swiper_box ul li .centerInfo .item .leftBox .botBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.insabyfCon4 .centerBox .swiperInfo .swiper_box ul li .centerInfo .item .leftBox .botBox img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.insabyfCon4 .centerBox .swiperInfo .swiper_box ul li .centerInfo .item .leftBox .botBox a {
  width: 52px;
  height: 52px;
  border-radius: clamp(5px, 0.52083333vw, 10px);
  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 ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #1a1a1a;
}
.insabyfCon4 .centerBox .swiperInfo .swiper_box ul li .centerInfo .item .leftBox .botBox a i {
  color: #fff;
}
.insabyfCon4 .centerBox .swiperInfo .swiper_box ul li .centerInfo .item .leftBox .botBox span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-family: 'sa_re_V2';
  color: #1a1a1a;
  font-size: 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width:1600px) {
  .insabyfCon4 .centerBox .swiperInfo .swiper_box ul li .centerInfo .item .leftBox .botBox span {
    font-size: 18px;
  }
}
@media (max-width:1366px) {
  .insabyfCon4 .centerBox .swiperInfo .swiper_box ul li .centerInfo .item .leftBox .botBox span {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .insabyfCon4 .centerBox .swiperInfo .swiper_box ul li .centerInfo .item .leftBox .botBox span {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .insabyfCon4 .centerBox .swiperInfo .swiper_box ul li .centerInfo .item .leftBox .botBox span {
    font-size: 13px;
  }
}
@media (max-width:990px) {
  .insabyfCon4 .centerBox .swiperInfo .swiper_box ul li .centerInfo .item .leftBox {
    padding-right: clamp(20px, 2.08333333vw, 40px);
  }
  .insabyfCon4 .centerBox .swiperInfo .swiper_box ul li .centerInfo .item .leftBox .botBox {
    margin-top: 20px;
  }
  .insabyfCon4 .centerBox .swiperInfo .swiper_box ul li .centerInfo .item .leftBox .botBox a {
    width: 30px;
    height: 30px;
  }
  .insabyfCon4 .centerBox .swiperInfo .swiper_box ul li .centerInfo .item .leftBox .botBox a i {
    font-size: 12px;
  }
}
.insabyfCon4 .centerBox .swiperInfo .swiper_box ul li .centerInfo .item .rightBox {
  padding: clamp(10px, 1.04166667vw, 20px);
  width: 44.2%;
  overflow: hidden;
}
.insabyfCon4 .centerBox .swiperInfo .swiper_box ul li .centerInfo .item .rightBox .images {
  height: 100%;
  background: #f5f6f7;
  border-radius: clamp(8px, 0.83333333vw, 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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.insabyfCon4 .centerBox .swiperInfo .swiper_box ul li .centerInfo .item .rightBox .images img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width:990px) {
  .insabyfCon4 .centerBox .swiperInfo .swiper_box ul li .centerInfo .item {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .insabyfCon4 .centerBox .swiperInfo .swiper_box ul li .centerInfo .item .leftBox {
    width: 100%;
  }
  .insabyfCon4 .centerBox .swiperInfo .swiper_box ul li .centerInfo .item .rightBox {
    width: 100%;
    margin-top: 20px;
  }
  .insabyfCon4 .centerBox .swiperInfo .swiper_box ul li .centerInfo .item .rightBox .images {
    padding: 10px 10px;
  }
  .insabyfCon4 .centerBox .swiperInfo .swiper_box ul li .centerInfo .item .rightBox .images img {
    max-height: 180px;
  }
}
.insabyfCon4 .centerBox .swiperInfo .swiper_box ul li .centerInfo .item:hover .leftBox .title {
  color: #015995;
}
.insabyfCon4 .centerBox .swiperInfo .swiper_box ul li .centerInfo .item:hover .leftBox .botBox a {
  background: #015995;
  color: #fff;
}
.insabyfCon4 .centerBox .swiperInfo .swiper_box ul li .centerInfo .item:hover .leftBox .botBox span {
  color: #015995;
}
.insabyfCon4 .centerBox .swiperInfo .swiper_box ul li .centerInfo .item:hover .rightBox .images img {
  transform: scale(1.02);
}
.insabyfCon4 .centerBox .swiperInfo .idxPageShow {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: clamp(30px, 3.125vw, 60px);
  /*-webkit-box-pack: end;*/
  /*-ms-flex-pack: end;*/
  /*-webkit-justify-content: flex-end;*/
  /*justify-content: flex-end;*/
}
.insabyfCon4 .centerBox .swiperInfo .idxPageShow span {
  background: #c3c5c8;
  opacity: 1;
}
.insabyfCon4 .centerBox .swiperInfo .idxPageShow span.swiper-pagination-bullet-active {
  background: #015995;
}
@media (max-width:990px) {
  .insabyfCon4 .centerBox .swiperInfo .idxPageShow {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
/* 产品中心 */
.productCon1 {
  padding-top: clamp(30px, 3.125vw, 60px);
}
.productCon1 .centerBox .itemBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  grid-gap: 10px 10px;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.productCon1 .centerBox .itemBox .item {
  font-family: 'sa_me_V2';
  font-size: 12px;
  width: auto;
}
.productCon1 .centerBox .itemBox .item a {
  padding-left: clamp(12.5px, 1.30208333vw, 25px);
  padding-right: clamp(12.5px, 1.30208333vw, 25px);
  height: 44px;
  border: 1px solid #1a1a1a;
  border-radius: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width:990px) {
  .productCon1 .centerBox .itemBox .item a {
    height: 35px;
  }
}
.productCon1 .centerBox .itemBox .item.active a,
.productCon1 .centerBox .itemBox .item:hover a {
  background: #1a1a1a;
  color: #fff;
}
.productCon2 {
  padding-top: clamp(40px, 4.16666667vw, 80px);
}
.productCon2 .centerBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: auto;
}
.productCon2 .centerBox .leftBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 30%;
}
.productCon2 .centerBox .leftBox .fontBox .title {
  font-family: 'sa_me_V2';
  font-size: 30px;
  color: #1a1a1a;
  line-height: 1.4;
}
@media (max-width:1600px) {
  .productCon2 .centerBox .leftBox .fontBox .title {
    font-size: 24px;
  }
}
@media (max-width:1366px) {
  .productCon2 .centerBox .leftBox .fontBox .title {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .productCon2 .centerBox .leftBox .fontBox .title {
    font-size: 19px;
  }
}
@media (max-width:768px) {
  .productCon2 .centerBox .leftBox .fontBox .title {
    font-size: 18px;
  }
}
.productCon2 .centerBox .leftBox .fontBox .subtitle {
  font-family: 'sa_me_V2';
  font-size: 30px;
  color: #0064ae;
  line-height: 1.4;
}
@media (max-width:1600px) {
  .productCon2 .centerBox .leftBox .fontBox .subtitle {
    font-size: 24px;
  }
}
@media (max-width:1366px) {
  .productCon2 .centerBox .leftBox .fontBox .subtitle {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .productCon2 .centerBox .leftBox .fontBox .subtitle {
    font-size: 19px;
  }
}
@media (max-width:768px) {
  .productCon2 .centerBox .leftBox .fontBox .subtitle {
    font-size: 18px;
  }
}
.productCon2 .centerBox .leftBox .number {
  font-family: 'sa_me_V2';
  font-size: 240px;
  line-height: 1;
  text-shadow: #ebebeb 1px 0 0, #ebebeb 0 1px 0, #ebebeb -1px 0 0, #ebebeb 0 -1px 0;
  color: #fff;
}
@media (max-width:1680px) {
  .productCon2 .centerBox .leftBox .number {
    font-size: 210px;
  }
}
@media (max-width:1440px) {
  .productCon2 .centerBox .leftBox .number {
    font-size: 180px;
  }
}
@media (max-width:1280px) {
  .productCon2 .centerBox .leftBox .number {
    font-size: 160px;
  }
}
@media (max-width:1024px) {
  .productCon2 .centerBox .leftBox .number {
    font-size: 128px;
  }
}
.productCon2 .centerBox .rightBox {
  width: 66.0256%;
}
.productCon2 .centerBox .rightBox .itemBox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: clamp(10px, 1.04166667vw, 20px) clamp(10px, 1.04166667vw, 20px);
}
@media (max-width:990px) {
  .productCon2 .centerBox .rightBox .itemBox {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width:480px) {
  .productCon2 .centerBox .rightBox .itemBox {
    grid-template-columns: repeat(1, 1fr);
  }
}
.productCon2 .centerBox .rightBox .itemBox .item {
  background: #f5f6f7;
  border-radius: clamp(10px, 1.04166667vw, 20px);
  overflow: hidden;
}
.productCon2 .centerBox .rightBox .itemBox .item .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;
}
.productCon2 .centerBox .rightBox .itemBox .item .pb .ab img {
  max-width: 80%;
  max-height: 80%;
}
.productCon2 .centerBox .rightBox .itemBox .item .fontBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-left: clamp(20px, 2.08333333vw, 40px);
  padding-right: clamp(20px, 2.08333333vw, 40px);
  padding-bottom: clamp(20px, 2.08333333vw, 40px);
}
.productCon2 .centerBox .rightBox .itemBox .item .fontBox .title {
  font-family: 'sa_bo_V2';
  font-size: 30px;
  color: #1a1a1a;
  line-height: 1;
}
@media (max-width:1600px) {
  .productCon2 .centerBox .rightBox .itemBox .item .fontBox .title {
    font-size: 24px;
  }
}
@media (max-width:1366px) {
  .productCon2 .centerBox .rightBox .itemBox .item .fontBox .title {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .productCon2 .centerBox .rightBox .itemBox .item .fontBox .title {
    font-size: 19px;
  }
}
@media (max-width:768px) {
  .productCon2 .centerBox .rightBox .itemBox .item .fontBox .title {
    font-size: 18px;
  }
}
.productCon2 .centerBox .rightBox .itemBox .item .fontBox .butBox {
  font-family: 'sa_me_V2';
  font-size: 14px;
  color: #0064ae;
  line-height: 1.2;
}
@media (max-width:1366px) {
  .productCon2 .centerBox .rightBox .itemBox .item .fontBox .butBox {
    font-size: 13px;
  }
}
@media (max-width:1024px) {
  .productCon2 .centerBox .rightBox .itemBox .item .fontBox .butBox {
    font-size: 12px;
  }
}
@media (max-width:990px) {
  .productCon2 .centerBox {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .productCon2 .centerBox .leftBox {
    width: 100%;
  }
  .productCon2 .centerBox .rightBox {
    width: 100%;
    margin-top: 20px;
  }
}
.productlistCon1 {
  padding-top: clamp(110px, 11.45833333vw, 220px);
  padding-bottom: clamp(40px, 4.16666667vw, 80px);
  background-image: url(../images/pro1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.productlistCon1 .centerBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.productlistCon1 .centerBox .leftBox {
  width: 45%;
}
.productlistCon1 .centerBox .leftBox .title {
  font-family: 'sa_bo_V2';
  font-size: 60px;
  color: #1a1a1a;
  line-height: 1;
}
@media (max-width:1680px) {
  .productlistCon1 .centerBox .leftBox .title {
    font-size: 52.5px;
  }
}
@media (max-width:1440px) {
  .productlistCon1 .centerBox .leftBox .title {
    font-size: 45px;
  }
}
@media (max-width:1280px) {
  .productlistCon1 .centerBox .leftBox .title {
    font-size: 40px;
  }
}
@media (max-width:1024px) {
  .productlistCon1 .centerBox .leftBox .title {
    font-size: 32px;
  }
}
.productlistCon1 .centerBox .leftBox .content {
  margin-top: clamp(25px, 2.60416667vw, 50px);
}
.productlistCon1 .centerBox .leftBox .content ul li {
  font-family: 'sa_re_V2';
  font-size: 16px;
  color: #1a1a1a;
  line-height: 2;
  padding-left: 16px;
  position: relative;
}
@media (max-width:1366px) {
  .productlistCon1 .centerBox .leftBox .content ul li {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .productlistCon1 .centerBox .leftBox .content ul li {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .productlistCon1 .centerBox .leftBox .content ul li {
    font-size: 12px;
  }
}
.productlistCon1 .centerBox .leftBox .content ul li::after {
  content: '';
  position: absolute;
  top: 11px;
  left: 0;
  width: 8px;
  height: 5px;
  background-image: url(../images/lia.png);
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width:990px) {
  .productlistCon1 .centerBox .leftBox .content ul li::after {
    top: 9px;
  }
}
.productlistCon1 .centerBox .leftBox .more_isde {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: clamp(25px, 2.60416667vw, 50px);
  grid-gap: 0 10px;
}
.productlistCon1 .centerBox .leftBox .more_isde a {
  width: 180px;
  padding: 0 10px;
  text-align: center;
  height: 44px;
  border-radius: 100px;
  background: #1a1a1a;
  color: #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: 'sa_re_V2';
  font-size: 12px;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.productlistCon1 .centerBox .leftBox .more_isde a.popUp {
  background: #fff;
  color: #1a1a1a;
}
.productlistCon1 .centerBox .leftBox .more_isde a:hover {
  background: #0064ae;
  color: #fff;
}
@media (max-width:990px) {
  .productlistCon1 .centerBox .leftBox .more_isde a {
    width: auto;
    padding: 0 15px;
    height: 35px;
  }
}
.productlistCon1 .centerBox .rightBox {
  width: 52%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width:990px) {
  .productlistCon1 .centerBox {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .productlistCon1 .centerBox .leftBox {
    width: 100%;
  }
  .productlistCon1 .centerBox .rightBox {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width:990px) {
  .productlistCon1 {
    padding-top: 50px;
  }
}
.productlistCon2 {
  padding-top: clamp(60px, 6.25vw, 120px);
  padding-bottom: clamp(55px, 5.72916667vw, 110px);
}
/*.productlistCon2 .centerBox {*/
/*  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;*/
/*}*/
.productlistCon2 .centerBox .leftBox {
  /*width: 27.564102%;*/
}
.productlistCon10 .title,
.productlistCon2 .centerBox .leftBox .title {
  font-family: 'sa_bo_V2';
  font-size: 48px;
  color: #1a1a1a;
  line-height: 1.25;
}
@media (max-width:1600px) {
    .productlistCon10 .title,
  .productlistCon2 .centerBox .leftBox .title {
    font-size: 42px;
  }
}
@media (max-width:1366px) {
    .productlistCon10 .title,
  .productlistCon2 .centerBox .leftBox .title {
    font-size: 38px;
  }
}
@media (max-width:1024px) {
    .productlistCon10 .title,
  .productlistCon2 .centerBox .leftBox .title {
    font-size: 32px;
  }
}
@media (max-width:768px) {
    .productlistCon10 .title,
  .productlistCon2 .centerBox .leftBox .title {
    font-size: 28px;
  }
}
@media (max-width:480px) {
    .productlistCon10 .title,
  .productlistCon2 .centerBox .leftBox .title {
    font-size: 26px;
  }
}
.productlistCon2 .centerBox .rightBox {
  /*width: 66.025641%;*/
  margin-top: 30px;
}
.productlistCon2 .centerBox .rightBox .itemBox {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: clamp(20px, 2.08333333vw, 40px) clamp(10px, 1.04166667vw, 20px);
}
@media (max-width:990px) {
  .productlistCon2 .centerBox .rightBox .itemBox {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width:480px) {
  .productlistCon2 .centerBox .rightBox .itemBox {
    grid-template-columns: repeat(1, 1fr);
  }
}
.productlistCon2 .centerBox .rightBox .itemBox .item .pb {
  padding-bottom: 66.7%;
  border-radius: clamp(8px, 0.83333333vw, 16px);
  overflow: hidden;
}
.productlistCon2 .centerBox .rightBox .itemBox .item .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;
}
.productlistCon2 .centerBox .rightBox .itemBox .item .pb .ab img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.productlistCon2 .centerBox .rightBox .itemBox .item .font {
  padding-top: clamp(11px, 1.14583333vw, 22px);
  padding-bottom: clamp(11px, 1.14583333vw, 22px);
  font-family: 'sa_me_V2';
  font-size: 18px;
  color: #1a1a1a;
}
@media (max-width:1600px) {
  .productlistCon2 .centerBox .rightBox .itemBox .item .font {
    font-size: 16px;
  }
}
@media (max-width:1366px) {
  .productlistCon2 .centerBox .rightBox .itemBox .item .font {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .productlistCon2 .centerBox .rightBox .itemBox .item .font {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .productlistCon2 .centerBox .rightBox .itemBox .item .font {
    font-size: 12px;
  }
}
.productlistCon2 .centerBox .rightBox .itemBox .item:hover .pb .ab img {
  transform: scale(1.03);
}
@media (max-width:990px) {
  .productlistCon2 .centerBox {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .productlistCon2 .centerBox .leftBox {
    width: 100%;
  }
  .productlistCon2 .centerBox .rightBox {
    width: 100%;
    margin-top: 20px;
  }
}
.productlistCon3 {
  padding-bottom: clamp(55px, 5.72916667vw, 110px);
}
.productlistCon5 {
  padding-bottom: clamp(60px, 6.25vw, 120px);
}
/*.productlistCon5 .centerBox .idx_title .title {*/
/*  max-width: 500px;*/
/*}*/
.productlistCon5 .centerBox .swiperInfo {
  margin-top: clamp(35px, 3.64583333vw, 70px);
}
.productlistCon5 .centerBox .swiperInfo .swiper_box {
  overflow: hidden;
}
.productlistCon5 .centerBox .swiperInfo .swiper_box ul li .centerInfo {
  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;
}
.productlistCon5 .centerBox .swiperInfo .swiper_box ul li .centerInfo .topBox {
  width: 48.71794%;
}
.productlistCon5 .centerBox .swiperInfo .swiper_box ul li .centerInfo .topBox .images {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.productlistCon5 .centerBox .swiperInfo .swiper_box ul li .centerInfo .topBox .images img {
  width: 100%;
}
.productlistCon5 .centerBox .swiperInfo .swiper_box ul li .centerInfo .botBox {
  width: 44.87179487%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.productlistCon5 .centerBox .swiperInfo .swiper_box ul li .centerInfo .botBox .number {
  font-family: 'sa_me_V2';
  font-size: 16px;
  color: #0064ae;
  width: fit-content;
  border-bottom: 1px solid #0064ae;
}
@media (max-width:1366px) {
  .productlistCon5 .centerBox .swiperInfo .swiper_box ul li .centerInfo .botBox .number {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .productlistCon5 .centerBox .swiperInfo .swiper_box ul li .centerInfo .botBox .number {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .productlistCon5 .centerBox .swiperInfo .swiper_box ul li .centerInfo .botBox .number {
    font-size: 12px;
  }
}
.productlistCon5 .centerBox .swiperInfo .swiper_box ul li .centerInfo .botBox .title {
  font-family: 'sa_bo_V2';
  font-size: 30px;
  color: #1a1a1a;
  line-height: 1.2;
  margin-top: clamp(25px, 2.60416667vw, 50px);
}
@media (max-width:1600px) {
  .productlistCon5 .centerBox .swiperInfo .swiper_box ul li .centerInfo .botBox .title {
    font-size: 24px;
  }
}
@media (max-width:1366px) {
  .productlistCon5 .centerBox .swiperInfo .swiper_box ul li .centerInfo .botBox .title {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .productlistCon5 .centerBox .swiperInfo .swiper_box ul li .centerInfo .botBox .title {
    font-size: 19px;
  }
}
@media (max-width:768px) {
  .productlistCon5 .centerBox .swiperInfo .swiper_box ul li .centerInfo .botBox .title {
    font-size: 18px;
  }
}
.productlistCon5 .centerBox .swiperInfo .swiper_box ul li .centerInfo .botBox .subtitle {
  font-family: 'sa_me_V2';
  font-size: 18px;
  color: #808080;
  line-height: 1.45;
  margin-top: clamp(15px, 1.5625vw, 30px);
  word-wrap: break-word;
    word-break: break-word;
}
@media (max-width:1600px) {
  .productlistCon5 .centerBox .swiperInfo .swiper_box ul li .centerInfo .botBox .subtitle {
    font-size: 16px;
  }
}
@media (max-width:1366px) {
  .productlistCon5 .centerBox .swiperInfo .swiper_box ul li .centerInfo .botBox .subtitle {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .productlistCon5 .centerBox .swiperInfo .swiper_box ul li .centerInfo .botBox .subtitle {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .productlistCon5 .centerBox .swiperInfo .swiper_box ul li .centerInfo .botBox .subtitle {
    font-size: 12px;
  }
}
@media (max-width:990px) {
  .productlistCon5 .centerBox .swiperInfo .swiper_box ul li .centerInfo {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .productlistCon5 .centerBox .swiperInfo .swiper_box ul li .centerInfo .topBox {
    width: 100%;
  }
  .productlistCon5 .centerBox .swiperInfo .swiper_box ul li .centerInfo .botBox {
    width: 100%;
    margin-top: 20px;
  }
}
.productlistCon5 .centerBox .swiperInfo .idxPageShow {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: clamp(20px, 2.08333333vw, 40px);
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  display: none;
}
.productlistCon5 .slide-btn-box {
    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;
    grid-gap: 0 20px;
    margin-top: 30px;
}
.productlistCon5 .slide-btn-box .slide-btn {
    position: relative;
    margin: 0;
    left: 0;
    right: 0;
    top: 0;
        width: 50px;
    height: 50px;
    background: none;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    border: 1px solid #dcdfe1;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.productlistCon5 .slide-btn-box .slide-btn:before {
    font-family: 'iconfont';
    font-size: 20px;
}
.productlistCon5 .slide-btn-box .slide-btn.swiper-button-prev:before {
    content: "\eb04";
}
.productlistCon5 .slide-btn-box .slide-btn.swiper-button-next:before {
    content: "\eb03";
}
.productlistCon5 .slide-btn-box .slide-btn:hover {
    background: #015995;
    color: #fff;
    border: 1px solid #015995;
}

.productlistCon5 .centerBox .swiperInfo .idxPageShow span {
  background: #c3c5c8;
  opacity: 1;
}
.productlistCon5 .centerBox .swiperInfo .idxPageShow span.swiper-pagination-bullet-active {
  background: #015995;
}
@media (max-width:990px) {
    .productlistCon5 .centerBox .swiperInfo .idxPageShow {
        display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
    }
    .productlistCon5 .slide-btn-box {
        display: none;
    }
  .productlistCon5 .centerBox .swiperInfo .idxPageShow {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.productlistCon4 {
  padding-top: clamp(50px, 5.20833333vw, 100px);
  padding-bottom: clamp(50px, 5.20833333vw, 100px);
  background-image: url(../images/pro10.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
}
.productlistCon4 .centerBox {
  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;
}
.productlistCon4 .centerBox .leftBox {
  width: 46%;
}
.productlistCon4 .centerBox .leftBox .title {
  font-family: 'sa_me_V2';
  font-size: 24px;
  color: #1a1a1a;
  line-height: 1.5;
}
@media (max-width:1600px) {
  .productlistCon4 .centerBox .leftBox .title {
    font-size: 22px;
  }
}
@media (max-width:1366px) {
  .productlistCon4 .centerBox .leftBox .title {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .productlistCon4 .centerBox .leftBox .title {
    font-size: 16px;
  }
}
@media (max-width:768px) {
  .productlistCon4 .centerBox .leftBox .title {
    font-size: 15px;
  }
}
.productlistCon4 .centerBox .rightBox {
  width: 50%;
}
.productlistCon4 .centerBox .rightBox .layui_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  grid-gap: 10px 10px;
}
.productlistCon4 .centerBox .rightBox .layui_form .layui_item {
  width: calc(50% - 5px);
}
.productlistCon4 .centerBox .rightBox .layui_form .layui_item .layui_input {
  width: 100%;
}
.productlistCon4 .centerBox .rightBox .layui_form .layui_item .layui_input .layuiInput,
.productlistCon4 .centerBox .rightBox .layui_form .layui_item .layui_input .layui_textarea {
  width: 100%;
  height: 60px;
  border: 1px solid #d6d8d9;
  border-radius: 6px;
  background: none;
  padding-left: clamp(10px, 1.04166667vw, 20px);
  font-family: 'sa_me_V2';
  font-size: 14px;
  color: #1a1a1a;
}
@media (max-width:1366px) {
  .productlistCon4 .centerBox .rightBox .layui_form .layui_item .layui_input .layuiInput,
  .productlistCon4 .centerBox .rightBox .layui_form .layui_item .layui_input .layui_textarea {
    font-size: 13px;
  }
}
@media (max-width:1024px) {
  .productlistCon4 .centerBox .rightBox .layui_form .layui_item .layui_input .layuiInput,
  .productlistCon4 .centerBox .rightBox .layui_form .layui_item .layui_input .layui_textarea {
    font-size: 12px;
  }
}
.productlistCon4 .centerBox .rightBox .layui_form .layui_item .layui_input .layuiInput::-webkit-input-placeholder,
.productlistCon4 .centerBox .rightBox .layui_form .layui_item .layui_input .layui_textarea::-webkit-input-placeholder {
  color: #000;
  opacity: 0.7;
}
.productlistCon4 .centerBox .rightBox .layui_form .layui_item .layui_input .layuiInput:-moz-placeholder,
.productlistCon4 .centerBox .rightBox .layui_form .layui_item .layui_input .layui_textarea:-moz-placeholder {
  color: #000;
  opacity: 0.7;
}
.productlistCon4 .centerBox .rightBox .layui_form .layui_item .layui_input .layuiInput::-moz-placeholder,
.productlistCon4 .centerBox .rightBox .layui_form .layui_item .layui_input .layui_textarea::-moz-placeholder {
  color: #000;
  opacity: 0.7;
}
.productlistCon4 .centerBox .rightBox .layui_form .layui_item .layui_input .layuiInput:-ms-input-placeholder,
.productlistCon4 .centerBox .rightBox .layui_form .layui_item .layui_input .layui_textarea:-ms-input-placeholder {
  color: #000;
  opacity: 0.7;
}
@media (max-width:990px) {
  .productlistCon4 .centerBox .rightBox .layui_form .layui_item .layui_input .layuiInput,
  .productlistCon4 .centerBox .rightBox .layui_form .layui_item .layui_input .layui_textarea {
    height: 50px;
  }
}
.productlistCon4 .centerBox .rightBox .layui_form .layui_item .layui_input .layui_textarea {
  height: 160px;
  padding-top: clamp(10px, 1.04166667vw, 20px);
}
.productlistCon4 .centerBox .rightBox .layui_form .layui_item:last-child {
  width: 100%;
}
.productlistCon4 .centerBox .rightBox .butBox {
  margin-top: clamp(5px, 0.52083333vw, 10px);
}
.productlistCon4 .centerBox .rightBox .butBox button {
  width: 120px;
  height: 44px;
  border-radius: 50px;
  background: #1a1a1a;
  font-family: 'sa_me_V2';
  font-size: 12px;
  color: #fff;
  border: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.productlistCon4 .centerBox .rightBox .butBox button:hover {
  background: #fff;
  border: 1px solid #1a1a1aab;
  color: #1a1a1a;
}
@media (max-width:990px) {
  .productlistCon4 .centerBox .rightBox .butBox button {
    width: 100px;
    height: 38px;
  }
}
@media (max-width:990px) {
  .productlistCon4 .centerBox {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .productlistCon4 .centerBox .leftBox {
    width: 100%;
  }
  .productlistCon4 .centerBox .rightBox {
    width: 100%;
    margin-top: 20px;
  }
}
.solveCon2 {
  padding-top: clamp(70px, 7.29166667vw, 140px);
  padding-bottom: clamp(35px, 3.64583333vw, 70px);
  background: #edf0f2;
}
.solveCon2 .centerBox .inside_title .levtitle {
  max-width: 790px;
  width: 100%;
}
.solveCon2 .centerBox .inside_title .levBox {
  margin-top: clamp(55px, 5.72916667vw, 110px);
  width: 61.538461%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.solveCon2 .centerBox .inside_title .levBox .title {
  font-family: 'sa_re_V2';
  font-size: 16px;
  color: #808080;
  line-height: 1.5;
  max-width: 592px;
}
@media (max-width:1366px) {
  .solveCon2 .centerBox .inside_title .levBox .title {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .solveCon2 .centerBox .inside_title .levBox .title {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .solveCon2 .centerBox .inside_title .levBox .title {
    font-size: 12px;
  }
}
.solveCon2 .centerBox .itemBox {
  margin-top: clamp(20px, 2.08333333vw, 40px);
}
.solveCon2 .centerBox .itemBox .item {
  border-top: 1px solid #d5d8d9;
  border-radius: 20px;
  padding-left: clamp(15px, 1.5625vw, 30px);
  padding-right: clamp(15px, 1.5625vw, 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  cursor: pointer;
}
@media (max-width:990px) {
  .solveCon2 .centerBox .itemBox .item {
    border-radius: 0;
  }
}
.solveCon2 .centerBox .itemBox .item .topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}
.solveCon2 .centerBox .itemBox .item .topBox .leftBox {
  font-family: 'sa_re_V2';
  font-size: 16px;
  color: #808080;
  width: 18.66666%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-top: clamp(20px, 2.08333333vw, 40px);
  line-height: 1;
}
@media (max-width:1366px) {
  .solveCon2 .centerBox .itemBox .item .topBox .leftBox {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .solveCon2 .centerBox .itemBox .item .topBox .leftBox {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .solveCon2 .centerBox .itemBox .item .topBox .leftBox {
    font-size: 12px;
  }
}
@media (max-width:990px) {
  .solveCon2 .centerBox .itemBox .item .topBox .leftBox {
    font-size: 14px;
  }
}
.solveCon2 .centerBox .itemBox .item .topBox .rightBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 81.33334%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: clamp(20px, 2.08333333vw, 40px);
  padding-top: clamp(20px, 2.08333333vw, 40px);
}
.solveCon2 .centerBox .itemBox .item .topBox .rightBox .title {
  font-family: 'sa_me_V2';
  font-size: 24px;
  color: #1a1a1a;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width:1600px) {
  .solveCon2 .centerBox .itemBox .item .topBox .rightBox .title {
    font-size: 22px;
  }
}
@media (max-width:1366px) {
  .solveCon2 .centerBox .itemBox .item .topBox .rightBox .title {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .solveCon2 .centerBox .itemBox .item .topBox .rightBox .title {
    font-size: 16px;
  }
}
@media (max-width:768px) {
  .solveCon2 .centerBox .itemBox .item .topBox .rightBox .title {
    font-size: 15px;
  }
}
@media (max-width:990px) {
  .solveCon2 .centerBox .itemBox .item .topBox .rightBox .title {
    line-height: 1.5;
  }
}
.solveCon2 .centerBox .itemBox .item .topBox .rightBox .arrow {
  filter: brightness(0) invert(0);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: fit-content;
  flex-shrink: 0;
}
@media (max-width:990px) {
  .solveCon2 .centerBox .itemBox .item .topBox {
    padding: 15px 0;
  }
}
.solveCon2 .centerBox .itemBox .item .botBox {
  width: 81.33334%;
  display: none;
}
.solveCon2 .centerBox .itemBox .item .botBox .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  grid-gap: 0 50px;
  width: 100%;
  padding-bottom: clamp(20px, 2.08333333vw, 40px);
}
.solveCon2 .centerBox .itemBox .item .botBox .box .leftBox {
  font-family: 'sa_re_V2';
  font-size: 16px;
  color: #0064ae;
  line-height: 1.5;
  width: 50.3%;
}
@media (max-width:1366px) {
  .solveCon2 .centerBox .itemBox .item .botBox .box .leftBox {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .solveCon2 .centerBox .itemBox .item .botBox .box .leftBox {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .solveCon2 .centerBox .itemBox .item .botBox .box .leftBox {
    font-size: 12px;
  }
}
.solveCon2 .centerBox .itemBox .item .botBox .box .rightBox {
  width: 32.083%;
  border-radius: clamp(10px, 1.04166667vw, 20px);
  overflow: hidden;
}
.solveCon2 .centerBox .itemBox .item .botBox .box .rightBox img {
  width: 100%;
}
@media (max-width:990px) {
  .solveCon2 .centerBox .itemBox .item .botBox .box .rightBox img {
    max-height: 200px;
    object-fit: cover;
  }
}
@media (max-width:990px) {
  .solveCon2 .centerBox .itemBox .item .botBox .box {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .solveCon2 .centerBox .itemBox .item .botBox .box .leftBox {
    width: 100%;
  }
  .solveCon2 .centerBox .itemBox .item .botBox .box .rightBox {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width:990px) {
  .solveCon2 .centerBox .itemBox .item .botBox {
    width: 100%;
  }
}
.solveCon2 .centerBox .itemBox .item.active {
  border-top: 1px solid #0064ae;
}
.solveCon2 .centerBox .itemBox .item.active .topBox .leftBox {
  font-family: 'sa_me_V2';
  font-size: 80px;
  color: #0064ae;
}
@media (max-width:1680px) {
  .solveCon2 .centerBox .itemBox .item.active .topBox .leftBox {
    font-size: 70px;
  }
}
@media (max-width:1440px) {
  .solveCon2 .centerBox .itemBox .item.active .topBox .leftBox {
    font-size: 60px;
  }
}
@media (max-width:1280px) {
  .solveCon2 .centerBox .itemBox .item.active .topBox .leftBox {
    font-size: 53.33333333px;
  }
}
@media (max-width:1024px) {
  .solveCon2 .centerBox .itemBox .item.active .topBox .leftBox {
    font-size: 42.66666667px;
  }
}
@media (max-width:990px) {
  .solveCon2 .centerBox .itemBox .item.active .topBox .leftBox {
    font-size: 20px;
  }
}
.solveCon2 .centerBox .itemBox .item.active .topBox .rightBox .title {
  color: #0064ae;
}
.solveCon2 .centerBox .itemBox .item.active .topBox .rightBox .arrow {
  filter: unset;
  transform: rotate(0deg);
}
.solveCon2 .centerBox .itemBox .item:first-child .botBox {
  display: block;
}
.solveCon3 {
  background: #edf0f2;
  padding: 20px;
}
.solveCon3 .centerBox {
  background: #fff;
  border-radius: clamp(10px, 1.04166667vw, 20px);
}
.solveCon3 .centerBox .swiperInfo .swiper_box ul {
  flex-direction: unset;
}
.solveCon3 .centerBox .swiperInfo .swiper_box ul li {
  height: 100vh !important;
}
.solveCon3 .centerBox .swiperInfo .swiper_box ul li .centerInfo {
  padding-top: clamp(15px, 1.5625vw, 30px);
  padding-bottom: clamp(10px, 1.04166667vw, 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-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;
  max-height: 100vh;
}
.solveCon3 .centerBox .swiperInfo .swiper_box ul li .centerInfo .title {
  font-family: 'sa_me_V2';
  font-size: 16px;
  color: #0064ae;
  line-height: 1;
}
@media (max-width:1366px) {
  .solveCon3 .centerBox .swiperInfo .swiper_box ul li .centerInfo .title {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .solveCon3 .centerBox .swiperInfo .swiper_box ul li .centerInfo .title {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .solveCon3 .centerBox .swiperInfo .swiper_box ul li .centerInfo .title {
    font-size: 12px;
  }
}
.solveCon3 .centerBox .swiperInfo .swiper_box ul li .centerInfo .subtitle {
  font-family: 'sa_bo_V2';
  font-size: 30px;
  color: #1a1a1a;
  line-height: 1.26666666;
  margin-top: clamp(10px, 1.04166667vw, 20px);
  text-align: center;
}
@media (max-width:1600px) {
  .solveCon3 .centerBox .swiperInfo .swiper_box ul li .centerInfo .subtitle {
    font-size: 24px;
  }
}
@media (max-width:1366px) {
  .solveCon3 .centerBox .swiperInfo .swiper_box ul li .centerInfo .subtitle {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .solveCon3 .centerBox .swiperInfo .swiper_box ul li .centerInfo .subtitle {
    font-size: 19px;
  }
}
@media (max-width:768px) {
  .solveCon3 .centerBox .swiperInfo .swiper_box ul li .centerInfo .subtitle {
    font-size: 18px;
  }
}
.solveCon3 .centerBox .swiperInfo .swiper_box ul li .centerInfo .imagesBox {
  margin-top: clamp(65px, 6.77083333vw, 130px);
  width: 100%;
}
.solveCon3 .centerBox .swiperInfo .swiper_box ul li .centerInfo .imagesBox .images {
  width: 100%;
}
.solveCon3 .centerBox .swiperInfo .swiper_box ul li .centerInfo .imagesBox .images .pb {
  padding-bottom: 15.3%;
}
.solveCon3 .centerBox .swiperInfo .swiper_box ul li .centerInfo .levtitle {
  font-family: 'sa_re_V2';
  font-size: 16px;
  color: #808080;
  line-height: 1.3;
  margin-top: clamp(45px, 4.6875vw, 90px);
}
@media (max-width:1366px) {
  .solveCon3 .centerBox .swiperInfo .swiper_box ul li .centerInfo .levtitle {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .solveCon3 .centerBox .swiperInfo .swiper_box ul li .centerInfo .levtitle {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .solveCon3 .centerBox .swiperInfo .swiper_box ul li .centerInfo .levtitle {
    font-size: 12px;
  }
}
.solveCon3 .centerBox .swiperInfo .swiper_box ul li .centerInfo .soUpBox {
  margin-top: clamp(15px, 1.5625vw, 30px);
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border: 1px dashed #d4d4d4;
  border-radius: 50%;
}
.solveCon3 .centerBox .swiperInfo .swiper_box ul li .centerInfo .soUpBox i {
  color: #272727;
}
.solveCon4 {
  background: #edf0f2;
  padding: 20px;
  position: relative;
}
.solveCon4 .contentBOx {
  width: 100%;
  position: relative;
  z-index: 1;
}
.solveCon4 .contentBOx .centerBox {
  background: #fff;
  border-radius: clamp(10px, 1.04166667vw, 20px);
  height: 100%;
  position: relative;
  z-index: 1;
}
.solveCon4 .contentBOx .centerBox .centerInfo {
  padding-left: clamp(20px, 2.08333333vw, 40px);
  padding-right: clamp(20px, 2.08333333vw, 40px);
  padding-top: clamp(45px, 4.6875vw, 90px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 10vh;
}
.solveCon4 .contentBOx .centerBox .centerInfo .title {
  font-family: 'sa_me_V2';
  font-size: 16px;
  color: #0064ae;
  line-height: 1;
}
@media (max-width:1366px) {
  .solveCon4 .contentBOx .centerBox .centerInfo .title {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .solveCon4 .contentBOx .centerBox .centerInfo .title {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .solveCon4 .contentBOx .centerBox .centerInfo .title {
    font-size: 12px;
  }
}
.solveCon4 .contentBOx .centerBox .centerInfo .subtitle {
  font-family: 'sa_bo_V2';
  font-size: 30px;
  color: #1a1a1a;
  line-height: 1.26666666;
  margin-top: clamp(10px, 1.04166667vw, 20px);
  text-align: center;
}
@media (max-width:1600px) {
  .solveCon4 .contentBOx .centerBox .centerInfo .subtitle {
    font-size: 24px;
  }
}
@media (max-width:1366px) {
  .solveCon4 .contentBOx .centerBox .centerInfo .subtitle {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .solveCon4 .contentBOx .centerBox .centerInfo .subtitle {
    font-size: 19px;
  }
}
@media (max-width:768px) {
  .solveCon4 .contentBOx .centerBox .centerInfo .subtitle {
    font-size: 18px;
  }
}
.solveCon4 .contentBOx .centerBox .centerInfo .imagesBox {
  margin-top: clamp(65px, 6.77083333vw, 130px);
  width: 100%;
  overflow-y: auto;
}
.solveCon4 .contentBOx .centerBox .centerInfo .imagesBox .ibox {
  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;
  min-width: 800px;
}
.solveCon4 .contentBOx .centerBox .centerInfo .imagesBox .ibox .imgBox {
  position: relative;
  width: fit-content;
  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;
}
.solveCon4 .contentBOx .centerBox .centerInfo .imagesBox .ibox .imgBox .images {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.solveCon4 .contentBOx .centerBox .centerInfo .imagesBox .ibox .imgBox .images img {
  display: block;
}
.solveCon4 .contentBOx .centerBox .centerInfo .imagesBox .ibox .imgBox .itemBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.solveCon4 .contentBOx .centerBox .centerInfo .imagesBox .ibox .imgBox .itemBox .item {
  position: absolute;
  width: 0;
  height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.solveCon4 .contentBOx .centerBox .centerInfo .imagesBox .ibox .imgBox .itemBox .item .cricle {
  position: absolute;
  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;
  width: 0;
  height: 0;
}
.solveCon4 .contentBOx .centerBox .centerInfo .imagesBox .ibox .imgBox .itemBox .item .cricle::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  background: #0063ae34;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
.solveCon4 .contentBOx .centerBox .centerInfo .imagesBox .ibox .imgBox .itemBox .item .cricle::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  background: #fff;
  border: 2px solid #0064ae;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}
.solveCon4 .contentBOx .centerBox .centerInfo .imagesBox .ibox .imgBox .itemBox .item .content {
  position: absolute;
  white-space: nowrap;
  top: 30px;
  padding-left: clamp(8px, 0.83333333vw, 16px);
  padding-right: clamp(8px, 0.83333333vw, 16px);
  height: 44px;
  background: #fff;
  border-radius: 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;
  font-family: 'sa_me_V2';
  font-size: 12px;
  color: #1a1a1a;
  line-height: 1;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width:990px) {
  .solveCon4 .contentBOx .centerBox .centerInfo .imagesBox .ibox .imgBox .itemBox .item .content {
    top: 20px;
    height: 30px;
  }
}
.solveCon4 .contentBOx .centerBox .centerInfo .imagesBox .ibox .imgBox .itemBox .item:hover .cricle::after {
  background: #0064ae;
}
.solveCon4 .contentBOx .centerBox .centerInfo .imagesBox .ibox .imgBox .itemBox .item:hover .content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.solveCon4 .contentBOx .centerBox .centerInfo .levtitle {
  font-family: 'sa_re_V2';
  font-size: 16px;
  color: #808080;
  line-height: 1.3;
  margin-top: clamp(45px, 4.6875vw, 90px);
  width: 68.817204%;
  text-align: center;
}
@media (max-width:1366px) {
  .solveCon4 .contentBOx .centerBox .centerInfo .levtitle {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .solveCon4 .contentBOx .centerBox .centerInfo .levtitle {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .solveCon4 .contentBOx .centerBox .centerInfo .levtitle {
    font-size: 12px;
  }
}
@media (max-width:990px) {
  .solveCon4 .contentBOx .centerBox .centerInfo .levtitle {
    width: 100%;
  }
}
.solveCon4 .contentBOx .centerBox .centerInfo .soUpBox {
  margin-top: clamp(15px, 1.5625vw, 30px);
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border: 1px dashed #d4d4d4;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width:990px) {
  .solveCon4 .contentBOx .centerBox .centerInfo .soUpBox {
    width: 40px;
    height: 40px;
  }
}
.solveCon4 .contentBOx .centerBox .centerInfo .soUpBox i {
  color: #272727;
  animation-name: scaletop;
  animation-timing-function: cubic-bezier(0.46, 0.03, 0.52, 0.96);
  animation-iteration-count: infinite;
  animation-duration: 2s;
}
@media (max-width:990px) {
  .solveCon4 .contentBOx .centerBox .centerInfo {
    padding-top: 80px;
  }
}
.solveCon4 .contentBOx .centerBox.con1 {
  z-index: 2;
  border-top: 1px solid #edf0f2;
  box-shadow: 0 0 10px 1px #edf0f2;
}
.solveCon4 .contentBOx .centerBox.con2 {
  z-index: 3;
  border-top: 1px solid #edf0f2;
  box-shadow: 0 0 10px 1px #edf0f2;
}
.solveCon4 .contentBOx .centerBox.con3 {
  z-index: 4;
  border-top: 1px solid #edf0f2;
  box-shadow: 0 0 10px 1px #edf0f2;
}
.solveCon4 .contentBOx .centerBox.con4 {
  z-index: 5;
  border-top: 1px solid #edf0f2;
  box-shadow: 0 0 10px 1px #edf0f2;
}
.solveCon4 .contentBOx .centerBox.con5 {
  z-index: 6;
  border-top: 1px solid #edf0f2;
  box-shadow: 0 0 10px 1px #edf0f2;
}
.solveCon4 .contentBOx .centerBox.con6 {
  z-index: 7;
  border-top: 1px solid #edf0f2;
  box-shadow: 0 0 10px 1px #edf0f2;
}
.solveCon4 .contentBOx .centerBox:last-child {
  padding-bottom: 0;
}
.solveCon4 .contentBOx .centerBox.active {
  z-index: 10;
}
.solveCon4 .navSolve {
  position: absolute;
  top: 0;
  right: 80px;
  z-index: 2;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width:1280px) {
  .solveCon4 .navSolve {
    right: 10px;
  }
}
.solveCon4 .navSolve .leftBox {
  width: 0;
  height: auto;
}
.solveCon4 .navSolve .rightBox {
  width: auto;
  height: 100%;
  position: sticky;
  top: 0;
  height: 100vh;
  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;
}
.solveCon4 .navSolve .rightBox .itemBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  grid-gap: 20px 0;
  border-right: 2px solid #e5e5e5;
}
.solveCon4 .navSolve .rightBox .itemBox .item {
  font-family: 'sa_me_V2';
  font-size: 12px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-right: clamp(7.5px, 0.78125vw, 15px);
  position: relative;
}
.solveCon4 .navSolve .rightBox .itemBox .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: -2px;
  width: 2px;
  height: 0%;
  background: #0064ae;
  transition: all 0.5s;
}
.solveCon4 .navSolve .rightBox .itemBox .item a {
  color: #808080;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.solveCon4 .navSolve .rightBox .itemBox .item.active::after,
.solveCon4 .navSolve .rightBox .itemBox .item:hover::after {
  height: 100%;
  top: 0;
}
.solveCon4 .navSolve .rightBox .itemBox .item.active a,
.solveCon4 .navSolve .rightBox .itemBox .item:hover a {
  color: #0064ae;
}
@media (max-width:990px) {
  .solveCon4 .navSolve {
    display: none;
  }
}
@media (max-width:990px) {
  .solveCon4 {
    padding: 0;
  }
}
/* 服务支持 */
.serCustCon1 {
  padding-top: clamp(65px, 6.77083333vw, 130px);
}
.serCustCon1 .centerBox {
  position: relative;
  padding-bottom: clamp(70px, 7.29166667vw, 140px);
}
.serCustCon1 .centerBox .SerBox {
  width: 57.6923076%;
}
.serCustCon1 .centerBox .SerBox .title {
  font-family: 'sa_me_V2';
  font-size: 30px;
  color: #0064ae;
  line-height: 1.2666666;
}
@media (max-width:1600px) {
  .serCustCon1 .centerBox .SerBox .title {
    font-size: 24px;
  }
}
@media (max-width:1366px) {
  .serCustCon1 .centerBox .SerBox .title {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .serCustCon1 .centerBox .SerBox .title {
    font-size: 19px;
  }
}
@media (max-width:768px) {
  .serCustCon1 .centerBox .SerBox .title {
    font-size: 18px;
  }
}
.serCustCon1 .centerBox .contentBox {
  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(35px, 3.64583333vw, 70px);
  position: relative;
  z-index: 2;
}
.serCustCon1 .centerBox .contentBox .leftBox {
  width: 32.6923%;
}
.serCustCon1 .centerBox .contentBox .leftBox .title {
  font-family: 'sa_re_V2';
  font-size: 16px;
  color: #808080;
  line-height: 1.5;
}
@media (max-width:1366px) {
  .serCustCon1 .centerBox .contentBox .leftBox .title {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .serCustCon1 .centerBox .contentBox .leftBox .title {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .serCustCon1 .centerBox .contentBox .leftBox .title {
    font-size: 12px;
  }
}
.serCustCon1 .centerBox .contentBox .rightBox {
  width: 66%;
}
.serCustCon1 .centerBox .contentBox .rightBox .images {
  width: 100%;
  border-radius: clamp(10px, 1.04166667vw, 20px);
  overflow: hidden;
}
.serCustCon1 .centerBox .contentBox .rightBox .images img {
  width: 100%;
}
@media (max-width:990px) {
  .serCustCon1 .centerBox .SerBox {
    width: 100%;
  }
  .serCustCon1 .centerBox .contentBox {
    width: 100%;
  }
}
@media (max-width:990px) and (max-width:990px) {
  .serCustCon1 .centerBox .contentBox {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .serCustCon1 .centerBox .contentBox .leftBox {
    width: 100%;
  }
  .serCustCon1 .centerBox .contentBox .rightBox {
    width: 100%;
    margin-top: 20px;
  }
}
.serCustCon1 .centerBox .numbName {
  position: absolute;
  font-size: 240px;
  bottom: 0;
  left: 0;
  width: 50%;
  font-family: 'sa_bo_V2';
  text-shadow: #d6d9db 1px 0 0, #d6d9db 0 1px 0, #d6d9db -1px 0 0, #d6d9db 0 -1px 0;
  color: #edf0f2;
  line-height: 1;
  transform: translateY(20%);
  z-index: 1;
}
@media (max-width:1680px) {
  .serCustCon1 .centerBox .numbName {
    font-size: 210px;
  }
}
@media (max-width:1440px) {
  .serCustCon1 .centerBox .numbName {
    font-size: 180px;
  }
}
@media (max-width:1280px) {
  .serCustCon1 .centerBox .numbName {
    font-size: 160px;
  }
}
@media (max-width:1024px) {
  .serCustCon1 .centerBox .numbName {
    font-size: 128px;
  }
}
.serSupCon1 {
  padding-top: clamp(65px, 6.77083333vw, 130px);
  padding-bottom: clamp(35px, 3.64583333vw, 70px);
}
.serSupCon1 .centerBox .inside_title .subtitle {
  text-align: center;
}
.serSupCon1 .centerBox .inside_title .fortitle {
  text-align: center;
}
.serSupCon1 .centerBox .itemBox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: clamp(11.5px, 1.19791667vw, 23px) clamp(11.5px, 1.19791667vw, 23px);
  margin-top: clamp(60px, 6.25vw, 120px);
}
@media (max-width:990px) {
  .serSupCon1 .centerBox .itemBox {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width:480px) {
  .serSupCon1 .centerBox .itemBox {
    grid-template-columns: repeat(1, 1fr);
  }
}
.serSupCon1 .centerBox .itemBox .item {
  background: #fff;
  border-radius: clamp(10px, 1.04166667vw, 20px);
  padding-left: clamp(15px, 1.5625vw, 30px);
  padding-right: clamp(15px, 1.5625vw, 30px);
  padding-top: clamp(20px, 2.08333333vw, 40px);
  padding-bottom: clamp(7.5px, 0.78125vw, 15px);
}
.serSupCon1 .centerBox .itemBox .item .icon {
  height: 50px;
}
.serSupCon1 .centerBox .itemBox .item .title {
  font-family: 'sa_bo_V2';
  font-size: 24px;
  color: #0064ae;
  line-height: 1;
  margin-top: clamp(10px, 1.04166667vw, 20px);
}
@media (max-width:1600px) {
  .serSupCon1 .centerBox .itemBox .item .title {
    font-size: 22px;
  }
}
@media (max-width:1366px) {
  .serSupCon1 .centerBox .itemBox .item .title {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .serSupCon1 .centerBox .itemBox .item .title {
    font-size: 16px;
  }
}
@media (max-width:768px) {
  .serSupCon1 .centerBox .itemBox .item .title {
    font-size: 15px;
  }
}
.serSupCon1 .centerBox .itemBox .item .itBox {
  margin-top: clamp(17.5px, 1.82291667vw, 35px);
}
.serSupCon1 .centerBox .itemBox .item .itBox .it {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 70px;
  border-top: 1px solid #e8e8e8;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.serSupCon1 .centerBox .itemBox .item .itBox .it .iconimg {
  font-family: 'sa_re_V2';
  font-size: 14px;
  color: #808080;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  grid-gap: 0 10px;
}
@media (max-width:1366px) {
  .serSupCon1 .centerBox .itemBox .item .itBox .it .iconimg {
    font-size: 13px;
  }
}
@media (max-width:1024px) {
  .serSupCon1 .centerBox .itemBox .item .itBox .it .iconimg {
    font-size: 12px;
  }
}
.serSupCon1 .centerBox .itemBox .item .itBox .it .fontBox {
  font-family: 'sa_re_V2';
  font-size: 14px;
  color: #1a1a1a;
  line-height: 1;
}
@media (max-width:1366px) {
  .serSupCon1 .centerBox .itemBox .item .itBox .it .fontBox {
    font-size: 13px;
  }
}
@media (max-width:1024px) {
  .serSupCon1 .centerBox .itemBox .item .itBox .it .fontBox {
    font-size: 12px;
  }
}
.serSupCon2 {
  padding-top: clamp(65px, 6.77083333vw, 130px);
  padding-bottom: clamp(70px, 7.29166667vw, 140px);
  padding-left: clamp(10px, 1.04166667vw, 20px);
  padding-right: clamp(10px, 1.04166667vw, 20px);
}
.serSupCon2 .centerBox .inside_title .subtitle {
  text-align: center;
}
.serSupCon2 .centerBox .inside_title .fortitle {
  text-align: center;
}
.serSupCon2 .centerBox .itemBox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: clamp(10px, 1.04166667vw, 20px) clamp(10px, 1.04166667vw, 20px);
  margin-top: clamp(40px, 4.16666667vw, 80px);
}
@media (max-width:990px) {
  .serSupCon2 .centerBox .itemBox {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width:480px) {
  .serSupCon2 .centerBox .itemBox {
    grid-template-columns: repeat(1, 1fr);
  }
}
.serSupCon2 .centerBox .itemBox .item {
  position: relative;
  border-radius: clamp(10px, 1.04166667vw, 20px);
  overflow: hidden;
  cursor: pointer;
}
.serSupCon2 .centerBox .itemBox .item .pb {
  padding-bottom: 64.5%;
}
.serSupCon2 .centerBox .itemBox .item .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;
}
.serSupCon2 .centerBox .itemBox .item .pb .ab img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.serSupCon2 .centerBox .itemBox .item .center {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  padding-left: clamp(25px, 2.60416667vw, 50px);
  padding-right: clamp(55px, 5.72916667vw, 110px);
}
.serSupCon2 .centerBox .itemBox .item .center .title {
  font-family: 'sa_me_V2';
  font-size: 24px;
  color: #fff;
  line-height: 1.4;
}
@media (max-width:1600px) {
  .serSupCon2 .centerBox .itemBox .item .center .title {
    font-size: 22px;
  }
}
@media (max-width:1366px) {
  .serSupCon2 .centerBox .itemBox .item .center .title {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .serSupCon2 .centerBox .itemBox .item .center .title {
    font-size: 16px;
  }
}
@media (max-width:768px) {
  .serSupCon2 .centerBox .itemBox .item .center .title {
    font-size: 15px;
  }
}
.serSupCon2 .centerBox .itemBox .item .center .subtitle {
  height: 120px;
  font-family: 'sa_re_V2';
  font-size: 16px;
  color: #ffffff9c;
  line-height: 1.5;
  margin-top: clamp(10px, 1.04166667vw, 20px);
}
@media (max-width:1366px) {
  .serSupCon2 .centerBox .itemBox .item .center .subtitle {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .serSupCon2 .centerBox .itemBox .item .center .subtitle {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .serSupCon2 .centerBox .itemBox .item .center .subtitle {
    font-size: 12px;
  }
}
.serSupCon2 .centerBox .itemBox .item:hover .pb .ab img {
  transform: scale(1.02);
}
.fqaCon2 {
  padding-top: clamp(20px, 2.08333333vw, 40px);
  padding-bottom: clamp(60px, 6.25vw, 120px);
  background: #edf0f2;
}
.fqaCon2 .centerBox .inside_title .levtitle {
  max-width: 790px;
  width: 100%;
}
.fqaCon2 .centerBox .inside_title .levBox {
  margin-top: clamp(55px, 5.72916667vw, 110px);
  width: 61.538461%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.fqaCon2 .centerBox .inside_title .levBox .title {
  font-family: 'sa_re_V2';
  font-size: 16px;
  color: #808080;
  line-height: 1.5;
  max-width: 592px;
}
@media (max-width:1366px) {
  .fqaCon2 .centerBox .inside_title .levBox .title {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .fqaCon2 .centerBox .inside_title .levBox .title {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .fqaCon2 .centerBox .inside_title .levBox .title {
    font-size: 12px;
  }
}
.fqaCon2 .centerBox .itemBox {
  margin-top: clamp(20px, 2.08333333vw, 40px);
}
.fqaCon2 .centerBox .itemBox .item {
  border-top: 1px solid #d5d8d9;
  border-radius: 20px;
  padding-left: clamp(15px, 1.5625vw, 30px);
  padding-right: clamp(15px, 1.5625vw, 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  cursor: pointer;
}
.fqaCon2 .centerBox .itemBox .item .topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.fqaCon2 .centerBox .itemBox .item .topBox .leftBox {
  font-family: 'sa_re_V2';
  font-size: 16px;
  color: #808080;
  width: 18.66666%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-top: clamp(15px, 1.5625vw, 30px);
  line-height: 1;
}
@media (max-width:1366px) {
  .fqaCon2 .centerBox .itemBox .item .topBox .leftBox {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .fqaCon2 .centerBox .itemBox .item .topBox .leftBox {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .fqaCon2 .centerBox .itemBox .item .topBox .leftBox {
    font-size: 12px;
  }
}
.fqaCon2 .centerBox .itemBox .item .topBox .rightBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 66.66666666%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: clamp(15px, 1.5625vw, 30px);
  padding-top: clamp(15px, 1.5625vw, 30px);
}
.fqaCon2 .centerBox .itemBox .item .topBox .rightBox .title {
  font-family: 'sa_me_V2';
  font-size: 20px;
  color: #1a1a1a;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width:1600px) {
  .fqaCon2 .centerBox .itemBox .item .topBox .rightBox .title {
    font-size: 18px;
  }
}
@media (max-width:1366px) {
  .fqaCon2 .centerBox .itemBox .item .topBox .rightBox .title {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .fqaCon2 .centerBox .itemBox .item .topBox .rightBox .title {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .fqaCon2 .centerBox .itemBox .item .topBox .rightBox .title {
    font-size: 13px;
  }
}
@media (max-width:990px) {
  .fqaCon2 .centerBox .itemBox .item .topBox .rightBox .title {
    color: #555555;
  }
}
.fqaCon2 .centerBox .itemBox .item .topBox .rightBox .arrow {
  filter: brightness(0) invert(0);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: fit-content;
  flex-shrink: 0;
}
@media (max-width:990px) {
  .fqaCon2 .centerBox .itemBox .item .topBox .rightBox {
    width: 80%;
  }
}
.fqaCon2 .centerBox .itemBox .item .botBox {
  width: 66.66666666%;
  display: none;
}
.fqaCon2 .centerBox .itemBox .item .botBox .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  grid-gap: 0 50px;
  max-width: 870px;
  width: 100%;
  padding-bottom: clamp(20px, 2.08333333vw, 40px);
}
.fqaCon2 .centerBox .itemBox .item .botBox .box .leftBox {
  font-family: 'sa_re_V2';
  font-size: 16px;
  color: #0064ae;
  line-height: 1.5;
  width: 100%;
}
@media (max-width:1366px) {
  .fqaCon2 .centerBox .itemBox .item .botBox .box .leftBox {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .fqaCon2 .centerBox .itemBox .item .botBox .box .leftBox {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .fqaCon2 .centerBox .itemBox .item .botBox .box .leftBox {
    font-size: 12px;
  }
}
@media (max-width:990px) {
  .fqaCon2 .centerBox .itemBox .item .botBox {
    width: 80%;
  }
}
.fqaCon2 .centerBox .itemBox .item.active {
  border-top: 1px solid #0064ae;
}
.fqaCon2 .centerBox .itemBox .item.active .topBox .leftBox {
  color: #0064ae;
}
.fqaCon2 .centerBox .itemBox .item.active .topBox .rightBox .title {
  color: #0064ae;
}
.fqaCon2 .centerBox .itemBox .item.active .topBox .rightBox .arrow {
  filter: unset;
  transform: rotate(0deg);
}
.fqaCon2 .centerBox .itemBox .item:first-child .botBox {
  display: block;
}
.videoCon1 {
  padding-top: clamp(30px, 3.125vw, 60px);
  padding-bottom: clamp(60px, 6.25vw, 120px);
}
.videoCon1 .centerBox .itemBox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: clamp(10px, 1.04166667vw, 20px) clamp(10px, 1.04166667vw, 20px);
}
@media (max-width:768px) {
  .videoCon1 .centerBox .itemBox {
    grid-template-columns: repeat(1, 1fr);
  }
}
.videoCon1 .centerBox .itemBox .item {
  background: #fff;
  border-radius: clamp(10px, 1.04166667vw, 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  cursor: pointer;
}
.videoCon1 .centerBox .itemBox .item .leftBox {
  width: 48.051949%;
  padding: clamp(20px, 2.08333333vw, 40px);
  padding-right: clamp(0px, 0vw, 0px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.videoCon1 .centerBox .itemBox .item .leftBox .title {
  font-family: 'sa_bo_V2';
  font-size: 24px;
  color: #1a1a1a;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width:1600px) {
  .videoCon1 .centerBox .itemBox .item .leftBox .title {
    font-size: 22px;
  }
}
@media (max-width:1366px) {
  .videoCon1 .centerBox .itemBox .item .leftBox .title {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .videoCon1 .centerBox .itemBox .item .leftBox .title {
    font-size: 16px;
  }
}
@media (max-width:768px) {
  .videoCon1 .centerBox .itemBox .item .leftBox .title {
    font-size: 15px;
  }
}
.videoCon1 .centerBox .itemBox .item .leftBox .videoInfo {
  width: 52px;
  height: 52px;
  background: #1a1a1a;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width:990px) {
  .videoCon1 .centerBox .itemBox .item .leftBox .videoInfo {
    width: 30px;
    height: 30px;
    border-radius: 4px;
  }
  .videoCon1 .centerBox .itemBox .item .leftBox .videoInfo img {
    width: 6px;
  }
}
.videoCon1 .centerBox .itemBox .item .rightBox {
  width: 51.948051%;
  padding: clamp(10px, 1.04166667vw, 20px);
}
.videoCon1 .centerBox .itemBox .item .rightBox .pb {
  padding-bottom: 97.3%;
}
.videoCon1 .centerBox .itemBox .item .rightBox .pb .ab {
  border-radius: clamp(8px, 0.83333333vw, 16px);
  overflow: hidden;
}
.videoCon1 .centerBox .itemBox .item .rightBox .pb .ab img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.videoCon1 .centerBox .itemBox .item:hover .leftBox .title {
  color: #0064ae;
}
.videoCon1 .centerBox .itemBox .item:hover .leftBox .videoInfo {
  background: #0064ae;
}
.videoCon1 .centerBox .itemBox .item:hover .rightBox .pb .ab img {
  transform: scale(1.02);
}
/* 新闻中心 */
.newCon1 {
  padding-top: clamp(30px, 3.125vw, 60px);
  padding-bottom: clamp(60px, 6.25vw, 120px);
}
.newCon1 .centerBox .itemBox {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: clamp(30px, 3.125vw, 60px) clamp(10px, 1.04166667vw, 20px);
}
@media (max-width:990px) {
  .newCon1 .centerBox .itemBox {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width:480px) {
  .newCon1 .centerBox .itemBox {
    grid-template-columns: repeat(1, 1fr);
  }
}
.newCon1 .centerBox .itemBox .item {
  padding-bottom: clamp(15px, 1.5625vw, 30px);
  background: white;
  border-radius: clamp(10px, 1.04166667vw, 20px);
  transition: all 0.5s;
  overflow: hidden;
}
.newCon1 .centerBox .itemBox .item a {
  display: block;
}
.newCon1 .centerBox .itemBox .item a .pb {
  padding-bottom: 63.5%;
}
.newCon1 .centerBox .itemBox .item a .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;
  overflow: hidden;
}
.newCon1 .centerBox .itemBox .item a .pb .ab img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.newCon1 .centerBox .itemBox .item .fontBox {
  padding-left: clamp(10px, 1.04166667vw, 20px);
  padding-right: clamp(10px, 1.04166667vw, 20px);
  margin-top: clamp(17.5px, 1.82291667vw, 35px);
}
.newCon1 .centerBox .itemBox .item .fontBox .tit {
  font-size: 22px;
  color: #1a1a1a;
  line-height: 1.3;
  font-family: 'sa_me_V2';
  height: 150px;
  overflow: hidden;

}
@media (max-width:1600px) {
  .newCon1 .centerBox .itemBox .item .fontBox .tit {
    font-size: 20px;
  }
}
@media (max-width:1366px) {
  .newCon1 .centerBox .itemBox .item .fontBox .tit {
    font-size: 18px;
  }
}
@media (max-width:1024px) {
  .newCon1 .centerBox .itemBox .item .fontBox .tit {
    font-size: 15px;
  }
}
@media (max-width:768px) {
  .newCon1 .centerBox .itemBox .item .fontBox .tit {
    font-size: 14px;
  }
}
@media (max-width:990px) {
  .newCon1 .centerBox .itemBox .item .fontBox .tit {
    height: auto;
    padding-bottom: 20px;
  }
}
.newCon1 .centerBox .itemBox .item .fontBox .bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  padding-top: clamp(12.5px, 1.30208333vw, 25px);
  border-top: 1px solid #e0e0e0;
}
.newCon1 .centerBox .itemBox .item .fontBox .bot .l {
  height: 100%;
  font-family: 'sa_bo_V2';
  color: #0063ae44;
  font-size: 72px;
  line-height: 1;
}
@media (max-width:1680px) {
  .newCon1 .centerBox .itemBox .item .fontBox .bot .l {
    font-size: 63px;
  }
}
@media (max-width:1440px) {
  .newCon1 .centerBox .itemBox .item .fontBox .bot .l {
    font-size: 54px;
  }
}
@media (max-width:1280px) {
  .newCon1 .centerBox .itemBox .item .fontBox .bot .l {
    font-size: 48px;
  }
}
@media (max-width:1024px) {
  .newCon1 .centerBox .itemBox .item .fontBox .bot .l {
    font-size: 38.4px;
  }
}
.newCon1 .centerBox .itemBox .item .fontBox .bot .r {
  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;
  font-family: 'sa_re_V2';
  font-size: 14px;
}
@media (max-width:1366px) {
  .newCon1 .centerBox .itemBox .item .fontBox .bot .r {
    font-size: 13px;
  }
}
@media (max-width:1024px) {
  .newCon1 .centerBox .itemBox .item .fontBox .bot .r {
    font-size: 12px;
  }
}
.newCon1 .centerBox .itemBox .item .fontBox .bot .r span {
  display: block;
}
.newCon1 .centerBox .itemBox .item .fontBox .bot .r span:last-child {
  font-size: 18px;
}
@media (max-width:1600px) {
  .newCon1 .centerBox .itemBox .item .fontBox .bot .r span:last-child {
    font-size: 16px;
  }
}
@media (max-width:1366px) {
  .newCon1 .centerBox .itemBox .item .fontBox .bot .r span:last-child {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .newCon1 .centerBox .itemBox .item .fontBox .bot .r span:last-child {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .newCon1 .centerBox .itemBox .item .fontBox .bot .r span:last-child {
    font-size: 12px;
  }
}
.newCon1 .centerBox .itemBox .item .fontBox .bot .r .ce {
  color: #1a1a1a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.newCon1 .centerBox .itemBox .item:hover {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}
.newCon1 .centerBox .itemBox .item:hover a .pb .ab img {
  transform: scale(1.03);
}
.newCon1 .centerBox .pagBox {
  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);
}
.newCon1 .centerBox .pagBox .layui-laypage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  grid-gap: 0 15px;
}
.newCon1 .centerBox .pagBox .layui-laypage .layui-laypage-curr .layui-laypage-em {
  display: none;
}
.newCon1 .centerBox .pagBox .layui-laypage .layui-laypage-curr em {
  color: #0064ae;
}
.newCon1 .centerBox .pagBox .layui-laypage a,
.newCon1 .centerBox .pagBox .layui-laypage span {
  padding: 0;
  background: none;
  font-size: 14px;
  font-family: 'sa_me_V2';
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.newCon1 .centerBox .pagBox .layui-laypage a:hover,
.newCon1 .centerBox .pagBox .layui-laypage span:hover {
  color: #0064ae;
}
.newCon1 .centerBox .pagBox .layui-laypage-next,
.newCon1 .centerBox .pagBox .layui-laypage-prev {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border: 1px solid #d7dadc;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.newCon1 .centerBox .pagBox .layui-laypage-next i,
.newCon1 .centerBox .pagBox .layui-laypage-prev i {
  font-size: 20px;
}
.newCon1 .centerBox .pagBox .layui-laypage-next:hover,
.newCon1 .centerBox .pagBox .layui-laypage-prev:hover {
  background: #0064ae;
  border: 1px solid #0064ae;
}
.newCon1 .centerBox .pagBox .layui-laypage-next:hover i,
.newCon1 .centerBox .pagBox .layui-laypage-prev:hover i {
  color: #fff;
}
@media (max-width:990px) {
  .newCon1 .centerBox .pagBox .layui-laypage-next,
  .newCon1 .centerBox .pagBox .layui-laypage-prev {
    width: 40px;
    height: 40px;
  }
}
.newlistCon1 .centerBox .contentBox {
  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-top: clamp(70px, 7.29166667vw, 140px);
  padding-bottom: clamp(40px, 4.16666667vw, 80px);
  border-bottom: 1px solid #d7dadc;
}
.newlistCon1 .centerBox .contentBox .leftBox {
  width: 23.076923%;
  height: 100%;
  position: sticky;
  top: 80px;
}
.newlistCon1 .centerBox .contentBox .leftBox .return 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;
  grid-gap: 0 10px;
  font-family: 'sa_re_V2';
  font-size: 16px;
  color: #808080;
}
@media (max-width:1366px) {
  .newlistCon1 .centerBox .contentBox .leftBox .return a {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .newlistCon1 .centerBox .contentBox .leftBox .return a {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .newlistCon1 .centerBox .contentBox .leftBox .return a {
    font-size: 12px;
  }
}
.newlistCon1 .centerBox .contentBox .leftBox .return a i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #0064ae;
  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: #fff;
}
@media (max-width:990px) {
  .newlistCon1 .centerBox .contentBox .leftBox .return {
    display: none;
  }
}
.newlistCon1 .centerBox .contentBox .leftBox .botBox {
  margin-top: clamp(55px, 5.72916667vw, 110px);
  border-top: 1px solid #d7dadc;
}
.newlistCon1 .centerBox .contentBox .leftBox .botBox .data {
  padding-top: clamp(12.5px, 1.30208333vw, 25px);
  padding-bottom: clamp(12.5px, 1.30208333vw, 25px);
  border-bottom: 1px solid #d7dadc;
}

.newlistCon1 .centerBox .contentBox .leftBox .botBox .data .title {
  font-family: 'sa_me_V2';
  font-size: 16px;
  color: #1a1a1a;
}
@media (max-width:1366px) {
  .newlistCon1 .centerBox .contentBox .leftBox .botBox .data .title {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .newlistCon1 .centerBox .contentBox .leftBox .botBox .data .title {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .newlistCon1 .centerBox .contentBox .leftBox .botBox .data .title {
    font-size: 12px;
  }
}
.newlistCon1 .centerBox .contentBox .leftBox .botBox .data .time {
  font-family: 'sa_re_V2';
  font-size: 16px;
  color: #808080;
  margin-top: clamp(7px, 0.72916667vw, 14px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  grid-gap: 0 12px;
}
@media (max-width:1366px) {
  .newlistCon1 .centerBox .contentBox .leftBox .botBox .data .time {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .newlistCon1 .centerBox .contentBox .leftBox .botBox .data .time {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .newlistCon1 .centerBox .contentBox .leftBox .botBox .data .time {
    font-size: 12px;
  }
}
.newlistCon1 .centerBox .contentBox .leftBox .botBox .data .time .it {
  width: 50px;
  height: 50px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.newlistCon1 .centerBox .contentBox .leftBox .botBox .data .time .it i {
  font-size: 22px;
  color: #cccccc;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width:1600px) {
  .newlistCon1 .centerBox .contentBox .leftBox .botBox .data .time .it i {
    font-size: 20px;
  }
}
@media (max-width:1366px) {
  .newlistCon1 .centerBox .contentBox .leftBox .botBox .data .time .it i {
    font-size: 18px;
  }
}
@media (max-width:1024px) {
  .newlistCon1 .centerBox .contentBox .leftBox .botBox .data .time .it i {
    font-size: 15px;
  }
}
@media (max-width:768px) {
  .newlistCon1 .centerBox .contentBox .leftBox .botBox .data .time .it i {
    font-size: 14px;
  }
}
.newlistCon1 .centerBox .contentBox .leftBox .botBox .data .time .it:hover {
  background: #0064ae;
}
.newlistCon1 .centerBox .contentBox .leftBox .botBox .data .time .it:hover i {
  color: #fff;
}
@media (max-width:990px) {
  .newlistCon1 .centerBox .contentBox .leftBox .botBox .data .time .it {
    width: 30px;
    height: 30px;
  }
}
.newlistCon1 .centerBox .contentBox .rightBox {
  width: 73.07692307%;
}
.newlistCon1 .centerBox .contentBox .rightBox .titleBox {
  font-family: 'sa_bo_V2';
  font-size: 48px;
  color: #1a1a1a;
  line-height: 1.25;
}
@media (max-width:1600px) {
  .newlistCon1 .centerBox .contentBox .rightBox .titleBox {
    font-size: 42px;
  }
}
@media (max-width:1366px) {
  .newlistCon1 .centerBox .contentBox .rightBox .titleBox {
    font-size: 38px;
  }
}
@media (max-width:1024px) {
  .newlistCon1 .centerBox .contentBox .rightBox .titleBox {
    font-size: 32px;
  }
}
@media (max-width:768px) {
  .newlistCon1 .centerBox .contentBox .rightBox .titleBox {
    font-size: 28px;
  }
}
@media (max-width:480px) {
  .newlistCon1 .centerBox .contentBox .rightBox .titleBox {
    font-size: 26px;
  }
}
.newlistCon1 .centerBox .contentBox .rightBox .content {
  display: grid;
  grid-gap: clamp(12.5px, 1.30208333vw, 25px) clamp(0px, 0vw, 0px);
  margin-top: clamp(12.5px, 1.30208333vw, 25px);
}
.newlistCon1 .centerBox .contentBox .rightBox .content p {
  font-family: 'sa_re_V2';
  font-size: 16px;
  color: #1a1a1a;
  line-height: 1.5;
}
@media (max-width:1366px) {
  .newlistCon1 .centerBox .contentBox .rightBox .content p {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .newlistCon1 .centerBox .contentBox .rightBox .content p {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .newlistCon1 .centerBox .contentBox .rightBox .content p {
    font-size: 12px;
  }
}
.newlistCon1 .centerBox .contentBox .rightBox .content h2 {
  font-family: 'sa_me_V2';
  font-size: 24px;
  color: #1a1a1a;
  line-height: 1.3;
}
@media (max-width:1600px) {
  .newlistCon1 .centerBox .contentBox .rightBox .content h2 {
    font-size: 22px;
  }
}
@media (max-width:1366px) {
  .newlistCon1 .centerBox .contentBox .rightBox .content h2 {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .newlistCon1 .centerBox .contentBox .rightBox .content h2 {
    font-size: 16px;
  }
}
@media (max-width:768px) {
  .newlistCon1 .centerBox .contentBox .rightBox .content h2 {
    font-size: 15px;
  }
}
.newlistCon1 .centerBox .contentBox .rightBox .content img {
  width: auto;
  padding: 20px 0;
}
@media (max-width:990px) {
  .newlistCon1 .centerBox .contentBox {
    flex-direction: column-reverse;
    border: 0;
  }
  .newlistCon1 .centerBox .contentBox .leftBox {
    width: 100%;
    position: static !important;
    margin-top: 20px;
  }
  .newlistCon1 .centerBox .contentBox .rightBox {
    width: 100%;
  }
}
.newlistCon1 .centerBox .conBox {
  padding-top: clamp(35px, 3.64583333vw, 70px);
  padding-bottom: clamp(60px, 6.25vw, 120px);
}
.newlistCon1 .centerBox .conBox .itemBox {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: clamp(10px, 1.04166667vw, 20px) clamp(10px, 1.04166667vw, 20px);
  margin-top: clamp(35px, 3.64583333vw, 70px);
}
@media (max-width:990px) {
  .newlistCon1 .centerBox .conBox .itemBox {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width:480px) {
  .newlistCon1 .centerBox .conBox .itemBox {
    grid-template-columns: repeat(1, 1fr);
  }
}
.newlistCon1 .centerBox .conBox .itemBox .item {
  padding-bottom: clamp(15px, 1.5625vw, 30px);
  background: white;
  border-radius: 20px;
  transition: all 0.5s;
  overflow: hidden;
}
.newlistCon1 .centerBox .conBox .itemBox .item a {
  display: block;
}
.newlistCon1 .centerBox .conBox .itemBox .item a .pb {
  padding-bottom: 63.5%;
}
.newlistCon1 .centerBox .conBox .itemBox .item a .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;
  overflow: hidden;
}
.newlistCon1 .centerBox .conBox .itemBox .item a .pb .ab img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.newlistCon1 .centerBox .conBox .itemBox .item .fontBox {
  padding-left: clamp(10px, 1.04166667vw, 20px);
  padding-right: clamp(10px, 1.04166667vw, 20px);
  margin-top: clamp(17.5px, 1.82291667vw, 35px);
}
.newlistCon1 .centerBox .conBox .itemBox .item .fontBox .tit {
  font-size: 22px;
  color: #1a1a1a;
  line-height: 1.3;
  font-family: 'sa_me_V2';
  height: 150px;
}
@media (max-width:1600px) {
  .newlistCon1 .centerBox .conBox .itemBox .item .fontBox .tit {
    font-size: 20px;
  }
}
@media (max-width:1366px) {
  .newlistCon1 .centerBox .conBox .itemBox .item .fontBox .tit {
    font-size: 18px;
  }
}
@media (max-width:1024px) {
  .newlistCon1 .centerBox .conBox .itemBox .item .fontBox .tit {
    font-size: 15px;
  }
}
@media (max-width:768px) {
  .newlistCon1 .centerBox .conBox .itemBox .item .fontBox .tit {
    font-size: 14px;
  }
}
.newlistCon1 .centerBox .conBox .itemBox .item .fontBox .bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  padding-top: clamp(12.5px, 1.30208333vw, 25px);
  border-top: 1px solid #e0e0e0;
}
.newlistCon1 .centerBox .conBox .itemBox .item .fontBox .bot .l {
  height: 100%;
  font-family: 'sa_bo_V2';
  color: #0063ae44;
  font-size: 72px;
  line-height: 1;
}
@media (max-width:1680px) {
  .newlistCon1 .centerBox .conBox .itemBox .item .fontBox .bot .l {
    font-size: 63px;
  }
}
@media (max-width:1440px) {
  .newlistCon1 .centerBox .conBox .itemBox .item .fontBox .bot .l {
    font-size: 54px;
  }
}
@media (max-width:1280px) {
  .newlistCon1 .centerBox .conBox .itemBox .item .fontBox .bot .l {
    font-size: 48px;
  }
}
@media (max-width:1024px) {
  .newlistCon1 .centerBox .conBox .itemBox .item .fontBox .bot .l {
    font-size: 38.4px;
  }
}
.newlistCon1 .centerBox .conBox .itemBox .item .fontBox .bot .r {
  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;
  font-family: 'sa_re_V2';
  font-size: 14px;
}
@media (max-width:1366px) {
  .newlistCon1 .centerBox .conBox .itemBox .item .fontBox .bot .r {
    font-size: 13px;
  }
}
@media (max-width:1024px) {
  .newlistCon1 .centerBox .conBox .itemBox .item .fontBox .bot .r {
    font-size: 12px;
  }
}
.newlistCon1 .centerBox .conBox .itemBox .item .fontBox .bot .r span {
  display: block;
}
.newlistCon1 .centerBox .conBox .itemBox .item .fontBox .bot .r span:last-child {
  font-size: 18px;
}
@media (max-width:1600px) {
  .newlistCon1 .centerBox .conBox .itemBox .item .fontBox .bot .r span:last-child {
    font-size: 16px;
  }
}
@media (max-width:1366px) {
  .newlistCon1 .centerBox .conBox .itemBox .item .fontBox .bot .r span:last-child {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .newlistCon1 .centerBox .conBox .itemBox .item .fontBox .bot .r span:last-child {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .newlistCon1 .centerBox .conBox .itemBox .item .fontBox .bot .r span:last-child {
    font-size: 12px;
  }
}
.newlistCon1 .centerBox .conBox .itemBox .item .fontBox .bot .r .ce {
  color: #1a1a1a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.newlistCon1 .centerBox .conBox .itemBox .item:hover {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}
.newlistCon1 .centerBox .conBox .itemBox .item:hover a .pb .ab img {
  transform: scale(1.03);
}
.contentCon1 {
  padding-top: clamp(20px, 2.08333333vw, 40px);
  background-image: url(../images/content.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 100%;
}
.contentCon1 .centerBox .content1 {
  background: #fff;
  border-radius: clamp(10px, 1.04166667vw, 20px);
}
.contentCon1 .centerBox .content1 .topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-bottom: clamp(37.5px, 3.90625vw, 75px);
  padding-top: clamp(40px, 4.16666667vw, 80px);
}
.contentCon1 .centerBox .content1 .topBox .leftBox {
  padding-left: clamp(30px, 3.125vw, 60px);
  width: 50%;
}
.contentCon1 .centerBox .content1 .topBox .leftBox .item .images {
  width: 60px;
  height: 60px;
  border-radius: clamp(5px, 0.52083333vw, 10px);
  background: #e5eff7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width:990px) {
  .contentCon1 .centerBox .content1 .topBox .leftBox .item .images {
    width: 50px;
    height: 50px;
  }
}
.contentCon1 .centerBox .content1 .topBox .leftBox .item .fontDh .cont {
  font-family: 'sa_me_V2';
  font-size: 30px;
  color: #1a1a1a;
  line-height: 1;
  margin-top: clamp(10px, 1.04166667vw, 20px);
}
@media (max-width:1600px) {
  .contentCon1 .centerBox .content1 .topBox .leftBox .item .fontDh .cont {
    font-size: 24px;
  }
}
@media (max-width:1366px) {
  .contentCon1 .centerBox .content1 .topBox .leftBox .item .fontDh .cont {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .contentCon1 .centerBox .content1 .topBox .leftBox .item .fontDh .cont {
    font-size: 19px;
  }
}
@media (max-width:768px) {
  .contentCon1 .centerBox .content1 .topBox .leftBox .item .fontDh .cont {
    font-size: 18px;
  }
}
.contentCon1 .centerBox .content1 .topBox .leftBox .item .fontDh .name {
  font-family: 'sa_re_V2';
  font-size: 16px;
  color: #808080;
  line-height: 1;
  margin-top: clamp(2.5px, 0.26041667vw, 5px);
}
@media (max-width:1366px) {
  .contentCon1 .centerBox .content1 .topBox .leftBox .item .fontDh .name {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .contentCon1 .centerBox .content1 .topBox .leftBox .item .fontDh .name {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .contentCon1 .centerBox .content1 .topBox .leftBox .item .fontDh .name {
    font-size: 12px;
  }
}
@media (max-width:990px) {
  .contentCon1 .centerBox .content1 .topBox .leftBox .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    grid-gap: 0 20px;
    width: 100%;
  }
  .contentCon1 .centerBox .content1 .topBox .leftBox .item .images {
    flex-shrink: 0;
  }
  .contentCon1 .centerBox .content1 .topBox .leftBox .item .fontDh {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media (max-width:990px) {
  .contentCon1 .centerBox .content1 .topBox .leftBox {
    padding-left: clamp(30px, 3.125vw, 60px);
    padding-right: clamp(30px, 3.125vw, 60px);
    width: 100%;
  }
}
@media (max-width:990px) {
  .contentCon1 .centerBox .content1 .topBox {
    flex-direction: column;
    grid-gap: 20px 0;
  }
}
.contentCon1 .centerBox .content1 .butBox {
  padding-left: clamp(40px, 4.16666667vw, 80px);
  padding-right: clamp(40px, 4.16666667vw, 80px);
  padding-top: clamp(25px, 2.60416667vw, 50px);
  padding-bottom: clamp(25px, 2.60416667vw, 50px);
  border-top: 1px solid #d7dadc8e;
}
.contentCon1 .centerBox .content1 .butBox .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;
}
.contentCon1 .centerBox .content1 .butBox .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;
}
.contentCon1 .centerBox .content1 .butBox .itemBox .item .images {
  width: 60px;
  height: 60px;
  border-radius: clamp(5px, 0.52083333vw, 10px);
  background: #e5eff7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width:990px) {
  .contentCon1 .centerBox .content1 .butBox .itemBox .item .images {
    width: 40px;
    height: 40px;
  }
  .contentCon1 .centerBox .content1 .butBox .itemBox .item .images img {
    max-width: 20px;
    max-height: 20px;
  }
}
.contentCon1 .centerBox .content1 .butBox .itemBox .item .fontDh {
  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;
}
.contentCon1 .centerBox .content1 .butBox .itemBox .item .fontDh .cont {
  font-family: 'sa_me_V2';
  font-size: 18px;
  color: #1a1a1a;
  line-height: 1;
  margin-top: clamp(10px, 1.04166667vw, 20px);
}
@media (max-width:1600px) {
  .contentCon1 .centerBox .content1 .butBox .itemBox .item .fontDh .cont {
    font-size: 16px;
  }
}
@media (max-width:1366px) {
  .contentCon1 .centerBox .content1 .butBox .itemBox .item .fontDh .cont {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .contentCon1 .centerBox .content1 .butBox .itemBox .item .fontDh .cont {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .contentCon1 .centerBox .content1 .butBox .itemBox .item .fontDh .cont {
    font-size: 12px;
  }
}
.contentCon1 .centerBox .content1 .butBox .itemBox .item .fontDh .name {
  font-family: 'sa_re_V2';
  font-size: 14px;
  color: #808080;
  line-height: 1;
  margin-top: clamp(2.5px, 0.26041667vw, 5px);
}
@media (max-width:1366px) {
  .contentCon1 .centerBox .content1 .butBox .itemBox .item .fontDh .name {
    font-size: 13px;
  }
}
@media (max-width:1024px) {
  .contentCon1 .centerBox .content1 .butBox .itemBox .item .fontDh .name {
    font-size: 12px;
  }
}
@media (max-width:990px) {
  .contentCon1 .centerBox .content1 .butBox .itemBox .item .fontDh {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
@media (max-width:990px) {
  .contentCon1 .centerBox .content1 .butBox .itemBox {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    grid-gap: 30px 0px;
  }
  .contentCon1 .centerBox .content1 .butBox .itemBox .item {
    width: 50%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
@media (max-width:990px) {
  .contentCon1 .centerBox .content1 .butBox {
    padding: 30px 30px;
  }
}
.contentCon1 .centerBox .content2 {
  padding-top: clamp(50px, 5.20833333vw, 100px);
  padding-bottom: clamp(50px, 5.20833333vw, 100px);
  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;
}
.contentCon1 .centerBox .content2 .leftBox {
  width: 46%;
}
.contentCon1 .centerBox .content2 .leftBox .title {
  font-family: 'sa_bo_V2';
  font-size: 48px;
  color: #1a1a1a;
  line-height: 1.5;
}
@media (max-width:1600px) {
  .contentCon1 .centerBox .content2 .leftBox .title {
    font-size: 42px;
  }
}
@media (max-width:1366px) {
  .contentCon1 .centerBox .content2 .leftBox .title {
    font-size: 38px;
  }
}
@media (max-width:1024px) {
  .contentCon1 .centerBox .content2 .leftBox .title {
    font-size: 32px;
  }
}
@media (max-width:768px) {
  .contentCon1 .centerBox .content2 .leftBox .title {
    font-size: 28px;
  }
}
@media (max-width:480px) {
  .contentCon1 .centerBox .content2 .leftBox .title {
    font-size: 26px;
  }
}
.contentCon1 .centerBox .content2 .leftBox .subtitle {
  font-family: 'sa_re_V2';
  font-size: 18px;
  color: #808080;
  line-height: 1.45;
  max-width: 555px;
  margin-top: clamp(15px, 1.5625vw, 30px);
}
@media (max-width:1600px) {
  .contentCon1 .centerBox .content2 .leftBox .subtitle {
    font-size: 16px;
  }
}
@media (max-width:1366px) {
  .contentCon1 .centerBox .content2 .leftBox .subtitle {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .contentCon1 .centerBox .content2 .leftBox .subtitle {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .contentCon1 .centerBox .content2 .leftBox .subtitle {
    font-size: 12px;
  }
}
.contentCon1 .centerBox .content2 .rightBox {
  width: 50%;
}
.contentCon1 .centerBox .content2 .rightBox .layui_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  grid-gap: 10px 10px;
}
.contentCon1 .centerBox .content2 .rightBox .layui_form .layui_item {
  width: calc(50% - 5px);
}
.contentCon1 .centerBox .content2 .rightBox .layui_form .layui_item .layui_input {
  width: 100%;
}
.contentCon1 .centerBox .content2 .rightBox .layui_form .layui_item .layui_input .layuiInput,
.contentCon1 .centerBox .content2 .rightBox .layui_form .layui_item .layui_input .layui_textarea {
  width: 100%;
  height: 60px;
  border: 1px solid #d8d8d9;
  border-radius: 6px;
  background: none;
  padding-left: clamp(10px, 1.04166667vw, 20px);
  font-family: 'sa_re_V2';
  font-size: 14px;
  color: #1a1a1a;
}
@media (max-width:1366px) {
  .contentCon1 .centerBox .content2 .rightBox .layui_form .layui_item .layui_input .layuiInput,
  .contentCon1 .centerBox .content2 .rightBox .layui_form .layui_item .layui_input .layui_textarea {
    font-size: 13px;
  }
}
@media (max-width:1024px) {
  .contentCon1 .centerBox .content2 .rightBox .layui_form .layui_item .layui_input .layuiInput,
  .contentCon1 .centerBox .content2 .rightBox .layui_form .layui_item .layui_input .layui_textarea {
    font-size: 12px;
  }
}
.contentCon1 .centerBox .content2 .rightBox .layui_form .layui_item .layui_input .layuiInput::-webkit-input-placeholder,
.contentCon1 .centerBox .content2 .rightBox .layui_form .layui_item .layui_input .layui_textarea::-webkit-input-placeholder {
  color: #000;
  opacity: 0.7;
}
.contentCon1 .centerBox .content2 .rightBox .layui_form .layui_item .layui_input .layuiInput:-moz-placeholder,
.contentCon1 .centerBox .content2 .rightBox .layui_form .layui_item .layui_input .layui_textarea:-moz-placeholder {
  color: #000;
  opacity: 0.7;
}
.contentCon1 .centerBox .content2 .rightBox .layui_form .layui_item .layui_input .layuiInput::-moz-placeholder,
.contentCon1 .centerBox .content2 .rightBox .layui_form .layui_item .layui_input .layui_textarea::-moz-placeholder {
  color: #000;
  opacity: 0.7;
}
.contentCon1 .centerBox .content2 .rightBox .layui_form .layui_item .layui_input .layuiInput:-ms-input-placeholder,
.contentCon1 .centerBox .content2 .rightBox .layui_form .layui_item .layui_input .layui_textarea:-ms-input-placeholder {
  color: #000;
  opacity: 0.7;
}
@media (max-width:990px) {
  .contentCon1 .centerBox .content2 .rightBox .layui_form .layui_item .layui_input .layuiInput,
  .contentCon1 .centerBox .content2 .rightBox .layui_form .layui_item .layui_input .layui_textarea {
    height: 45px;
  }
}
.contentCon1 .centerBox .content2 .rightBox .layui_form .layui_item .layui_input .layui_textarea {
  height: 160px;
  padding-top: clamp(10px, 1.04166667vw, 20px);
}
.contentCon1 .centerBox .content2 .rightBox .layui_form .layui_item:last-child {
  width: 100%;
}
.contentCon1 .centerBox .content2 .rightBox .butBox {
  margin-top: clamp(5px, 0.52083333vw, 10px);
}
.contentCon1 .centerBox .content2 .rightBox .butBox button {
  width: 120px;
  height: 44px;
  border-radius: 50px;
  background: #1a1a1a;
  font-family: 'sa_me_V2';
  font-size: 12px;
  color: #fff;
  border: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contentCon1 .centerBox .content2 .rightBox .butBox button:hover {
  background: #fff;
  border: 1px solid #1a1a1aab;
  color: #1a1a1a;
}
@media (max-width:990px) {
  .contentCon1 .centerBox .content2 .rightBox .butBox button {
    width: 100px;
    height: 38px;
  }
}
@media (max-width:990px) {
  .contentCon1 .centerBox .content2 {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .contentCon1 .centerBox .content2 .leftBox {
    width: 100%;
  }
  .contentCon1 .centerBox .content2 .rightBox {
    width: 100%;
    margin-top: 20px;
  }
}
.r_searchCon1 {
  padding-top: clamp(50px, 5.20833333vw, 100px);
}
.r_searchCon1 .centerBox .inputBox {
  max-width: 1280px;
  width: 100%;
  background: #fff;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.r_searchCon1 .centerBox .inputBox .input {
  height: 70px;
  width: 100%;
}
@media (max-width:990px) {
  .r_searchCon1 .centerBox .inputBox .input {
    height: 50px;
  }
}
.r_searchCon1 .centerBox .inputBox .input input {
  width: 100%;
  height: 100%;
  border: 0;
  background: none;
  padding-left: 30px;
}
.r_searchCon1 .centerBox .inputBox .icon {
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-shrink: 0;
  cursor: pointer;
}
@media (max-width:990px) {
  .r_searchCon1 .centerBox .inputBox .icon {
    height: 50px;
  }
}
.r_searchCon1 .centerBox .choseBox {
  padding-top: clamp(50px, 5.20833333vw, 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  grid-gap: 10px 45px;
  padding-bottom: clamp(12.5px, 1.30208333vw, 25px);
  border-bottom: 1px solid #d4d8da;
  flex-wrap: wrap;
}
.r_searchCon1 .centerBox .choseBox .item a {
  font-family: 'sa_me_V2';
  font-size: 20px;
  color: #808080;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (max-width:1600px) {
  .r_searchCon1 .centerBox .choseBox .item a {
    font-size: 18px;
  }
}
@media (max-width:1366px) {
  .r_searchCon1 .centerBox .choseBox .item a {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .r_searchCon1 .centerBox .choseBox .item a {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .r_searchCon1 .centerBox .choseBox .item a {
    font-size: 13px;
  }
}
.r_searchCon1 .centerBox .choseBox .item:hover a,
.r_searchCon1 .centerBox .choseBox .item.active a {
  color: #1a1a1a;
}
.r_searchCon1 .centerBox .contentBox {
  padding-top: clamp(30px, 3.125vw, 60px);
  padding-bottom: clamp(30px, 3.125vw, 60px);
}
.r_searchCon1 .centerBox .contentBox .itemBox {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: clamp(10px, 1.04166667vw, 20px) clamp(10px, 1.04166667vw, 20px);
}
@media (max-width:990px) {
  .r_searchCon1 .centerBox .contentBox .itemBox {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width:480px) {
  .r_searchCon1 .centerBox .contentBox .itemBox {
    grid-template-columns: repeat(1, 1fr);
  }
}
.r_searchCon1 .centerBox .contentBox .itemBox .item {
  background: #f5f6f7;
  border-radius: clamp(10px, 1.04166667vw, 20px);
  overflow: hidden;
}
.r_searchCon1 .centerBox .contentBox .itemBox .item .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;
}
.r_searchCon1 .centerBox .contentBox .itemBox .item .pb .ab img {
  max-width: 80%;
  max-height: 80%;
}
.r_searchCon1 .centerBox .contentBox .itemBox .item .fontBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-left: clamp(20px, 2.08333333vw, 40px);
  padding-right: clamp(20px, 2.08333333vw, 40px);
  padding-bottom: clamp(20px, 2.08333333vw, 40px);
}
.r_searchCon1 .centerBox .contentBox .itemBox .item .fontBox .title {
  font-family: 'sa_bo_V2';
  font-size: 30px;
  color: #1a1a1a;
  line-height: 1;
}
@media (max-width:1600px) {
  .r_searchCon1 .centerBox .contentBox .itemBox .item .fontBox .title {
    font-size: 24px;
  }
}
@media (max-width:1366px) {
  .r_searchCon1 .centerBox .contentBox .itemBox .item .fontBox .title {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .r_searchCon1 .centerBox .contentBox .itemBox .item .fontBox .title {
    font-size: 19px;
  }
}
@media (max-width:768px) {
  .r_searchCon1 .centerBox .contentBox .itemBox .item .fontBox .title {
    font-size: 18px;
  }
}
.r_searchCon1 .centerBox .contentBox .itemBox .item .fontBox .butBox {
  font-family: 'sa_me_V2';
  font-size: 14px;
  color: #0064ae;
  line-height: 1.2;
}
@media (max-width:1366px) {
  .r_searchCon1 .centerBox .contentBox .itemBox .item .fontBox .butBox {
    font-size: 13px;
  }
}
@media (max-width:1024px) {
  .r_searchCon1 .centerBox .contentBox .itemBox .item .fontBox .butBox {
    font-size: 12px;
  }
}



.productlistCon10 {
  padding-top: clamp(55px, 5.72916667vw, 110px);
  padding-bottom: clamp(55px, 5.72916667vw, 110px);
}
.productlistCon10 .centerBox {
  width: 100%;
  overflow: auto;
  margin-top: 30px;
}
.productlistCon10 .centerBox .itemBox {
  width: 100%;
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  min-width: 800px;
}
.productlistCon10 .centerBox .itemBox .item {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  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;
}
.productlistCon10 .centerBox .itemBox .item .con {
  flex: 1;
  border-left: 1px solid #e5e5e5;
  min-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;
  padding-left: clamp(10px, 1.04166667vw, 20px);
  font-family: "sy_re";
  font-size: 14px;
}
@media (max-width:1366px) {
  .productlistCon10 .centerBox .itemBox .item .con {
    font-size: 13px;
  }
}
@media (max-width:1024px) {
  .productlistCon10 .centerBox .itemBox .item .con {
    font-size: 12px;
  }
}
@media (max-width:990px) {
  .productlistCon10 .centerBox .itemBox .item .con {
    min-height: 40px;
  }
}
.productlistCon10 .centerBox .itemBox .item:first-child {
  background: #015995;
  color: #fff;
}
.productlistCon10 .centerBox .itemBox .item:first-child .con {
  border-left: 1px solid #c2c2c22f;
}


.productlistCon10 .centerBox table {
  width: 100%;
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  min-width: 800px;
}
.productlistCon10 .centerBox table tr {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  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;
}
.productlistCon10 .centerBox table tr td {
  flex: 1;
  border-left: 1px solid #e5e5e5;
  min-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;
  padding-left: clamp(10px, 1.04166667vw, 20px);
  font-family: "sy_re";
  font-size: 14px;
}
@media (max-width:1366px) {
  .productlistCon10 .centerBox table tr td {
    font-size: 13px;
  }
}
@media (max-width:1024px) {
  .productlistCon10 .centerBox table tr td {
    font-size: 12px;
  }
}
@media (max-width:990px) {
  .productlistCon10 .centerBox table tr td {
    min-height: 40px;
  }
}
.productlistCon10 .centerBox table tr:first-child {
  background: #015995;
  color: #fff;
}
.productlistCon10 .centerBox table tr:first-child td {
  border-left: 1px solid #c2c2c22f;
}

.noinfo{
  text-align: center;padding:150px 0;
}

.search_list .w1560{
  background: #fff;
  border-radius: 30px;
  padding:40px;
}
.search_list .item {
  padding: 0px 0 20px;
  border-bottom: 1px dotted #ddd;
  margin-bottom: 20px;
}

.search_list .item .pic {
  width: 100px;
  float: left;
  overflow: hidden;
}
.search_list .item .pic a {
  display: block;
  border: 1px solid #ddd;
}
.search_list .item .pic img {
  display: block;
  width: 100%;
}

.search_list .item .info {
  margin-left: 120px;
}
.search_list .item h3 {
  font-size: 16px;
}

.search_list .item .time {
  line-height: 24px;
  height: 24px;
  color: #999;
  font-size: 12px;
  margin-bottom: 5px;
}
.search_list .item .desc {
  line-height: 24px;
  color: #777;
}
.pagination {
  padding: 0;
  clear: both;
  margin: 20px 0px 40px;
  text-align: center;
  font-size: 16px;
}
.pagination li{display:inline-block;margin:0 5px;color:#555}
.pagination li a {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  border-radius: 2px;
  color: #555;
  background: #ddd;
  padding: 0 15px;
}
.pagination li a.num{width: 34px;height: 34px;text-align: center;border-radius: 3px;padding:0;}
.pagination li a.current,.pagination li a:hover{background:#0064ae;color:#fff;text-decoration:none}
