@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 {
  scroll-behavior: smooth;
}
html,
body {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
ul,
ol {
  list-style: none;
}
a {
  text-decoration: none;
  color: #000;
}
ul.swiper-wrapper {
  margin: 0;
  padding: 0;
}
input,
textarea {
  resize: none;
}
img {
  max-height: 100%;
  max-width: 100%;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  -webkit-appearance: none;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.f_column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.f_column_right {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.f_row {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}
.f_row_right {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.j_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.j_end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.j_start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.j_justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.j_around {
  -moz-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.a_start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.a_end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.a_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.a_baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.a_stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.dh {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.flex_wrap {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.letterBig {
  text-transform: uppercase;
}
.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;
}
.w1680 {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
}
.w1600 {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
.w1560 {
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
}
.w1440 {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.w1400,
.wrap {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.w1350,
.wrap {
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
}
.w1280 {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.w1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.w1024 {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
.font140 {
  font-size: 140px;
}
@media (max-width:1600px) {
  .font140 {
    font-size: 130px;
  }
}
@media (max-width:1560px) {
  .font140 {
    font-size: 120px;
  }
}
@media (max-width:1470px) {
  .font140 {
    font-size: 110px;
  }
}
@media (max-width:1366px) {
  .font140 {
    font-size: 100px;
  }
}
@media (max-width:1200px) {
  .font140 {
    font-size: 90px;
  }
}
@media (max-width:1024px) {
  .font140 {
    font-size: 80px;
  }
}
@media (max-width:768px) {
  .font140 {
    font-size: 54px;
  }
}
@media (max-width:480px) {
  .font140 {
    font-size: 40px;
  }
}
@media (max-width:360px) {
  .font140 {
    font-size: 30px;
  }
}
.font80 {
  font-size: 80px;
}
@media (max-width:1600px) {
  .font80 {
    font-size: 62px;
  }
}
@media (max-width:1470px) {
  .font80 {
    font-size: 52px;
  }
}
@media (max-width:1024px) {
  .font80 {
    font-size: 42px;
  }
}
@media (max-width:768px) {
  .font80 {
    font-size: 32px;
  }
}
.font72 {
  font-size: 72px;
}
@media (max-width:1600px) {
  .font72 {
    font-size: 62px;
  }
}
@media (max-width:1470px) {
  .font72 {
    font-size: 52px;
  }
}
@media (max-width:1024px) {
  .font72 {
    font-size: 42px;
  }
}
@media (max-width:768px) {
  .font72 {
    font-size: 32px;
  }
}
.font60 {
  font-size: 60px;
}
@media (max-width:1600px) {
  .font60 {
    font-size: 50px;
  }
}
@media (max-width:1470px) {
  .font60 {
    font-size: 45px;
  }
}
@media (max-width:1024px) {
  .font60 {
    font-size: 38px;
  }
}
@media (max-width:768px) {
  .font60 {
    font-size: 30px;
  }
}
.font50 {
  font-size: 50px;
}
@media (max-width:1600px) {
  .font50 {
    font-size: 46px;
  }
}
@media (max-width:1470px) {
  .font50 {
    font-size: 39px;
  }
}
@media (max-width:1024px) {
  .font50 {
    font-size: 33px;
  }
}
@media (max-width:768px) {
  .font50 {
    font-size: 27px;
  }
}
.font48 {
  font-size: 48px;
}
@media (max-width:1600px) {
  .font48 {
    font-size: 45px;
  }
}
@media (max-width:1470px) {
  .font48 {
    font-size: 39px;
  }
}
@media (max-width:1024px) {
  .font48 {
    font-size: 33px;
  }
}
@media (max-width:768px) {
  .font48 {
    font-size: 25px;
  }
}
.font46 {
  font-size: 46px;
}
@media (max-width:1600px) {
  .font46 {
    font-size: 43px;
  }
}
@media (max-width:1470px) {
  .font46 {
    font-size: 36px;
  }
}
@media (max-width:1024px) {
  .font46 {
    font-size: 30px;
  }
}
@media (max-width:768px) {
  .font46 {
    font-size: 27px;
  }
}
.font42 {
  font-size: 42px;
}
@media (max-width:1600px) {
  .font42 {
    font-size: 40px;
  }
}
@media (max-width:1470px) {
  .font42 {
    font-size: 36px;
  }
}
@media (max-width:1024px) {
  .font42 {
    font-size: 30px;
  }
}
@media (max-width:768px) {
  .font42 {
    font-size: 24px;
  }
}
.font40 {
  font-size: 40px;
}
@media (max-width:1600px) {
  .font40 {
    font-size: 38px;
  }
}
@media (max-width:1470px) {
  .font40 {
    font-size: 33px;
  }
}
@media (max-width:1024px) {
  .font40 {
    font-size: 29px;
  }
}
@media (max-width:768px) {
  .font40 {
    font-size: 24px;
  }
}
.font36 {
  font-size: 36px;
}
@media (max-width:1600px) {
  .font36 {
    font-size: 32px;
  }
}
@media (max-width:1470px) {
  .font36 {
    font-size: 28px;
  }
}
@media (max-width:1024px) {
  .font36 {
    font-size: 24px;
  }
}
@media (max-width:768px) {
  .font36 {
    font-size: 20px;
  }
}
.font30 {
  font-size: 30px;
}
@media (max-width:1600px) {
  .font30 {
    font-size: 26px;
  }
}
@media (max-width:1470px) {
  .font30 {
    font-size: 22px;
  }
}
@media (max-width:1024px) {
  .font30 {
    font-size: 20px;
  }
}
@media (max-width:768px) {
  .font30 {
    font-size: 18px;
  }
}
.font28 {
  font-size: 28px;
}
@media (max-width:1600px) {
  .font28 {
    font-size: 24px;
  }
}
@media (max-width:1470px) {
  .font28 {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .font28 {
    font-size: 18px;
  }
}
@media (max-width:768px) {
  .font28 {
    font-size: 16px;
  }
}
.font26 {
  font-size: 26px;
}
@media (max-width:1600px) {
  .font26 {
    font-size: 23px;
  }
}
@media (max-width:1470px) {
  .font26 {
    font-size: 21px;
  }
}
@media (max-width:1024px) {
  .font26 {
    font-size: 19px;
  }
}
@media (max-width:768px) {
  .font26 {
    font-size: 16px;
  }
}
.font24 {
  font-size: 24px;
}
@media (max-width:1600px) {
  .font24 {
    font-size: 22px;
  }
}
@media (max-width:1470px) {
  .font24 {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .font24 {
    font-size: 18px;
  }
}
@media (max-width:768px) {
  .font24 {
    font-size: 16px;
  }
}
.font22 {
  font-size: 22px;
}
@media (max-width:1600px) {
  .font22 {
    font-size: 18px;
  }
}
@media (max-width:1470px) {
  .font22 {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .font22 {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .font22 {
    font-size: 12px;
  }
}
.font20 {
  font-size: 20px;
}
@media (max-width:1600px) {
  .font20 {
    font-size: 15px;
  }
}
@media (max-width:1470px) {
  .font20 {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .font20 {
    font-size: 12px;
  }
}
.font18 {
  font-size: 18px;
}
@media (max-width:1470px) {
  .font18 {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .font18 {
    font-size: 12px;
  }
}
.font16 {
  font-size: 16px;
}
@media (max-width:1470px) {
  .font16 {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .font16 {
    font-size: 12px;
  }
}
.font14 {
  font-size: 14px;
}
@media (max-width:1470px) {
  .font14 {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .font14 {
    font-size: 12px;
  }
}
.font12 {
  font-size: 12px;
}
/* ------------------------------  内外边距 */
@media (max-width:1800px) {
  .w1680 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1720px) {
  .w1600 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1680px) {
  .w1560 {
    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,
  .w1024 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1024px) {
  .w1800,
  .w1680,
  .w1560,
  .w1400,
  .w1350,
  .wrap,
  .w1440,
  .w1600,
  .w1280,
  .w1200,
  .w1024 {
    padding: 0 30px;
  }
}
@media (max-width:990px) {
  .w1800,
  .w1680,
  .w1560,
  .w1400,
  .w1350,
  .wrap,
  .w1440,
  .w1600,
  .w1280,
  .w1200,
  .w1024 {
    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;
  }
}
@font-face {
  font-family: 'bahnschrift';
  src: url('../fonts/BAHNSCHRIFT.TTF');
}
.bahnschrift {
  font-family: 'bahnschrift';
}
@font-face {
  font-family: 'eu_Medium';
  src: url('../fonts/EUCLIDSQUARE-MEDIUM.OTF');
}
.eu_Medium {
  font-family: 'eu_Medium';
}
@font-face {
  font-family: 'eu_Regular';
  src: url('../fonts/EUCLIDSQUARE-REGULAR.OTF');
}
.eu_Regular {
  font-family: 'eu_Regular';
}
@font-face {
  font-family: 'eu_Semibold';
  src: url('../fonts/EUCLIDSQUARE-SEMIBOLD.OTF');
}
.eu_Semibold {
  font-family: 'eu_Semibold';
}
@font-face {
  font-family: 'ru_Medium';
  src: url('../fonts/RUBIK-MEDIUM.TTF');
}
.ru_Medium {
  font-family: 'ru_Medium';
}
@font-face {
  font-family: 'ru_Regular_We';
  src: url('../fonts/RUBIK-REGULAR-WEBFONT.TTF');
}
.ru_Regular_We {
  font-family: 'ru_Regular_We';
}
@font-face {
  font-family: 'sy_Heavy';
  src: url('../fonts/SourceHanSansCN-Heavy.ttf');
}
.sy_Heavy {
  font-family: 'sy_Heavy';
}
@font-face {
  font-family: 'sy_Light';
  src: url('../fonts/SourceHanSansCN-Light.ttf');
}
.sy_Light {
  font-family: 'sy_Light';
}
@font-face {
  font-family: 'sy_Regular';
  src: url('../fonts/SourceHanSansCN-Regular.ttf');
}
.sy_Regular {
  font-family: 'sy_Regular';
}
@font-face {
  font-family: 'sy_Medium';
  src: url('../fonts/SourceHanSansCN-Medium.ttf');
}
.sy_Medium {
  font-family: 'sy_Medium';
}
@font-face {
  font-family: 'sy_ExtraLight';
  src: url('../fonts/SourceHanSans-ExtraLight.ttf');
}
.sy_ExtraLight {
  font-family: 'sy_ExtraLight';
}
@font-face {
  font-family: 'sy_Bold';
  src: url('../fonts/SourceHanSansCN-Bold.ttf');
}
.sy_Light {
  font-family: 'sy_Bold';
}
.SiYuan {
  font-family: "sy_Regular";
}
@font-face {
  font-family: 'Euclid-Square';
  src: url('../fonts/EuclidSquare-Regular.eot');
  src: url('../fonts/EuclidSquare-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/EuclidSquare-Regular.woff2') format('woff2'), url('../fonts/EuclidSquare-Regular.woff') format('woff'), url('../fonts/EuclidSquare-Regular.ttf') format('truetype'), url('../fonts/EuclidSquare-Regular.svg#EuclidSquare-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pill-Gothic';
  src: url('../fonts/PillGothic600mg-Regular.eot');
  src: url('../fonts/PillGothic600mg-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/PillGothic600mg-Regular.woff2') format('woff2'), url('../fonts/PillGothic600mg-Regular.woff') format('woff'), url('../fonts/PillGothic600mg-Regular.ttf') format('truetype'), url('../fonts/PillGothic600mg-Regular.svg#PillGothic600mg-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pill-Gothic-Th';
  src: url('../fonts/PillGothic600mg-Thin.eot');
  src: url('../fonts/PillGothic600mg-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/PillGothic600mg-Thin.woff2') format('woff2'), url('../fonts/PillGothic600mg-Thin.woff') format('woff'), url('../fonts/PillGothic600mg-Thin.ttf') format('truetype'), url('../fonts/PillGothic600mg-Thin.svg#PillGothic600mg-Thin') format('svg');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "sy_Regular";
}
@keyframes run {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes run2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes tran_run {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes tran_run2 {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@keyframes tran_boost {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.3;
  }
}
/* --------------------------------------  视频弹窗 */
.videotape {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 9998;
  display: none;
}
.videotex {
  position: fixed;
  width: 1400px;
  max-width: calc(100% - 100px);
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  display: none;
}
.videotex video {
  width: 100%;
  object-fit: fill;
}
.videotex .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: #175aa9;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.videotex .close:hover {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  background: #175aa9;
  color: #fff;
}
.videotex .video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.videotex .video video,
.videotex .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) {
  .videotex {
    max-width: 70%;
  }
}
@media (max-width:768px) {
  .videotex {
    width: 100%;
    max-width: 100%;
  }
  .videotex .close {
    right: 0;
    top: -40px;
  }
}
/* --------------------------------------  表单 */
.selfForm .zs {
  font-size: 12px;
  position: relative;
  padding-right: 15px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-family: 'eu_Medium';
}
.selfForm .zs::before {
  position: absolute;
  content: "\e602";
  font-family: "iconfont";
  right: 0;
  font-size: 8px;
  transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  color: #555555;
}
.selfForm .xl {
  display: none;
}
.header_nbsp {
  widows: 100%;
  height: 100px;
}
@media (max-width:1366px) {
  .header_nbsp {
    height: 80px;
  }
}
@media (max-width:990px) {
  .header_nbsp {
    display: none;
  }
}
.activeShow {
  transform: translateX(100%);
}
/* --------------------------------------  PC端头部  END*/
/* --------------------------------------  手机版头部 */
.m_header_box {
  width: 100%;
  height: auto;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  box-shadow: 0 1px 0 #eee;
}
.m_header_box .header_title {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  position: relative;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
}
.m_header_box .header_title .logo {
  width: auto;
  height: 100%;
  overflow: hidden;
}
.m_header_box .header_title .logo 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;
  width: 100%;
  height: 100%;
}
.m_header_box .header_title .logo img {
  max-height: 40px;
}
.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;
  cursor: pointer;
}
.m_header_box .header_title .menu_btn::after,
.m_header_box .header_title .menu_btn::before,
.m_header_box .header_title .menu_btn i {
  width: 70%;
  height: 2px;
  display: block;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -35%;
  transform-origin: center;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.m_header_box .header_title .menu_btn::before {
  content: '';
  margin-top: -8px;
}
.m_header_box .header_title .menu_btn::after {
  content: '';
  margin-top: 6px;
}
.m_header_box .header_title .menu_btn.active i {
  opacity: 0;
}
.m_header_box .header_title .menu_btn.active::before {
  margin-top: -1px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  border-radius: 5px;
  background: #175aa9;
}
.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: #175aa9;
}
.m_header_box .header_title .head_btn {
  width: auto;
  height: 30px;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
  overflow: hidden;
}
.m_header_box .header_title .head_btn .icon {
  max-width: 14px;
  height: 14px;
  font-size: 0;
  margin-right: 5px;
  filter: invert(1);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.m_header_box .header_title .head_btn .link {
  line-height: 1;
  font-size: 12px;
  color: #000;
  margin-top: 3px;
}
.m_header_box .header_title .head_btn .link span {
  opacity: 0.6;
}
.m_header_box .header_title .head_btn .link a {
  color: #000;
  opacity: 0.6;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.m_header_box .header_title .head_btn .link a:hover {
  opacity: 1;
}
.m_header_box .header_title .head_btn:hover .icon {
  filter: invert(1);
}
.m_header_box .header_title .head_btn:hover .link {
  color: #000;
}
.m_header_box .header_title .head_btn:hover .link a,
.m_header_box .header_title .head_btn:hover .link span {
  color: #000;
}
.m_header_box .header_body {
  width: 100%;
  height: calc(100vh - 60px);
  background: #f7f7f7;
  display: none;
  overflow: hidden;
}
.m_header_box .header_body .menu_info {
  width: 100%;
  height: 100%;
  padding: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
.m_header_box .header_body .menu_nav {
  width: 100%;
  height: auto;
  flex: 1;
  padding: 20px;
  overflow: hidden;
  overflow-y: auto;
}
.m_header_box .header_body .menu_nav ul {
  margin: 0;
  padding: 0;
}
.m_header_box .header_body .menu_nav ul li {
  width: 100%;
  height: auto;
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  overflow: hidden;
}
.m_header_box .header_body .menu_nav ul li .one {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
}
.m_header_box .header_body .menu_nav ul li .one a {
  padding: 15px 0;
  display: block;
  font-size: 14px;
  color: #282f36;
  line-height: 1;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.m_header_box .header_body .menu_nav ul li .one a .subtitle {
  font-size: 14px;
  margin-right: 10px;
}
.m_header_box .header_body .menu_nav ul li .one a .title {
  font-size: 14px;
}
.m_header_box .header_body .menu_nav ul li .one .icon {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: -10px;
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 0;
  color: #282f36;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.m_header_box .header_body .menu_nav ul li .one .icon i {
  font-size: 8px;
}
.m_header_box .header_body .menu_nav ul li .one.active a {
  color: #175aa9;
}
.m_header_box .header_body .menu_nav ul li .one.active .icon {
  color: #175aa9;
}
.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 dt {
  position: relative;
  font-size: 16px;
  color: #282f36;
}
.m_header_box .header_body .menu_nav ul li dt a {
  display: block;
}
.m_header_box .header_body .menu_nav ul li dt .ico {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: url(../images/ico-nav.png) no-repeat center;
  background-size: 8px 14px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.m_header_box .header_body .menu_nav ul li dd {
  display: none;
  padding-top: 10px;
  margin-top: 10px;
  line-height: 34px;
  font-size: 14px;
  color: #333;
  border-top: 1px solid #175aa9;
}
.m_header_box .header_body .menu_nav ul li dd a {
  padding: 0 0 0 20px;
  position: relative;
  display: block;
}
.m_header_box .header_body .menu_nav ul li dd a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  background: url(../images/ico-nav.png) no-repeat center;
  background-size: 6px 10px;
}
.m_header_box .header_body .menu_nav ul li ul {
  border-top: 1px solid #175aa9;
  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: #175aa9;
}
.m_header_box .header_body .menu_nav ul li ul li a.active .icon {
  color: #175aa9;
}
.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: #175aa9;
}
.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;
}
.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: #175aa9;
  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;
  }
}
/*  --------------------------------------  手机版头部  END*/
/*  --------------------------------------  首页默认样式*/
.idx_title .title {
  font-size: 48px;
  color: #000;
  line-height: 1;
  font-family: "Bahnschrift";
}
@media (max-width:1600px) {
  .idx_title .title {
    font-size: 45px;
  }
}
@media (max-width:1470px) {
  .idx_title .title {
    font-size: 39px;
  }
}
@media (max-width:1024px) {
  .idx_title .title {
    font-size: 33px;
  }
}
@media (max-width:768px) {
  .idx_title .title {
    font-size: 25px;
  }
}
.idx_title .subtitle {
  font-size: 24px;
  color: #000;
  margin-top: min(3.38541667vw, 65px);
  margin-bottom: min(2.08333333vw, 40px);
}
@media (max-width:1600px) {
  .idx_title .subtitle {
    font-size: 22px;
  }
}
@media (max-width:1470px) {
  .idx_title .subtitle {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .idx_title .subtitle {
    font-size: 18px;
  }
}
@media (max-width:768px) {
  .idx_title .subtitle {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .idx_title .subtitle {
    margin-top: 32.5px;
  }
}
@media (max-width:1024px) {
  .idx_title .subtitle {
    margin-bottom: 20px;
  }
}
.idx_title .content {
  font-size: 16px;
  line-height: 1.875;
  color: #666666;
}
@media (max-width:1470px) {
  .idx_title .content {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .idx_title .content {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .idx_title .subtitle {
    margin-top: 20px !important;
    margin-bottom: 10px !important;
  }
}
/* --------------------------------------   按钮公共样式 */
.pushButton {
  width: 160px;
  height: 50px;
  border-radius: 40px;
  border: 1px solid #175aa9;
  font-size: 14px;
  color: #175aa9;
}
@media (max-width:1470px) {
  .pushButton {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .pushButton {
    font-size: 12px;
  }
}
.pushButton i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: 19px;
  font-size: 22px;
}
.pushButton a {
  font-size: 14px;
}
@media (max-width:1470px) {
  .pushButton a {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .pushButton a {
    font-size: 12px;
  }
}
@media (max-width:1150px) {
  .pushButton {
    width: 145px;
    height: 40px;
  }
}
@media (max-width:990px) {
  .pushButton {
    width: 125px !important;
    height: 35px !important;
  }
  .pushButton i {
    display: none;
  }
}
.pageButton {
  width: 160px;
  height: 50px;
  border-radius: 40px;
  border: 1px solid #e5e5e5;
  font-size: 16px;
  color: #000;
}
@media (max-width:1470px) {
  .pageButton {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .pageButton {
    font-size: 12px;
  }
}
.pageButton i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: 19px;
  font-size: 22px;
}
.pageButton a {
  font-size: 14px;
}
@media (max-width:1470px) {
  .pageButton a {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .pageButton a {
    font-size: 12px;
  }
}
@media (max-width:1150px) {
  .pageButton {
    width: 145px;
    height: 40px;
  }
}
@media (max-width:990px) {
  .pageButton {
    width: 125px !important;
    height: 35px !important;
  }
  .pageButton i {
    display: none;
  }
}
.pageButton2 {
  width: 160px;
  height: 50px;
  border-radius: 40px;
  border: 1px solid #1f3b21;
  font-size: 16px;
  color: #1f3b21;
}
@media (max-width:1470px) {
  .pageButton2 {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .pageButton2 {
    font-size: 12px;
  }
}
.pageButton2 i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: 19px;
  font-size: 22px;
}
.pageButton2 a {
  font-size: 14px;
}
@media (max-width:1470px) {
  .pageButton2 a {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .pageButton2 a {
    font-size: 12px;
  }
}
@media (max-width:1150px) {
  .pageButton2 {
    width: 145px;
    height: 40px;
  }
}
@media (max-width:990px) {
  .pageButton2 {
    width: 125px !important;
    height: 35px !important;
  }
  .pageButton2 i {
    display: none;
  }
}
.allMeun {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  padding: 2% 5%;
  height: 100%;
  z-index: 9999999;
  background: #000a19;
  transition: all 0.8s;
  overflow: hidden;
}
.allMeun ul {
  margin-left: 10%;
}
.allMeun ul a {
  color: white;
  font-size: 48px;
  font-weight: 900;
  margin: 1% 0;
  display: block;
  transition: all 0.3s;
}
@media (max-width:1600px) {
  .allMeun ul a {
    font-size: 45px;
  }
}
@media (max-width:1470px) {
  .allMeun ul a {
    font-size: 39px;
  }
}
@media (max-width:1024px) {
  .allMeun ul a {
    font-size: 33px;
  }
}
@media (max-width:768px) {
  .allMeun ul a {
    font-size: 25px;
  }
}
.allMeun ul a:hover {
  color: #e77f2a;
}
@media (max-width:768px) {
  .allMeun ul a {
    font-size: 30px;
  }
}
@media (max-width:768px) and (max-width:1600px) {
  .allMeun ul a {
    font-size: 26px;
  }
}
@media (max-width:768px) and (max-width:1470px) {
  .allMeun ul a {
    font-size: 22px;
  }
}
@media (max-width:768px) and (max-width:1024px) {
  .allMeun ul a {
    font-size: 20px;
  }
}
@media (max-width:768px) and (max-width:768px) {
  .allMeun ul a {
    font-size: 18px;
  }
}
.allMeun .close {
  color: white;
  position: absolute;
  top: 5%;
  right: 5%;
  font-size: 30px;
  cursor: pointer;
}
@media (max-width:1600px) {
  .allMeun .close {
    font-size: 26px;
  }
}
@media (max-width:1470px) {
  .allMeun .close {
    font-size: 22px;
  }
}
@media (max-width:1024px) {
  .allMeun .close {
    font-size: 20px;
  }
}
@media (max-width:768px) {
  .allMeun .close {
    font-size: 18px;
  }
}
/* --------------------------------------   按钮公共样式 end */
/* --------------------------------------   分页 */
.pager_in {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: min(3.125vw, 60px);
  grid-gap: 3px;
}
@media (max-width:1024px) {
  .pager_in {
    margin-top: 30px;
  }
}
.pager_in .it {
  width: 47px;
  height: 35px;
  border-radius: 10px;
  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;
  font-size: 18px;
  color: #000;
}
@media (max-width:1470px) {
  .pager_in .it {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .pager_in .it {
    font-size: 12px;
  }
}
.pager_in .it:hover,
.pager_in .it.active {
  background: #175aa9;
  color: white;
  transition: all 0.5s;
}
.pager_in .pagination-prev {
  width: 100%;
  height: 100%;
  background: url(../images/pagination-prev.svg) no-repeat center;
  display: block;
}
.pager_in .pagination-prev:hover {
  background: url(../images/-pagination-prev.svg) no-repeat center;
}
.pager_in .pagination-next {
  width: 100%;
  height: 100%;
  background: url(../images/pagination-next.svg) no-repeat center;
  display: block;
}
.pager_in .pagination-next:hover {
  background: url(../images/-pagination-next.svg) no-repeat center;
}
/* --------------------------------------   分页 end */
/* 视频弹窗 */
.videomark1{
display: none !important;
}
.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: #175aa9;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.videobox .close:hover {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  background: #175aa9;
  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;
  }
}
.icon-video {
  -webkit-animation-name: icon-video;
  animation-name: icon-video;
}
.h_schedule {
  -webkit-animation-name: h_schedule;
  animation-name: h_schedule;
}
.upico {
  -webkit-animation-name: upico;
  animation-name: upico;
}
.h-clip {
  -webkit-animation-name: h-clip;
  animation-name: h-clip;
}
.h-color-w {
  -webkit-animation-name: h-color-w;
  animation-name: h-color-w;
}
.h-color-w2 {
  -webkit-animation-name: h-color-w2;
  animation-name: h-color-w2;
}
.icon_video {
  -webkit-animation-name: icon_video;
  animation-name: icon_video;
}
.h-line {
  -webkit-animation-name: h-line;
  animation-name: h-line;
}
.swiper .swiper-slide .ani {
  display: none;
}
.swiper .swiper-slide.swiper-slide-active .ani {
  display: block;
}
.index {
  overflow: hidden;
}
.idx_banner {
  width: 100%;
  /*height: calc(100vh - 100px);*/
  overflow: hidden;
  position: relative;
  background: #000;
}
.idx_banner .banner_box {
  width: 100%;
  height: 100%;
}
.idx_banner .swiper_box {
  width: 100%;
  height: 100%;
}
.idx_banner .swiper_box ul {
  width: 100%;
  height: 100%;
}
.idx_banner .swiper_box ul li {
  height: auto;
  position: relative;
}
.idx_banner .swiper_box ul li .center {
  position: absolute;
  top: 0;
  width: 100%;
  height: calc(100% - 125px);
  z-index: 2;
}
.idx_banner .swiper_box ul li .center .w1600 {
  width: 100%;
  height: 100%;
}
.idx_banner .swiper_box ul li .center .wz {
  width: 100%;
  height: 100%;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.idx_banner .swiper_box ul li .center .wz .t {
  font-size: 60px;
  text-align: center;
  line-height: 1;
}
@media (max-width:1600px) {
  .idx_banner .swiper_box ul li .center .wz .t {
    font-size: 50px;
  }
}
@media (max-width:1470px) {
  .idx_banner .swiper_box ul li .center .wz .t {
    font-size: 45px;
  }
}
@media (max-width:1024px) {
  .idx_banner .swiper_box ul li .center .wz .t {
    font-size: 38px;
  }
}
@media (max-width:768px) {
  .idx_banner .swiper_box ul li .center .wz .t {
    font-size: 30px;
  }
}
.idx_banner .swiper_box ul li .center .wz .st {
  font-size: 30px;
  text-align: center;
  line-height: 1;
  margin-top: min(2.1875vw, 42px);
  color: rgba(255, 255, 255, 0.966);
  font-family: 'sy_ExtraLight';
}
@media (max-width:1600px) {
  .idx_banner .swiper_box ul li .center .wz .st {
    font-size: 26px;
  }
}
@media (max-width:1470px) {
  .idx_banner .swiper_box ul li .center .wz .st {
    font-size: 22px;
  }
}
@media (max-width:1024px) {
  .idx_banner .swiper_box ul li .center .wz .st {
    font-size: 20px;
  }
}
@media (max-width:768px) {
  .idx_banner .swiper_box ul li .center .wz .st {
    font-size: 18px;
  }
}
@media (max-width:1024px) {
  .idx_banner .swiper_box ul li .center .wz .st {
    margin-top: 21px;
  }
}
.idx_banner .swiper_box ul li .images,
.idx_banner .swiper_box ul li video {
  width: 100%;
  height: 100%;
  font-size: 0;
  overflow: hidden;
  z-index: 1;
  min-height: 60vh;
}
.idx_banner .swiper_box ul li .images.active,
.idx_banner .swiper_box ul li video.active {
  transform: scale(1);
}
.idx_banner .swiper_box ul li .images img,
.idx_banner .swiper_box ul li video img,
.idx_banner .swiper_box ul li .images video,
.idx_banner .swiper_box ul li video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
}
.idx_banner .search_box {
  width: 100%;
  position: absolute;
  height: 125px;
  bottom: 0;
  //background: white;
  z-index: 2;
  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;
}
.idx_banner .search_box .l {
  display: none;
  position: absolute;
  bottom: 0;
}
.idx_banner .search_box .l .c {
  width: 30%;
  height: 240px;
  background: #f1f7ee;
  position: relative;
  border-radius: 15px;
  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_banner .search_box .l .c::after {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: #f1f7ee;
  left: -90%;
  border-radius: 15px;
  z-index: -1;
}
.idx_banner .search_box .l .c .t {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  color: #175aa9;
}
.idx_banner .search_box .l .c .t .tit {
  font-size: 14px;
}
@media (max-width:1470px) {
  .idx_banner .search_box .l .c .t .tit {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .idx_banner .search_box .l .c .t .tit {
    font-size: 12px;
  }
}
.idx_banner .search_box .l .c .t .con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  color: #7f978b;
}
.idx_banner .search_box .l .c .t .con .cc {
  margin-left: min(2.08333333vw, 40px);
  cursor: pointer;
}
@media (max-width:1024px) {
  .idx_banner .search_box .l .c .t .con .cc {
    margin-left: 20px;
  }
}
.idx_banner .search_box .l .c .sk {
  margin-top: min(1.45833333vw, 28px);
}
@media (max-width:1024px) {
  .idx_banner .search_box .l .c .sk {
    margin-top: 14px;
  }
}
.idx_banner .search_box .l .c .sk .layui-input-block {
  margin: 0;
  width: 83.33%;
  position: relative;
  height: 40px;
  border-radius: 8px;
  overflow: hidden;
}
.idx_banner .search_box .l .c .sk .layui-input-block .layui-input {
  border: 0;
  color: #175aa9;
}
.idx_banner .search_box .l .c .sk .layui-input-block::before {
  position: absolute;
  content: "\e606";
  font-family: "iconfont";
  right: 0;
  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;
  color: #175aa9;
  font-size: 22px;
  z-index: 2;
  cursor: pointer;
}
@media (max-width:1600px) {
  .idx_banner .search_box .l .c .sk .layui-input-block::before {
    font-size: 18px;
  }
}
@media (max-width:1470px) {
  .idx_banner .search_box .l .c .sk .layui-input-block::before {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .idx_banner .search_box .l .c .sk .layui-input-block::before {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .idx_banner .search_box .l .c .sk .layui-input-block::before {
    font-size: 12px;
  }
}
.idx_banner .search_box .r {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.idx_banner .search_box .r .rc {
  width: 28.43%;
  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_banner .search_box .r .rc .t {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.idx_banner .search_box .r .rc .t .bannerPage {
  width: auto;
  color: #dddddd;
  font-family: 'ru_Medium';
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width:1470px) {
  .idx_banner .search_box .r .rc .t .bannerPage {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .idx_banner .search_box .r .rc .t .bannerPage {
    font-size: 12px;
  }
}
.idx_banner .search_box .r .rc .t .play {
  color: #175aa9;
  margin-left: 40px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: relative;
}
.idx_banner .search_box .r .rc .t .play i.active {
  display: block;
}
.idx_banner .search_box .r .rc .t .play i {
  display: none;
  width: 20px;
  height: 20px;
  font-size: 22px;
}
@media (max-width:1600px) {
  .idx_banner .search_box .r .rc .t .play i {
    font-size: 18px;
  }
}
@media (max-width:1470px) {
  .idx_banner .search_box .r .rc .t .play i {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .idx_banner .search_box .r .rc .t .play i {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .idx_banner .search_box .r .rc .t .play i {
    font-size: 12px;
  }
}
.idx_banner .search_box .r .rc .t .arrowbanner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  right: 0;
}
.idx_banner .search_box .r .rc .t .arrowbanner .bannerh {
  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;
}
.idx_banner .search_box .r .rc .t .arrowbanner .BNext {
  transform: rotate(180deg);
}
.idx_banner .search_box .r .rc .t .arrowbanner i {
  font-size: 20px;
  display: block;
  margin-right: 15px;
}
@media (max-width:1600px) {
  .idx_banner .search_box .r .rc .t .arrowbanner i {
    font-size: 15px;
  }
}
@media (max-width:1470px) {
  .idx_banner .search_box .r .rc .t .arrowbanner i {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .idx_banner .search_box .r .rc .t .arrowbanner i {
    font-size: 12px;
  }
}
.idx_banner .search_box .r .rc .t .arrowbanner .bannerh:hover {
  color: #175aa9;
}
.idx_banner .search_box .r .rc .b {
  margin-top: 15px;
}
.idx_banner .search_box .r .rc .b .linear {
  width: 100%;
  height: 1px;
  background: rgba(100, 100, 100, 0.466);
  position: relative;
  z-index: 1;
}
.idx_banner .search_box .r .rc .b .linear i {
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: #175aa9;
}
.idx_banner .search_box .r .rc .b .linear i.active {
  animation-name: scaleDraaa;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-duration: 5s;
}
@keyframes scaleDraaa {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@media (max-width:1280px) {
  .idx_banner .search_box .l .c {
    width: 40% !important;
    height: 210px !important;
  }
}
@media (max-width:990px) {
  .idx_banner {
    height: auto !important;
  }
  .idx_banner .search_box .l .c {
    display: none;
  }
  .idx_banner .search_box .r .rc {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  .idx_banner .search_box {
    background: none;
  }
  .idx_banner .search_box .r .rc .t .bannerPage {
    color: white !important;
  }
  .idx_banner .search_box .r .rc .t .play {
    color: white !important;
    display: none;
  }
  .idx_banner .arrowbanner {
    display: none !important;
  }
  .idx_banner .search_box .r .rc .b {
    display: none;
  }
  .idx_banner .swiper_box ul li .center {
    height: 100% !important;
  }
  .idx_banner .search_box {
    height: 50px;
  }
}
@keyframes grow2 {
  0% {
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.idx_about {
  margin-top: min(4.6875vw, 90px);
  padding: min(8.07291667vw, 155px) 0 min(8.07291667vw, 155px);
  background: url(../images/aboutback.png) no-repeat bottom left;
  background-size: auto 100%;
}
@media (max-width:1024px) {
  .idx_about {
    margin-top: 45px;
  }
}
@media (max-width:1024px) {
  .idx_about {
    padding: 77.5px 0 77.5px 0;
  }
}
.idx_about .content {
  width: 100%;
  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;
}
.idx_about .content .l {
  width: 51.56%;
  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_about .content .l .num {
  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: min(4.6875vw, 90px);
}
@media (max-width:1024px) {
  .idx_about .content .l .num {
    margin-top: 45px;
  }
}
.idx_about .content .l .num .top {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}
@media (max-width:1470px) {
  .idx_about .content .l .num .top {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .idx_about .content .l .num .top {
    font-size: 12px;
  }
}
.idx_about .content .l .num .top span {
  font-size: 48px;
  font-family: 'eu_Semibold';
  line-height: 1;
}
@media (max-width:1600px) {
  .idx_about .content .l .num .top span {
    font-size: 45px;
  }
}
@media (max-width:1470px) {
  .idx_about .content .l .num .top span {
    font-size: 39px;
  }
}
@media (max-width:1024px) {
  .idx_about .content .l .num .top span {
    font-size: 33px;
  }
}
@media (max-width:768px) {
  .idx_about .content .l .num .top span {
    font-size: 25px;
  }
}
.idx_about .content .l .num .bot {
  font-size: 18px;
  line-height: 1;
  margin-top: 20px;
  width: 130px;
}
@media (max-width:1470px) {
  .idx_about .content .l .num .bot {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .idx_about .content .l .num .bot {
    font-size: 12px;
  }
}
.idx_about .content .r {
  width: 41.87%;
  padding-right: 20px;
}
.idx_about .content .r .swiper_box {
  position: relative;
  border-radius: 18px;
}
.idx_about .content .r .pagerabout {
  position: absolute;
  bottom: 20px;
  width: 100%;
  height: auto;
  z-index: 5;
  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;
}
.idx_about .content .r .pagerabout .active {
  background: white;
  opacity: 1;
}
.idx_about .content .r ul {
  border-radius: 15px;
  position: relative;
}
.idx_about .content .r ul::after {
  position: absolute;
  top: 10px;
  right: -10px;
  width: 100%;
  height: 100%;
  content: "";
  background: #b8c8c0;
  border-radius: 18px;
  z-index: -1;
}
.idx_about .content .r ul::before {
  position: absolute;
  top: 20px;
  right: -20px;
  width: 100%;
  height: 100%;
  content: "";
  background: #deebe4;
  border-radius: 18px;
  z-index: -1;
}
.idx_about .content .r li {
  background: #7f978b;
  border-radius: 20px;
  position: relative;
  z-index: 2;
  background: #000;
}
.idx_about .content .r .img {
  border-radius: 18px;
  overflow: hidden;
}
.idx_about .content .r img {
  width: 100%;
  object-fit: cover;
  overflow: hidden;
  z-index: 2;
}
.idx_about .content .r .an {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: min(2.08333333vw, 40px);
}
@media (max-width:1024px) {
  .idx_about .content .r .an {
    margin-top: 20px;
  }
}
.idx_about .content .r .an a {
  width: 160px;
  height: 50px;
  border-radius: 40px;
  border: 1px solid #175aa9;
  font-size: 14px;
  color: #175aa9;
  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;
  overflow: hidden;
  transition: all 2s;
}
@media (max-width:1470px) {
  .idx_about .content .r .an a {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .idx_about .content .r .an a {
    font-size: 12px;
  }
}
.idx_about .content .r .an a i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: 19px;
  font-size: 22px;
}
.idx_about .content .r .an a a {
  font-size: 14px;
}
@media (max-width:1470px) {
  .idx_about .content .r .an a a {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .idx_about .content .r .an a a {
    font-size: 12px;
  }
}
@media (max-width:1150px) {
  .idx_about .content .r .an a {
    width: 145px;
    height: 40px;
  }
}
@media (max-width:990px) {
  .idx_about .content .r .an a {
    width: 125px !important;
    height: 35px !important;
  }
  .idx_about .content .r .an a i {
    display: none;
  }
}
.idx_about .content .r .an a:last-child {
  margin-left: 20px;
}
.idx_about .content .r .an a::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #175aa9;
  transform: translateY(100%);
  border-radius: 100px 100px 0 0;
  transition: all 0.3s;
  z-index: -1;
}
.idx_about .content .r .an a:hover {
  color: white;
}
.idx_about .content .r .an a:hover::after {
  transform: translateY(0);
  border-radius: 0;
}
@media (max-width:1150px) {
  .idx_about .content .l .num {
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .idx_about .content .l .num .one {
    width: 33.3%;
    margin-top: 15px;
  }
  .idx_about .content .r {
    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;
  }
  .idx_about .content .r .an {
    margin-top: 40px;
  }
}
@media (max-width:990px) {
  .idx_about {
    margin-top: 0 !important;
  }
  .idx_about .content {
    flex-direction: column;
  }
  .idx_about .content .l {
    width: 100%;
  }
  .idx_about .content .r {
    width: 100%;
    margin-top: 30px;
  }
  .idx_about .content .l .num {
    margin-top: 10px !important;
  }
}
.idx_serve {
  position: relative;
  padding: min(6.25vw, 120px) 0 min(7.29166667vw, 140px);
  background: linear-gradient(to left top, white 10%, #f1f7ef 100%);
}
@media (max-width:1024px) {
  .idx_serve {
    padding: 60px 0 70px 0;
  }
}
.idx_serve .cen {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  position: relative;
}
.idx_serve .cen .w1600 {
  height: 100%;
}
.idx_serve .cen .wz {
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.idx_serve .cen .wz .sele {
  margin-top: min(4.16666667vw, 80px);
}
@media (max-width:1024px) {
  .idx_serve .cen .wz .sele {
    margin-top: 40px;
  }
}
.idx_serve .cen .wz .sele .x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.idx_serve .cen .wz .sele .x .xa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  line-height: 1;
  padding: 15px 24px;
  border-radius: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
  font-size: 18px;
}
@media (max-width:1470px) {
  .idx_serve .cen .wz .sele .x .xa {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .idx_serve .cen .wz .sele .x .xa {
    font-size: 12px;
  }
}
.idx_serve .cen .wz .sele .x .xa::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #175aa9;
  transform: translateY(100%);
  border-radius: 100px 100px 0 0;
  transition: all 0.3s;
  z-index: -1;
}
.idx_serve .cen .wz .sele .x .xa:hover {
  color: white;
}
.idx_serve .cen .wz .sele .x .xa:hover::after {
  transform: translateY(0);
  border-radius: 0;
}
.idx_serve .cen .wz .sele .x .xa.active {
  color: white;
}
.idx_serve .cen .wz .sele .x .xa.active::after {
  transform: translateY(0);
  border-radius: 0;
}
.idx_serve .cen .wz .sele .sEnd {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-top: 5px;
  display: none;
}
.idx_serve .cen .wz .sele .sEnd .one {
  height: 26px;
  margin-top: 23px;
  cursor: pointer;
  padding-left: 25px;
}
.idx_serve .cen .wz .sele .sEnd .one span {
  border-bottom: 1px solid rgba(255, 0, 0, 0);
  display: inline-block;
  height: 26px;
  font-size: 16px;
  color: #8da29e;
  cursor: pointer;
  transition: all 0.5s;
}
@media (max-width:1470px) {
  .idx_serve .cen .wz .sele .sEnd .one span {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .idx_serve .cen .wz .sele .sEnd .one span {
    font-size: 12px;
  }
}
.idx_serve .cen .wz .sele .sEnd .one.active span {
  color: #175aa9;
  border-bottom: 1px solid #175aa9;
}
.idx_serve .cen .wz .sele .sEnd .one:hover span {
  color: #175aa9;
  border-bottom: 1px solid #175aa9;
}
.idx_serve .cen .wz .sele .sEnd .one .mitem {
  display: none;
}
.idx_serve .cen .wz .sele .sEnd.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.idx_serve .severBack {
  position: absolute;
  bottom: 55px;
  right: 0;
  width: 100%;
  z-index: 1;
  display: none;
}
.idx_serve .severBack .imgMap .mapImg {
  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;
  position: relative;
  width: 100%;
}
.idx_serve .severBack .imgMap .img {
  width: 75%;
  display: none;
  position: relative;
}
.idx_serve .severBack .imgMap .img img {
  width: 100%;
}
.idx_serve .severBack .imgMap .img.active {
  display: block !important;
}
.idx_serve .severBack .imgMap .pointPosition {
  width: 75%;
  position: absolute;
  height: 100%;
}
.idx_serve .severBack .imgMap .pointPosition .drop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.idx_serve .severBack .imgMap .pointPosition .drop i {
  width: 9px;
  height: 9px;
  background: #fc8409;
  position: absolute;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.idx_serve .severBack .imgMap .pointPosition .drop i::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #fc8309d3;
  border-radius: 50%;
  animation-name: tran_boost;
  /*关键帧名称*/
  animation-timing-function: ease-in-out;
  /*动画的速度曲线*/
  animation-iteration-count: infinite;
  /*动画播放的次数*/
  animation-duration: 3s;
  /*动画所花费的时间*/
}
.idx_serve .severBack .imgMap .pointPosition .drop i::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: #fc8309d3;
  border-radius: 50%;
  animation-name: tran_boost;
  /*关键帧名称*/
  animation-timing-function: ease-in-out;
  /*动画的速度曲线*/
  animation-iteration-count: infinite;
  /*动画播放的次数*/
  animation-duration: 3s;
  /*动画所花费的时间*/
}
.idx_serve .severBack .imgMap .pointPosition .drop .ctot {
  width: 390px;
  background: white;
  position: absolute;
  padding: 10px;
  border-radius: 15px;
  -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-left: 30px;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  transition: all 0.8s;
  box-shadow: 5px 5px 10px #ddddddc4;
  z-index: 3;
}
.idx_serve .severBack .imgMap .pointPosition .drop .ctot .lw {
  width: 60%;
}
.idx_serve .severBack .imgMap .pointPosition .drop .ctot .ty {
  font-size: 18px;
  line-height: 1;
}
@media (max-width:1470px) {
  .idx_serve .severBack .imgMap .pointPosition .drop .ctot .ty {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .idx_serve .severBack .imgMap .pointPosition .drop .ctot .ty {
    font-size: 12px;
  }
}
.idx_serve .severBack .imgMap .pointPosition .drop .ctot .sy {
  font-size: 14px;
  color: #666666;
  line-height: 1;
  margin-top: min(0.78125vw, 15px);
}
@media (max-width:1470px) {
  .idx_serve .severBack .imgMap .pointPosition .drop .ctot .sy {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .idx_serve .severBack .imgMap .pointPosition .drop .ctot .sy {
    font-size: 12px;
  }
}
@media (max-width:1024px) {
  .idx_serve .severBack .imgMap .pointPosition .drop .ctot .sy {
    margin-top: 7.5px;
  }
}
.idx_serve .severBack .imgMap .pointPosition .drop.active .ctot {
  opacity: 1;
}
.idx_serve .severBack .imgMap .pointPosition .drop.active i {
  display: flex;
}
.idx_serve .severBack .imgMap .pointPosition .drmg i {
  right: 22.5%;
  top: 41.92%;
}
.idx_serve .severBack .imgMap .pointPosition .drmg .ctot {
  right: calc(22.5% + 10px);
  top: calc(41.92% + 20px);
}
.idx_serve .severBack .imgMap .pointPosition .drdg i {
  left: 7.91%;
  top: 34.25%;
}
.idx_serve .severBack .imgMap .pointPosition .drdg .ctot {
  left: calc(7.91% + 10px);
  top: calc(34.25% + 20px);
}
.idx_serve .severBack .imgMap .pointPosition .drjnd i {
  right: 27.5%;
  top: 27.73%;
}
.idx_serve .severBack .imgMap .pointPosition .drjnd .ctot {
  right: calc(27.5% + 10px);
  top: calc(27.73% + 20px);
}
.idx_serve .severBack .imgMap .pointPosition .drrb i {
  right: 57.91%;
  top: 43.06%;
}
.idx_serve .severBack .imgMap .pointPosition .drrb .ctot {
  right: calc(57.91% + 10px);
  top: calc(43.06% + 20px);
}
.idx_serve .severBack .imgMap .pointPosition .drhg i {
  right: 60.66%;
  top: 41.59%;
}
.idx_serve .severBack .imgMap .pointPosition .drhg .ctot {
  right: calc(60.66% + 10px);
  top: calc(41.59% + 20px);
}
.idx_serve .severBack .imgMap .pointPosition .drxxl i {
  right: 49.16%;
  bottom: 8.9%;
}
.idx_serve .severBack .imgMap .pointPosition .drxxl .ctot {
  right: calc(49.16% + 10px);
  bottom: calc(8.9% + 20px);
}
.idx_serve .severBack .imgMap .pointPosition .drdm i {
  left: 7%;
  top: 27.24%;
}
.idx_serve .severBack .imgMap .pointPosition .drdm .ctot {
  left: calc(7% + 10px);
  top: calc(27.24% + 20px);
}
.idx_serve .severBack.active {
  display: block;
}
.idx_serve .severBack.atow .imgMap .pointPosition .drop i {
  display: none;
}
.idx_serve .severBack.atow .imgMap .pointPosition .drop.active i {
  display: flex;
}
@media (max-width:990px) {
  .idx_serve .cen .wz {
    width: 100%;
  }
  .idx_serve .ctot {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
  }
  .idx_serve .cen .wz .sele .sEnd .one {
    width: 100%;
    height: auto !important;
    padding-left: 0;
  }
  .idx_serve .cen .wz .sele .sEnd .one span {
    display: none !important;
  }
  .idx_serve .mitem {
    display: flex !important;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .idx_serve .mitem .lm {
    border-radius: 10px;
    overflow: hidden;
    width: 72px;
  }
  .idx_serve .mitem .lm img {
    width: 100%;
    object-fit: cover;
  }
  .idx_serve .mitem .rm {
    margin-left: 15px;
    flex: 1;
  }
  .idx_serve .mitem .rti {
    font-size: 18px;
  }
  .idx_serve .mitem .rst {
    font-size: 14px;
    color: #666666;
  }
  .idx_serve .severBack {
    position: unset !important;
  }
  .idx_serve .severBack .imgMap .img {
    width: 100% !important;
  }
  .idx_serve .severBack .imgMap .pointPosition {
    width: 100% !important;
  }
}
@media (max-width:990px) and (max-width:1470px) {
  .idx_serve .mitem .rti {
    font-size: 13px;
  }
}
@media (max-width:990px) and (max-width:768px) {
  .idx_serve .mitem .rti {
    font-size: 12px;
  }
}
@media (max-width:990px) and (max-width:1470px) {
  .idx_serve .mitem .rst {
    font-size: 12px;
  }
}
@media (max-width:990px) and (max-width:768px) {
  .idx_serve .mitem .rst {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .idx_serve .mitem .lm {
    width: 52px;
  }
}
.idx_mass {
  width: 100%;
  background: url(../images/idx_mass.jpg) no-repeat top left;
  background-size: cover;
  padding: min(6.25vw, 120px) 0 min(6.25vw, 120px);
}
@media (max-width:1024px) {
  .idx_mass {
    padding: 60px 0 60px 0;
  }
}
.idx_mass .content .top .title {
  color: white;
}
.idx_mass .content .top .subtitle {
  margin-top: min(1.5625vw, 30px);
  color: white;
}
@media (max-width:1024px) {
  .idx_mass .content .top .subtitle {
    margin-top: 15px;
  }
}
.idx_mass .content .bot {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px 20px;
  margin-top: min(3.64583333vw, 70px);
}
@media (max-width:1024px) {
  .idx_mass .content .bot {
    margin-top: 35px;
  }
}
.idx_mass .content .bot .item {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  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_mass .content .bot .item:nth-child(1) {
  grid-column: 1 / span 2;
  grid-row: 1;
}
.idx_mass .content .bot .item:nth-child(2) {
  grid-row: 1 / span 3;
  grid-column: 3;
  padding-bottom: 20px;
}
.idx_mass .content .bot .item:nth-child(4) {
  grid-column: 1 / span 2;
  grid-row: 2;
}
.idx_mass .content .bot .item .text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  padding: 30px;
  color: white;
  z-index: 5;
  transition: all 0.2s;
}
.idx_mass .content .bot .item .text .t {
  font-size: 30px;
  transition: all 1s;
}
@media (max-width:1600px) {
  .idx_mass .content .bot .item .text .t {
    font-size: 26px;
  }
}
@media (max-width:1470px) {
  .idx_mass .content .bot .item .text .t {
    font-size: 22px;
  }
}
@media (max-width:1024px) {
  .idx_mass .content .bot .item .text .t {
    font-size: 20px;
  }
}
@media (max-width:768px) {
  .idx_mass .content .bot .item .text .t {
    font-size: 18px;
  }
}
.idx_mass .content .bot .item .text .c {
  font-size: 16px;
  color: #ebf7f5;
  line-height: 1.625;
  margin-top: min(1.5625vw, 30px);
  transition: all 1s;
}
@media (max-width:1470px) {
  .idx_mass .content .bot .item .text .c {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .idx_mass .content .bot .item .text .c {
    font-size: 12px;
  }
}
@media (max-width:1024px) {
  .idx_mass .content .bot .item .text .c {
    margin-top: 15px;
  }
}
.idx_mass .content .bot .item .image {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  min-height: 220px;
}
.idx_mass .content .bot .item .image img {
  height: 100%;
  transition: all 1s;
  object-fit: cover;
}
.idx_mass .content .bot .item:hover .image img {
  transform: scale(1.2);
}
@media (max-width:990px) {
  .idx_mass .bot {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .idx_mass .bot .item {
    height: 220px !important;
  }
  .idx_mass .bot .item .image {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    min-height: 220px;
  }
  .idx_mass .bot .item .image img {
    width: 100%;
    transition: all 1s;
    object-fit: cover;
  }
  .idx_mass .bot .item:nth-child(1) {
    grid-column: unset !important;
    grid-row: unset !important;
  }
  .idx_mass .bot .item:nth-child(2) {
    grid-row: unset !important;
    grid-column: unset !important;
    padding-bottom: 20px;
  }
  .idx_mass .bot .item:nth-child(4) {
    grid-column: unset !important;
    grid-row: unset !important;
  }
}
@media (max-width:768px) {
  .idx_mass .content .bot .item .text {
    padding: 10px;
  }
}
.idx_product {
  width: 100%;
  height: auto;
  padding: min(5.20833333vw, 100px) 0 min(5.20833333vw, 100px);
  background: #f1f7ef;
}
@media (max-width:1024px) {
  .idx_product {
    padding: 50px 0 50px 0;
  }
}
.idx_product .produTit {
  display: none;
}
.idx_product .productSever {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}
.idx_product .productSever .item {
  width: 11.25%;
  border-radius: 15px;
  transition: all 0.5s;
  height: auto;
}
.idx_product .productSever .item .furl {
  visibility: visible;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.idx_product .productSever .item .furl p {
  word-wrap: break-word;
  writing-mode: tb-rl;
  font-size: 30px;
  color: white;
}
@media (max-width:1600px) {
  .idx_product .productSever .item .furl p {
    font-size: 26px;
  }
}
@media (max-width:1470px) {
  .idx_product .productSever .item .furl p {
    font-size: 22px;
  }
}
@media (max-width:1024px) {
  .idx_product .productSever .item .furl p {
    font-size: 20px;
  }
}
@media (max-width:768px) {
  .idx_product .productSever .item .furl p {
    font-size: 18px;
  }
}
.idx_product .productSever .item .furl .xian {
  width: 1px;
  height: 30px;
  margin-top: 40px;
}
.idx_product .productSever .item .furl::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 100%;
  top: 0;
  left: -25px;
  z-index: -1;
}
.idx_product .productSever .item .furl.f1 {
  background: #56c5d6;
  z-index: 4;
}
.idx_product .productSever .item .furl.f1 .xian {
  background: #1f8474;
}
.idx_product .productSever .item .furl.f1::after {
  background: #56c5d6;
}
.idx_product .productSever .item .furl.f2 {
  background: #56d6c2;
  z-index: 3;
}
.idx_product .productSever .item .furl.f2 .xian {
  background: #1f8474;
}
.idx_product .productSever .item .furl.f2::after {
  background: #56d6c2;
}
.idx_product .productSever .item .furl.f3 {
  background: #4ec094;
  z-index: 2;
}
.idx_product .productSever .item .furl.f3 .xian {
  background: #0b7b57;
}
.idx_product .productSever .item .furl.f3::after {
  background: #4ec094;
  z-index: -1;
}
.idx_product .productSever .item .furl.f4 {
  background: #175aa9;
  z-index: 1;
}
.idx_product .productSever .item .furl.f4 .xian {
  background: #013d20;
}
.idx_product .productSever .item .furl.f4::after {
  background: #175aa9;
  z-index: -1;
}
.idx_product .productSever .item .release {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.idx_product .productSever .item .release .idx_title .title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: none;
}
.idx_product .productSever .item .release .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.idx_product .productSever .item .release .content .l {
  width: 44.88%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.idx_product .productSever .item .release .content .l img {
  height: 80%;
}
.idx_product .productSever .item .release .content .r {
  width: 52.12%;
  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;
  font-weight: initial;
}
.idx_product .productSever .item .release .content .r .t {
  font-size: 24px;
  color: #000;
  margin-bottom: 21px;
  font-weight: 200;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width:1600px) {
  .idx_product .productSever .item .release .content .r .t {
    font-size: 22px;
  }
}
@media (max-width:1470px) {
  .idx_product .productSever .item .release .content .r .t {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .idx_product .productSever .item .release .content .r .t {
    font-size: 18px;
  }
}
@media (max-width:768px) {
  .idx_product .productSever .item .release .content .r .t {
    font-size: 16px;
  }
}
.idx_product .productSever .item .release .content .r .st {
  font-size: 16px;
  margin-top: 16px;
  padding-bottom: 10px;
  position: relative;
  overflow: hidden;
}
@media (max-width:1470px) {
  .idx_product .productSever .item .release .content .r .st {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .idx_product .productSever .item .release .content .r .st {
    font-size: 12px;
  }
}
.idx_product .productSever .item .release .content .r .st a {
  color: #6666669d;
  line-height: 1;
  transition: all 1s;
  font-size: 16px;
  font-weight: 200;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width:1470px) {
  .idx_product .productSever .item .release .content .r .st a {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .idx_product .productSever .item .release .content .r .st a {
    font-size: 12px;
  }
}
.idx_product .productSever .item .release .content .r .st::after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #175aa9;
  content: "";
  transition: all 0.3s;
  transform: translateX(-100%);
}
.idx_product .productSever .item .release .content .r .st:hover::after {
  transform: translateX(0);
}
.idx_product .productSever .item .release .content .r .st .imgPro {
  display: none;
}
.idx_product .productSever .item .release .content .r .st.active::after {
  transform: translateX(0);
}
.idx_product .productSever .item .release .content .r .st.active a {
  color: #175aa9;
}
.idx_product .productSever .item .release .content .r .st:hover a {
  color: #175aa9;
}
.idx_product .productSever .item .release .content .r .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 60px;
}
.idx_product .productSever .item .release .content .r .more a {
  width: 160px;
  height: 50px;
  border-radius: 40px;
  border: 1px solid #175aa9;
  font-size: 14px;
  color: #175aa9;
  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;
  overflow: hidden;
  transition: all 2s;
}
@media (max-width:1470px) {
  .idx_product .productSever .item .release .content .r .more a {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .idx_product .productSever .item .release .content .r .more a {
    font-size: 12px;
  }
}
.idx_product .productSever .item .release .content .r .more a i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: 19px;
  font-size: 22px;
}
.idx_product .productSever .item .release .content .r .more a a {
  font-size: 14px;
}
@media (max-width:1470px) {
  .idx_product .productSever .item .release .content .r .more a a {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .idx_product .productSever .item .release .content .r .more a a {
    font-size: 12px;
  }
}
@media (max-width:1150px) {
  .idx_product .productSever .item .release .content .r .more a {
    width: 145px;
    height: 40px;
  }
}
@media (max-width:990px) {
  .idx_product .productSever .item .release .content .r .more a {
    width: 125px !important;
    height: 35px !important;
  }
  .idx_product .productSever .item .release .content .r .more a i {
    display: none;
  }
}
.idx_product .productSever .item .release .content .r .more a::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #175aa9;
  transform: translateY(100%);
  border-radius: 100px 100px 0 0;
  transition: all 0.3s;
  z-index: 0;
}
.idx_product .productSever .item .release .content .r .more a:hover {
  color: white;
}
.idx_product .productSever .item .release .content .r .more a:hover::after {
  transform: translateY(0);
  border-radius: 0;
}
.idx_product .productSever .item .release .content .r .more a span,
.idx_product .productSever .item .release .content .r .more a i {
  z-index: 2;
}
.idx_product .productSever .item .release .content .f {
  writing-mode: tb-rl;
  font-size: 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;
  position: absolute;
  bottom: 40px;
  color: #6666669d;
}
@media (max-width:1470px) {
  .idx_product .productSever .item .release .content .f {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .idx_product .productSever .item .release .content .f {
    font-size: 12px;
  }
}
.idx_product .productSever .item .release .content .f .xiana {
  width: 1px;
  height: 30px;
  background: #6666669d;
  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: 20px;
}
.idx_product .productSever .item.active {
  width: 66.25%;
  height: auto;
  background: white;
  border-radius: 15px;
  z-index: 10;
  position: relative;
}
.idx_product .productSever .item.active .furl {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.idx_product .productSever .item.active .release {
  width: auto;
  height: auto;
  opacity: 1;
  visibility: visible;
  padding: min(3.125vw, 60px) 0 min(4.16666667vw, 80px);
  padding-left: min(2.08333333vw, 40px);
  padding-right: min(5.20833333vw, 100px);
}
@media (max-width:1024px) {
  .idx_product .productSever .item.active .release {
    padding: 30px 0 40px 0;
  }
}
@media (max-width:1024px) {
  .idx_product .productSever .item.active .release {
    padding-left: 20px;
  }
}
@media (max-width:1024px) {
  .idx_product .productSever .item.active .release {
    padding-right: 50px;
  }
}
@media (max-width:990px) {
  .idx_product .produTit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0 20px;
    margin-bottom: 30px;
  }
  .idx_product .productSever {
    flex-direction: column;
  }
  .idx_product .productSever .item {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .idx_product .productSever .item .furl {
    height: 100%;
    border-radius: 0;
    text-align: left;
    align-items: flex-start;
    padding: 15px 20px !important;
  }
  .idx_product .productSever .item .furl p {
    word-wrap: unset;
    writing-mode: unset;
  }
  .idx_product .productSever .item .furl .xian {
    display: none;
  }
  .idx_product .productSever .item .release {
    width: 100%;
  }
  .idx_product .productSever .item .release .title {
    display: none;
  }
  .idx_product .productSever .item .release .f {
    right: 10px;
  }
  .idx_product .productSever .item.active {
    width: 100%;
    padding: 0 !important;
  }
  .idx_product .productSever .item.active .furl {
    padding: 0 !important;
  }
  .idx_product .productSever .item.active .release {
    padding-right: 20px;
  }
  .idx_product .productSever .item.active .release .content {
    position: relative;
    flex-direction: column-reverse;
  }
  .idx_product .productSever .item.active .release .content .l {
    width: 100%;
  }
  .idx_product .productSever .item.active .release .content .l img {
    width: 40%;
  }
  .idx_product .productSever .item.active .release .content .r {
    position: relative;
    width: 100%;
    height: auto;
    background: #ffffff94;
    border-radius: 10px;
  }
  .idx_product .productSever .item.active .release .content .r .t {
    width: 100%;
  }
  .idx_product .productSever .item.active .release .content .r .c {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .idx_product .productSever .item.active .release .content .r .st {
    margin: 0;
    width: 48% !important;
    height: 30px;
  }
  .idx_product .productSever .item.active .release .content .r .st a {
    color: #000000b7;
  }
  .idx_product .productSever .item.active .release .content .r .more {
    margin-top: 15px;
    width: 100% !important;
  }
  .idx_product .productSever .item.active .release .content .f {
    display: none;
  }
}
.idx_brand {
  width: 100%;
  height: auto;
}
.idx_brand .top {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-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_brand .top .text {
  position: absolute;
  top: 0;
  right: 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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.idx_brand .top .text .title {
  color: white;
  text-align: center;
}
.idx_brand .top .text .subtitle {
  color: white;
  text-align: center;
  margin-top: min(1.5625vw, 30px);
}
@media (max-width:1024px) {
  .idx_brand .top .text .subtitle {
    margin-top: 15px;
  }
}
.idx_brand .top .images {
  min-height: 300px;
}
.idx_brand .top .images img {
  height: 100%;
  max-width: unset;
}
.idx_brand .top .swiper_pagedrand {
  position: absolute;
  bottom: -90px;
  overflow: hidden;
  height: 180px;
  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-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_brand .top .swiper_pagedrand .swiper_boxb {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  height: 100%;
}
.idx_brand .top .swiper_pagedrand .swiper_boxb .swiper-pagination {
  display: none;
}
.idx_brand .top .swiper_pagedrand ul {
  z-index: 3;
}
.idx_brand .top .swiper_pagedrand ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.idx_brand .top .swiper_pagedrand ul li .img {
  width: 60px;
  height: 60px;
  background: white;
  box-shadow: 0px 0px 5px #3a4640;
  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;
  transition: all 0.3s;
}
.idx_brand .top .swiper_pagedrand ul li .img img {
  width: 80%;
  object-fit: cover;
}
.idx_brand .top .swiper_pagedrand ul li.swiper-slide-active .img {
  width: 140px;
  height: 140px;
}
.idx_brand .top .swiper_pagedrand .arrowbrand {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 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: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  z-index: 2;
}
.idx_brand .top .swiper_pagedrand .arrowbrand .brandrh {
  width: 48px;
  height: 48px;
  display: block;
  background: #a7c7b8;
  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;
  color: #175aa9;
  cursor: pointer;
  transition: all 0.3s;
}
.idx_brand .top .swiper_pagedrand .arrowbrand .brandrh:hover {
  background: #175aa9;
  color: white;
}
.idx_brand .bot {
  padding: min(5.20833333vw, 100px) 0 min(5.20833333vw, 100px);
}
@media (max-width:1024px) {
  .idx_brand .bot {
    padding: 50px 0 50px 0;
  }
}
.idx_brand .bot .swiper-pagination {
  display: none;
}
.idx_brand .bot .swiper_big ul li {
  z-index: 1;
}
.idx_brand .bot .swiper_big ul li.swiper-slide-active {
  z-index: 3;
}
.idx_brand .bot .tp .t {
  text-align: center;
  font-size: 24px;
  color: #000;
  line-height: 1;
}
@media (max-width:1600px) {
  .idx_brand .bot .tp .t {
    font-size: 22px;
  }
}
@media (max-width:1470px) {
  .idx_brand .bot .tp .t {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .idx_brand .bot .tp .t {
    font-size: 18px;
  }
}
@media (max-width:768px) {
  .idx_brand .bot .tp .t {
    font-size: 16px;
  }
}
.idx_brand .bot .tp .st {
  text-align: center;
  font-size: 16px;
  color: #52615e;
  margin-top: 20px;
  line-height: 1.5;
}
@media (max-width:1470px) {
  .idx_brand .bot .tp .st {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .idx_brand .bot .tp .st {
    font-size: 12px;
  }
}
.idx_brand .bot .tp .more {
  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: 40px;
}
.idx_brand .bot .tp .more a {
  width: 160px;
  height: 50px;
  border-radius: 40px;
  border: 1px solid #175aa9;
  font-size: 14px;
  color: #175aa9;
  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;
  overflow: hidden;
  transition: all 2s;
}
@media (max-width:1470px) {
  .idx_brand .bot .tp .more a {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .idx_brand .bot .tp .more a {
    font-size: 12px;
  }
}
.idx_brand .bot .tp .more a i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: 19px;
  font-size: 22px;
}
.idx_brand .bot .tp .more a a {
  font-size: 14px;
}
@media (max-width:1470px) {
  .idx_brand .bot .tp .more a a {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .idx_brand .bot .tp .more a a {
    font-size: 12px;
  }
}
@media (max-width:1150px) {
  .idx_brand .bot .tp .more a {
    width: 145px;
    height: 40px;
  }
}
@media (max-width:990px) {
  .idx_brand .bot .tp .more a {
    width: 125px !important;
    height: 35px !important;
  }
  .idx_brand .bot .tp .more a i {
    display: none;
  }
}
.idx_brand .bot .tp .more a::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #175aa9;
  transform: translateY(100%);
  border-radius: 100px 100px 0 0;
  transition: all 0.3s;
  z-index: -1;
}
.idx_brand .bot .tp .more a:hover {
  color: white;
}
.idx_brand .bot .tp .more a:hover::after {
  transform: translateY(0);
  border-radius: 0;
}
.idx_brand .bot .bt {
  margin-top: min(5.625vw, 108px);
  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-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;
}
@media (max-width:1024px) {
  .idx_brand .bot .bt {
    margin-top: 54px;
  }
}
.idx_brand .bot .bt .bot_swiper {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  width: 95%;
  margin: 0 auto;
  z-index: 2;
}
.idx_brand .bot .bt .bot_swiper li {
  cursor: pointer;
  z-index: 3;
  pointer-events: inherit;
}
.idx_brand .bot .bt .bot_swiper li .pb {
  padding-bottom: 80.1%;
  background: #f8f8f8;
  border-radius: 15px;
  overflow: hidden;
}
.idx_brand .bot .bt .bot_swiper li .pb img {
  height: 100%;
  transition: all 0.3s;
}
.idx_brand .bot .bt .bot_swiper li .b {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
  color: #52615e;
}
@media (max-width:1470px) {
  .idx_brand .bot .bt .bot_swiper li .b {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .idx_brand .bot .bt .bot_swiper li .b {
    font-size: 12px;
  }
}
.idx_brand .bot .bt .bot_swiper li:hover img {
  transform: scale(1.15);
}
.idx_brand .bot .bt .w1600 {
  position: relative;
}
.idx_brand .bot .bt .th {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.idx_brand .bot .bt .th .arrowbranda {
  width: 100%;
  height: 78%;
  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;
  z-index: 0;
}
.idx_brand .bot .bt .th .arrowbranda .brandrh {
  cursor: pointer;
}
.idx_brand .bot .bt .th .arrowbranda .brandrh i {
  font-size: 36px;
}
@media (max-width:1600px) {
  .idx_brand .bot .bt .th .arrowbranda .brandrh i {
    font-size: 32px;
  }
}
@media (max-width:1470px) {
  .idx_brand .bot .bt .th .arrowbranda .brandrh i {
    font-size: 28px;
  }
}
@media (max-width:1024px) {
  .idx_brand .bot .bt .th .arrowbranda .brandrh i {
    font-size: 24px;
  }
}
@media (max-width:768px) {
  .idx_brand .bot .bt .th .arrowbranda .brandrh i {
    font-size: 20px;
  }
}
@media (max-width:1440px) {
  .idx_brand .bot {
    padding: min(7.8125vw, 150px) 0 min(5.20833333vw, 100px) !important;
  }
}
@media (max-width:1440px) and (max-width:1024px) {
  .idx_brand .bot {
    padding: 75px 0 50px 0;
  }
}
@media (max-width:1280px) {
  .idx_brand .top ul .img {
    width: 50px !important;
    height: 50px !important;
  }
  .idx_brand .top ul li.swiper-slide-active .img {
    width: 100px !important;
    height: 100px !important;
  }
  .idx_brand .top .arrowbrand {
    padding: 0 !important;
  }
  .idx_brand .bot {
    padding: min(7.29166667vw, 140px) 0 min(5.20833333vw, 100px);
  }
}
@media (max-width:1280px) and (max-width:1024px) {
  .idx_brand .bot {
    padding: 70px 0 50px 0;
  }
}
@media (max-width:990px) {
  .idx_brand .arrowbrand {
    display: none !important;
  }
  .idx_brand .bot_swiper {
    width: 90% !important;
  }
}
@media (max-width:768px) {
  .idx_brand .bot {
    margin-top: 15px !important;
  }
}
@media (max-width:640px) {
  .idx_brand .bot {
    margin-top: 40px !important;
  }
  .idx_brand .bot .bt {
    margin-top: 20px !important;
  }
  .idx_brand .bot .tp .more {
    margin-top: 20px !important;
  }
  .idx_brand .bot .bt .bot_swiper li .pb {
    padding-bottom: 51% !important;
  }
}
.idx_medium {
  padding: min(6.25vw, 120px) 0 min(3.85416667vw, 74px);
  background: #f1f7ef;
}
@media (max-width:1024px) {
  .idx_medium {
    padding: 60px 0 37px 0;
  }
}
.idx_medium .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 20px;
}
.idx_medium .nav .l {
  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_medium .nav .l .one {
  margin-right: min(3.64583333vw, 70px);
  color: #95a4a1;
  font-size: 16px;
  padding-bottom: 10px;
  border: 1px solid #f1f7ef;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
  overflow: hidden;
  line-height: 1;
}
@media (max-width:1024px) {
  .idx_medium .nav .l .one {
    margin-right: 35px;
  }
}
@media (max-width:1470px) {
  .idx_medium .nav .l .one {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .idx_medium .nav .l .one {
    font-size: 12px;
  }
}
.idx_medium .nav .l .one::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #175aa9;
  bottom: 0;
  right: 0;
  transition: all 0.5s;
  transform: translateX(-100%);
}
.idx_medium .nav .l .one.active {
  color: #175aa9;
}
.idx_medium .nav .l .one:hover::after {
  transform: translateX(0%);
}
.idx_medium .nav .l .one.active::after {
  transform: translateX(0%);
}
.idx_medium .nav .l .one:hover {
  color: #175aa9;
}
.idx_medium .nav .r {
  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_medium .nav .r a {
  width: 160px;
  height: 50px;
  border-radius: 40px;
  border: 1px solid #175aa9;
  font-size: 14px;
  color: #175aa9;
  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;
  transition: all 2s;
  overflow: hidden;
}
@media (max-width:1470px) {
  .idx_medium .nav .r a {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .idx_medium .nav .r a {
    font-size: 12px;
  }
}
.idx_medium .nav .r a i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: 19px;
  font-size: 22px;
}
.idx_medium .nav .r a a {
  font-size: 14px;
}
@media (max-width:1470px) {
  .idx_medium .nav .r a a {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .idx_medium .nav .r a a {
    font-size: 12px;
  }
}
@media (max-width:1150px) {
  .idx_medium .nav .r a {
    width: 145px;
    height: 40px;
  }
}
@media (max-width:990px) {
  .idx_medium .nav .r a {
    width: 125px !important;
    height: 35px !important;
  }
  .idx_medium .nav .r a i {
    display: none;
  }
}
.idx_medium .nav .r a::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #175aa9;
  transform: translateY(100%);
  border-radius: 100px 100px 0 0;
  transition: all 0.3s;
  z-index: 0;
}
.idx_medium .nav .r a span {
  z-index: 1;
  font-size: 14px;
}
.idx_medium .nav .r a i {
  z-index: 1;
}
.idx_medium .nav .r a:hover {
  color: white;
}
.idx_medium .nav .r a:hover::after {
  transform: translateY(0);
  border-radius: 0;
}
.idx_medium .content {
  margin-top: min(1.82291667vw, 35px);
  display: none;
}
@media (max-width:1024px) {
  .idx_medium .content {
    margin-top: 17.5px;
  }
}
.idx_medium .content .l {
  width: 50%;
  border-radius: 20px;
  overflow: hidden;
}
.idx_medium .content .l .img {
  height: 100%;
}
.idx_medium .content .l .img img {
  height: 100%;
  object-fit: cover;
}
.idx_medium .content .r {
  width: 50%;
  padding-left: min(2.34375vw, 45px);
}
@media (max-width:1024px) {
  .idx_medium .content .r {
    padding-left: 22.5px;
  }
}
.idx_medium .content .r .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;
  border-bottom: 1px solid #d9e2d6;
  position: relative;
  overflow: hidden;
}
.idx_medium .content .r .item::after {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #175aa9;
  content: "";
  bottom: 0;
  right: 0;
  transform: translateX(-100%);
  transition: all 0.3s;
}
.idx_medium .content .r .item .le {
  width: 56.86%;
  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_medium .content .r .item .le .time {
  color: #b4c4bb;
  font-size: 16px;
  font-family: "Bahnschrift";
}
@media (max-width:1470px) {
  .idx_medium .content .r .item .le .time {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .idx_medium .content .r .item .le .time {
    font-size: 12px;
  }
}
.idx_medium .content .r .item .le .ti {
  font-size: 24px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1;
  padding-top: min(1.66666667vw, 32px);
  transition: all 0.3s;
}
@media (max-width:1600px) {
  .idx_medium .content .r .item .le .ti {
    font-size: 22px;
  }
}
@media (max-width:1470px) {
  .idx_medium .content .r .item .le .ti {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .idx_medium .content .r .item .le .ti {
    font-size: 18px;
  }
}
@media (max-width:768px) {
  .idx_medium .content .r .item .le .ti {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .idx_medium .content .r .item .le .ti {
    padding-top: 16px;
  }
}
.idx_medium .content .r .item .le .sti {
  color: #b4c4bb;
  font-size: 16px;
  line-height: 1.625;
  padding-top: min(1.04166667vw, 20px);
}
@media (max-width:1470px) {
  .idx_medium .content .r .item .le .sti {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .idx_medium .content .r .item .le .sti {
    font-size: 12px;
  }
}
@media (max-width:1024px) {
  .idx_medium .content .r .item .le .sti {
    padding-top: 10px;
  }
}
.idx_medium .content .r .item .ri {
  width: 31.37%;
  padding-bottom: 40px;
}
.idx_medium .content .r .item .ri .pb {
  padding-bottom: 66.2%;
  border-radius: 20px;
  overflow: hidden;
}
.idx_medium .content .r .item .ri .pb img {
  height: 100%;
  transition: all 0.3s;
}
.idx_medium .content .r .item:nth-child(2) {
  margin-top: 40px;
}
.idx_medium .content .r .item:hover .ti {
  color: #175aa9;
}
.idx_medium .content .r .item:hover .ri img {
  transform: scale(1.1);
}
.idx_medium .content .r .item:hover::after {
  transform: translateX(0%);
}
.idx_medium .content.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.idx_medium .content.active * {
  visibility: visible;
}
.idx_medium .bottom {
  margin-top: min(4.16666667vw, 80px);
}
@media (max-width:1024px) {
  .idx_medium .bottom {
    margin-top: 40px;
  }
}
.idx_medium .bottom .top {
  display: flex;
  border-bottom: 1px solid #d9e2d6;
}
.idx_medium .bottom .top .item {
  margin-right: min(2.08333333vw, 40px);
  font-size: 16px;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width:1024px) {
  .idx_medium .bottom .top .item {
    margin-right: 20px;
  }
}
@media (max-width:1470px) {
  .idx_medium .bottom .top .item {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .idx_medium .bottom .top .item {
    font-size: 12px;
  }
}
.idx_medium .bottom .top .item::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  background: #175aa9;
  bottom: 0px;
  left: 0;
  transition: all 0.5s;
  transform: translateX(0%);
}
.idx_medium .bottom .top .item.active {
  color: #175aa9;
}
.idx_medium .bottom .top .item:hover::after {
  width: 100%;
}
.idx_medium .bottom .top .item.active::after {
  width: 100%;
}
.idx_medium .bottom .top .item:hover {
  color: #175aa9;
}
.idx_medium .bottom .bott {
  display: none;
}
.idx_medium .bottom .bott .item {
  width: 33.33%;
  padding-left: 38px;
  margin-top: 30px;
  border-left: 1px solid #d9e2d6;
}
.idx_medium .bottom .bott .item .box {
  color: #81908d;
  position: relative;
  padding-left: 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;
}
.idx_medium .bottom .bott .item .box a {
  color: #81908d;
  transition: all 0.5s;
  font-size: 16px;
}
@media (max-width:1470px) {
  .idx_medium .bottom .bott .item .box a {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .idx_medium .bottom .bott .item .box a {
    font-size: 12px;
  }
}
.idx_medium .bottom .bott .item .box a:hover {
  color: #175aa9;
}
.idx_medium .bottom .bott .item .box:nth-child(n+2) {
  margin-top: 20px;
}
.idx_medium .bottom .bott .item .box::after {
  position: absolute;
  width: 5px;
  height: 5px;
  content: "";
  left: 0px;
  background: #175aa9;
  border-radius: 50%;
}
.idx_medium .bottom .bott.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.idx_medium .bottom .bott.active * {
  visibility: visible;
}
@media (max-width:990px) {
  .idx_medium .content .l {
    display: none !important;
  }
  .idx_medium .content .r {
    width: 100%;
    padding-left: 0 !important;
  }
  .idx_medium .content .r .item {
    padding-bottom: 10px !important;
  }
  .idx_medium .content .r .item:nth-child(2) {
    margin-top: 17.5px;
  }
  .idx_medium .content .r .item .le .sti {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .idx_medium .content .r .item .ri {
    padding-bottom: 0 !important;
    display: flex;
    align-items: center;
  }
  .idx_medium .bottom .top {
    flex-wrap: wrap;
  }
  .idx_medium .bottom .top .item {
    width: 28%;
    margin-right: 5% !important;
    margin-bottom: 15px;
  }
  .idx_medium .bottom .bott {
    flex-direction: column;
  }
  .idx_medium .bottom .bott .item {
    width: 100%;
  }
  .idx_medium .nav .r a {
    display: none;
  }
  .idx_medium .top .item {
    padding-bottom: 5px !important;
  }
}
@media (max-width:768px) {
  .idx_medium .bottom .bott .item {
    margin-top: 5px;
  }
  .idx_medium .bottom .bott .item .box:nth-child(n+2) {
    margin-top: 5px;
  }
  .idx_medium .bottom .bott .item {
    border: 0;
    padding: 0;
  }
  .idx_medium .bottom .bott {
    padding-top: 15px;
  }
}
@media (max-width:480px) {
  .idx_medium .bottom .top {
    flex-wrap: wrap;
  }
  .idx_medium .bottom .top .item {
    width: auto;
    margin-right: 5% !important;
    margin-bottom: 15px;
  }
}
.idx_contact {
  width: 100%;
  position: relative;
}
.idx_contact .img {
  width: 100%;
  min-height: 200px;
  margin-bottom: 55px;
}
.idx_contact .img img {
  height: 100%;
  object-fit: cover;
  max-width: unset;
}
.idx_contact .text {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.idx_contact .text .w1600 {
  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;
}
.idx_contact .text .c {
  width: 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;
}
.idx_contact .text .c .t {
  color: white;
  font-size: 18px;
  line-height: 1;
}
@media (max-width:1470px) {
  .idx_contact .text .c .t {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .idx_contact .text .c .t {
    font-size: 12px;
  }
}
.idx_contact .text .c .su {
  color: white;
  font-size: 36px;
  margin-top: 30px;
  line-height: 1;
}
@media (max-width:1600px) {
  .idx_contact .text .c .su {
    font-size: 32px;
  }
}
@media (max-width:1470px) {
  .idx_contact .text .c .su {
    font-size: 28px;
  }
}
@media (max-width:1024px) {
  .idx_contact .text .c .su {
    font-size: 24px;
  }
}
@media (max-width:768px) {
  .idx_contact .text .c .su {
    font-size: 20px;
  }
}
.idx_contact .text .c .r {
  width: 240px;
  height: 70px;
  background: url(../images/content.png) no-repeat;
  background-size: 100%;
  border-radius: 100px;
  overflow: hidden;
  transition: all 0.5s;
}
.idx_contact .text .c .r a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 10px;
}
.idx_contact .text .c .r a .ig {
  width: 50px;
  height: 50px;
  background: white;
  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;
  margin-right: 35px;
}
.idx_contact .text .c .r a .ig img {
  width: 55%;
  object-fit: cover;
}
.idx_contact .text .c .r a .wz {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.idx_contact .text .c .r a .wz i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: 20px;
  font-size: 22px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width:1600px) {
  .idx_contact .text .c .r a .wz i {
    font-size: 18px;
  }
}
@media (max-width:1470px) {
  .idx_contact .text .c .r a .wz i {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .idx_contact .text .c .r a .wz i {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .idx_contact .text .c .r a .wz i {
    font-size: 12px;
  }
}
.idx_contact .text .c .r:hover {
  background: #175aa9a2;
}
@media (max-width:990px) {
  .idx_contact .img {
    margin: 0;
  }
  .idx_contact .text .c {
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .idx_contact .text .c .t {
    text-align: center;
  }
  .idx_contact .text .c .su {
    text-align: center;
  }
  .idx_contact .text .c .r {
    margin-top: 20px;
    width: 200px !important;
    height: 50px !important;
    background: #175aa9 !important;
  }
  .idx_contact .text .c .r .ig {
    width: 30px !important;
    height: 30px !important;
    margin-right: 18px !important;
  }
}
.footer {
  width: 100%;
  height: auto;
  background: #fbfdfa url("../images/footerback.png") no-repeat bottom right;
  z-index: 100;
  position: relative;
  z-index: 1;
}
.footer .top {
  border-bottom: 1px solid #d9e2d6;
  border-top: 1px solid #d9e2d6;
}
.footer .top .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.footer .top .content .l {
  width: 29.37%;
  padding: min(2.86458333vw, 55px) 0 min(4.6875vw, 90px);
  border-right: 1px solid #d9e2d6;
}
@media (max-width:1024px) {
  .footer .top .content .l {
    padding: 27.5px 0 45px 0;
  }
}
.footer .top .content .l .t {
  color: #667371;
  font-size: 36px;
  width: 85.1%;
}
@media (max-width:1600px) {
  .footer .top .content .l .t {
    font-size: 32px;
  }
}
@media (max-width:1470px) {
  .footer .top .content .l .t {
    font-size: 28px;
  }
}
@media (max-width:1024px) {
  .footer .top .content .l .t {
    font-size: 24px;
  }
}
@media (max-width:768px) {
  .footer .top .content .l .t {
    font-size: 20px;
  }
}
.footer .top .content .l .st {
  color: #95a4a1;
  font-size: 16px;
  width: 85.1%;
  margin-top: 30px;
}
@media (max-width:1470px) {
  .footer .top .content .l .st {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .footer .top .content .l .st {
    font-size: 12px;
  }
}
.footer .top .content .l .yj {
  width: 85.1%;
  margin-top: 60px;
  position: relative;
}
.footer .top .content .l .yj input {
  width: 100%;
  padding-bottom: 15px;
  border: 0;
  border-bottom: 1px solid #a2afa8;
  background: none;
  color: #95a4a1;
}
.footer .top .content .l .yj::after {
  position: absolute;
  content: "\e65f";
  font-family: "iconfont";
  width: 22px;
  height: 20px;
  top: 0;
  right: 0;
  font-size: 16px;
  color: #95a4a1;
}
.footer .top .content .r {
  width: 70.63%;
  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 min(3.38541667vw, 65px) 0 min(2.86458333vw, 55px);
  padding-top: min(2.86458333vw, 55px);
  padding-bottom: min(4.6875vw, 90px);
}
@media (max-width:1024px) {
  .footer .top .content .r {
    padding: 0 32.5px 0 27.5px;
  }
}
@media (max-width:1024px) {
  .footer .top .content .r {
    padding-top: 27.5px;
  }
}
@media (max-width:1024px) {
  .footer .top .content .r {
    padding-bottom: 45px;
  }
}
.footer .top .content .r ul li {
  font-size: 16px;
  color: #667371;
  line-height: 1;
  margin-bottom: 17px;
}
@media (max-width:1470px) {
  .footer .top .content .r ul li {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .footer .top .content .r ul li {
    font-size: 12px;
  }
}
.footer .top .content .r ul li a {
  color: #95a4a1;
  font-size: 14px;
  transition: all 0.3s;
}
@media (max-width:1470px) {
  .footer .top .content .r ul li a {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .footer .top .content .r ul li a {
    font-size: 12px;
  }
}
.footer .top .content .r ul li a:hover {
  color: #175aa9;
}
.footer .top .content .r ul li:first-child {
  margin-top: 10px;
}
.footer .bot {
  padding-top: min(2.60416667vw, 50px);
  padding-bottom: min(3.125vw, 60px);
}
@media (max-width:1024px) {
  .footer .bot {
    padding-top: 25px;
  }
}
@media (max-width:1024px) {
  .footer .bot {
    padding-bottom: 30px;
  }
}
.footer .bot .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.footer .bot .box .l {
  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;
}
.footer .bot .box .l .mbox {
  position: relative;
}
.footer .bot .box .l .mbox .menu_box {
  width: 200px;
  height: auto;
  position: absolute;
  bottom: 100%;
  left: 0;
  margin-bottom: -10px;
  opacity: 0;
  visibility: hidden;
}
.footer .bot .box .l .mbox .menu_box .menu {
  width: 100%;
  height: auto;
  max-height: 150px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  overflow-y: auto;
  box-shadow: 0 2px 5px #eff9f7;
}
.footer .bot .box .l .mbox .menu_box .menu .one {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.footer .bot .box .l .mbox .menu_box .menu .one a {
  width: 100%;
  height: auto;
  padding: 10px;
  text-align: center;
}
.footer .bot .box .l .mbox .menu_box::after {
  content: '';
  width: 0;
  height: 0;
  margin-left: 40%;
  display: block;
  border: 7px solid transparent;
  border-top: 7px solid #fff;
}
.footer .bot .box .l .mbox .link {
  margin-left: 20px;
  width: 160px;
  height: 50px;
  background: #eff9f7;
  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: 15px;
  color: #667371;
}
.footer .bot .box .l .mbox .link i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: 50px;
}
.footer .bot .box .l .mbox:hover .menu_box {
  margin-bottom: 0;
  opacity: 1;
  visibility: initial;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.footer .bot .box .l .c {
  margin-left: min(7.29166667vw, 140px);
  font-size: 14px;
  color: #667371;
}
@media (max-width:1024px) {
  .footer .bot .box .l .c {
    margin-left: 70px;
  }
}
@media (max-width:1470px) {
  .footer .bot .box .l .c {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .footer .bot .box .l .c {
    font-size: 12px;
  }
}
.footer .bot .box .l .c a {
  color: #667371;
  font-size: 14px;
  line-height: 2.1428;
  display: inline-block;
}
@media (max-width:1470px) {
  .footer .bot .box .l .c a {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .footer .bot .box .l .c a {
    font-size: 12px;
  }
}
.footer .bot .box .r {
  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;
}
.footer .bot .box .r span {
  margin-right: 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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #667371;
  font-size: 14px;
}
@media (max-width:1470px) {
  .footer .bot .box .r span {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .footer .bot .box .r span {
    font-size: 12px;
  }
}
.footer .bot .box .r .b {
  width: 36px;
  height: 36px;
  background: #d6e1e1;
  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;
  transition: all 0.5s;
  margin-right: 6px;
 position: relative;
}


    .footer .bot .box .r .b .erfcc {
        position: absolute;
        min-width: 120px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 2px;
        background: #fff;
        border-color: 5px;
        bottom: calc(100% + 10px);
        transform: translateY(10px);
        transition: all 0.3s linear;
        opacity: 0;
        visibility: hidden;
    }
    
    .footer .bot .box .r .b:hover .erfcc{
        transform: translateY(0px);
        opacity: 1;
        visibility: visible;
    }

.footer .bot .box .r .b i {
  color: #175aa9;
  font-size: 20px;
}
@media (max-width:1600px) {
  .footer .bot .box .r .b i {
    font-size: 15px;
  }
}
@media (max-width:1470px) {
  .footer .bot .box .r .b i {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .footer .bot .box .r .b i {
    font-size: 12px;
  }
}
.footer .bot .box .r .b:hover {
  background: #175aa9;
}
.footer .bot .box .r .b:hover i {
  color: #fff;
}
@media (max-width:1280px) {
  .footer .bot .box .logoft {
    width: 100px;
  }
  .footer .bot .box .link {
    width: 120px !important;
    height: 38px !important;
  }
  .footer .bot .box .link i {
    margin-left: 20px !important;
  }
}
@media (max-width:990px) {
  .footer {
    overflow: hidden;
  }
  .footer .top,
  .footer .link,
  .footer .mbox {
    display: none !important;
  }
  .footer .bot .box {
    flex-direction: column;
  }
  .footer .bot .box .l {
    flex-direction: column;
  }
  .footer .bot .box .r {
    display: none;
  }
  .footer .box .l .c .li {
    display: none;
  }
  .footer .bot .box .logoft {
    margin-bottom: 15px;
  }
  .footer .bot .box .l .c {
    margin: 0 !important;
    text-align: center;
  }
}
.header_box {
  height: 100px;
  background: white;
  position: fixed;
  top: 0;
  padding: 0 160px 0 160px;
  width: 100%;
  z-index: 20;
  border-bottom: 1px solid #eaeaea;
}
.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 .logo {
  max-width: 180px;
  height: 100%;
  font-size: 0;
  overflow: hidden;
  transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header_box .header_main .logo img {
  width: 100%;
}
@media (max-width:1280px) {
  .header_box .header_main .logo {
    max-width: 100px;
  }
}
.header_box .header_main .column {
  width: auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header_box .header_main .column .nav {
  width: auto;
  height: 100%;
}
.header_box .header_main .column .nav > ul {
  width: auto;
  height: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.header_box .header_main .column .nav > ul > li {
  width: auto;
  height: 100%;
  font-size: 18px;
  margin-right: min(3.54166667vw, 68px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-family: 'eu_Medium';
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width:1470px) {
  .header_box .header_main .column .nav > ul > li {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .header_box .header_main .column .nav > ul > li {
    font-size: 12px;
  }
}
@media (max-width:1024px) {
  .header_box .header_main .column .nav > ul > li {
    margin-right: 34px;
  }
}
.header_box .header_main .column .nav > ul > li > a {
  font-size: 18px;
  transition: all 0.5s;
  color: #2e3b33;
  font-family: 'sy_Medium';
  position: relative;
}
@media (max-width:1470px) {
  .header_box .header_main .column .nav > ul > li > a {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .header_box .header_main .column .nav > ul > li > a {
    font-size: 12px;
  }
}
.header_box .header_main .column .nav > ul > li > a.active,
.header_box .header_main .column .nav > ul > li > a:hover {
  color: #175aa9;
}
.header_box .header_main .column .nav > ul > li:hover .nav_list {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
  transform: translateY(0px);
}
.header_box .header_main .column .nav > ul > li .nav_list {
  position: absolute;
  width: 100%;
  right: 0;
  background: #f2f7f0e5;
  top: 100%;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
}
.header_box .header_main .column .nav > ul > li .nav_list .li_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: min(2.08333333vw, 40px) 0 min(4.16666667vw, 80px);
}
@media (max-width:1024px) {
  .header_box .header_main .column .nav > ul > li .nav_list .li_box {
    padding: 20px 0 40px 0;
  }
}
.header_box .header_main .column .nav > ul > li .nav_list .li_box .item .images {
  max-width: 300px;
}
.header_box .header_main .column .nav > ul > li .nav_list .li_box .item .images img {
  display: block;
}
.header_box .header_main .column .nav > ul > li .nav_list .li_box .item .title {
  padding-bottom: min(0.52083333vw, 10px);
}
@media (max-width:1024px) {
  .header_box .header_main .column .nav > ul > li .nav_list .li_box .item .title {
    padding-bottom: 5px;
  }
}
.header_box .header_main .column .nav > ul > li .nav_list .li_box .item .title a {
  font-size: 18px;
  transition: all 0.3s;
  color: #000000;
  font-family: 'sy_Regular';
}
@media (max-width:1470px) {
  .header_box .header_main .column .nav > ul > li .nav_list .li_box .item .title a {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .header_box .header_main .column .nav > ul > li .nav_list .li_box .item .title a {
    font-size: 12px;
  }
}
.header_box .header_main .column .nav > ul > li .nav_list .li_box .item .title:hover a {
  color: #175aa9;
}
.header_box .header_main .column .nav > ul > li .nav_list .li_box .item .title.active a {
  color: #175aa9;
}
.header_box .header_main .column .nav > ul > li .nav_list .li_box .item .subtitle {
  padding-top: min(0.52083333vw, 10px);
}
@media (max-width:1024px) {
  .header_box .header_main .column .nav > ul > li .nav_list .li_box .item .subtitle {
    padding-top: 5px;
  }
}
.header_box .header_main .column .nav > ul > li .nav_list .li_box .item .subtitle a {
  font-size: 16px;
  transition: all 0.3s;
  color: #000000bd;
  font-family: 'sy_Regular';
  position: relative;
}
@media (max-width:1470px) {
  .header_box .header_main .column .nav > ul > li .nav_list .li_box .item .subtitle a {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .header_box .header_main .column .nav > ul > li .nav_list .li_box .item .subtitle a {
    font-size: 12px;
  }
}
.header_box .header_main .column .nav > ul > li .nav_list .li_box .item .subtitle a::after {
  content: '';
  position: absolute;
  bottom: -3px;
  right: 0;
  width: 0%;
  height: 1px;
  background: #175aa9;
  transition: all 0.5s;
}
.header_box .header_main .column .nav > ul > li .nav_list .li_box .item .subtitle:hover a::after {
  width: 100%;
  left: 0;
}
.header_box .header_main .column .nav > ul > li .nav_list .li_box .item .subtitle.active a::after {
  width: 100%;
  left: 0;
}
.header_box .header_main .column .nav > ul > li .nav_lista {
  width: auto;
  padding: 10px 25px;
  height: auto;
  background: #f2f7f0e5;
  border-radius: 5px;
  position: absolute;
  top: 100%;
  right: unset;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.header_box .header_main .column .nav > ul > li .nav_lista li {
  display: block;
  margin-right: 0 !important;
}
.header_box .header_main .column .nav > ul > li .nav_lista li a {
  color: #000000;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.header_box .header_main .column .nav>ul>li .nav_lista li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0%;
  height: 1px;
  background: #175aa9;;
  transition: all 0.5s;
}

.header_box .header_main .column .nav>ul>li .nav_lista li a:hover::after {
  width: 100%;
  left: 0;
}

.header_box .header_main .column .nav > ul > li:last-child {
  margin-right: min(2.34375vw, 45px);
}
@media (max-width:1024px) {
  .header_box .header_main .column .nav > ul > li:last-child {
    margin-right: 22.5px;
  }
}
.header_box .header_main .column .meun {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: auto;
}
.header_box .header_main .column .meun .cutCity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.header_box .header_main .column .meun .cutCity .l {
  font-family: "思源黑体 CN";
  color: #175aa9;
  font-size: 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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-right: 15px;
}
.header_box .header_main .column .meun .cutCity .r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  padding: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #888888;
  cursor: pointer;
}
.header_box .header_main .column .meun .cutCity .r .sm {
  font-size: 12px;
}
.header_box .header_main .column .meun .cutCity .r .layui-input-block {
  padding: 0;
  margin: 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;
  min-height: unset;
  font-size: 12px;
}
.header_box .header_main .column .meun .cutCity .r::after {
  content: "[";
  position: absolute;
  left: 0;
  color: #000000d2;
  font-size: 18px;
}
@media (max-width:1470px) {
  .header_box .header_main .column .meun .cutCity .r::after {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .header_box .header_main .column .meun .cutCity .r::after {
    font-size: 12px;
  }
}
.header_box .header_main .column .meun .cutCity .r::before {
  content: "]";
  position: absolute;
  right: 0;
  color: #000000d2;
  font-size: 18px;
}
@media (max-width:1470px) {
  .header_box .header_main .column .meun .cutCity .r::before {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .header_box .header_main .column .meun .cutCity .r::before {
    font-size: 12px;
  }
}
.header_box .header_main .column .meun .search {
  margin: 0 min(2.08333333vw, 40px) 0 min(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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width:1024px) {
  .header_box .header_main .column .meun .search {
    margin: 0 20px 0 20px;
  }
}
.header_box .header_main .column .meun .search i {
  font-size: 24px;
}
@media (max-width:1600px) {
  .header_box .header_main .column .meun .search i {
    font-size: 22px;
  }
}
@media (max-width:1470px) {
  .header_box .header_main .column .meun .search i {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .header_box .header_main .column .meun .search i {
    font-size: 18px;
  }
}
@media (max-width:768px) {
  .header_box .header_main .column .meun .search i {
    font-size: 16px;
  }
}
.header_box .header_main .column .meun .search:hover i::before {
  color: #175aa9;
}
.header_box .header_main .column .meun .menu_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
}
.header_box .header_main .column .meun .menu_box i {
  font-size: 28px;
  width: 30px;
}
@media (max-width:1600px) {
  .header_box .header_main .column .meun .menu_box i {
    font-size: 24px;
  }
}
@media (max-width:1470px) {
  .header_box .header_main .column .meun .menu_box i {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .header_box .header_main .column .meun .menu_box i {
    font-size: 18px;
  }
}
@media (max-width:768px) {
  .header_box .header_main .column .meun .menu_box i {
    font-size: 16px;
  }
}
.header_box .header_main .column .meun .selectCity {
  position: absolute;
  top: 99px;
  right: 0;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 2px 10px #eaeaea7d;
}
.header_box .header_main .column .meun .selectCity .search {
  background-color: white;
}
.header_box .header_main .column .meun .selectCity .citySelect {
  width: 100px;
  height: 42px;
  position: relative;
  cursor: pointer;
}
.header_box .header_main .column .meun .selectCity .cityName {
  display: block;
  padding-top: 10px;
  padding-left: 10px;
  width: 70px;
  font-size: 13px;
  overflow: hidden;
  cursor: pointer;
}
.header_box .header_main .column .meun .selectCity .iconDown {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 15px;
  right: 7px;
  background-image: url("../images/icons.png");
  background-repeat: no-repeat;
  background-position: 0 -2044px;
  cursor: pointer;
  display: inline-block;
}
.header_box .header_main .column .meun .selectCity .dropUl::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 0;
}
.header_box .header_main .column .meun .selectCity .dropUl::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
  background: #d1d4db;
}
.header_box .header_main .column .meun .selectCity .dropUl::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: none;
  border-radius: 0px;
  /*background: #EDEDED;*/
}
.header_box .header_main .column .meun .selectCity .dropProvUl li {
  width: 33.333%;
  height: 50px;
  padding-left: 20px;
  color: #9fa3b0;
  line-height: 50px;
  background-color: white;
  cursor: pointer;
}
.header_box .header_main .column .meun .selectCity .dropProvUl li:hover {
  background-color: #f1f3f6;
}
.header_box .header_main .column .meun .selectCity .dropCityUl li {
  width: 100px;
  height: 50px;
  padding-left: 20px;
  color: #9fa3b0;
  line-height: 50px;
  cursor: pointer;
}
.header_box .header_main .column .meun .selectCity .dropCityUl li:hover {
  background-color: #f1f3f6;
}
.header_box .header_main .column .meun .selectCity .dropDown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: auto;
}
.header_box .header_main .column .meun .selectCity .dropUl {
  list-style: none;
  height: 300px;
  overflow-y: scroll !important;
  padding: 0;
  width: 300px;
}
.header_box .header_main .column .meun .selectCity .dropCityUl {
  background-color: white;
  width: 120px;
}
.header_box .header_main .column .meun .selectCity .dropProvUl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  background: white;
}
.header_box .header_main .column .meun .selectCity .dropDown div {
  display: none;
}
@media (max-width:1800px) {
  .header_box .header_main .column .nav li {
    margin-right: 3em;
  }
}
@media (max-width:1600px) {
  .header_box .header_main .column .nav li {
    margin-right: 2.5em;
    font-size: 16px;
  }
  .header_box .header_main .column .nav li > a {
    font-size: 16px;
  }
}
@media (max-width:1366px) {
  .header_box .header_main .column .nav li {
    margin-right: 2.5vw;
    font-size: 0;
  }
  .header_box .header_main .column .nav li > a {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .header_box .header_main .column .nav li {
    margin-right: 2vw;
  }
}
@media (max-width:1366px) {
  .header_box {
    height: 80px;
  }
}
@media (max-width:1720px) {
  .header_box {
    padding: 0 60px 0 60px;
  }
}
@media (max-width:1150px) {
  .header_box .search {
    display: none !important;
  }
  .header_box .menu_box {
    display: none !important;
  }
  .header_box .header_main .logo img {
    width: 80% !important;
  }
}
@media (max-width:990px) {
  .header_box {
    display: none;
  }
}
.searchInfo {
  position: fixed;
  width: 100%;
  height: 250px;
  background: white;
  top: 0;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  transform: translateY(-100%);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.searchInfo.active {
  transform: translateY(0%);
}
.searchInfo .close {
  position: absolute;
  top: 30px;
  right: 12%;
  cursor: pointer;
  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;
}
.searchInfo .s {
  max-width: 500px;
  width: 100%;
  border-bottom: 1px solid #9c9c9c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.searchInfo .s input {
  height: 50px;
  width: 100%;
  border: 0;
  font-size: 16px;
}
@media (max-width:1470px) {
  .searchInfo .s input {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .searchInfo .s input {
    font-size: 12px;
  }
}
.searchInfo .s i {
  flex-shrink: 0;
  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;
  color: #175aa9;
  font-size: 22px;
}
@media (max-width:1600px) {
  .searchInfo .s i {
    font-size: 18px;
  }
}
@media (max-width:1470px) {
  .searchInfo .s i {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .searchInfo .s i {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .searchInfo .s i {
    font-size: 12px;
  }
}
#layerDemoauto .con .left {
  font-size: 14px;
  font-family: 'sy_Medium';
}
@media (max-width:1470px) {
  #layerDemoauto .con .left {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  #layerDemoauto .con .left {
    font-size: 12px;
  }
}
#layerDemoauto .con .right .item {
  font-family: 'sy_Medium';
  font-size: 14px;
}
@media (max-width:1470px) {
  #layerDemoauto .con .right .item {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  #layerDemoauto .con .right .item {
    font-size: 12px;
  }
}
.layui-layer-btn .layui-layer-btn0 {
  background: #175aa9 !important;
  border: #175aa9 !important;
  background: #175aa9;
}
.TanChuan {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.39);
  z-index: 999;
  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: 20px;
  opacity: 0;
  visibility: hidden;
}
.TanChuan.active {
  opacity: 1;
  visibility: visible;
}
.TanChuan .continfo {
  max-width: 600px;
  width: 100%;
  background: white;
  padding: 30px;
  border-radius: 20px;
  position: relative;
}
.TanChuan .continfo .close {
  position: absolute;
  top: 0px;
  right: 20px;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
}
.TanChuan .continfo .close:hover i::before {
  color: #175aa9;
}
.TanChuan .continfo .title {
  font-family: 'sy_Medium';
  font-size: 24px;
  color: #333333;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width:1600px) {
  .TanChuan .continfo .title {
    font-size: 22px;
  }
}
@media (max-width:1470px) {
  .TanChuan .continfo .title {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .TanChuan .continfo .title {
    font-size: 18px;
  }
}
@media (max-width:768px) {
  .TanChuan .continfo .title {
    font-size: 16px;
  }
}
.TanChuan .continfo .input {
  margin-top: 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: 10px 0;
}
.TanChuan .continfo .input input {
  height: 45px;
  width: 100%;
  padding-left: 20px;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
}
@media (max-width:1470px) {
  .TanChuan .continfo .input input {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .TanChuan .continfo .input input {
    font-size: 12px;
  }
}
.TanChuan .continfo .input textarea {
  width: 100%;
  padding-left: 20px;
  padding-top: 20px;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  height: 150px;
}
@media (max-width:1470px) {
  .TanChuan .continfo .input textarea {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .TanChuan .continfo .input textarea {
    font-size: 12px;
  }
}
.TanChuan .continfo .butFi {
  margin-top: 20px;
  height: 40px;
  width: 120px;
  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: 50px;
  background: #175aa9;
  color: white;
  cursor: pointer;
}
/* --------------------------------------  侧边栏 */
.goTop {
  position: fixed;
  right: 25px;
  bottom: 160px;
  width: auto;
  height: auto;
  z-index: 9999;
  cursor: pointer;
  transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  grid-gap: 1px;
  z-index: 10;
}
.goTop .item {
  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;
}
.goTop .item .tb {
  width: 55px;
  height: 55px;
  background: white;
  border: 1px solid #0178418f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 5px;
  transition: all 0.3s;
}
.goTop .item .tb i {
  font-size: 24px;
  color: #175aa9;
  transition: all 0.3s;
}
@media (max-width:1600px) {
  .goTop .item .tb i {
    font-size: 22px;
  }
}
@media (max-width:1470px) {
  .goTop .item .tb i {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .goTop .item .tb i {
    font-size: 18px;
  }
}
@media (max-width:768px) {
  .goTop .item .tb i {
    font-size: 16px;
  }
}
.goTop .item .yc {
  position: absolute;
  top: 10px;
  right: 100%;
  width: auto;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 10px;
  background: #ffffffd8;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  min-width: 150px;
  color: #017841;
}
.goTop .item .yc img {
  min-width: 120px;
}
.goTop .item:hover .yc {
  opacity: 1;
  visibility: visible !important;
  transition: all 0.3s;
  top: 0;
  color: #017841;
}
.goTop .item:hover .tb {
  background: #017841;
}
.goTop .item:hover .tb i {
  color: white;
}
@media (max-width:990px) {
  .goTop {
    display: none;
  }
}
/* --------------------------------------  侧边栏 end */
.no_margin {
  margin: 0 !important;
}
.md {
  width: 100%;
  height: 0;
  position: relative;
  top: -125px;
}
@media (max-width:1600px) {
  .md {
    top: -105px;
  }
}
@media (max-width:990px) {
  .md {
    top: -95px;
  }
}
@media (max-width:768px) {
  .md {
    top: -60px;
  }
}
.tip-nav {
  background-color: #fff;
  height: 52px;
  overflow: hidden;
}
.tip-nav .widget-tip-nav {
  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;
}
.tip-nav .widget-tip-nav .return-btn {
  font-size: 16px;
  color: #000;
  line-height: 52px;
  padding-left: 38px;
  background: url(../images/return-ico.svg) no-repeat left center;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
@media (max-width:1470px) {
  .tip-nav .widget-tip-nav .return-btn {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .tip-nav .widget-tip-nav .return-btn {
    font-size: 12px;
  }
}
.tip-nav .widget-tip-nav .return-btn:hover {
  color: #175aa9;
}
.tip-nav .widget-tip-nav .list-nav {
  overflow: hidden;
}
.tip-nav .widget-tip-nav .list-nav a {
  font-size: 16px;
  color: #686868;
  line-height: 52px;
  float: left;
  padding-left: 16px;
  margin-left: 14px;
  position: relative;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
@media (max-width:1470px) {
  .tip-nav .widget-tip-nav .list-nav a {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .tip-nav .widget-tip-nav .list-nav a {
    font-size: 12px;
  }
}
.tip-nav .widget-tip-nav .list-nav a:first-child {
  padding-left: 0;
  margin-left: 0;
}
.tip-nav .widget-tip-nav .list-nav a:first-child::before {
  display: none;
}
.tip-nav .widget-tip-nav .list-nav a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: 2px;
  background-color: #686868;
}
.tip-nav .widget-tip-nav .list-nav a:hover {
  color: #175aa9;
}
.tip-nav .widget-tip-nav .list-nav a[href="javascript:;"] {
  cursor: default;
}
@media (max-width:768px) {
  .tip-nav {
    display: none;
  }
}
.idx_title_pd {
  padding: min(4.16666667vw, 80px) 0 min(2.08333333vw, 40px);
}
@media (max-width:1024px) {
  .idx_title_pd {
    padding: 40px 0 20px 0;
  }
}
@media (max-width:768px) {
  .idx_title_pd {
    padding: 50px 0 0;
  }
}
.page-nav {
  position: sticky;
  top: 100px;
  left: 0;
  background-color: #fff;
  z-index: 11;
}
.page-nav .list a {
  font-size: 18px;
  color: #000000;
  display: inline-block;
  position: relative;
  margin-right: min(2.34375vw, 45px);
  line-height: 75px;
}
@media (max-width:1470px) {
  .page-nav .list a {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .page-nav .list a {
    font-size: 12px;
  }
}
@media (max-width:1024px) {
  .page-nav .list a {
    margin-right: 22.5px;
  }
}
.page-nav .list a::before {
  content: '';
  width: 0;
  height: 2px;
  background-color: #175aa9;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.page-nav .list a.active {
  color: #175aa9;
}
.page-nav .list a.active::before {
  width: 100%;
}
.page-nav::before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #dcdcdc;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.5;
}
@media (max-width:1600px) {
  .page-nav .list a {
    line-height: 55px;
  }
}
@media (max-width:1366px) {
  .page-nav {
    top: 80px;
  }
}
@media (max-width:990px) {
  .page-nav {
    top: 60px;
  }
}
@media (max-width:768px) {
  .page-nav {
    display: none;
  }
}
.page-title .name {
  font-size: 40px;
  color: #000000;
  line-height: 1;
}
@media (max-width:1600px) {
  .page-title .name {
    font-size: 38px;
  }
}
@media (max-width:1470px) {
  .page-title .name {
    font-size: 33px;
  }
}
@media (max-width:1024px) {
  .page-title .name {
    font-size: 29px;
  }
}
@media (max-width:768px) {
  .page-title .name {
    font-size: 24px;
  }
}
.page-titles .name {
  font-size: 30px;
  color: #000000;
  line-height: 1;
}
@media (max-width:1600px) {
  .page-titles .name {
    font-size: 26px;
  }
}
@media (max-width:1470px) {
  .page-titles .name {
    font-size: 22px;
  }
}
@media (max-width:1024px) {
  .page-titles .name {
    font-size: 20px;
  }
}
@media (max-width:768px) {
  .page-titles .name {
    font-size: 18px;
  }
}
.c_down {
  position: relative;
  height: 54px;
  cursor: pointer;
}
.c_down span {
  position: relative;
  display: block;
  height: 54px;
  line-height: 54px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  color: #000000;
  font-size: 16px;
  padding: 0 min(1.04166667vw, 20px) 0 min(1.04166667vw, 20px);
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
@media (max-width:1470px) {
  .c_down span {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .c_down span {
    font-size: 12px;
  }
}
@media (max-width:1024px) {
  .c_down span {
    padding: 0 10px 0 10px;
  }
}
.c_down span::before {
  content: '';
  width: 11px;
  height: 100%;
  background: url(../images/down-ico.png) no-repeat center;
  position: absolute;
  right: 0;
  margin-right: min(1.04166667vw, 20px);
  top: 0;
}
@media (max-width:1024px) {
  .c_down span::before {
    margin-right: 10px;
  }
}
.c_down ul {
  display: none;
  z-index: 9;
  position: absolute;
  top: 60px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  padding: 0 min(1.04166667vw, 20px) 0 min(1.04166667vw, 20px);
  max-height: 119px;
  overflow-y: auto;
  width: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
@media (max-width:1024px) {
  .c_down ul {
    padding: 0 10px 0 10px;
  }
}
.c_down ul li {
  font-size: 14px;
  color: #888888;
  height: 30px;
  line-height: 30px;
}
@media (max-width:1470px) {
  .c_down ul li {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .c_down ul li {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .c_down {
    height: 40px;
  }
  .c_down span {
    height: 40px;
    line-height: 40px;
  }
  .c_down ul {
    top: 45px;
  }
}
.page-ban {
  position: relative;
}
.page-ban .w1600 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  height: 100%;
}
.page-ban .idx_title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.page-ban .idx_title .title {
  color: #fff;
}
.page-ban .idx_title .text {
  font-size: 24px;
  margin-top: min(1.66666667vw, 32px);
  color: #fff;
  line-height: 1.4;
  max-width: 61%;
}
@media (max-width:1600px) {
  .page-ban .idx_title .text {
    font-size: 22px;
  }
}
@media (max-width:1470px) {
  .page-ban .idx_title .text {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .page-ban .idx_title .text {
    font-size: 18px;
  }
}
@media (max-width:768px) {
  .page-ban .idx_title .text {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .page-ban .idx_title .text {
    margin-top: 16px;
  }
}
.page-ban .page-title {
  position: absolute;
  bottom: 0;
  margin-bottom: min(3.90625vw, 75px);
}
@media (max-width:1024px) {
  .page-ban .page-title {
    margin-bottom: 37.5px;
  }
}
.page-ban .page-title .name {
  color: #fff;
}
@media (max-width:1200px) {
  .page-ban .idx_title .text {
    max-width: 100%;
  }
  .page-ban .page-title {
    margin-bottom: 14px;
  }
}
@media (max-width:768px) {
  .page-ban {
    height: 200px;
    margin-top: 20px;
  }
  .page-ban .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    object-fit: cover;
    object-position: 50% 50%;
  }
  .page-ban .idx_title .title {
    font-size: 24px;
  }
  .page-ban .idx_title .text {
    font-size: 12px;
    margin-top: 5px;
  }
}
@media (max-width:768px) and (max-width:1600px) {
  .page-ban .idx_title .title {
    font-size: 22px;
  }
}
@media (max-width:768px) and (max-width:1470px) {
  .page-ban .idx_title .title {
    font-size: 20px;
  }
}
@media (max-width:768px) and (max-width:1024px) {
  .page-ban .idx_title .title {
    font-size: 18px;
  }
}
@media (max-width:768px) and (max-width:768px) {
  .page-ban .idx_title .title {
    font-size: 16px;
  }
}
.contact .contact-box1 {
  padding: min(5.20833333vw, 100px) 0 min(5.20833333vw, 100px);
}
@media (max-width:1024px) {
  .contact .contact-box1 {
    padding: 50px 0 50px 0;
  }
}
.contact .contact-box1 .page-title {
  padding-bottom: min(2.08333333vw, 40px);
  margin-bottom: min(1.82291667vw, 35px);
  border-bottom: 1px solid #e5e5e5;
  width: 31.3%;
}
@media (max-width:1024px) {
  .contact .contact-box1 .page-title {
    padding-bottom: 20px;
  }
}
@media (max-width:1024px) {
  .contact .contact-box1 .page-title {
    margin-bottom: 17.5px;
  }
}
.contact .contact-box1 .wrap-box {
  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;
}
.contact .contact-box1 .wrap-box .le {
  width: 29.1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.contact .contact-box1 .wrap-box .ri {
  width: 65%;
}
.contact .contact-box1 .wrap-box .ico {
  max-width: 160px;
  margin-bottom: min(2.60416667vw, 50px);
}
@media (max-width:1024px) {
  .contact .contact-box1 .wrap-box .ico {
    margin-bottom: 25px;
  }
}
.contact .contact-box1 .wrap-box .page-titles {
  margin-bottom: min(0.83333333vw, 16px);
}
@media (max-width:1024px) {
  .contact .contact-box1 .wrap-box .page-titles {
    margin-bottom: 8px;
  }
}
.contact .contact-box1 .wrap-box p {
  font-size: 18px;
  color: #000000;
  line-height: 1.4;
}
@media (max-width:1470px) {
  .contact .contact-box1 .wrap-box p {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .contact .contact-box1 .wrap-box p {
    font-size: 12px;
  }
}
.contact .contact-box1 .wrap-box ul {
  margin-top: min(2.60416667vw, 50px);
}
@media (max-width:1024px) {
  .contact .contact-box1 .wrap-box ul {
    margin-top: 25px;
  }
}
.contact .contact-box1 .wrap-box li p {
  font-size: 16px;
  color: #000000;
  line-height: 1.4;
}
@media (max-width:1470px) {
  .contact .contact-box1 .wrap-box li p {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .contact .contact-box1 .wrap-box li p {
    font-size: 12px;
  }
}
.contact .contact-box1 .wrap-box iframe {
  width: 100%;
  height: 440px;
  border: none;
}
@media (max-width:1366px) {
  .contact .contact-box1 .wrap-box iframe {
    height: 360px;
  }
}
@media (max-width:990px) {
  .contact .contact-box1 .page-title {
    width: 100%;
  }
  .contact .contact-box1 .wrap-box {
    display: block;
  }
  .contact .contact-box1 .wrap-box .le {
    width: 100%;
  }
  .contact .contact-box1 .wrap-box .ri {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width:768px) {
  .contact .contact-box1 .wrap-box .ico {
    max-width: 99px;
  }
}
.contact .contact-box2 {
  padding: min(3.125vw, 60px) 0 min(3.125vw, 60px);
  background-color: #f5f5f5;
}
@media (max-width:1024px) {
  .contact .contact-box2 {
    padding: 30px 0 30px 0;
  }
}
.contact .contact-box2 .white {
  background-color: #fff;
  border-radius: 20px;
  padding: min(2.70833333vw, 52px) 0 min(2.91666667vw, 56px);
  padding-right: min(2.08333333vw, 40px);
  padding-left: min(2.08333333vw, 40px);
}
@media (max-width:1024px) {
  .contact .contact-box2 .white {
    padding: 26px 0 28px 0;
  }
}
@media (max-width:1024px) {
  .contact .contact-box2 .white {
    padding-right: 20px;
  }
}
@media (max-width:1024px) {
  .contact .contact-box2 .white {
    padding-left: 20px;
  }
}
.contact .contact-box2 .page-title {
  padding-bottom: min(1.875vw, 36px);
  margin-bottom: min(1.82291667vw, 35px);
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width:1024px) {
  .contact .contact-box2 .page-title {
    padding-bottom: 18px;
  }
}
@media (max-width:1024px) {
  .contact .contact-box2 .page-title {
    margin-bottom: 17.5px;
  }
}
.contact .contact-box2 .wrap-box {
  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;
}
.contact .contact-box2 .wrap-box .page-titles {
  margin-bottom: min(0.78125vw, 15px);
}
@media (max-width:1024px) {
  .contact .contact-box2 .wrap-box .page-titles {
    margin-bottom: 7.5px;
  }
}
.contact .contact-box2 .wrap-box .le {
  width: 58.8%;
}
.contact .contact-box2 .wrap-box .le h5 {
  font-size: 18px;
  color: #000000;
  line-height: 1.4;
}
@media (max-width:1470px) {
  .contact .contact-box2 .wrap-box .le h5 {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .contact .contact-box2 .wrap-box .le h5 {
    font-size: 12px;
  }
}
.contact .contact-box2 .wrap-box .le h3 {
  font-size: 18px;
  color: #000000;
  line-height: 1.4;
  font-weight: bold;
  margin: min(1.45833333vw, 28px) 0 min(0.625vw, 12px);
}
@media (max-width:1470px) {
  .contact .contact-box2 .wrap-box .le h3 {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .contact .contact-box2 .wrap-box .le h3 {
    font-size: 12px;
  }
}
@media (max-width:1024px) {
  .contact .contact-box2 .wrap-box .le h3 {
    margin: 14px 0 6px;
  }
}
.contact .contact-box2 .wrap-box .le p {
  font-size: 16px;
  color: #000000;
  line-height: 1.4;
}
@media (max-width:1470px) {
  .contact .contact-box2 .wrap-box .le p {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .contact .contact-box2 .wrap-box .le p {
    font-size: 12px;
  }
}
.contact .contact-box2 .wrap-box .ri {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.contact .contact-box2 .wrap-box .ri-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.contact .contact-box2 .wrap-box .ri-box .img {
  max-width: 120px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: min(0.52083333vw, 10px) 0 min(0.52083333vw, 10px);
  padding-right: min(0.52083333vw, 10px);
  padding-left: min(0.52083333vw, 10px);
  margin-right: min(1.40625vw, 27px);
}
@media (max-width:1024px) {
  .contact .contact-box2 .wrap-box .ri-box .img {
    padding: 5px 0 5px 0;
  }
}
@media (max-width:1024px) {
  .contact .contact-box2 .wrap-box .ri-box .img {
    padding-right: 5px;
  }
}
@media (max-width:1024px) {
  .contact .contact-box2 .wrap-box .ri-box .img {
    padding-left: 5px;
  }
}
@media (max-width:1024px) {
  .contact .contact-box2 .wrap-box .ri-box .img {
    margin-right: 13.5px;
  }
}
.contact .contact-box2 .wrap-box .ri-box .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-align-content: space-between;
  align-content: space-between;
}
.contact .contact-box2 .wrap-box .ri-box .text * {
  width: 100%;
}
.contact .contact-box2 .wrap-box .ri-box .h3 {
  font-size: 18px;
  color: #000000;
  line-height: 1.4;
  font-weight: bold;
  margin: min(0.15625vw, 3px) 0 min(1.45833333vw, 28px);
}
@media (max-width:1470px) {
  .contact .contact-box2 .wrap-box .ri-box .h3 {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .contact .contact-box2 .wrap-box .ri-box .h3 {
    font-size: 12px;
  }
}
@media (max-width:1024px) {
  .contact .contact-box2 .wrap-box .ri-box .h3 {
    margin: 1.5px 0 14px;
  }
}
.contact .contact-box2 .wrap-box .ri-box p {
  font-size: 16px;
  color: #000000;
  line-height: 1.8;
}
@media (max-width:1470px) {
  .contact .contact-box2 .wrap-box .ri-box p {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .contact .contact-box2 .wrap-box .ri-box p {
    font-size: 12px;
  }
}
.contact .contact-box2 .wrap-box .ri-box p em {
  font-family: 'Euclid-Square';
  font-style: inherit;
}
.contact .contact-box2:last-child {
  padding-top: 0;
}
@media (max-width:990px) {
  .contact .contact-box2 .wrap-box {
    display: block;
  }
  .contact .contact-box2 .wrap-box .le {
    width: 100%;
  }
  .contact .contact-box2 .wrap-box .ri {
    width: 100%;
    margin-top: 20px;
  }
}
.employees .employees-box1 {
  padding-top: min(5.20833333vw, 100px);
}
@media (max-width:1024px) {
  .employees .employees-box1 {
    padding-top: 50px;
  }
}
.employees .employees-box1 .formArea {
  padding-right: 170px;
  margin-top: min(2.08333333vw, 40px);
  position: relative;
}
@media (max-width:1024px) {
  .employees .employees-box1 .formArea {
    margin-top: 20px;
  }
}
.employees .employees-box1 .formArea .formArea-box {
  margin-left: -5px;
  margin-right: -5px;
  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;
}
.employees .employees-box1 .formArea .formArea-box .item {
  width: 25%;
  padding: 0 5px;
}
.employees .employees-box1 .formArea .product-search {
  position: absolute;
  right: 0;
  top: 0;
  width: 360px;
}
.employees .employees-box1 .formArea .product-search a {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  font-size: 16px;
  color: #fff;
  line-height: 54px;
  text-align: center;
  width: 160px;
  height: 54px;
  background-color: #175aa9;
  cursor: pointer;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
@media (max-width:1470px) {
  .employees .employees-box1 .formArea .product-search a {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .employees .employees-box1 .formArea .product-search a {
    font-size: 12px;
  }
}
.employees .employees-box1 .formArea .product-search input {
  width: 0;
  height: 54px;
  background-color: #fff;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
@media (max-width:1470px) {
  .employees .employees-box1 .formArea .product-search input {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .employees .employees-box1 .formArea .product-search input {
    font-size: 12px;
  }
}
.employees .employees-box1 .formArea .product-search:hover input {
  width: 100%;
  padding: 0 170px 0 10px;
  border: 1px solid #e5e5e5;
}
.employees .employees-box1 .down {
  background-color: #f5f5f5;
  padding: min(3.125vw, 60px) 0 min(3.125vw, 60px);
  margin-top: min(1.04166667vw, 20px);
}
@media (max-width:1024px) {
  .employees .employees-box1 .down {
    padding: 30px 0 30px 0;
  }
}
@media (max-width:1024px) {
  .employees .employees-box1 .down {
    margin-top: 10px;
  }
}
.employees .employees-box1 .down .white {
  background-color: #fff;
  border-radius: 10px 10px 20px 20px;
  overflow: hidden;
  padding-bottom: min(5.20833333vw, 100px);
}
@media (max-width:1024px) {
  .employees .employees-box1 .down .white {
    padding-bottom: 50px;
  }
}
.employees .employees-box1 .down .white .white-up {
  outline: 0;
  padding: 0 min(2.08333333vw, 40px) 0 min(2.08333333vw, 40px);
  background-color: #175aa9;
  border-radius: 10px;
  height: 80px;
  line-height: 80px;
  font-size: 18px;
  color: #fff;
  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;
}
@media (max-width:1024px) {
  .employees .employees-box1 .down .white .white-up {
    padding: 0 20px 0 20px;
  }
}
@media (max-width:1470px) {
  .employees .employees-box1 .down .white .white-up {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .employees .employees-box1 .down .white .white-up {
    font-size: 12px;
  }
}
.employees .employees-box1 .down .white .white-up .li.li1 {
  width: 20.8%;
}
.employees .employees-box1 .down .white .white-up .li.li2 {
  width: 23.3%;
}
.employees .employees-box1 .down .white .white-up .li.li3 {
  width: 23.5%;
}
.employees .employees-box1 .down .white .white-up .li.li4 {
  width: 23.2%;
}
.employees .employees-box1 .down .white .white-up .li.li5 {
  width: 9.2%;
}
.employees .employees-box1 .down .white .tab-ul {
  padding: 0 min(2.08333333vw, 40px) 0 min(2.08333333vw, 40px);
}
@media (max-width:1024px) {
  .employees .employees-box1 .down .white .tab-ul {
    padding: 0 20px 0 20px;
  }
}
.employees .employees-box1 .down .white .tab-ul li {
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.employees .employees-box1 .down .white .tab-ul li .top {
  padding: min(1.875vw, 36px) 0 min(1.875vw, 36px);
  cursor: pointer;
}
@media (max-width:1024px) {
  .employees .employees-box1 .down .white .tab-ul li .top {
    padding: 18px 0 18px 0;
  }
}
.employees .employees-box1 .down .white .tab-ul li .top .dl {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  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;
}
.employees .employees-box1 .down .white .tab-ul li .top .dl .dt {
  font-size: 18px;
  color: #000000;
  padding-right: 4px;
  position: relative;
}
@media (max-width:1470px) {
  .employees .employees-box1 .down .white .tab-ul li .top .dl .dt {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .employees .employees-box1 .down .white .tab-ul li .top .dl .dt {
    font-size: 12px;
  }
}
.employees .employees-box1 .down .white .tab-ul li .top .dl .dt em {
  display: none;
}
.employees .employees-box1 .down .white .tab-ul li .top .dl .dt.dt1 {
  width: 20.8%;
}
.employees .employees-box1 .down .white .tab-ul li .top .dl .dt.dt2 {
  width: 23.3%;
}
.employees .employees-box1 .down .white .tab-ul li .top .dl .dt.dt3 {
  width: 23.5%;
}
.employees .employees-box1 .down .white .tab-ul li .top .dl .dt.dt4 {
  width: 23.2%;
}
.employees .employees-box1 .down .white .tab-ul li .top .dl .dt.dt5 {
  width: 9.2%;
}
.employees .employees-box1 .down .white .tab-ul li .top .ico {
  width: 48px;
  height: 48px;
  border: 1px solid #e7e7e7;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  right: 18px;
  top: 0;
  margin-top: min(0.9375vw, 18px);
  cursor: pointer;
  z-index: 9;
}
@media (max-width:1024px) {
  .employees .employees-box1 .down .white .tab-ul li .top .ico {
    margin-top: 9px;
  }
}
.employees .employees-box1 .down .white .tab-ul li .top .ico::before {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/down-ico2.png) no-repeat center;
  position: absolute;
  top: 0;
  left: 0;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
}
.employees .employees-box1 .down .white .tab-ul li .bom {
  background-color: #f5f5f5;
  border-radius: 20px;
  padding: 0 min(1.5625vw, 30px) 0 min(1.5625vw, 30px);
  padding-bottom: min(1.97916667vw, 38px);
  padding-right: 30%;
  display: none;
  overflow: hidden;
  position: relative;
}
@media (max-width:1024px) {
  .employees .employees-box1 .down .white .tab-ul li .bom {
    padding: 0 15px 0 15px;
  }
}
@media (max-width:1024px) {
  .employees .employees-box1 .down .white .tab-ul li .bom {
    padding-bottom: 19px;
  }
}
.employees .employees-box1 .down .white .tab-ul li .bom h6 {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  margin: min(2.60416667vw, 50px) 0 min(1.5625vw, 30px);
}
@media (max-width:1470px) {
  .employees .employees-box1 .down .white .tab-ul li .bom h6 {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .employees .employees-box1 .down .white .tab-ul li .bom h6 {
    font-size: 12px;
  }
}
@media (max-width:1024px) {
  .employees .employees-box1 .down .white .tab-ul li .bom h6 {
    margin: 25px 0 15px;
  }
}
.employees .employees-box1 .down .white .tab-ul li .bom p {
  font-size: 16px;
  color: #000000;
  line-height: 1.4;
}
@media (max-width:1470px) {
  .employees .employees-box1 .down .white .tab-ul li .bom p {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .employees .employees-box1 .down .white .tab-ul li .bom p {
    font-size: 12px;
  }
}
.employees .employees-box1 .down .white .tab-ul li .bom h6:first-child {
  margin: min(1.5625vw, 30px) 0 min(1.5625vw, 30px);
}
@media (max-width:1024px) {
  .employees .employees-box1 .down .white .tab-ul li .bom h6:first-child {
    margin: 15px 0 15px;
  }
}
.employees .employees-box1 .down .white .tab-ul li .bom a {
  width: 160px;
  height: 50px;
  border-radius: 40px;
  border: 1px solid #e5e5e5;
  font-size: 16px;
  color: #000;
  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: absolute;
  left: 70.9%;
  top: 0;
  margin-top: min(5vw, 96px);
  z-index: 1;
  overflow: hidden;
  transition: all 2s;
}
@media (max-width:1470px) {
  .employees .employees-box1 .down .white .tab-ul li .bom a {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .employees .employees-box1 .down .white .tab-ul li .bom a {
    font-size: 12px;
  }
}
.employees .employees-box1 .down .white .tab-ul li .bom a i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: 19px;
  font-size: 22px;
}
.employees .employees-box1 .down .white .tab-ul li .bom a a {
  font-size: 14px;
}
@media (max-width:1470px) {
  .employees .employees-box1 .down .white .tab-ul li .bom a a {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .employees .employees-box1 .down .white .tab-ul li .bom a a {
    font-size: 12px;
  }
}
@media (max-width:1150px) {
  .employees .employees-box1 .down .white .tab-ul li .bom a {
    width: 145px;
    height: 40px;
  }
}
@media (max-width:990px) {
  .employees .employees-box1 .down .white .tab-ul li .bom a {
    width: 125px !important;
    height: 35px !important;
  }
  .employees .employees-box1 .down .white .tab-ul li .bom a i {
    display: none;
  }
}
@media (max-width:1024px) {
  .employees .employees-box1 .down .white .tab-ul li .bom a {
    margin-top: 48px;
  }
}
.employees .employees-box1 .down .white .tab-ul li .bom a::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #175aa9;
  transform: translateY(100%);
  border-radius: 100px 100px 0 0;
  transition: all 0.3s;
  z-index: -1;
}
.employees .employees-box1 .down .white .tab-ul li .bom a:hover {
  color: white;
}
.employees .employees-box1 .down .white .tab-ul li .bom a:hover::after {
  transform: translateY(0);
  border-radius: 0;
}
.employees .employees-box1 .down .white .tab-ul li.on {
  border-bottom: none;
}
.employees .employees-box1 .down .white .tab-ul li.on .top .ico {
  background-color: #175aa9;
  border-color: #175aa9;
}
.employees .employees-box1 .down .white .tab-ul li.on .top .ico::before {
  background: url(../images/-down-ico2.png) no-repeat center;
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
}
@media (max-width:768px) {
  .employees .employees-box1 .formArea {
    padding-right: 0;
  }
  .employees .employees-box1 .formArea .formArea-box {
    display: block;
  }
  .employees .employees-box1 .formArea .formArea-box .item {
    width: 100%;
    margin-top: 10px;
  }
  .employees .employees-box1 .formArea .product-search {
    position: relative;
    width: 100%;
    margin-top: 10px;
  }
  .employees .employees-box1 .formArea .product-search a {
    width: 100px;
    height: 40px;
    line-height: 40px;
  }
  .employees .employees-box1 .formArea .product-search input {
    width: 100%;
    height: 40px;
    padding: 0 120px 0 10px;
    border: 1px solid #e5e5e5;
    position: relative;
  }
  .employees .employees-box1 .formArea .product-search:hover input {
    padding: 0 120px 0 10px;
  }
  .employees .employees-box1 .down .white .white-up {
    display: none;
  }
  .employees .employees-box1 .down .white .tab-ul li .top {
    padding: 14px 55px 10px 0;
  }
  .employees .employees-box1 .down .white .tab-ul li .top .dl {
    display: block;
    font-size: 0;
  }
  .employees .employees-box1 .down .white .tab-ul li .top .dl .dt {
    width: auto !important;
    display: inline-block;
    margin-right: 24px;
    padding-right: 0;
    margin-bottom: 5px;
  }
  .employees .employees-box1 .down .white .tab-ul li .top .dl .dt em {
    display: inline-block;
    font-style: inherit;
  }
  .employees .employees-box1 .down .white .tab-ul li .top .dl .dt.dt5 {
    display: none;
  }
  .employees .employees-box1 .down .white .tab-ul li .top .ico {
    right: 0;
    width: 40px;
    height: 40px;
  }
  .employees .employees-box1 .down .white .tab-ul li .bom a {
    position: relative;
    left: 0;
    margin-top: 20px;
  }
}
.news .news-box1 {
  padding: min(3.125vw, 60px) 0 min(8.85416667vw, 170px);
}
@media (max-width:1024px) {
  .news .news-box1 {
    padding: 30px 0 85px 0;
  }
}
.news .news-box1 .wrap-box {
  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;
}
.news .news-box1 .wrap-box .le {
  width: 65%;
  order: 1;
}
.news .news-box1 .wrap-box .ri {
  width: 30%;
  order: 2;
}
.news .news-box1 .wrap-box .page-titles {
  padding-bottom: min(2.08333333vw, 40px);
  margin-bottom: min(1.875vw, 36px);
  border-bottom: 2px solid #175aa9;
}
@media (max-width:1024px) {
  .news .news-box1 .wrap-box .page-titles {
    padding-bottom: 20px;
  }
}
@media (max-width:1024px) {
  .news .news-box1 .wrap-box .page-titles {
    margin-bottom: 18px;
  }
}
.news .news-box1 .wrap-box .list .item {
  padding: min(2.08333333vw, 40px) 0 min(2.08333333vw, 40px);
  border-bottom: 1px solid #e5e5e5;
  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;
}
@media (max-width:1024px) {
  .news .news-box1 .wrap-box .list .item {
    padding: 20px 0 20px 0;
  }
}
.news .news-box1 .wrap-box .list .item .img {
  width: 30.7%;
}
.news .news-box1 .wrap-box .list .item .img .pb {
  padding-bottom: 56.5%;
}
.news .news-box1 .wrap-box .list .item .img .pb img {
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.news .news-box1 .wrap-box .list .item .textbox {
  width: 63.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.news .news-box1 .wrap-box .list .item .textbox .title {
  font-size: 24px;
  color: #000000;
  line-height: 1.4;
  max-width: 94%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media (max-width:1600px) {
  .news .news-box1 .wrap-box .list .item .textbox .title {
    font-size: 22px;
  }
}
@media (max-width:1470px) {
  .news .news-box1 .wrap-box .list .item .textbox .title {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .news .news-box1 .wrap-box .list .item .textbox .title {
    font-size: 18px;
  }
}
@media (max-width:768px) {
  .news .news-box1 .wrap-box .list .item .textbox .title {
    font-size: 16px;
  }
}
.news .news-box1 .wrap-box .list .item .textbox .info {
  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;
  font-size: 14px;
  margin: min(0.3125vw, 6px) 0 min(1.45833333vw, 28px);
  color: #888888;
}
@media (max-width:1470px) {
  .news .news-box1 .wrap-box .list .item .textbox .info {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .news .news-box1 .wrap-box .list .item .textbox .info {
    font-size: 12px;
  }
}
@media (max-width:1024px) {
  .news .news-box1 .wrap-box .list .item .textbox .info {
    margin: 3px 0 14px;
  }
}
.news .news-box1 .wrap-box .list .item .textbox .info em {
  font-family: 'Euclid-Square';
  font-style: inherit;
  margin-right: min(0.3125vw, 6px);
}
@media (max-width:1024px) {
  .news .news-box1 .wrap-box .list .item .textbox .info em {
    margin-right: 3px;
  }
}
.news .news-box1 .wrap-box .list .item .textbox .info .time em:first-child {
  margin-right: min(1.04166667vw, 20px);
}
@media (max-width:1024px) {
  .news .news-box1 .wrap-box .list .item .textbox .info .time em:first-child {
    margin-right: 10px;
  }
}
.news .news-box1 .wrap-box .list .item .textbox .info .num {
  margin-left: min(2.86458333vw, 55px);
}
@media (max-width:1024px) {
  .news .news-box1 .wrap-box .list .item .textbox .info .num {
    margin-left: 27.5px;
  }
}
.news .news-box1 .wrap-box .list .item .textbox .text {
  max-width: 86%;
  font-size: 16px;
  color: #666666;
  line-height: 1.4;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width:1470px) {
  .news .news-box1 .wrap-box .list .item .textbox .text {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .news .news-box1 .wrap-box .list .item .textbox .text {
    font-size: 12px;
  }
}
.news .news-box1 .wrap-box .list .item:first-child {
  padding-top: 0;
}
.news .news-box1 .wrap-box .list .item:hover .textbox .title {
  color: #175aa9;
}
.news .news-box1 .wrap-box .ul .item {
  display: block;
  position: relative;
  margin-top: min(1.04166667vw, 20px);
}
@media (max-width:1024px) {
  .news .news-box1 .wrap-box .ul .item {
    margin-top: 10px;
  }
}
.news .news-box1 .wrap-box .ul .item .overtext {
  font-size: 16px;
  color: #010101;
  line-height: 1.4;
  position: relative;
  padding-left: 15px;
  padding-right: 70px;
  max-width: 94%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media (max-width:1470px) {
  .news .news-box1 .wrap-box .ul .item .overtext {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .news .news-box1 .wrap-box .ul .item .overtext {
    font-size: 12px;
  }
}
.news .news-box1 .wrap-box .ul .item .overtext::before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.news .news-box1 .wrap-box .ul .item .c-other {
  font-family: 'Euclid-Square';
  font-size: 14px;
  color: #888888;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width:1470px) {
  .news .news-box1 .wrap-box .ul .item .c-other {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .news .news-box1 .wrap-box .ul .item .c-other {
    font-size: 12px;
  }
}
.news .news-box1 .wrap-box .ul .item:hover .overtext {
  color: #175aa9;
}
@media (max-width:768px) {
  .news .news-box1 {
    padding: 50px 0;
  }
  .news .news-box1 .wrap-box {
    display: block;
  }
  .news .news-box1 .wrap-box .le {
    width: 100%;
    margin-top: 40px;
  }
  .news .news-box1 .wrap-box .ri {
    width: 100%;
  }
  .news .news-box1 .wrap-box .list .item .textbox {
    display: block;
  }
  .news .news-box1 .wrap-box .list .item .textbox .info {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .news .news-box1 .wrap-box .list .item .textbox .info .num {
    margin-left: 0;
  }
}
.news-d .tip-nav .list-nav a:first-child {
  padding-left: 30px;
  background: url(../images/home-ico.svg) no-repeat left center;
}
.news-d .news-d-box1 .up {
  background-color: #f5f5f5;
  padding: min(6.25vw, 120px) 0 min(2.08333333vw, 40px);
}
@media (max-width:1024px) {
  .news-d .news-d-box1 .up {
    padding: 60px 0 20px 0;
  }
}
.news-d .news-d-box1 .up .wrap-box {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.news-d .news-d-box1 .down {
  padding: min(3.90625vw, 75px) 0 min(9.89583333vw, 190px);
}
@media (max-width:1024px) {
  .news-d .news-d-box1 .down {
    padding: 37.5px 0 95px 0;
  }
}
.news-d .news-d-box1 .wrap-box {
  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;
}
.news-d .news-d-box1 .wrap-box .le {
  width: 65%;
}
.news-d .news-d-box1 .wrap-box .ri {
  width: 30%;
}
.news-d .news-d-box1 .wrap-box .page-titles {
  padding-bottom: min(2.08333333vw, 40px);
  margin-bottom: min(1.875vw, 36px);
  border-bottom: 2px solid #175aa9;
}
@media (max-width:1024px) {
  .news-d .news-d-box1 .wrap-box .page-titles {
    padding-bottom: 20px;
  }
}
@media (max-width:1024px) {
  .news-d .news-d-box1 .wrap-box .page-titles {
    margin-bottom: 18px;
  }
}
.news-d .news-d-box1 .wrap-box .container-custom h1 {
  font-size: 36px;
  color: #000000;
  line-height: 1.4;
}
@media (max-width:1600px) {
  .news-d .news-d-box1 .wrap-box .container-custom h1 {
    font-size: 32px;
  }
}
@media (max-width:1470px) {
  .news-d .news-d-box1 .wrap-box .container-custom h1 {
    font-size: 28px;
  }
}
@media (max-width:1024px) {
  .news-d .news-d-box1 .wrap-box .container-custom h1 {
    font-size: 24px;
  }
}
@media (max-width:768px) {
  .news-d .news-d-box1 .wrap-box .container-custom h1 {
    font-size: 20px;
  }
}
.news-d .news-d-box1 .wrap-box .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 16px;
  margin: min(0.41666667vw, 8px) 0 min(3.125vw, 60px);
  color: #000;
}
@media (max-width:1470px) {
  .news-d .news-d-box1 .wrap-box .info {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .news-d .news-d-box1 .wrap-box .info {
    font-size: 12px;
  }
}
@media (max-width:1024px) {
  .news-d .news-d-box1 .wrap-box .info {
    margin: 4px 0 30px;
  }
}
.news-d .news-d-box1 .wrap-box .info em {
  font-family: 'Euclid-Square';
  font-style: inherit;
}
.news-d .news-d-box1 .wrap-box .info .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.news-d .news-d-box1 .wrap-box .info .author .author-img {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: #d6e1e1;
  border-radius: 50%;
  text-align: center;
  margin-right: min(0.41666667vw, 8px);
}
@media (max-width:1024px) {
  .news-d .news-d-box1 .wrap-box .info .author .author-img {
    margin-right: 4px;
  }
}
.news-d .news-d-box1 .wrap-box .info .author .author-img img {
  max-width: 90%;
}
.news-d .news-d-box1 .wrap-box .info .num {
  margin: 0 min(4.0625vw, 78px) 0 min(3.75vw, 72px);
}
@media (max-width:1024px) {
  .news-d .news-d-box1 .wrap-box .info .num {
    margin: 0 39px 0 36px;
  }
}
.news-d .news-d-box1 .wrap-box .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.news-d .news-d-box1 .wrap-box .tags span {
  font-size: 16px;
  color: #000;
}
@media (max-width:1470px) {
  .news-d .news-d-box1 .wrap-box .tags span {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .news-d .news-d-box1 .wrap-box .tags span {
    font-size: 12px;
  }
}
.news-d .news-d-box1 .wrap-box .tags .tags-box {
  flex: 1;
}
.news-d .news-d-box1 .wrap-box .tags a {
  display: inline-block;
  padding: 0 min(1.25vw, 24px) 0 min(1.25vw, 24px);
  margin-right: min(0.52083333vw, 10px);
  margin-bottom: min(0.3125vw, 6px);
  font-size: 14px;
  color: #0f1702;
  line-height: 34px;
  border: 1px solid #d2d2d2;
  border-radius: 16px;
}
@media (max-width:1024px) {
  .news-d .news-d-box1 .wrap-box .tags a {
    padding: 0 12px 0 12px;
  }
}
@media (max-width:1024px) {
  .news-d .news-d-box1 .wrap-box .tags a {
    margin-right: 5px;
  }
}
@media (max-width:1024px) {
  .news-d .news-d-box1 .wrap-box .tags a {
    margin-bottom: 3px;
  }
}
@media (max-width:1470px) {
  .news-d .news-d-box1 .wrap-box .tags a {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .news-d .news-d-box1 .wrap-box .tags a {
    font-size: 12px;
  }
}
.news-d .news-d-box1 .wrap-box .share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: min(0.3125vw, 6px);
}
@media (max-width:1024px) {
  .news-d .news-d-box1 .wrap-box .share {
    margin-bottom: 3px;
  }
}
.news-d .news-d-box1 .wrap-box .share span {
  margin-right: 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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #667371;
  font-size: 14px;
}
@media (max-width:1470px) {
  .news-d .news-d-box1 .wrap-box .share span {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .news-d .news-d-box1 .wrap-box .share span {
    font-size: 12px;
  }
}
.news-d .news-d-box1 .wrap-box .share .b {
  width: 36px;
  height: 36px;
  background: #d6e1e1;
  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;
  transition: all 0.5s;
  margin-right: 6px;
}
.news-d .news-d-box1 .wrap-box .share .b i {
  color: #175aa9;
  font-size: 20px;
}
@media (max-width:1600px) {
  .news-d .news-d-box1 .wrap-box .share .b i {
    font-size: 15px;
  }
}
@media (max-width:1470px) {
  .news-d .news-d-box1 .wrap-box .share .b i {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .news-d .news-d-box1 .wrap-box .share .b i {
    font-size: 12px;
  }
}
.news-d .news-d-box1 .wrap-box .share .b:hover {
  background: #175aa9;
}
.news-d .news-d-box1 .wrap-box .share .b:hover i {
  color: #fff;
}
.news-d .news-d-box1 .wrap-box .news-detail-content p {
  font-size: 16px;
  color: #000000;
  line-height: 1.95em;
  margin-bottom: 20px;
}
.news-d .news-d-box1 .wrap-box .news-detail-content p img {
	  /* width: auto !important; */
  height: auto !important;
}
@media (max-width:1470px) {
  .news-d .news-d-box1 .wrap-box .news-detail-content p {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .news-d .news-d-box1 .wrap-box .news-detail-content p img {
	  width: auto !important;
  }
}
@media (max-width:768px) {
  .news-d .news-d-box1 .wrap-box .news-detail-content p {
    font-size: 12px;
  }
}
.news-d .news-d-box1 .wrap-box .editor-pn {
  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;
  font-size: 16px;
  padding: min(1.97916667vw, 38px) 0 min(6.77083333vw, 130px);
  margin-top: min(3.90625vw, 75px);
  border-top: 1px solid #e5e5e5;
  color: #010101;
  line-height: 1.4;
  padding-bottom: 50px;
}
@media (max-width:1470px) {
  .news-d .news-d-box1 .wrap-box .editor-pn {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .news-d .news-d-box1 .wrap-box .editor-pn {
    font-size: 12px;
  }
}
@media (max-width:1024px) {
  .news-d .news-d-box1 .wrap-box .editor-pn {
    padding: 19px 0 65px 0;
  }
}
@media (max-width:1024px) {
  .news-d .news-d-box1 .wrap-box .editor-pn {
    margin-top: 37.5px;
  }
}
.news-d .news-d-box1 .wrap-box .editor-pn .editor-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 49%;
}
.news-d .news-d-box1 .wrap-box .editor-pn a {
  flex: 1;
  padding-right: 10px;
  max-width: 94%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.news-d .news-d-box1 .wrap-box .editor-pn a:hover {
  color: #175aa9;
}
.news-d .news-d-box1 .wrap-box .ul {
  margin-bottom: min(3.64583333vw, 70px);
}
@media (max-width:1024px) {
  .news-d .news-d-box1 .wrap-box .ul {
    margin-bottom: 35px;
  }
}
.news-d .news-d-box1 .wrap-box .ul .item {
  display: block;
  position: relative;
  margin-top: min(1.04166667vw, 20px);
}
@media (max-width:1024px) {
  .news-d .news-d-box1 .wrap-box .ul .item {
    margin-top: 10px;
  }
}
.news-d .news-d-box1 .wrap-box .ul .item .overtext {
  font-size: 16px;
  color: #010101;
  line-height: 1.4;
  position: relative;
  padding-left: 15px;
  padding-right: 70px;
  max-width: 94%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media (max-width:1470px) {
  .news-d .news-d-box1 .wrap-box .ul .item .overtext {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .news-d .news-d-box1 .wrap-box .ul .item .overtext {
    font-size: 12px;
  }
}
.news-d .news-d-box1 .wrap-box .ul .item .overtext::before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.news-d .news-d-box1 .wrap-box .ul .item .c-other {
  font-family: 'Euclid-Square';
  font-size: 14px;
  color: #888888;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width:1470px) {
  .news-d .news-d-box1 .wrap-box .ul .item .c-other {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .news-d .news-d-box1 .wrap-box .ul .item .c-other {
    font-size: 12px;
  }
}
.news-d .news-d-box1 .wrap-box .ul .item:hover .overtext {
  color: #175aa9;
}
.news-d .news-d-box1 .wrap-box .ul2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.news-d .news-d-box1 .wrap-box .ul2 .item {
  width: 50%;
  padding: 0 10px;
  margin-bottom: min(1.82291667vw, 35px);
}
@media (max-width:1024px) {
  .news-d .news-d-box1 .wrap-box .ul2 .item {
    margin-bottom: 17.5px;
  }
}
.news-d .news-d-box1 .wrap-box .ul2 .item .img {
  margin-bottom: min(0.72916667vw, 14px);
}
@media (max-width:1024px) {
  .news-d .news-d-box1 .wrap-box .ul2 .item .img {
    margin-bottom: 7px;
  }
}
.news-d .news-d-box1 .wrap-box .ul2 .item .img .pb {
  padding-bottom: 56.5%;
}
.news-d .news-d-box1 .wrap-box .ul2 .item .img .pb img {
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.news-d .news-d-box1 .wrap-box .ul2 .item .overtext {
  font-size: 16px;
  color: #010101;
  line-height: 1.4;
  position: relative;
  max-width: 94%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media (max-width:1470px) {
  .news-d .news-d-box1 .wrap-box .ul2 .item .overtext {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .news-d .news-d-box1 .wrap-box .ul2 .item .overtext {
    font-size: 12px;
  }
}
.news-d .news-d-box1 .wrap-box .ul2 .item:hover .overtext {
  color: #175aa9;
}
.news-d .news-d-box1 .wrap-box .ul3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-left: -40px;
  margin-right: -40px;
  margin-top: min(-1.25vw, -24px);
}
@media (max-width:1024px) {
  .news-d .news-d-box1 .wrap-box .ul3 {
    margin-top: -12px;
  }
}
.news-d .news-d-box1 .wrap-box .ul3 .item {
  width: 50%;
  padding: 0 40px;
  margin-top: min(1.25vw, 24px);
}
@media (max-width:1024px) {
  .news-d .news-d-box1 .wrap-box .ul3 .item {
    margin-top: 12px;
  }
}
.news-d .news-d-box1 .wrap-box .ul3 .item a {
  position: relative;
  display: block;
}
.news-d .news-d-box1 .wrap-box .ul3 .item .overtext {
  font-size: 16px;
  color: #010101;
  line-height: 1.4;
  position: relative;
  padding-left: 15px;
  padding-right: 70px;
  max-width: 94%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media (max-width:1470px) {
  .news-d .news-d-box1 .wrap-box .ul3 .item .overtext {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .news-d .news-d-box1 .wrap-box .ul3 .item .overtext {
    font-size: 12px;
  }
}
.news-d .news-d-box1 .wrap-box .ul3 .item .overtext::before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.news-d .news-d-box1 .wrap-box .ul3 .item .c-other {
  font-family: 'Euclid-Square';
  font-size: 14px;
  color: #888888;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width:1470px) {
  .news-d .news-d-box1 .wrap-box .ul3 .item .c-other {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .news-d .news-d-box1 .wrap-box .ul3 .item .c-other {
    font-size: 12px;
  }
}
.news-d .news-d-box1 .wrap-box .ul3 .item:hover .overtext {
  color: #175aa9;
}
@media (max-width:768px) {
  .news-d .news-d-box1 .wrap-box {
    display: block;
  }
  .news-d .news-d-box1 .wrap-box .page-titles {
    padding-bottom: 8px;
  }
  .news-d .news-d-box1 .wrap-box .le {
    width: 100%;
  }
  .news-d .news-d-box1 .wrap-box .ri {
    width: 100%;
  }
  .news-d .news-d-box1 .wrap-box .info {
    margin: 10px 0;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .news-d .news-d-box1 .wrap-box .info .time {
    width: 100%;
    clear: both;
    margin-top: 4px;
  }
  .news-d .news-d-box1 .wrap-box .info .num {
    margin: 0 0 0 20px;
  }
  .news-d .news-d-box1 .wrap-box .tags {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .news-d .news-d-box1 .wrap-box .tags span {
    line-height: 34px;
  }
  .news-d .news-d-box1 .wrap-box .tags .tags-box {
    flex: 1;
  }
  .news-d .news-d-box1 .wrap-box .tags a {
    margin-bottom: 5px;
  }
  .news-d .news-d-box1 .wrap-box .share {
    margin-top: 10px;
  }
  .news-d .news-d-box1 .wrap-box .editor-pn {
    display: block;
    width: 100%;
    padding: 20px 0 40px 0;
    margin-top: 30px;
  }
  .news-d .news-d-box1 .wrap-box .editor-pn .editor-btn {
    width: 100%;
  }
  .news-d .news-d-box1 .wrap-box .editor-pn .editor-btn.next {
    margin-top: 10px;
  }
  .news-d .news-d-box1 .wrap-box .ul {
    margin-bottom: 30px;
  }
  .news-d .news-d-box1 .wrap-box .ul3 {
    margin-bottom: 30px;
  }
  .news-d .news-d-box1 .wrap-box .ul3 .item {
    width: 100%;
  }
  .news-d .news-d-box1 .up {
    padding: 50px 0 20px 0;
  }
  .news-d .news-d-box1 .down {
    padding: 35px 0 50px;
  }
}
.brand {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.brand .brand-box1 {
  padding-bottom: min(8.85416667vw, 170px);
  padding-top: min(5.20833333vw, 100px);
  overflow: hidden;
}
@media (max-width:1024px) {
  .brand .brand-box1 {
    padding-bottom: 85px;
  }
}
@media (max-width:1024px) {
  .brand .brand-box1 {
    padding-top: 50px;
  }
}
.brand .brand-box1 .slide-box {
  position: relative;
}
.brand .brand-box1 .slide-box .brand-slide {
  padding: 20px 0;
}
.brand .brand-box1 .slide-box .brand-slide .swiper-slide {
  height: auto;
}
.brand .brand-box1 .slide-box .brand-slide .item {
  position: relative;
  height: 100%;
  display: block;
  background-color: #ebf2ef;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  padding: min(2.08333333vw, 40px) 0 min(6.25vw, 120px);
  padding-left: min(1.97916667vw, 38px);
  padding-right: min(1.97916667vw, 38px);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media (max-width:1024px) {
  .brand .brand-box1 .slide-box .brand-slide .item {
    padding: 20px 0 60px 0;
  }
}
@media (max-width:1024px) {
  .brand .brand-box1 .slide-box .brand-slide .item {
    padding-left: 19px;
  }
}
@media (max-width:1024px) {
  .brand .brand-box1 .slide-box .brand-slide .item {
    padding-right: 19px;
  }
}
.brand .brand-box1 .slide-box .brand-slide .item .ico {
  display: table-cell;
  vertical-align: middle;
  height: 4.9vw;
}
.brand .brand-box1 .slide-box .brand-slide .item .ico img {
  max-width: 66%;
}
.brand .brand-box1 .slide-box .brand-slide .item .name {
  font-size: 24px;
  color: #1f3b21;
  line-height: 1.4;
  margin-bottom: min(1.25vw, 24px);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media (max-width:1600px) {
  .brand .brand-box1 .slide-box .brand-slide .item .name {
    font-size: 22px;
  }
}
@media (max-width:1470px) {
  .brand .brand-box1 .slide-box .brand-slide .item .name {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .brand .brand-box1 .slide-box .brand-slide .item .name {
    font-size: 18px;
  }
}
@media (max-width:768px) {
  .brand .brand-box1 .slide-box .brand-slide .item .name {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .brand .brand-box1 .slide-box .brand-slide .item .name {
    margin-bottom: 12px;
  }
}
.brand .brand-box1 .slide-box .brand-slide .item .text {
  font-size: 16px;
  color: #1f3b21;
  line-height: 1.6;
  min-height: 170px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media (max-width:1470px) {
  .brand .brand-box1 .slide-box .brand-slide .item .text {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .brand .brand-box1 .slide-box .brand-slide .item .text {
    font-size: 12px;
  }
}
.brand .brand-box1 .slide-box .brand-slide .item .btn {
  width: 160px;
  height: 50px;
  border-radius: 40px;
  border: 1px solid #1f3b21;
  font-size: 16px;
  color: #1f3b21;
  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: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: min(2.08333333vw, 40px);
  margin-left: min(1.97916667vw, 38px);
  z-index: 1;
  overflow: hidden;
  transition: all 0.6s;
}
@media (max-width:1470px) {
  .brand .brand-box1 .slide-box .brand-slide .item .btn {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .brand .brand-box1 .slide-box .brand-slide .item .btn {
    font-size: 12px;
  }
}
.brand .brand-box1 .slide-box .brand-slide .item .btn i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: 19px;
  font-size: 22px;
}
.brand .brand-box1 .slide-box .brand-slide .item .btn a {
  font-size: 14px;
}
@media (max-width:1470px) {
  .brand .brand-box1 .slide-box .brand-slide .item .btn a {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .brand .brand-box1 .slide-box .brand-slide .item .btn a {
    font-size: 12px;
  }
}
@media (max-width:1150px) {
  .brand .brand-box1 .slide-box .brand-slide .item .btn {
    width: 145px;
    height: 40px;
  }
}
@media (max-width:990px) {
  .brand .brand-box1 .slide-box .brand-slide .item .btn {
    width: 125px !important;
    height: 35px !important;
  }
  .brand .brand-box1 .slide-box .brand-slide .item .btn i {
    display: none;
  }
}
@media (max-width:1024px) {
  .brand .brand-box1 .slide-box .brand-slide .item .btn {
    margin-bottom: 20px;
  }
}
@media (max-width:1024px) {
  .brand .brand-box1 .slide-box .brand-slide .item .btn {
    margin-left: 19px;
  }
}
.brand .brand-box1 .slide-box .brand-slide .item .btn::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: translateY(100%);
  border-radius: 100px 100px 0 0;
  transition: all 0.3s;
  opacity: 0.4;
  z-index: -1;
}
.brand .brand-box1 .slide-box .brand-slide .item:hover {
  background-color: #175aa9;
  transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
}
.brand .brand-box1 .slide-box .brand-slide .item:hover .ico img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.brand .brand-box1 .slide-box .brand-slide .item:hover .name,
.brand .brand-box1 .slide-box .brand-slide .item:hover .text {
  color: #fff;
}
.brand .brand-box1 .slide-box .brand-slide .item:hover .btn {
  color: white;
  border-color: white;
}
.brand .brand-box1 .slide-box .brand-slide .item:hover .btn::after {
  transform: translateY(0);
  border-radius: 0;
}
.brand .brand-box1 .slide-box .brand-slide .swiper-pagination {
  opacity: 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;
  width: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.brand .brand-box1 .slide-box .brand-slide .swiper-pagination span {
  background-color: #d2d2d2;
  opacity: 1;
  margin: 0 6px 0 0;
}
.brand .brand-box1 .slide-box .brand-slide .swiper-pagination span.swiper-pagination-bullet-active {
  border: 2px solid #175aa9;
  background-color: transparent;
}
.brand .brand-box1 .slide-box .swiper-button-ico {
  width: 48px;
  height: 48px;
  display: block;
  background: #a7c7b8;
  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;
  color: #175aa9;
  cursor: pointer;
  transition: all 0.3s;
  opacity: 1;
  z-index: 9;
  pointer-events: inherit;
}
.brand .brand-box1 .slide-box .swiper-button-ico.swiper-button-prev {
  left: -88px;
}
.brand .brand-box1 .slide-box .swiper-button-ico.swiper-button-next {
  right: -88px;
}
.brand .brand-box1 .slide-box .swiper-button-ico:hover {
  background: #175aa9;
  color: white;
}
.brand .brand-box1 .slide-box .swiper-button-ico::after {
  display: none;
}
@media (max-width:1800px) {
  .brand .brand-box1 .slide-box .swiper-button-ico.swiper-button-next {
    right: -27px;
  }
  .brand .brand-box1 .slide-box .swiper-button-ico.swiper-button-prev {
    left: -27px;
  }
}
@media (max-width:1600px) {
  .brand .brand-box1 .slide-box .brand-slide .item .text {
    min-height: 110px;
  }
}
@media (max-width:1200px) {
  .brand .brand-box1 {
    margin-top: 0;
    padding-bottom: 40px;
  }
  .brand .brand-box1 .slide-box .brand-slide .item .text {
    min-height: 110px;
  }
  .brand .brand-box1 .slide-box .brand-slide .item:hover {
    transform: none;
    -webkit-transform: none;
  }
  .brand .brand-box1 .slide-box .brand-slide .swiper-pagination {
    opacity: 1;
  }
  .brand .brand-box1 .slide-box .swiper-button-ico {
    display: none;
  }
}
@media (max-width:768px) {
  .brand .brand-box1 .slide-box {
    margin-right: -20px;
  }
  .brand .brand-box1 .slide-box .brand-slide .swiper-slide {
    width: 260px;
  }
  .brand .brand-box1 .slide-box .brand-slide .swiper-slide .item .ico {
    height: 40px;
  }
  .brand .brand-box1 .slide-box .brand-slide .swiper-slide .item .ico img {
    max-width: 100%;
  }
  .brand .brand-box1 .slide-box .brand-slide .swiper-slide .item .name {
    margin-top: 4px;
  }
  .brand .brand-box1 .slide-box .brand-slide .swiper-slide .item .btn::after {
    background: #175aa9;
    opacity: 1;
  }
  .brand .brand-box1 .slide-box .brand-slide .swiper-slide .item .btn:hover {
    border-color: #ebf2ef;
    color: white;
  }
  .brand .brand-box1 .slide-box .brand-slide .swiper-slide .item .btn:hover::after {
    transform: translateY(0);
    border-radius: 0;
  }
  .brand .brand-box1 .slide-box .brand-slide .swiper-slide .item:hover {
    background-color: #ebf2ef;
    transform: inherit;
    -webkit-transform: inherit;
  }
  .brand .brand-box1 .slide-box .brand-slide .swiper-slide .item:hover .ico img {
    -webkit-filter: none;
    filter: none;
  }
  .brand .brand-box1 .slide-box .brand-slide .swiper-slide .item:hover .name,
  .brand .brand-box1 .slide-box .brand-slide .swiper-slide .item:hover .text {
    color: #1f3b21;
  }
  .brand .brand-box1 .slide-box .brand-slide .swiper-slide .item:hover .btn {
    color: #1f3b21;
    border-color: #1f3b21;
  }
  .brand .brand-box1 .slide-box .brand-slide .swiper-slide .item:hover .btn::after {
    transform: translateY(100%);
    border-radius: 100px 100px 0 0;
  }
}
.brand .page-ban .idx_title {
  position: static !important;
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  padding-top: min(2.60416667vw, 50px);
}
@media (max-width:1024px) {
  .brand .page-ban .idx_title {
    padding-top: 25px;
  }
}
.brand .page-ban .img img {
  position: absolute;
  opacity: 0;
}
.brand .page-ban .img .w1600 {
  position: static !important;
}
@media (max-width: 768px) {
  .brand .page-ban {
    height: auto !important;
    margin-top: 20px;
  }
}
@media (max-width:768px) {
  .brand .page-ban {
    margin-top: 0;
  }
}
.brand-list .tip-nav .list-nav a:first-child {
  padding-left: 30px;
  background: url(../images/home-ico.svg) no-repeat left center;
}
.brand-list .brand-list-box1 .up {
  background-color: #ebf2ef;
  padding: min(3.125vw, 60px) 0 min(3.125vw, 60px);
}
@media (max-width:1024px) {
  .brand-list .brand-list-box1 .up {
    padding: 30px 0 30px 0;
  }
}
.brand-list .brand-list-box1 .down {
  padding: min(3.125vw, 60px) 0 min(9.375vw, 180px);
}
@media (max-width:1024px) {
  .brand-list .brand-list-box1 .down {
    padding: 30px 0 90px 0;
  }
}
.brand-list .brand-list-box1 .wrap-box {
  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;
}
.brand-list .brand-list-box1 .wrap-box .le {
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  order: 1;
}
.brand-list .brand-list-box1 .wrap-box .text {
  margin-top: min(1.66666667vw, 32px);
  max-width: 65%;
}
@media (max-width:1024px) {
  .brand-list .brand-list-box1 .wrap-box .text {
    margin-top: 16px;
  }
}
.brand-list .brand-list-box1 .wrap-box .text p {
  font-size: 18px;
  color: #000000;
  line-height: 1.4;
}
@media (max-width:1470px) {
  .brand-list .brand-list-box1 .wrap-box .text p {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .brand-list .brand-list-box1 .wrap-box .text p {
    font-size: 12px;
  }
}
.brand-list .brand-list-box1 .wrap-box .ico {
  width: 30%;
  background-color: #ffffff;
  border-radius: 20px;
  order: 2;
}
.brand-list .brand-list-box1 .wrap-box .ico .pb {
  padding-bottom: 54%;
}
.brand-list .brand-list-box1 .wrap-box .ico .pb img {
  width: 60%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.brand-list .brand-list-box1 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
}
.brand-list .brand-list-box1 .list .item {
  width: 25%;
  padding: 0 16px;
  margin-bottom: min(3.64583333vw, 70px);
  text-align: center;
}
@media (max-width:1024px) {
  .brand-list .brand-list-box1 .list .item {
    margin-bottom: 35px;
  }
}
.brand-list .brand-list-box1 .list .item .img {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: min(1.14583333vw, 22px);
  background-color: #f5f5f5;
}
@media (max-width:1024px) {
  .brand-list .brand-list-box1 .list .item .img {
    margin-bottom: 11px;
  }
}
.brand-list .brand-list-box1 .list .item .img .pb {
  padding-bottom: 101%;
}
.brand-list .brand-list-box1 .list .item .img .pb img {
  mix-blend-mode: darken;
}
.brand-list .brand-list-box1 .list .item .text {
  width: 100%;
  padding: 0 10px;
  font-size: 18px;
  color: #000000;
  line-height: 1.4;
  position: relative;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media (max-width:1470px) {
  .brand-list .brand-list-box1 .list .item .text {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .brand-list .brand-list-box1 .list .item .text {
    font-size: 12px;
  }
}
.brand-list .brand-list-box1 .list .item:hover .text {
  color: #175aa9;
}
@media (max-width:1200px) {
  .brand-list .brand-list-box1 .list {
    margin-left: -7px;
    margin-right: -7px;
  }
  .brand-list .brand-list-box1 .list .item {
    padding: 0 7px;
  }
  .brand-list .brand-list-box1 .down {
    padding: 40px 0 50px;
  }
  .brand-list .brand-list-box1 .pager_in {
    margin-top: 0;
  }
}
@media (max-width:768px) {
  .brand-list .brand-list-box1 .wrap-box {
    display: block;
  }
  .brand-list .brand-list-box1 .wrap-box .le {
    width: 100%;
    margin-top: 20px;
  }
  .brand-list .brand-list-box1 .wrap-box .text {
    max-width: 100%;
    margin-top: 10px;
  }
  .brand-list .brand-list-box1 .wrap-box .ico {
    width: 50%;
  }
  .brand-list .brand-list-box1 .wrap-box .ico .pb img {
    width: 50%;
  }
  .brand-list .brand-list-box1 .list .item {
    width: 50%;
  }
}
.brand-d .tip-nav .list-nav a:first-child {
  padding-left: 30px;
  background: url(../images/home-ico.svg) no-repeat left center;
}
.brand-d .brand-d-box1 {
  background-color: #f5f5f5;
  padding: min(3.125vw, 60px) 0 min(3.125vw, 60px);
}
@media (max-width:1024px) {
  .brand-d .brand-d-box1 {
    padding: 30px 0 30px 0;
  }
}
.brand-d .brand-d-box1 .wrap-box {
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  padding: min(2.86458333vw, 55px) 0 min(3.125vw, 60px);
  padding-left: min(3.64583333vw, 70px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width:1024px) {
  .brand-d .brand-d-box1 .wrap-box {
    padding: 27.5px 0 30px 0;
  }
}
@media (max-width:1024px) {
  .brand-d .brand-d-box1 .wrap-box {
    padding-left: 35px;
  }
}
.brand-d .brand-d-box1 .wrap-box .ri {
  width: 52.1%;
}
.brand-d .brand-d-box1 .wrap-box .ico {
  width: 43.2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.brand-d .brand-d-box1 .wrap-box .item {
  border-bottom: 1px solid #e5e5e5;
  padding: 0 min(1.875vw, 36px) 0 min(1.875vw, 36px);
  padding-top: min(1.66666667vw, 32px);
  padding-bottom: min(1.66666667vw, 32px);
}
@media (max-width:1024px) {
  .brand-d .brand-d-box1 .wrap-box .item {
    padding: 0 18px 0 18px;
  }
}
@media (max-width:1024px) {
  .brand-d .brand-d-box1 .wrap-box .item {
    padding-top: 16px;
  }
}
@media (max-width:1024px) {
  .brand-d .brand-d-box1 .wrap-box .item {
    padding-bottom: 16px;
  }
}
.brand-d .brand-d-box1 .wrap-box .item h1 {
  font-size: 36px;
  color: #000000;
  line-height: 1.4;
}
@media (max-width:1600px) {
  .brand-d .brand-d-box1 .wrap-box .item h1 {
    font-size: 32px;
  }
}
@media (max-width:1470px) {
  .brand-d .brand-d-box1 .wrap-box .item h1 {
    font-size: 28px;
  }
}
@media (max-width:1024px) {
  .brand-d .brand-d-box1 .wrap-box .item h1 {
    font-size: 24px;
  }
}
@media (max-width:768px) {
  .brand-d .brand-d-box1 .wrap-box .item h1 {
    font-size: 20px;
  }
}
.brand-d .brand-d-box1 .wrap-box .item p {
  font-size: 16px;
  color: #000000;
  line-height: 1.4;
}
@media (max-width:1470px) {
  .brand-d .brand-d-box1 .wrap-box .item p {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .brand-d .brand-d-box1 .wrap-box .item p {
    font-size: 12px;
  }
}
.brand-d .brand-d-box1 .wrap-box .item .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-size: 16px;
  color: #000000;
  line-height: 1.4;
}
@media (max-width:1470px) {
  .brand-d .brand-d-box1 .wrap-box .item .inner {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .brand-d .brand-d-box1 .wrap-box .item .inner {
    font-size: 12px;
  }
}
.brand-d .brand-d-box1 .wrap-box .item .inner .subtitle {
  font-weight: bold;
}
.brand-d .brand-d-box1 .wrap-box .item .inner .subtext {
  flex: 1;
}
.brand-d .brand-d-box1 .wrap-box .item .inner .subtext li p {
  position: relative;
  padding-left: 14px;
}
.brand-d .brand-d-box1 .wrap-box .item .inner .subtext li p::before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  top: 0.5vw;
  left: 0;
}
.brand-d .brand-d-box1 .wrap-box .item:first-child {
  padding-top: 0;
  padding-bottom: min(2.60416667vw, 50px);
}
@media (max-width:1024px) {
  .brand-d .brand-d-box1 .wrap-box .item:first-child {
    padding-bottom: 25px;
  }
}
.brand-d .brand-d-box1 .wrap-box .item:nth-child(n+3) .inner {
  display: block;
}
.brand-d .brand-d-box1 .wrap-box .item:nth-child(n+3) .inner .subtitle {
  margin-bottom: min(0.41666667vw, 8px);
}
@media (max-width:1024px) {
  .brand-d .brand-d-box1 .wrap-box .item:nth-child(n+3) .inner .subtitle {
    margin-bottom: 4px;
  }
}
.brand-d .brand-d-box1 .wrap-box .btn {
  width: 160px;
  height: 50px;
  border-radius: 40px;
  border: 1px solid #175aa9;
  font-size: 14px;
  color: #175aa9;
  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: min(2.60416667vw, 50px);
  margin-left: min(1.875vw, 36px);
  background-color: #175aa9;
  color: #fff;
  z-index: 1;
  overflow: hidden;
  transition: all 2s;
  cursor: pointer;
}
@media (max-width:1470px) {
  .brand-d .brand-d-box1 .wrap-box .btn {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .brand-d .brand-d-box1 .wrap-box .btn {
    font-size: 12px;
  }
}
.brand-d .brand-d-box1 .wrap-box .btn i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: 19px;
  font-size: 22px;
}
.brand-d .brand-d-box1 .wrap-box .btn a {
  font-size: 14px;
}
@media (max-width:1470px) {
  .brand-d .brand-d-box1 .wrap-box .btn a {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .brand-d .brand-d-box1 .wrap-box .btn a {
    font-size: 12px;
  }
}
@media (max-width:1150px) {
  .brand-d .brand-d-box1 .wrap-box .btn {
    width: 145px;
    height: 40px;
  }
}
@media (max-width:990px) {
  .brand-d .brand-d-box1 .wrap-box .btn {
    width: 125px !important;
    height: 35px !important;
  }
  .brand-d .brand-d-box1 .wrap-box .btn i {
    display: none;
  }
}
@media (max-width:1024px) {
  .brand-d .brand-d-box1 .wrap-box .btn {
    margin-top: 25px;
  }
}
@media (max-width:1024px) {
  .brand-d .brand-d-box1 .wrap-box .btn {
    margin-left: 18px;
  }
}
.brand-d .brand-d-box1 .wrap-box::before {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #e5e5e5;
  position: absolute;
  left: 50%;
  top: 0;
}
@media (max-width:1470px) {
  .brand-d .brand-d-box1 .wrap-box .item .inner .subtext li p::before {
    top: 6px;
  }
}
@media (max-width:768px) {
  .brand-d .brand-d-box1 .wrap-box {
    display: block;
    padding: 20px;
  }
  .brand-d .brand-d-box1 .wrap-box::before {
    display: none;
  }
  .brand-d .brand-d-box1 .wrap-box .ico {
    width: 50%;
    margin: auto;
  }
  .brand-d .brand-d-box1 .wrap-box .ri {
    width: 100%;
    margin-top: 10px;
  }
  .brand-d .brand-d-box1 .wrap-box .item {
    padding: 16px 0;
  }
}
.brand-d .brand-d-box2 {
  padding: min(4.89583333vw, 94px) 0 min(5.20833333vw, 100px);
}
@media (max-width:1024px) {
  .brand-d .brand-d-box2 {
    padding: 47px 0 50px 0;
  }
}
.brand-d .brand-d-box2 .brand-title {
  padding-bottom: min(1.875vw, 36px);
  margin-bottom: min(1.82291667vw, 35px);
  border-bottom: 1px solid #e5e5e5;
  font-size: 36px;
  color: #000000;
  line-height: 1;
}
@media (max-width:1024px) {
  .brand-d .brand-d-box2 .brand-title {
    padding-bottom: 18px;
  }
}
@media (max-width:1024px) {
  .brand-d .brand-d-box2 .brand-title {
    margin-bottom: 17.5px;
  }
}
@media (max-width:1600px) {
  .brand-d .brand-d-box2 .brand-title {
    font-size: 32px;
  }
}
@media (max-width:1470px) {
  .brand-d .brand-d-box2 .brand-title {
    font-size: 28px;
  }
}
@media (max-width:1024px) {
  .brand-d .brand-d-box2 .brand-title {
    font-size: 24px;
  }
}
@media (max-width:768px) {
  .brand-d .brand-d-box2 .brand-title {
    font-size: 20px;
  }
}
.brand-d .brand-d-box2 .brand-detail-content {
  max-width: 64%;
  margin: auto;
  text-align: center;
}
.brand-d .brand-d-box2 .brand-detail-content p {
  font-size: 16px;
  color: #000000;
  line-height: 1.95em;
  margin-bottom: 20px;
}
.brand-d .brand-d-box2 .brand-detail-content p  img {
width: auto  !important;height: auto  !important;
}
@media (max-width:1470px) {
  .brand-d .brand-d-box2 .brand-detail-content p {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .brand-d .brand-d-box2 .brand-detail-content p {
    font-size: 12px;
  }
}
@media (max-width:1200px) {
  .brand-d .brand-d-box2 {
    padding: 50px 0;
  }
  .brand-d .brand-d-box2 .brand-detail-content {
    max-width: 100%;
    text-align: left;
  }
}
.support .support-box1 {
  padding: min(4.94791667vw, 95px) 0 min(10.41666667vw, 200px);
}
@media (max-width:1024px) {
  .support .support-box1 {
    padding: 47.5px 0 100px 0;
  }
}
.support .support-box1 .page-tip {
  overflow: hidden;
  margin-bottom: min(2.60416667vw, 50px);
  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;
}
@media (max-width:1024px) {
  .support .support-box1 .page-tip {
    margin-bottom: 25px;
  }
}
.support .support-box1 .page-tip .ri {
  width: 80%;
}
.support .support-box1 .page-tip .tabBox {
  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;
}
.support .support-box1 .page-tip .tab-name {
  font-size: 0;
  overflow: visible;
  position: relative;
}
.support .support-box1 .page-tip .tab-name a {
  width: 160px;
  height: 50px;
  border-radius: 40px;
  border: 1px solid #e5e5e5;
  font-size: 16px;
  color: #000;
  display: inline-block;
  width: 120px;
  line-height: 50px;
  text-align: center;
  margin-right: min(1.04166667vw, 20px);
  margin-bottom: min(0.52083333vw, 10px);
  color: #0f1702;
  border: 1px solid #0f1702;
  position: relative;
  overflow: hidden;
  transition: all 2s;
  cursor: pointer;
}
@media (max-width:1470px) {
  .support .support-box1 .page-tip .tab-name a {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .support .support-box1 .page-tip .tab-name a {
    font-size: 12px;
  }
}
.support .support-box1 .page-tip .tab-name a i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: 19px;
  font-size: 22px;
}
.support .support-box1 .page-tip .tab-name a a {
  font-size: 14px;
}
@media (max-width:1470px) {
  .support .support-box1 .page-tip .tab-name a a {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .support .support-box1 .page-tip .tab-name a a {
    font-size: 12px;
  }
}
@media (max-width:1150px) {
  .support .support-box1 .page-tip .tab-name a {
    width: 145px;
    height: 40px;
  }
}
@media (max-width:990px) {
  .support .support-box1 .page-tip .tab-name a {
    width: 125px !important;
    height: 35px !important;
  }
  .support .support-box1 .page-tip .tab-name a i {
    display: none;
  }
}
@media (max-width:1024px) {
  .support .support-box1 .page-tip .tab-name a {
    margin-right: 10px;
  }
}
@media (max-width:1024px) {
  .support .support-box1 .page-tip .tab-name a {
    margin-bottom: 5px;
  }
}
.support .support-box1 .page-tip .tab-name a::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #175aa9;
  transform: translateY(100%);
  border-radius: 100px 100px 0 0;
  transition: all 0.3s;
  z-index: -1;
}
.support .support-box1 .page-tip .tab-name a:hover,
.support .support-box1 .page-tip .tab-name a.on {
  color: white;
  border: 1px solid transparent;
}
.support .support-box1 .page-tip .tab-name a:hover::after,
.support .support-box1 .page-tip .tab-name a.on::after {
  background-color: #175aa9;
  transform: translateY(0);
  border-radius: 0;
}
.support .support-box1 .page-tip .tab-name a:last-child {
  margin-right: 0;
}
.support .support-box1 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
}
.support .support-box1 .list .item {
  width: 25%;
  padding: 0 16px;
  margin-bottom: min(3.64583333vw, 70px);
  text-align: center;
}
@media (max-width:1024px) {
  .support .support-box1 .list .item {
    margin-bottom: 35px;
  }
}
.support .support-box1 .list .item .img {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: min(1.14583333vw, 22px);
  background-color: #f5f5f5;
}
@media (max-width:1024px) {
  .support .support-box1 .list .item .img {
    margin-bottom: 11px;
  }
}
.support .support-box1 .list .item .img .pb {
  padding-bottom: 101%;
}
.support .support-box1 .list .item .img .pb img {
  mix-blend-mode: darken;
  width: 28%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.support .support-box1 .list .item .text {
  width: 100%;
  padding: 0 10px;
  font-size: 18px;
  color: #000000;
  line-height: 1.4;
  position: relative;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media (max-width:1470px) {
  .support .support-box1 .list .item .text {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .support .support-box1 .list .item .text {
    font-size: 12px;
  }
}
.support .support-box1 .list .item:hover .text {
  color: #175aa9;
}
@media (max-width:1200px) {
  .support .support-box1 {
    padding: 50px 0;
  }
  .support .support-box1 .page-tip {
    display: block;
  }
  .support .support-box1 .page-tip .ri {
    width: 100%;
    margin-top: 20px;
  }
  .support .support-box1 .page-tip .tabBox {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: scroll;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .support .support-box1 .page-tip .tabBox::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #ededed;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0;
    display: none;
  }
  .support .support-box1 .page-tip .tabBox::-webkit-scrollbar-thumb {
    background-color: #076ebe;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0;
    display: none;
  }
  .support .support-box1 .pager_in {
    margin-top: 0;
  }
  .support .support-box1 .list {
    margin-left: -7px;
    margin-right: -7px;
  }
  .support .support-box1 .list .item {
    padding: 0 7px;
  }
}
@media (max-width:1150px) {
  .support .support-box1 .page-tip .tab-name a {
    line-height: 40px;
  }
}
@media (max-width:990px) {
  .support .support-box1 .page-tip .tab-name a {
    line-height: 35px;
  }
}
@media (max-width:768px) {
  .support .support-box1 .list .item {
    width: 50%;
  }
}
.brand-d.support-d .brand-d-box1 .wrap-box .ico img {
  width: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.brand-d.support-d .brand-d-box1 .wrap-box .item .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.brand-d.support-d .brand-d-box1 .wrap-box .item:nth-child(n+5) .inner {
  display: block;
}
.brand-d.support-d .brand-d-box1 .wrap-box a {
  width: 160px;
  height: 50px;
  border-radius: 40px;
  border: 1px solid #175aa9;
  font-size: 14px;
  color: #175aa9;
  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-color: transparent;
  position: relative;
  overflow: hidden;
  transition: all 2s;
  cursor: pointer;
}
@media (max-width:1470px) {
  .brand-d.support-d .brand-d-box1 .wrap-box a {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .brand-d.support-d .brand-d-box1 .wrap-box a {
    font-size: 12px;
  }
}
.brand-d.support-d .brand-d-box1 .wrap-box a i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: 19px;
  font-size: 22px;
}
.brand-d.support-d .brand-d-box1 .wrap-box a a {
  font-size: 14px;
}
@media (max-width:1470px) {
  .brand-d.support-d .brand-d-box1 .wrap-box a a {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .brand-d.support-d .brand-d-box1 .wrap-box a a {
    font-size: 12px;
  }
}
@media (max-width:1150px) {
  .brand-d.support-d .brand-d-box1 .wrap-box a {
    width: 145px;
    height: 40px;
  }
}
@media (max-width:990px) {
  .brand-d.support-d .brand-d-box1 .wrap-box a {
    width: 125px !important;
    height: 35px !important;
  }
  .brand-d.support-d .brand-d-box1 .wrap-box a i {
    display: none;
  }
}
.brand-d.support-d .brand-d-box1 .wrap-box a::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #175aa9;
  transform: translateY(100%);
  border-radius: 100px 100px 0 0;
  transition: all 0.3s;
  z-index: -1;
}
.brand-d.support-d .brand-d-box1 .wrap-box a:hover,
.brand-d.support-d .brand-d-box1 .wrap-box a.on {
  color: white;
  border: 1px solid transparent;
}
.brand-d.support-d .brand-d-box1 .wrap-box a:hover::after,
.brand-d.support-d .brand-d-box1 .wrap-box a.on::after {
  background-color: #175aa9;
  transform: translateY(0);
  border-radius: 0;
}
.factory .factory-public-box .wrap-box {
  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;
}
.factory .factory-public-box .wrap-box .le {
  width: 30%;
}
.factory .factory-public-box .wrap-box .ri {
  width: 70%;
}
.factory .factory-public-box .wrap-box .page-title {
  margin-bottom: min(3.125vw, 60px);
}
@media (max-width:1024px) {
  .factory .factory-public-box .wrap-box .page-title {
    margin-bottom: 30px;
  }
}
.factory .factory-public-box .tab-name {
  position: relative;
  padding-bottom: min(2.60416667vw, 50px);
}
@media (max-width:1024px) {
  .factory .factory-public-box .tab-name {
    padding-bottom: 25px;
  }
}
.factory .factory-public-box .tab-name a {
  padding-left: min(2.08333333vw, 40px);
  font-size: 16px;
  margin-bottom: min(0.3125vw, 6px);
  color: #000000;
  line-height: 54px;
  display: block;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media (max-width:1024px) {
  .factory .factory-public-box .tab-name a {
    padding-left: 20px;
  }
}
@media (max-width:1470px) {
  .factory .factory-public-box .tab-name a {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .factory .factory-public-box .tab-name a {
    font-size: 12px;
  }
}
@media (max-width:1024px) {
  .factory .factory-public-box .tab-name a {
    margin-bottom: 3px;
  }
}
.factory .factory-public-box .tab-name a::before {
  content: '';
  width: 0;
  height: 100%;
  background-color: #175aa9;
  background: -webkit-linear-gradient(90deg, #175aa9 0%, #fff 74%);
  background: -moz-linear-gradient(90deg, #175aa9 0%, #fff 74%);
  background: -o-linear-gradient(90deg, #175aa9 0%, #fff 74%);
  background: -ms-linear-gradient(90deg, #175aa9 0%, #fff 74%);
  background: linear-gradient(90deg, #175aa9 0%, #fff 74%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.factory .factory-public-box .tab-name a.on {
  color: #fff;
}
.factory .factory-public-box .tab-name a.on::before {
  width: 100%;
}
.factory .factory-public-box .tab-name::before {
  content: '';
  width: 2px;
  height: 100%;
  background-color: #e5e5e5;
  background: -webkit-linear-gradient(180deg, #e5e5e5 0%, #fff 100%);
  background: -moz-linear-gradient(180deg, #e5e5e5 0%, #fff 100%);
  background: -o-linear-gradient(180deg, #e5e5e5 0%, #fff 100%);
  background: -ms-linear-gradient(180deg, #e5e5e5 0%, #fff 100%);
  background: linear-gradient(180deg, #e5e5e5 0%, #fff 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media (max-width:1200px) {
  .factory .factory-public-box .wrap-box {
    display: block;
  }
  .factory .factory-public-box .wrap-box .le {
    width: 100% !important;
  }
  .factory .factory-public-box .wrap-box .ri {
    width: 100% !important;
  }
  .factory .factory-public-box .page-tab-line {
    position: relative;
    margin-bottom: 30px;
  }
  .factory .factory-public-box .page-tab-line::before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .factory .factory-public-box .page-tab-box {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: scroll;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .factory .factory-public-box .page-tab-box::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #ededed;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0;
    display: none;
  }
  .factory .factory-public-box .page-tab-box::-webkit-scrollbar-thumb {
    background-color: #076ebe;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0;
    display: none;
  }
  .factory .factory-public-box .tab-name {
    font-size: 0;
    overflow: visible;
    position: relative;
    padding-bottom: 0;
  }
  .factory .factory-public-box .tab-name a {
    line-height: 1.4;
    display: inline-block;
    padding-left: 0;
    margin-right: 24px;
    margin-bottom: 0;
    padding-bottom: 8px;
  }
  .factory .factory-public-box .tab-name a::before {
    height: 1px;
    top: auto;
    bottom: 0;
    background: #175aa9;
  }
  .factory .factory-public-box .tab-name a.on {
    color: #175aa9;
  }
  .factory .factory-public-box .tab-name::before {
    display: none;
  }
}
.factory .factory-box1 {
  padding-top: min(7.29166667vw, 140px);
}
@media (max-width:1024px) {
  .factory .factory-box1 {
    padding-top: 70px;
  }
}
.factory .factory-box1 .wrap-box {
  padding-bottom: min(6.77083333vw, 130px);
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width:1024px) {
  .factory .factory-box1 .wrap-box {
    padding-bottom: 65px;
  }
}
.factory .factory-box1 .wrap-box .tab-box img {
  border-radius: 20px;
}
.factory .factory-box1 .wrap-box .tab-box h5 {
  font-size: 24px;
  color: #000000;
  line-height: 1.4;
  margin: min(2.60416667vw, 50px) 0 min(1.45833333vw, 28px);
}
@media (max-width:1600px) {
  .factory .factory-box1 .wrap-box .tab-box h5 {
    font-size: 22px;
  }
}
@media (max-width:1470px) {
  .factory .factory-box1 .wrap-box .tab-box h5 {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .factory .factory-box1 .wrap-box .tab-box h5 {
    font-size: 18px;
  }
}
@media (max-width:768px) {
  .factory .factory-box1 .wrap-box .tab-box h5 {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .factory .factory-box1 .wrap-box .tab-box h5 {
    margin: 25px 0 14px;
  }
}
.factory .factory-box1 .wrap-box .tab-box p {
  font-size: 16px;
  color: #000000;
  line-height: 1.95em;
  margin-bottom: 20px;
}
@media (max-width:1470px) {
  .factory .factory-box1 .wrap-box .tab-box p {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .factory .factory-box1 .wrap-box .tab-box p {
    font-size: 12px;
  }
}
@media (max-width:1200px) {
  .factory .factory-box1 {
    padding-top: 50px;
  }
  .factory .factory-box1 .wrap-box {
    padding-bottom: 50px;
  }
}
.factory .factory-box2 .page-titles {
  margin: min(3.90625vw, 75px) 0 min(3.64583333vw, 70px);
}
@media (max-width:1024px) {
  .factory .factory-box2 .page-titles {
    margin: 37.5px 0 35px;
  }
}
.factory .factory-box2 .page-titles .name {
  color: #175aa9;
}
.factory .factory-box2 .imgbg {
  margin-bottom: min(2.86458333vw, 55px);
  position: relative;
}
@media (max-width:1024px) {
  .factory .factory-box2 .imgbg {
    margin-bottom: 27.5px;
  }
}
.factory .factory-box2 .wrap-box {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  grid-gap: 0 5%;
}
.factory .factory-box2 .wrap-box .le {
  width: auto;
  flex-shrink: 0;
}
.factory .factory-box2 .wrap-box .ri {
  width: auto;
}
.factory .factory-box2 .wrap-box .factory-box2-content {
  margin-bottom: min(4.6875vw, 90px);
}
@media (max-width:1024px) {
  .factory .factory-box2 .wrap-box .factory-box2-content {
    margin-bottom: 45px;
  }
}
.factory .factory-box2 .wrap-box .factory-box2-content h5 {
  font-size: 18px;
  color: #000000;
  line-height: 1.4em;
  margin-bottom: 4px;
}
@media (max-width:1470px) {
  .factory .factory-box2 .wrap-box .factory-box2-content h5 {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .factory .factory-box2 .wrap-box .factory-box2-content h5 {
    font-size: 12px;
  }
}
.factory .factory-box2 .wrap-box .factory-box2-content p {
  font-size: 16px;
  color: #000000;
  line-height: 1.95em;
  margin-bottom: 20px;
}
@media (max-width:1470px) {
  .factory .factory-box2 .wrap-box .factory-box2-content p {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .factory .factory-box2 .wrap-box .factory-box2-content p {
    font-size: 12px;
  }
}
.factory .factory-box2 .wrap-box .ico-info {
  text-align: center;
  display: inline-block;
}
.factory .factory-box2 .wrap-box .ico-info .ico img {
  max-width: 160px;
}
.factory .factory-box2 .wrap-box .ico-info .ico-text {
  font-size: 24px;
  color: #000;
  line-height: 1.4;
  margin-top: min(0.52083333vw, 10px);
}
@media (max-width:1600px) {
  .factory .factory-box2 .wrap-box .ico-info .ico-text {
    font-size: 22px;
  }
}
@media (max-width:1470px) {
  .factory .factory-box2 .wrap-box .ico-info .ico-text {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .factory .factory-box2 .wrap-box .ico-info .ico-text {
    font-size: 18px;
  }
}
@media (max-width:768px) {
  .factory .factory-box2 .wrap-box .ico-info .ico-text {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .factory .factory-box2 .wrap-box .ico-info .ico-text {
    margin-top: 5px;
  }
}
.factory .factory-box2 .wrap-box .item {
  margin-bottom: min(2.60416667vw, 50px);
  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;
}
@media (max-width:1024px) {
  .factory .factory-box2 .wrap-box .item {
    margin-bottom: 25px;
  }
}
.factory .factory-box2 .wrap-box .item .img {
  width: 36.6%;
}
.factory .factory-box2 .wrap-box .item .img .pb {
  padding-bottom: 89.5%;
}
.factory .factory-box2 .wrap-box .item .img .pb img {
  border-radius: 20px;
}
.factory .factory-box2 .wrap-box .item .textbox {
  width: 55.8%;
}
.factory .factory-box2 .wrap-box .item .textbox .title {
  font-size: 24px;
  color: #000000;
  line-height: 1.4;
  margin: min(1.77083333vw, 34px) 0 min(0.52083333vw, 10px);
}
@media (max-width:1600px) {
  .factory .factory-box2 .wrap-box .item .textbox .title {
    font-size: 22px;
  }
}
@media (max-width:1470px) {
  .factory .factory-box2 .wrap-box .item .textbox .title {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .factory .factory-box2 .wrap-box .item .textbox .title {
    font-size: 18px;
  }
}
@media (max-width:768px) {
  .factory .factory-box2 .wrap-box .item .textbox .title {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .factory .factory-box2 .wrap-box .item .textbox .title {
    margin: 17px 0 5px;
  }
}
.factory .factory-box2 .wrap-box .item .textbox .info {
  font-family: 'Euclid-Square';
  font-size: 24px;
  color: #000000;
  line-height: 1.4;
  margin-bottom: min(1.45833333vw, 28px);
}
@media (max-width:1600px) {
  .factory .factory-box2 .wrap-box .item .textbox .info {
    font-size: 22px;
  }
}
@media (max-width:1470px) {
  .factory .factory-box2 .wrap-box .item .textbox .info {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .factory .factory-box2 .wrap-box .item .textbox .info {
    font-size: 18px;
  }
}
@media (max-width:768px) {
  .factory .factory-box2 .wrap-box .item .textbox .info {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .factory .factory-box2 .wrap-box .item .textbox .info {
    margin-bottom: 14px;
  }
}
.factory .factory-box2 .wrap-box .item .textbox .text {
  font-size: 16px;
  color: #000000;
  line-height: 1.6;
}
@media (max-width:1470px) {
  .factory .factory-box2 .wrap-box .item .textbox .text {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .factory .factory-box2 .wrap-box .item .textbox .text {
    font-size: 12px;
  }
}
.factory .factory-box2 .wrap-box .item .textbox .text p {
  margin-bottom: min(0.3125vw, 6px);
}
@media (max-width:1024px) {
  .factory .factory-box2 .wrap-box .item .textbox .text p {
    margin-bottom: 3px;
  }
}
.factory .factory-box2 .tab-name {
  position: relative;
  font-size: 0;
  margin-bottom: min(3.125vw, 60px);
}
@media (max-width:1024px) {
  .factory .factory-box2 .tab-name {
    margin-bottom: 30px;
  }
}
.factory .factory-box2 .tab-name a {
  font-size: 16px;
  color: #000;
  line-height: 1.4;
  padding-bottom: min(0.83333333vw, 16px);
  padding-right: min(1.66666667vw, 32px);
  position: relative;
  display: inline-block;
}
@media (max-width:1470px) {
  .factory .factory-box2 .tab-name a {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .factory .factory-box2 .tab-name a {
    font-size: 12px;
  }
}
@media (max-width:1024px) {
  .factory .factory-box2 .tab-name a {
    padding-bottom: 8px;
  }
}
@media (max-width:1024px) {
  .factory .factory-box2 .tab-name a {
    padding-right: 16px;
  }
}
.factory .factory-box2 .tab-name a::before {
  content: '';
  width: 0;
  height: 1px;
  background-color: #175aa9;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.factory .factory-box2 .tab-name a.on {
  color: #175aa9;
}
.factory .factory-box2 .tab-name a.on::before {
  width: 100%;
}
.factory .factory-box2 .tab-name::before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  position: absolute;
  left: 0;
  bottom: 0;
}
.factory .factory-box2 .factory-box2-box2 .ico-info .ico img {
  max-width: 222px;
}
@media (max-width:1366px) {
  .factory .factory-box2 .wrap-box .item .textbox {
    width: 59.8%;
  }
}
@media (max-width:1200px) {
  .factory .factory-box2 {
    padding: 50px 0 0;
  }
  .factory .factory-box2 .page-titles {
    margin: 50px 0;
  }
  .factory .factory-box2 .page-tab-line {
    position: relative;
    margin-bottom: 30px;
  }
  .factory .factory-box2 .page-tab-line::before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .factory .factory-box2 .page-tab-box {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: scroll;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .factory .factory-box2 .page-tab-box::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #ededed;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0;
    display: none;
  }
  .factory .factory-box2 .page-tab-box::-webkit-scrollbar-thumb {
    background-color: #076ebe;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0;
    display: none;
  }
  .factory .factory-box2 .tab-name {
    font-size: 0;
    overflow: visible;
    position: relative;
    margin-bottom: 0;
  }
  .factory .factory-box2 .tab-name a {
    display: inline-block;
    padding-right: 0;
    margin-right: 24px;
    margin-bottom: 0;
  }
  .factory .factory-box2 .tab-name a::before {
    height: 1px;
    top: auto;
    bottom: 0;
    background: #175aa9;
  }
  .factory .factory-box2 .tab-name a.on {
    color: #175aa9;
  }
  .factory .factory-box2 .tab-name::before {
    display: none;
  }
  .factory .factory-box2 .wrap-box {
    display: block;
  }
  .factory .factory-box2 .wrap-box .le {
    width: 100%;
  }
  .factory .factory-box2 .wrap-box .ri {
    width: 100%;
    margin-top: 20px;
  }
  .factory .factory-box2 .wrap-box .factory-box2-content {
    margin-bottom: 20px;
  }
  .factory .factory-box2 .wrap-box .item {
    margin-bottom: 10px;
  }
  .factory .factory-box2 .wrap-box .item .img {
    width: 34.6%;
  }
  .factory .factory-box2 .wrap-box .ico-info .ico img {
    max-width: 80px;
  }
  .factory .factory-box2 .factory-box2-box2 .ico-info .ico img {
    max-width: 160px;
  }
}
@media (max-width:768px) {
  .factory .factory-box2 .page-titles {
    margin: 30px 0;
  }
  .factory .factory-box2 .imgbg {
    height: 200px;
  }
  .factory .factory-box2 .imgbg img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    object-fit: cover;
    object-position: 50% 50%;
  }
  .factory .factory-box2 .wrap-box .item {
    display: block;
  }
  .factory .factory-box2 .wrap-box .item .img {
    width: 42%;
  }
  .factory .factory-box2 .wrap-box .item .textbox {
    width: 100%;
  }
}
.factory .factory-box3 {
  padding-top: min(4.6875vw, 90px);
  padding-bottom: min(10.15625vw, 195px);
}
@media (max-width:1024px) {
  .factory .factory-box3 {
    padding-top: 45px;
  }
}
@media (max-width:1024px) {
  .factory .factory-box3 {
    padding-bottom: 97.5px;
  }
}
.factory .factory-box3 .wrap-box {
  overflow: unset !important;
}
.factory .factory-box3 .wrap-box .tab-box .factory-box3-content {
  margin-bottom: min(1.5625vw, 30px);
}
@media (max-width:1024px) {
  .factory .factory-box3 .wrap-box .tab-box .factory-box3-content {
    margin-bottom: 15px;
  }
}
.factory .factory-box3 .wrap-box .tab-box .factory-box3-content p {
  font-size: 18px;
  color: #000000;
  line-height: 1.95em;
}
@media (max-width:1470px) {
  .factory .factory-box3 .wrap-box .tab-box .factory-box3-content p {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .factory .factory-box3 .wrap-box .tab-box .factory-box3-content p {
    font-size: 12px;
  }
}
.factory .factory-box3 .wrap-box .tab-box .item {
  padding: min(2.08333333vw, 40px) 0 min(2.08333333vw, 40px);
  border-top: 1px solid #e5e5e5;
  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;
}
@media (max-width:1024px) {
  .factory .factory-box3 .wrap-box .tab-box .item {
    padding: 20px 0 20px 0;
  }
}
.factory .factory-box3 .wrap-box .tab-box .item .img {
  width: 21%;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
}
.factory .factory-box3 .wrap-box .tab-box .item .img .ab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.factory .factory-box3 .wrap-box .tab-box .item .img .ab img {
  margin: auto;
  max-width: 51%;
}
.factory .factory-box3 .wrap-box .tab-box .item .textbox {
  width: 75%;
}
.factory .factory-box3 .wrap-box .tab-box .item .textbox .title {
  font-size: 24px;
  color: #000000;
  line-height: 1.4;
  margin: min(1.45833333vw, 28px) 0 min(0.72916667vw, 14px);
}
@media (max-width:1600px) {
  .factory .factory-box3 .wrap-box .tab-box .item .textbox .title {
    font-size: 22px;
  }
}
@media (max-width:1470px) {
  .factory .factory-box3 .wrap-box .tab-box .item .textbox .title {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .factory .factory-box3 .wrap-box .tab-box .item .textbox .title {
    font-size: 18px;
  }
}
@media (max-width:768px) {
  .factory .factory-box3 .wrap-box .tab-box .item .textbox .title {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .factory .factory-box3 .wrap-box .tab-box .item .textbox .title {
    margin: 14px 0 7px;
  }
}
.factory .factory-box3 .wrap-box .tab-box .item .textbox .text {
  font-family: 'Euclid-Square';
  font-size: 24px;
  color: #000000;
  line-height: 1.4;
}
@media (max-width:1600px) {
  .factory .factory-box3 .wrap-box .tab-box .item .textbox .text {
    font-size: 22px;
  }
}
@media (max-width:1470px) {
  .factory .factory-box3 .wrap-box .tab-box .item .textbox .text {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .factory .factory-box3 .wrap-box .tab-box .item .textbox .text {
    font-size: 18px;
  }
}
@media (max-width:768px) {
  .factory .factory-box3 .wrap-box .tab-box .item .textbox .text {
    font-size: 16px;
  }
}
.factory .factory-box3 .wrap-box .tab-box .item:last-child {
  border-bottom: 1px solid #e5e5e5;
}
.factory .factory-box3 .wrap-box .le {
  width: 20%;
  background: #F2F7F0;
  padding: 0 min(1.04166667vw, 20px) 0 min(1.04166667vw, 20px);
  padding-top: min(2.34375vw, 45px);
  padding-bottom: min(2.34375vw, 45px);
  height: auto;
  z-index: 5;
}
@media (max-width:1024px) {
  .factory .factory-box3 .wrap-box .le {
    padding: 0 10px 0 10px;
  }
}
@media (max-width:1024px) {
  .factory .factory-box3 .wrap-box .le {
    padding-top: 22.5px;
  }
}
@media (max-width:1024px) {
  .factory .factory-box3 .wrap-box .le {
    padding-bottom: 22.5px;
  }
}
.factory .factory-box3 .wrap-box .le .page-title {
  margin-bottom: min(1.5625vw, 30px);
}
@media (max-width:1024px) {
  .factory .factory-box3 .wrap-box .le .page-title {
    margin-bottom: 15px;
  }
}
.factory .factory-box3 .wrap-box .le .page_subt {
  margin-bottom: min(1.5625vw, 30px);
  font-size: 16px;
}
@media (max-width:1024px) {
  .factory .factory-box3 .wrap-box .le .page_subt {
    margin-bottom: 15px;
  }
}
@media (max-width:1470px) {
  .factory .factory-box3 .wrap-box .le .page_subt {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .factory .factory-box3 .wrap-box .le .page_subt {
    font-size: 12px;
  }
}
.factory .factory-box3 .wrap-box .le .page-tab-line {
  margin: 0;
}
.factory .factory-box3 .wrap-box .le .page-tab-line::before {
  display: none;
}
.factory .factory-box3 .wrap-box .le .page-tab-line .page-tab-box .tab-name {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.factory .factory-box3 .wrap-box .le .page-tab-line .page-tab-box .tab-name a {
  padding: 0;
  min-height: 22px;
}
.factory .factory-box3 .wrap-box .le .page-tab-line .page-tab-box .tab-name a span {
  position: relative;
}
.factory .factory-box3 .wrap-box .le .page-tab-line .page-tab-box .tab-name a span::before {
  width: 0%;
  height: 2px;
  background: #175aa9;
  bottom: -6px;
  content: "";
  position: absolute;
  transition: all 0.5s;
  right: 0;
}
.factory .factory-box3 .wrap-box .le .page-tab-line .page-tab-box .tab-name a::before {
  display: none;
}
.factory .factory-box3 .wrap-box .le .page-tab-line .page-tab-box .tab-name a.on {
  color: #000000;
}
.factory .factory-box3 .wrap-box .le .page-tab-line .page-tab-box .tab-name a.on span::before {
  width: 100%;
  left: 0;
}
.factory .factory-box3 .wrap-box .le .page-tab-line .page-tab-box .tab-name a:hover {
  color: #000000;
}
.factory .factory-box3 .wrap-box .le .page-tab-line .page-tab-box .tab-name a:hover span::before {
  width: 100%;
  left: 0;
}
.factory .factory-box3 .wrap-box .ri {
  width: calc(80% - 25px);
}
@media (max-width:1200px) {
  .factory .factory-box3 {
    padding-bottom: 80px;
  }
  .factory .factory-box3 .le {
    position: relative !important;
    top: 0 !important;
  }
}
@media (max-width:768px) {
  .factory .factory-box3 .wrap-box .tab-box .item {
    display: block;
  }
  .factory .factory-box3 .wrap-box .tab-box .item .img {
    width: 42%;
  }
  .factory .factory-box3 .wrap-box .tab-box .item .textbox {
    width: 100%;
  }
  .factory .factory-box3 .wrap-box .tab-box .item .textbox .title {
    font-size: 12px;
  }
  .factory .factory-box3 .wrap-box .tab-box .item .textbox .text {
    font-size: 12px;
  }
}
.storage .storage-box1 {
  padding: min(4.16666667vw, 80px) 0 min(8.33333333vw, 160px);
}
@media (max-width:1024px) {
  .storage .storage-box1 {
    padding: 40px 0 80px 0;
  }
}
.storage .storage-box1 .wrap-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.storage .storage-box1 .wrap-box .le {
  width: 27%;
}
.storage .storage-box1 .wrap-box .ri {
  width: 68%;
  min-height: 999px;
}
.storage .storage-box1 .wrap-box .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
}
.storage .storage-box1 .wrap-box .list .item {
  width: 25%;
  padding: 0 4px;
  margin-bottom: 12px;
  overflow: hidden;
}
.storage .storage-box1 .wrap-box .list .item a {
  display: block;
  overflow: hidden;
  border-radius: 16px;
  position: relative;
  border: 3px solid #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.storage .storage-box1 .wrap-box .list .item .img .pb {
  padding-bottom: 125.4%;
}
.storage .storage-box1 .wrap-box .list .item .img .pb img {
  height: 100%;
  object-fit: cover;
}
.storage .storage-box1 .wrap-box .list .item .textbox {
  position: absolute;
  bottom: 0;
  left: 0;
  min-width: 72%;
  background-color: #fff;
  text-align: center;
  border-radius: 0 16px 0 0;
}
.storage .storage-box1 .wrap-box .list .item .textbox .title {
  font-size: 18px;
  color: #000000;
  line-height: 1.4;
  padding: min(0.88541667vw, 17px) 0 min(0.88541667vw, 17px);
}
@media (max-width:1470px) {
  .storage .storage-box1 .wrap-box .list .item .textbox .title {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .storage .storage-box1 .wrap-box .list .item .textbox .title {
    font-size: 12px;
  }
}
@media (max-width:1024px) {
  .storage .storage-box1 .wrap-box .list .item .textbox .title {
    padding: 8.5px 0 8.5px 0;
  }
}
.storage .storage-box1 .wrap-box .list .item .textbox .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-size: 14px;
  color: #000000;
  line-height: 1.4;
  margin-bottom: min(0.52083333vw, 10px);
  display: none;
}
@media (max-width:1470px) {
  .storage .storage-box1 .wrap-box .list .item .textbox .inner {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .storage .storage-box1 .wrap-box .list .item .textbox .inner {
    font-size: 12px;
  }
}
@media (max-width:1024px) {
  .storage .storage-box1 .wrap-box .list .item .textbox .inner {
    margin-bottom: 5px;
  }
}
.storage .storage-box1 .wrap-box .list .item .textbox .inner .subtitle {
  font-weight: bold;
}
.storage .storage-box1 .wrap-box .list .item .textbox .inner .subtext {
  flex: 1;
}
.storage .storage-box1 .wrap-box .list .item.on a {
  border-color: #175aa9;
}
.storage .storage-box1 .wrap-box .le-box {
  position: sticky;
  top: 185px;
  left: 0;
}
.storage .storage-box1 .wrap-box .le-box .img {
  border-radius: 20px;
  overflow: hidden;
}
.storage .storage-box1 .wrap-box .le-box .img .pb {
  padding-bottom: 125%;
}
.storage .storage-box1 .wrap-box .le-box .img .pb img {
  height: 100%;
  object-fit: cover;
}
.storage .storage-box1 .wrap-box .le-box .textbox .title {
  font-size: 24px;
  color: #000000;
  line-height: 1.4;
  margin: min(1.5625vw, 30px) 0 min(1.25vw, 24px);
}
@media (max-width:1600px) {
  .storage .storage-box1 .wrap-box .le-box .textbox .title {
    font-size: 22px;
  }
}
@media (max-width:1470px) {
  .storage .storage-box1 .wrap-box .le-box .textbox .title {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .storage .storage-box1 .wrap-box .le-box .textbox .title {
    font-size: 18px;
  }
}
@media (max-width:768px) {
  .storage .storage-box1 .wrap-box .le-box .textbox .title {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .storage .storage-box1 .wrap-box .le-box .textbox .title {
    margin: 15px 0 12px;
  }
}
.storage .storage-box1 .wrap-box .le-box .textbox .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-size: 16px;
  color: #000000;
  line-height: 1.4;
  margin-bottom: min(0.52083333vw, 10px);
}
@media (max-width:1470px) {
  .storage .storage-box1 .wrap-box .le-box .textbox .inner {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .storage .storage-box1 .wrap-box .le-box .textbox .inner {
    font-size: 12px;
  }
}
@media (max-width:1024px) {
  .storage .storage-box1 .wrap-box .le-box .textbox .inner {
    margin-bottom: 5px;
  }
}
.storage .storage-box1 .wrap-box .le-box .textbox .inner .subtitle {
  font-weight: bold;
}
.storage .storage-box1 .wrap-box .le-box .textbox .inner .subtext {
  flex: 1;
}
.storage .storage-box1 .wrap-box .le-box.on {
  position: fixed;
}
@media (max-width:1600px) {
  .storage .storage-box1 .wrap-box .le {
    width: 21%;
  }
  .storage .storage-box1 .wrap-box .ri {
    width: 74%;
  }
  .storage .storage-box1 .wrap-box .le-box {
    top: 165px;
  }
}
@media (max-width:1366px) {
  .storage .storage-box1 .wrap-box .le-box {
    top: 145px;
  }
}
@media (max-width:1200px) {
  .storage .storage-box1 {
    padding: 50px 0 80px;
  }
  .storage .storage-box1 .wrap-box .list .item {
    width: 33.3333%;
  }
}
@media (max-width:990px) {
  .storage .storage-box1 .wrap-box .le-box {
    top: 125px;
  }
}
@media (max-width:768px) {
  .storage .storage-box1 .wrap-box {
    display: block;
  }
  .storage .storage-box1 .wrap-box .le {
    display: none;
  }
  .storage .storage-box1 .wrap-box .ri {
    width: 100%;
  }
  .storage .storage-box1 .wrap-box .list .item {
    width: 50%;
  }
  .storage .storage-box1 .wrap-box .list .item a {
    border-radius: 0;
    border: none;
  }
  .storage .storage-box1 .wrap-box .list .item a .img .pb img {
    border-radius: 10px;
  }
  .storage .storage-box1 .wrap-box .list .item a .textbox {
    text-align: left;
    position: static;
  }
  .storage .storage-box1 .wrap-box .list .item a .textbox .title {
    font-size: 14px;
  }
  .storage .storage-box1 .wrap-box .list .item a .textbox .inner {
    display: block;
  }
  .storage .storage-box1 .wrap-box .list .item.on a {
    border: none;
  }
}
.about .about-box1 {
  padding: min(7.29166667vw, 140px) 0 min(7.29166667vw, 140px);
}
@media (max-width:1024px) {
  .about .about-box1 {
    padding: 70px 0 70px 0;
  }
}
.about .about-box1 .wrap-box {
  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;
}
.about .about-box1 .wrap-box .le {
  width: 50%;
}
.about .about-box1 .wrap-box .ri {
  width: 47.5%;
}
.about .about-box1 .wrap-box .text {
  max-width: 82%;
  text-align: justify;
}
.about .about-box1 .wrap-box .text h5 {
  font-size: 24px;
  color: #000000;
  line-height: 1.4;
  margin: min(3.38541667vw, 65px) 0 min(1.45833333vw, 28px);
}
@media (max-width:1600px) {
  .about .about-box1 .wrap-box .text h5 {
    font-size: 22px;
  }
}
@media (max-width:1470px) {
  .about .about-box1 .wrap-box .text h5 {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .about .about-box1 .wrap-box .text h5 {
    font-size: 18px;
  }
}
@media (max-width:768px) {
  .about .about-box1 .wrap-box .text h5 {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .about .about-box1 .wrap-box .text h5 {
    margin: 32.5px 0 14px;
  }
}
.about .about-box1 .wrap-box .text p {
  font-size: 16px;
  color: #000000;
  line-height: 1.6;
}
@media (max-width:1470px) {
  .about .about-box1 .wrap-box .text p {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .about .about-box1 .wrap-box .text p {
    font-size: 12px;
  }
}
.about .about-box1 .wrap-box .img {
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width:1470px) {
  .about .about-box1 .wrap-box .text {
    max-width: 100%;
  }
  .about .about-box1 .wrap-box .text h5 {
    margin: min(2.08333333vw, 40px) 0 min(0.83333333vw, 16px);
  }
}
@media (max-width:1470px) and (max-width:1024px) {
  .about .about-box1 .wrap-box .text h5 {
    margin: 20px 0 8px;
  }
}
@media (max-width:1200px) {
  .about .about-box1 {
    padding: 50px 0;
  }
  .about .about-box1 .wrap-box {
    display: block;
  }
  .about .about-box1 .wrap-box .le {
    width: 100%;
  }
  .about .about-box1 .wrap-box .ri {
    margin-top: 20px;
  }
}
@media (max-width:768px) {
  .about .about-box1 .wrap-box .ri {
    width: 100%;
  }
}
.about .num-box {
  padding: min(3.64583333vw, 70px) 0 min(3.90625vw, 75px);
  background-color: #f5f5f5;
}
@media (max-width:1024px) {
  .about .num-box {
    padding: 35px 0 37.5px 0;
  }
}
@media (max-width:768px) {
  .about .num-box {
    padding: 20px 0 40px;
  }
}
.about .about-box1-down .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.about .about-box1-down .num .top {
  color: #000;
  font-size: 24px;
  line-height: 1;
}
@media (max-width:1600px) {
  .about .about-box1-down .num .top {
    font-size: 22px;
  }
}
@media (max-width:1470px) {
  .about .about-box1-down .num .top {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .about .about-box1-down .num .top {
    font-size: 18px;
  }
}
@media (max-width:768px) {
  .about .about-box1-down .num .top {
    font-size: 16px;
  }
}
.about .about-box1-down .num .top span {
  font-family: 'Pill-Gothic-Th';
  font-size: 80px;
  line-height: 1;
  font-weight: 100;
}
@media (max-width:1600px) {
  .about .about-box1-down .num .top span {
    font-size: 62px;
  }
}
@media (max-width:1470px) {
  .about .about-box1-down .num .top span {
    font-size: 52px;
  }
}
@media (max-width:1024px) {
  .about .about-box1-down .num .top span {
    font-size: 42px;
  }
}
@media (max-width:768px) {
  .about .about-box1-down .num .top span {
    font-size: 32px;
  }
}
.about .about-box1-down .num .bot {
  font-size: 18px;
  line-height: 1;
  margin-top: 4px;
}
@media (max-width:1470px) {
  .about .about-box1-down .num .bot {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .about .about-box1-down .num .bot {
    font-size: 12px;
  }
}
@media (max-width:1600px) {
  .about .about-box1-down .num .top {
    font-size: 14px;
  }
  .about .about-box1-down .num .top span {
    font-size: 48px;
  }
}
@media (max-width:1600px) and (max-width:1470px) {
  .about .about-box1-down .num .top {
    font-size: 12px;
  }
}
@media (max-width:1600px) and (max-width:768px) {
  .about .about-box1-down .num .top {
    font-size: 12px;
  }
}
@media (max-width:1600px) and (max-width:1600px) {
  .about .about-box1-down .num .top span {
    font-size: 45px;
  }
}
@media (max-width:1600px) and (max-width:1470px) {
  .about .about-box1-down .num .top span {
    font-size: 39px;
  }
}
@media (max-width:1600px) and (max-width:1024px) {
  .about .about-box1-down .num .top span {
    font-size: 33px;
  }
}
@media (max-width:1600px) and (max-width:768px) {
  .about .about-box1-down .num .top span {
    font-size: 25px;
  }
}
@media (max-width:768px) {
  .about .about-box1-down .num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
  }
  .about .about-box1-down .num .one {
    width: 33.3%;
    margin-top: 15px;
  }
}
.about .about-box2 {
  padding: min(8.125vw, 156px) 0 min(5.46875vw, 105px);
}
@media (max-width:1024px) {
  .about .about-box2 {
    padding: 78px 0 52.5px 0;
  }
}
.about .about-box2 .wrap-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.about .about-box2 .wrap-box .le {
  width: 35%;
}
.about .about-box2 .wrap-box .ri {
  width: 61.3%;
}
.about .about-box2 .wrap-box .page-title {
  position: sticky;
  top: 220px;
  left: 0;
}
.about .about-box2 .wrap-box .list .name {
  font-size: 16px;
  color: #000000;
  line-height: 1.4;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: min(0.83333333vw, 16px);
  margin-top: min(3.90625vw, 75px);
}
@media (max-width:1470px) {
  .about .about-box2 .wrap-box .list .name {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .about .about-box2 .wrap-box .list .name {
    font-size: 12px;
  }
}
@media (max-width:1024px) {
  .about .about-box2 .wrap-box .list .name {
    padding-bottom: 8px;
  }
}
@media (max-width:1024px) {
  .about .about-box2 .wrap-box .list .name {
    margin-top: 37.5px;
  }
}
.about .about-box2 .wrap-box .list .item {
  padding: min(2.08333333vw, 40px) 0 min(1.875vw, 36px);
  border-bottom: 1px solid #eeeeee;
  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;
}
@media (max-width:1024px) {
  .about .about-box2 .wrap-box .list .item {
    padding: 20px 0 18px 0;
  }
}
.about .about-box2 .wrap-box .list .item .img {
  width: 11%;
  padding-right: 6%;
}
.about .about-box2 .wrap-box .list .item .textbox {
  width: 89%;
}
.about .about-box2 .wrap-box .list .item .title {
  font-size: 24px;
  color: #000000;
  line-height: 1.4;
  margin-bottom: min(0.41666667vw, 8px);
}
@media (max-width:1600px) {
  .about .about-box2 .wrap-box .list .item .title {
    font-size: 22px;
  }
}
@media (max-width:1470px) {
  .about .about-box2 .wrap-box .list .item .title {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .about .about-box2 .wrap-box .list .item .title {
    font-size: 18px;
  }
}
@media (max-width:768px) {
  .about .about-box2 .wrap-box .list .item .title {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .about .about-box2 .wrap-box .list .item .title {
    margin-bottom: 4px;
  }
}
.about .about-box2 .wrap-box .list .item .text p {
  font-size: 16px;
  color: #000000;
  line-height: 1.4;
}
@media (max-width:1470px) {
  .about .about-box2 .wrap-box .list .item .text p {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .about .about-box2 .wrap-box .list .item .text p {
    font-size: 12px;
  }
}
.about .about-box2 .wrap-box .list:first-child .name {
  margin-top: 0;
}
@media (max-width:1600px) {
  .about .about-box2 .wrap-box .page-title {
    top: 200px;
  }
}
@media (max-width:1366px) {
  .about .about-box2 .wrap-box .page-title {
    top: 180px;
  }
}
@media (max-width:1200px) {
  .about .about-box2 {
    padding: 50px 0;
  }
  .about .about-box2 .wrap-box {
    display: block;
  }
  .about .about-box2 .wrap-box .le {
    width: 100%;
  }
  .about .about-box2 .wrap-box .ri {
    width: 100%;
    margin-top: 40px;
  }
  .about .about-box2 .wrap-box .list .item .img {
    width: 5%;
    padding-right: 0;
  }
  .about .about-box2 .wrap-box .list .item .textbox {
    width: 93%;
  }
}
@media (max-width:768px) {
  .about .about-box2 .wrap-box .list .name {
    margin-top: 30px;
  }
  .about .about-box2 .wrap-box .list .item .img {
    width: 8%;
  }
  .about .about-box2 .wrap-box .list .item .textbox {
    width: 89%;
  }
}
.about .about-box3 {
  overflow: hidden;
  position: relative;
  padding-bottom: min(9.89583333vw, 190px);
}
@media (max-width:1024px) {
  .about .about-box3 {
    padding-bottom: 95px;
  }
}
.about .about-box3 .ban {
  position: relative;
  margin-bottom: min(5.72916667vw, 110px);
}
@media (max-width:1024px) {
  .about .about-box3 .ban {
    margin-bottom: 55px;
  }
}
.about .about-box3 .ban .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: min(27.08333333vw, 520px);
}
@media (max-width:1024px) {
  .about .about-box3 .ban .bg {
    padding-bottom: 260px;
  }
}
.about .about-box3 .ban .ban-box {
  position: relative;
  padding-top: min(6.71875vw, 129px);
}
@media (max-width:1024px) {
  .about .about-box3 .ban .ban-box {
    padding-top: 64.5px;
  }
}
.about .about-box3 .ban .ban-box .page-title {
  text-align: center;
  margin-bottom: min(5.20833333vw, 100px);
}
@media (max-width:1024px) {
  .about .about-box3 .ban .ban-box .page-title {
    margin-bottom: 50px;
  }
}
.about .about-box3 .ban .ban-box .page-title .name {
  color: #fff;
}
.about .about-box3 .ban .slide-box {
  position: relative;
  padding: 0 min(7.29166667vw, 140px) 0 min(7.29166667vw, 140px);
}
@media (max-width:1024px) {
  .about .about-box3 .ban .slide-box {
    padding: 0 70px 0 70px;
  }
}
.about .about-box3 .ban .slide-box .about-slide {
  padding-bottom: 30px;
}
.about .about-box3 .ban .slide-box .about-slide .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.about .about-box3 .ban .slide-box .about-slide .swiper-slide {
  cursor: pointer;
  text-align: center;
}
.about .about-box3 .ban .slide-box .about-slide .swiper-slide .year {
  font-family: 'Pill-Gothic';
  font-size: 24px;
  color: #ffffff;
  line-height: 1;
  margin-bottom: min(0.52083333vw, 10px);
}
@media (max-width:1600px) {
  .about .about-box3 .ban .slide-box .about-slide .swiper-slide .year {
    font-size: 22px;
  }
}
@media (max-width:1470px) {
  .about .about-box3 .ban .slide-box .about-slide .swiper-slide .year {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .about .about-box3 .ban .slide-box .about-slide .swiper-slide .year {
    font-size: 18px;
  }
}
@media (max-width:768px) {
  .about .about-box3 .ban .slide-box .about-slide .swiper-slide .year {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .about .about-box3 .ban .slide-box .about-slide .swiper-slide .year {
    margin-bottom: 5px;
  }
}
.about .about-box3 .ban .slide-box .about-slide .swiper-slide .drop {
  position: relative;
  width: 11px;
  height: 11px;
  margin: auto;
}
.about .about-box3 .ban .slide-box .about-slide .swiper-slide .drop i {
  width: 11px;
  height: 11px;
  background: #fff;
  position: absolute;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.about .about-box3 .ban .slide-box .about-slide .swiper-slide .drop i::after {
  content: "";
  opacity: 0;
  position: absolute;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
}
.about .about-box3 .ban .slide-box .about-slide .swiper-slide .drop i::before {
  content: "";
  opacity: 0;
  position: absolute;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
}
.about .about-box3 .ban .slide-box .about-slide .swiper-slide.swiper-slide-active .year {
  font-size: 60px;
  margin-bottom: min(2.08333333vw, 40px);
}
@media (max-width:1600px) {
  .about .about-box3 .ban .slide-box .about-slide .swiper-slide.swiper-slide-active .year {
    font-size: 50px;
  }
}
@media (max-width:1470px) {
  .about .about-box3 .ban .slide-box .about-slide .swiper-slide.swiper-slide-active .year {
    font-size: 45px;
  }
}
@media (max-width:1024px) {
  .about .about-box3 .ban .slide-box .about-slide .swiper-slide.swiper-slide-active .year {
    font-size: 38px;
  }
}
@media (max-width:768px) {
  .about .about-box3 .ban .slide-box .about-slide .swiper-slide.swiper-slide-active .year {
    font-size: 30px;
  }
}
@media (max-width:1024px) {
  .about .about-box3 .ban .slide-box .about-slide .swiper-slide.swiper-slide-active .year {
    margin-bottom: 20px;
  }
}
.about .about-box3 .ban .slide-box .about-slide .swiper-slide.swiper-slide-active .drop i::before,
.about .about-box3 .ban .slide-box .about-slide .swiper-slide.swiper-slide-active .drop i::after {
  opacity: 1;
  animation-name: tran_boost;
  /*关键帧名称*/
  animation-timing-function: ease-in-out;
  /*动画的速度曲线*/
  animation-iteration-count: infinite;
  /*动画播放的次数*/
  animation-duration: 3s;
  /*动画所花费的时间*/
}
.about .about-box3 .ban .slide-box .about-slide .swiper-pagination {
  display: none;
}
.about .about-box3 .ban .slide-box .swiper-button-ico {
  width: 48px;
  height: 48px;
  display: block;
  background: #fff;
  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;
  color: #175aa9;
  cursor: pointer;
  transition: all 0.3s;
  top: auto;
  margin-top: 0;
  bottom: 11px;
  opacity: 1;
}
.about .about-box3 .ban .slide-box .swiper-button-ico.swiper-button-prev {
  left: 0;
}
.about .about-box3 .ban .slide-box .swiper-button-ico.swiper-button-next {
  right: 0;
}
.about .about-box3 .ban .slide-box .swiper-button-ico:hover {
  background: #175aa9;
  color: white;
}
.about .about-box3 .ban .slide-box .swiper-button-ico::after {
  display: none;
}
.about .about-box3 .ban .slide-box::before {
  content: '';
  width: 100%;
  min-width: 1920px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: -160px;
  bottom: 35px;
  opacity: 0.2;
}
.about .about-box3 .about-box3-down {
  position: relative;
}
.about .about-box3 .about-box3-down::before {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #e5e5e5;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 2;
}
.about .about-box3 .about-slide-down {
  margin-bottom: min(2.86458333vw, 55px);
}
@media (max-width:1024px) {
  .about .about-box3 .about-slide-down {
    margin-bottom: 27.5px;
  }
}
.about .about-box3 .about-slide-down .wrap-box {
  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;
}
.about .about-box3 .about-slide-down .wrap-box .le {
  width: 50%;
  padding-right: min(2.08333333vw, 40px);
}
@media (max-width:1024px) {
  .about .about-box3 .about-slide-down .wrap-box .le {
    padding-right: 20px;
  }
}
.about .about-box3 .about-slide-down .wrap-box .ri {
  width: 50%;
  padding-left: min(2.08333333vw, 40px);
}
@media (max-width:1024px) {
  .about .about-box3 .about-slide-down .wrap-box .ri {
    padding-left: 20px;
  }
}
.about .about-box3 .swiper_big .swiper-slide {
  background-color: #fff;
}
.about .about-box3 .swiper_big .swiper-slide .slide-box {
  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;
}
.about .about-box3 .swiper_big .swiper-slide .slide-box .le {
  width: 50%;
  padding-right: min(2.08333333vw, 40px);
}
@media (max-width:1024px) {
  .about .about-box3 .swiper_big .swiper-slide .slide-box .le {
    padding-right: 20px;
  }
}
.about .about-box3 .swiper_big .swiper-slide .slide-box .ri {
  width: 50%;
  padding-left: min(2.08333333vw, 40px);
}
@media (max-width:1024px) {
  .about .about-box3 .swiper_big .swiper-slide .slide-box .ri {
    padding-left: 20px;
  }
}
.about .about-box3 .swiper_big .swiper-slide .slide-box .ri .list .item {
  padding-right: 34%;
}
.about .about-box3 .swiper_big .swiper-slide .slide-box .page-titles {
  display: none;
}
.about .about-box3 .swiper_big .swiper-slide .slide-box .list {
  position: relative;
  min-height: 288px;
}
.about .about-box3 .swiper_big .swiper-slide .slide-box .list .item {
  margin-top: min(1.04166667vw, 20px);
}
@media (max-width:1024px) {
  .about .about-box3 .swiper_big .swiper-slide .slide-box .list .item {
    margin-top: 10px;
  }
}
.about .about-box3 .swiper_big .swiper-slide .slide-box .list .item .textbox {
  position: relative;
  font-size: 16px;
  color: #000000;
  line-height: 1.4;
  padding-left: 15px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media (max-width:1470px) {
  .about .about-box3 .swiper_big .swiper-slide .slide-box .list .item .textbox {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .about .about-box3 .swiper_big .swiper-slide .slide-box .list .item .textbox {
    font-size: 12px;
  }
}
.about .about-box3 .swiper_big .swiper-slide .slide-box .list .item .textbox::before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #175aa9;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}
.about .about-box3 .swiper_big .swiper-slide .slide-box .list .item .img {
  width: 30.8%;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 20px;
  overflow: hidden;
  opacity: 0;
}
.about .about-box3 .swiper_big .swiper-slide .slide-box .list .item.on .textbox {
  color: #175aa9;
}
.about .about-box3 .swiper_big .swiper-slide .slide-box .list .item.on .img {
  opacity: 1;
}
.about .about-box3 .swiper_big .swiper-pagination {
  display: none;
}
@media (max-width:1200px) {
  .about .about-box3 {
    padding-bottom: 80px;
  }
}
@media (max-width:990px) {
  .about .about-box3 .ban .ban-box {
    padding-top: 40px;
  }
  .about .about-box3 .ban .ban-box .page-title {
    margin-bottom: 30px;
  }
  .about .about-box3 .ban .slide-box {
    padding: 0;
  }
  .about .about-box3 .ban .slide-box .swiper-button-ico {
    display: none;
  }
}
@media (max-width:768px) {
  .about .about-box3 {
    padding-bottom: 50px;
  }
  .about .about-box3 .ban {
    height: 200px !important;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .about .about-box3 .ban .bg {
    position: static;
    padding-bottom: 0;
  }
  .about .about-box3 .ban img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    object-fit: cover;
    object-position: 50% 50%;
  }
  .about .about-box3 .ban .ban-box {
    padding-top: 20px;
  }
  .about .about-box3 .ban .ban-box .page-title {
    margin-bottom: 66px;
  }
  .about .about-box3 .about-box3-down::before {
    display: none;
  }
  .about .about-box3 .about-slide-down {
    display: none;
  }
  .about .about-box3 .swiper_big .swiper-slide .slide-box {
    display: block;
  }
  .about .about-box3 .swiper_big .swiper-slide .slide-box .page-titles {
    display: block;
  }
  .about .about-box3 .swiper_big .swiper-slide .slide-box .list {
    min-height: inherit;
  }
  .about .about-box3 .swiper_big .swiper-slide .slide-box .list .item .textbox::before {
    top: 6px;
  }
  .about .about-box3 .swiper_big .swiper-slide .slide-box .le {
    width: 100%;
    padding-right: 0;
  }
  .about .about-box3 .swiper_big .swiper-slide .slide-box .le .list {
    margin-top: 20px;
  }
  .about .about-box3 .swiper_big .swiper-slide .slide-box .ri {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .about .about-box3 .swiper_big .swiper-slide .slide-box .ri .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin-left: -7px;
    margin-right: -7px;
  }
  .about .about-box3 .swiper_big .swiper-slide .slide-box .ri .list .item {
    width: 50%;
    padding: 0 7px;
    padding-right: 0;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .about .about-box3 .swiper_big .swiper-slide .slide-box .ri .list .item .img {
    width: 65%;
    position: static;
    opacity: 1;
    margin-top: 10px;
  }
}
.customs-clearance .customs-clearance-box1 {
  padding: min(5.20833333vw, 100px) 0 min(6.25vw, 120px);
}
@media (max-width:1024px) {
  .customs-clearance .customs-clearance-box1 {
    padding: 50px 0 60px 0;
  }
}
.customs-clearance .customs-clearance-box1 .page-titles {
  margin: min(4.16666667vw, 80px) 0 min(3.125vw, 60px);
}
@media (max-width:1024px) {
  .customs-clearance .customs-clearance-box1 .page-titles {
    margin: 40px 0 30px;
  }
}
.customs-clearance .customs-clearance-box1 .list {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  grid-gap: 40px;
}
.customs-clearance .customs-clearance-box1 .list .item {
  width: 1.3em;
  height: 1.3em;
  font-size: 120px;
  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;
}
.customs-clearance .customs-clearance-box1 .list .item .yuan {
  width: 100%;
  height: auto;
  padding-bottom: 100%;
  border-radius: 50%;
  background: #fff;
  position: relative;
}
.customs-clearance .customs-clearance-box1 .list .item .yuan .text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  z-index: 1;
}
.customs-clearance .customs-clearance-box1 .list .item .yuan .text h5 {
  width: 100%;
  font-size: 24px;
  color: #175aa9;
  line-height: 1.2;
  font-weight: bold;
}
@media (max-width:1600px) {
  .customs-clearance .customs-clearance-box1 .list .item .yuan .text h5 {
    font-size: 22px;
  }
}
@media (max-width:1470px) {
  .customs-clearance .customs-clearance-box1 .list .item .yuan .text h5 {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .customs-clearance .customs-clearance-box1 .list .item .yuan .text h5 {
    font-size: 18px;
  }
}
@media (max-width:768px) {
  .customs-clearance .customs-clearance-box1 .list .item .yuan .text h5 {
    font-size: 16px;
  }
}
.customs-clearance .customs-clearance-box1 .list .item .yuan::after {
  content: '';
  width: 90%;
  height: 90%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
}
.customs-clearance .customs-clearance-box1 .list .item .yuan::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #e5e5e5;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}
.customs-clearance .customs-clearance-box1 .list .item.active {
  width: 100%;
  height: auto;
}
.customs-clearance .customs-clearance-box1 .list .line {
  width: 100%;
  height: 23px;
  background: url(../images/ico-jt.png) no-repeat right center;
  position: relative;
  flex: 1;
}
.customs-clearance .customs-clearance-box1 .list .line::before {
  content: '';
  width: 98%;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.customs-clearance .customs-clearance-box1 .list .line .line-text {
  width: 100%;
  height: auto;
  font-size: 16px;
  color: #000000;
  padding-bottom: min(0.3125vw, 6px);
  text-align: center;
  transform: translateY(-100%);
}
@media (max-width:1470px) {
  .customs-clearance .customs-clearance-box1 .list .line .line-text {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .customs-clearance .customs-clearance-box1 .list .line .line-text {
    font-size: 12px;
  }
}
@media (max-width:1024px) {
  .customs-clearance .customs-clearance-box1 .list .line .line-text {
    padding-bottom: 3px;
  }
}
@media (max-width:1600px) {
  .customs-clearance .customs-clearance-box1 .list {
    grid-gap: 20px;
  }
}
@media (max-width:1560px) {
  .customs-clearance .customs-clearance-box1 .list .item {
    width: 1.1em;
    height: 1.1em;
  }
  .customs-clearance .customs-clearance-box1 .list .item .yuan .text h5 {
    font-size: 22px;
  }
}
@media (max-width:1560px) and (max-width:1600px) {
  .customs-clearance .customs-clearance-box1 .list .item .yuan .text h5 {
    font-size: 18px;
  }
}
@media (max-width:1560px) and (max-width:1470px) {
  .customs-clearance .customs-clearance-box1 .list .item .yuan .text h5 {
    font-size: 16px;
  }
}
@media (max-width:1560px) and (max-width:1024px) {
  .customs-clearance .customs-clearance-box1 .list .item .yuan .text h5 {
    font-size: 14px;
  }
}
@media (max-width:1560px) and (max-width:768px) {
  .customs-clearance .customs-clearance-box1 .list .item .yuan .text h5 {
    font-size: 12px;
  }
}
@media (max-width:990px) {
  .customs-clearance .customs-clearance-box1 .list {
    grid-gap: 10px;
  }
  .customs-clearance .customs-clearance-box1 .list .item {
    width: 0.9em;
    height: 0.9em;
  }
  .customs-clearance .customs-clearance-box1 .list .item .yuan .text h5 {
    font-size: 20px;
  }
}
@media (max-width:990px) and (max-width:1600px) {
  .customs-clearance .customs-clearance-box1 .list .item .yuan .text h5 {
    font-size: 15px;
  }
}
@media (max-width:990px) and (max-width:1470px) {
  .customs-clearance .customs-clearance-box1 .list .item .yuan .text h5 {
    font-size: 14px;
  }
}
@media (max-width:990px) and (max-width:1024px) {
  .customs-clearance .customs-clearance-box1 .list .item .yuan .text h5 {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .customs-clearance .customs-clearance-box1 .list {
    flex-flow: wrap;
  }
  .customs-clearance .customs-clearance-box1 .list .item {
    width: 0.7em;
    height: 0.7em;
  }
  .customs-clearance .customs-clearance-box1 .list .line {
    width: 60px;
    flex: inherit;
  }
}
.customs-clearance .customs-clearance-box2 {
  background-color: #f5f5f5;
  padding: min(3.125vw, 60px) 0 min(3.125vw, 60px);
}
@media (max-width:1024px) {
  .customs-clearance .customs-clearance-box2 {
    padding: 30px 0 30px 0;
  }
}
.customs-clearance .customs-clearance-box2 .wrap-box {
  background-color: #fff;
  border-radius: 20px;
  padding: min(2.60416667vw, 50px) 0 min(2.60416667vw, 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width:1024px) {
  .customs-clearance .customs-clearance-box2 .wrap-box {
    padding: 25px 0 25px 0;
  }
}
.customs-clearance .customs-clearance-box2 .wrap-box .le {
  width: 50%;
  padding: 0 min(3.125vw, 60px) 0 min(3.125vw, 60px);
}
@media (max-width:1024px) {
  .customs-clearance .customs-clearance-box2 .wrap-box .le {
    padding: 0 30px 0 30px;
  }
}
.customs-clearance .customs-clearance-box2 .wrap-box .ri {
  width: 50%;
  padding: 0 min(3.125vw, 60px) 0 min(3.125vw, 60px);
}
@media (max-width:1024px) {
  .customs-clearance .customs-clearance-box2 .wrap-box .ri {
    padding: 0 30px 0 30px;
  }
}
.customs-clearance .customs-clearance-box2 .tab-name a {
  font-size: 24px;
  color: #888888;
  line-height: 1.4;
  display: block;
  position: relative;
  padding: min(1.66666667vw, 32px) 0 min(1.66666667vw, 32px);
  cursor: pointer;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media (max-width:1600px) {
  .customs-clearance .customs-clearance-box2 .tab-name a {
    font-size: 22px;
  }
}
@media (max-width:1470px) {
  .customs-clearance .customs-clearance-box2 .tab-name a {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .customs-clearance .customs-clearance-box2 .tab-name a {
    font-size: 18px;
  }
}
@media (max-width:768px) {
  .customs-clearance .customs-clearance-box2 .tab-name a {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .customs-clearance .customs-clearance-box2 .tab-name a {
    padding: 16px 0 16px 0;
  }
}
.customs-clearance .customs-clearance-box2 .tab-name a::before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  position: absolute;
  bottom: 0;
  left: 0;
}
.customs-clearance .customs-clearance-box2 .tab-name a:last-child::before {
  display: none;
}
.customs-clearance .customs-clearance-box2 .tab-name a.on {
  color: #175aa9;
}
.customs-clearance .customs-clearance-box2 .tab-box .text {
  margin-top: min(1.5625vw, 30px);
}
@media (max-width:1024px) {
  .customs-clearance .customs-clearance-box2 .tab-box .text {
    margin-top: 15px;
  }
}
.customs-clearance .customs-clearance-box2 .tab-box .text p {
  position: relative;
  padding-left: 14px;
  font-size: 16px;
  color: #000000;
  line-height: 1.4;
  margin-bottom: min(0.83333333vw, 16px);
}
@media (max-width:1470px) {
  .customs-clearance .customs-clearance-box2 .tab-box .text p {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .customs-clearance .customs-clearance-box2 .tab-box .text p {
    font-size: 12px;
  }
}
@media (max-width:1024px) {
  .customs-clearance .customs-clearance-box2 .tab-box .text p {
    margin-bottom: 8px;
  }
}
.customs-clearance .customs-clearance-box2 .tab-box .text p::before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #175aa9;
  border-radius: 50%;
  position: absolute;
  top: 0.5vw;
  left: 0;
}
@media (max-width:1470px) {
  .customs-clearance .customs-clearance-box2 .tab-box .text p::before {
    top: 6px;
  }
}
@media (max-width:768px) {
  .customs-clearance .customs-clearance-box2 .tab-line {
    position: relative;
    margin-bottom: 30px;
    margin-right: -14px;
  }
  .customs-clearance .customs-clearance-box2 .tab-line::before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .customs-clearance .customs-clearance-box2 .tabBox {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: scroll;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .customs-clearance .customs-clearance-box2 .tabBox::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #ededed;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0;
    display: none;
  }
  .customs-clearance .customs-clearance-box2 .tabBox::-webkit-scrollbar-thumb {
    background-color: #076ebe;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0;
    display: none;
  }
  .customs-clearance .customs-clearance-box2 .tab-name {
    font-size: 0;
    overflow: visible;
    position: relative;
    padding-bottom: 0;
  }
  .customs-clearance .customs-clearance-box2 .tab-name a {
    line-height: 1.4;
    display: inline-block;
    padding-left: 0;
    margin-right: 24px;
    margin-bottom: 0;
    padding-bottom: 8px;
    font-size: 14px;
  }
  .customs-clearance .customs-clearance-box2 .tab-name a::before {
    width: 0;
    background-color: #175aa9;
  }
  .customs-clearance .customs-clearance-box2 .tab-name a:last-child::before {
    display: block;
  }
  .customs-clearance .customs-clearance-box2 .tab-name a.on {
    color: #175aa9;
  }
  .customs-clearance .customs-clearance-box2 .tab-name a.on::before {
    width: 100%;
  }
  .customs-clearance .customs-clearance-box2 .tab-name::before {
    display: none;
  }
  .customs-clearance .customs-clearance-box2 .wrap-box {
    display: block;
  }
  .customs-clearance .customs-clearance-box2 .wrap-box .le {
    width: 100%;
    padding: 0 14px;
  }
  .customs-clearance .customs-clearance-box2 .wrap-box .ri {
    width: 100%;
    padding: 0 14px;
  }
}
/* ---------------------------------- w新增 less 科学家*/
.factory_boxw {
  padding-bottom: min(7.8125vw, 150px);
}
@media (max-width:1024px) {
  .factory_boxw {
    padding-bottom: 75px;
  }
}
.factory_boxw .centent_boxw {
  margin-top: min(1.04166667vw, 20px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 60px 60px;
}
@media (max-width:1024px) {
  .factory_boxw .centent_boxw {
    margin-top: 10px;
  }
}
.factory_boxw .centent_boxw .item {
  background: #0178410e;
  cursor: pointer;
  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;
  border-radius: 16px;
  overflow: hidden;
}
.factory_boxw .centent_boxw .item .topa {
  width: 100%;
}
.factory_boxw .centent_boxw .item .topa .pb {
  padding-bottom: 56.5%;
}
.factory_boxw .centent_boxw .item .topa .pb .ab {
  overflow: hidden;
}
.factory_boxw .centent_boxw .item .topa .pb .ab img {
  width: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.factory_boxw .centent_boxw .item .bott {
  padding: 0 min(2.08333333vw, 40px) 0 min(2.08333333vw, 40px);
  padding-top: min(2.08333333vw, 40px);
  padding-bottom: min(2.08333333vw, 40px);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width:1024px) {
  .factory_boxw .centent_boxw .item .bott {
    padding: 0 20px 0 20px;
  }
}
@media (max-width:1024px) {
  .factory_boxw .centent_boxw .item .bott {
    padding-top: 20px;
  }
}
@media (max-width:1024px) {
  .factory_boxw .centent_boxw .item .bott {
    padding-bottom: 20px;
  }
}
.factory_boxw .centent_boxw .item .bott .title {
  font-size: 16px;
  color: #333;
  height: 100%;
}
@media (max-width:1470px) {
  .factory_boxw .centent_boxw .item .bott .title {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .factory_boxw .centent_boxw .item .bott .title {
    font-size: 12px;
  }
}
.factory_boxw .centent_boxw .item .bott .subtitle {
  font-size: 24px;
  color: #000;
  margin-top: min(0.78125vw, 15px);
}
@media (max-width:1600px) {
  .factory_boxw .centent_boxw .item .bott .subtitle {
    font-size: 22px;
  }
}
@media (max-width:1470px) {
  .factory_boxw .centent_boxw .item .bott .subtitle {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .factory_boxw .centent_boxw .item .bott .subtitle {
    font-size: 18px;
  }
}
@media (max-width:768px) {
  .factory_boxw .centent_boxw .item .bott .subtitle {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .factory_boxw .centent_boxw .item .bott .subtitle {
    margin-top: 7.5px;
  }
}
.factory_boxw .centent_boxw .item .bott .centent {
  font-size: 20px;
  color: #333;
  margin-top: min(0.52083333vw, 10px);
}
@media (max-width:1600px) {
  .factory_boxw .centent_boxw .item .bott .centent {
    font-size: 15px;
  }
}
@media (max-width:1470px) {
  .factory_boxw .centent_boxw .item .bott .centent {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .factory_boxw .centent_boxw .item .bott .centent {
    font-size: 12px;
  }
}
@media (max-width:1024px) {
  .factory_boxw .centent_boxw .item .bott .centent {
    margin-top: 5px;
  }
}
.factory_boxw .centent_boxw .item:hover .topa img {
  transform: scale(1.1);
}
@media (max-width:1280px) {
  .factory_boxw .centent_boxw {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px 20px;
  }
}
@media (max-width:990px) {
  .factory_boxw .centent_boxw {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width:480px) {
  .factory_boxw .centent_boxw {
    grid-template-columns: repeat(1, 1fr);
  }
}
.facto_swiperBox {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #0000009d;
  top: 0;
  z-index: 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;
  display: none;
}
.facto_swiperBox.active {
  display: flex !important;
}
.facto_swiperBox .box_centtt {
  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;
}
.facto_swiperBox .box_centtt .swiper_box {
  width: calc(100% - 300px);
  margin: auto;
  overflow: hidden;
}
.facto_swiperBox .box_centtt .swiper_box ul li {
  position: relative;
}
.facto_swiperBox .box_centtt .swiper_box ul li .facto_centent {
  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;
  overflow: hidden;
}
.facto_swiperBox .box_centtt .swiper_box ul li .facto_centent .centent_boxa {
  position: absolute;
  width: 50%;
  padding: 40px;
  left: 0;
  z-index: 2;
}
.facto_swiperBox .box_centtt .swiper_box ul li .facto_centent .centent_boxa .title {
  color: white;
  font-size: 24px;
}
@media (max-width:1600px) {
  .facto_swiperBox .box_centtt .swiper_box ul li .facto_centent .centent_boxa .title {
    font-size: 22px;
  }
}
@media (max-width:1470px) {
  .facto_swiperBox .box_centtt .swiper_box ul li .facto_centent .centent_boxa .title {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .facto_swiperBox .box_centtt .swiper_box ul li .facto_centent .centent_boxa .title {
    font-size: 18px;
  }
}
@media (max-width:768px) {
  .facto_swiperBox .box_centtt .swiper_box ul li .facto_centent .centent_boxa .title {
    font-size: 16px;
  }
}
.facto_swiperBox .box_centtt .swiper_box ul li .facto_centent .centent_boxa .cent {
  color: rgba(255, 255, 255, 0.733);
  font-size: 16px;
  line-height: 1.5;
  margin-top: min(1.04166667vw, 20px);
  max-height: 200px;
  overflow: auto;
}
@media (max-width:1470px) {
  .facto_swiperBox .box_centtt .swiper_box ul li .facto_centent .centent_boxa .cent {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .facto_swiperBox .box_centtt .swiper_box ul li .facto_centent .centent_boxa .cent {
    font-size: 12px;
  }
}
@media (max-width:1024px) {
  .facto_swiperBox .box_centtt .swiper_box ul li .facto_centent .centent_boxa .cent {
    margin-top: 10px;
  }
}
.facto_swiperBox .box_centtt .swiper_box ul li .facto_centent .images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.facto_swiperBox .box_centtt .swiper_box ul li .facto_centent .images img {
  max-width: unset;
  height: 100%;
  object-fit: cover;
}
.facto_swiperBox .box_centtt .pageBut {
  width: 60px;
  height: 60px;
  position: absolute;
  z-index: 3;
  border: 1px solid #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;
  color: white;
  cursor: pointer;
}
.facto_swiperBox .box_centtt .pageBut.prev {
  left: 0;
}
.facto_swiperBox .box_centtt .pageBut.next {
  right: 0;
}
.facto_swiperBox .close {
  position: absolute;
  top: 50px;
  right: 50px;
}
.facto_swiperBox .close i::before {
  font-size: 30px;
  color: white;
}
@media (max-width:1600px) {
  .facto_swiperBox .close i::before {
    font-size: 26px;
  }
}
@media (max-width:1470px) {
  .facto_swiperBox .close i::before {
    font-size: 22px;
  }
}
@media (max-width:1024px) {
  .facto_swiperBox .close i::before {
    font-size: 20px;
  }
}
@media (max-width:768px) {
  .facto_swiperBox .close i::before {
    font-size: 18px;
  }
}
@media (max-width:1280px) {
  .facto_swiperBox .swiper_box ul li .facto_centent .centent_boxa {
    width: 60%;
  }
  .facto_swiperBox .swiper_box ul li .facto_centent .images {
    position: relative;
  }
  .facto_swiperBox .swiper_box ul li .facto_centent .images::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #0000004b;
    transition: all 0.5s;
    pointer-events: none;
  }
  .facto_swiperBox .swiper_box ul li .facto_centent .images img {
    pointer-events: initial;
  }
}
@media (max-width:990px) {
  .facto_swiperBox .swiper_box {
    width: calc(100% - 160px) !important;
  }
  .facto_swiperBox .swiper_box .centent_boxa {
    bottom: 0;
    padding: 10px !important;
    width: 100% !important;
  }
  .facto_swiperBox .swiper_box .centent_boxa .cent {
    max-height: 100px !important;
  }
  .facto_swiperBox .swiper_box .images {
    height: 400px;
  }
  .facto_swiperBox .close {
    top: 100px;
  }
}
@media (max-width:640px) {
  .facto_swiperBox .swiper_box {
    width: calc(100% - 100px) !important;
  }
  .facto_swiperBox .swiper_box .centent_boxa {
    width: 100% !important;
  }
  .facto_swiperBox .pageBut {
    width: 40px !important;
    height: 40px !important;
  }
}
.cooperate_box {
  margin-bottom: min(7.8125vw, 150px);
}
@media (max-width:1024px) {
  .cooperate_box {
    margin-bottom: 75px;
  }
}
.cooperate_box .coo_centent {
  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: min(5.20833333vw, 100px);
}
@media (max-width:1024px) {
  .cooperate_box .coo_centent {
    padding-top: 50px;
  }
}
.cooperate_box .coo_centent .lefta {
  width: 20%;
  background: #F2F7F0;
  padding: 0 min(1.04166667vw, 20px) 0 min(1.04166667vw, 20px);
  padding-top: min(2.34375vw, 45px);
  padding-bottom: min(2.34375vw, 45px);
  height: auto;
}
@media (max-width:1024px) {
  .cooperate_box .coo_centent .lefta {
    padding: 0 10px 0 10px;
  }
}
@media (max-width:1024px) {
  .cooperate_box .coo_centent .lefta {
    padding-top: 22.5px;
  }
}
@media (max-width:1024px) {
  .cooperate_box .coo_centent .lefta {
    padding-bottom: 22.5px;
  }
}
.cooperate_box .coo_centent .lefta .title {
  font-size: 40px;
  color: #000000;
  line-height: 1.5;
  margin-bottom: min(1.5625vw, 30px);
}
@media (max-width:1600px) {
  .cooperate_box .coo_centent .lefta .title {
    font-size: 38px;
  }
}
@media (max-width:1470px) {
  .cooperate_box .coo_centent .lefta .title {
    font-size: 33px;
  }
}
@media (max-width:1024px) {
  .cooperate_box .coo_centent .lefta .title {
    font-size: 29px;
  }
}
@media (max-width:768px) {
  .cooperate_box .coo_centent .lefta .title {
    font-size: 24px;
  }
}
@media (max-width:1024px) {
  .cooperate_box .coo_centent .lefta .title {
    margin-bottom: 15px;
  }
}
.cooperate_box .coo_centent .lefta .subtitle {
  margin-bottom: min(1.5625vw, 30px);
  font-size: 16px;
}
@media (max-width:1024px) {
  .cooperate_box .coo_centent .lefta .subtitle {
    margin-bottom: 15px;
  }
}
@media (max-width:1470px) {
  .cooperate_box .coo_centent .lefta .subtitle {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .cooperate_box .coo_centent .lefta .subtitle {
    font-size: 12px;
  }
}
.cooperate_box .coo_centent .lefta .centent .item {
  font-size: 16px;
  margin-bottom: min(1.04166667vw, 20px);
  color: #000000;
  line-height: 1.3;
  display: block;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  padding: 10px 0;
}
@media (max-width:1470px) {
  .cooperate_box .coo_centent .lefta .centent .item {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .cooperate_box .coo_centent .lefta .centent .item {
    font-size: 12px;
  }
}
@media (max-width:1024px) {
  .cooperate_box .coo_centent .lefta .centent .item {
    margin-bottom: 10px;
  }
}
.cooperate_box .coo_centent .lefta .centent .item span {
  position: relative;
  display: inline-block;
}
.cooperate_box .coo_centent .lefta .centent .item span::after {
  content: '';
  position: absolute;
  bottom: -6px;
  right: 0;
  width: 0%;
  height: 2px;
  background: #175aa9;
  transition: all 0.5s;
}
.cooperate_box .coo_centent .lefta .centent .item:hover span::after {
  width: 100%;
  left: 0;
}
.cooperate_box .coo_centent .lefta .centent .item.active span::after {
  width: 100%;
  left: 0;
}
.cooperate_box .coo_centent .rigtha {
  width: calc(80% - 25px);
}
.cooperate_box .coo_centent .rigtha .item {
  display: none;
}
.cooperate_box .coo_centent .rigtha .item .images {
  width: 100%;
}
.cooperate_box .coo_centent .rigtha .item .images img {
  width: 100%;
}
.cooperate_box .coo_centent .rigtha .item .text_box {
  margin-top: min(1.04166667vw, 20px);
  font-size: 16px;
  color: #000000;
  line-height: 1.95em;
  margin-bottom: min(1.04166667vw, 20px);
}
@media (max-width:1024px) {
  .cooperate_box .coo_centent .rigtha .item .text_box {
    margin-top: 10px;
  }
}
@media (max-width:1470px) {
  .cooperate_box .coo_centent .rigtha .item .text_box {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .cooperate_box .coo_centent .rigtha .item .text_box {
    font-size: 12px;
  }
}
@media (max-width:1024px) {
  .cooperate_box .coo_centent .rigtha .item .text_box {
    margin-bottom: 10px;
  }
}
.cooperate_box .coo_centent .rigtha .item.active {
  display: block;
}
@media (max-width:1200px) {
  .cooperate_box .coo_centent {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cooperate_box .coo_centent .lefta {
    width: 100%;
    position: static !important;
  }
  .cooperate_box .coo_centent .lefta .centent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    grid-gap: 0 20px;
    box-sizing: border-box;
    overflow-x: scroll;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .cooperate_box .coo_centent .rigtha {
    width: 100%;
  }
}
.tagBox {
  background: #f3f3f3;
}
.tagBox .content_box {
  padding: min(2.60416667vw, 50px) 0 min(2.60416667vw, 50px);
}
@media (max-width:1024px) {
  .tagBox .content_box {
    padding: 25px 0 25px 0;
  }
}
.tagBox .content_box .contentTag {
  background: white;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  grid-gap: 10px 10px;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  padding: 20px;
}
.tagBox .content_box .contentTag a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 5px 10px;
  background: #ffbb50;
  font-size: 12px;
  color: white;
}
.tagBox .content_box .contentTag a:nth-child(2n) {
  background: #1ac756;
}
.tagBox .content_box .contentTag a:nth-child(3n) {
  background: #ff5e5c;
}
.w1024 {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
@media (max-width:1320px) {
  .w1024 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1024px) {
  .w1024 {
    padding: 0 30px;
  }
}
@media (max-width:990px) {
  .w1024 {
    padding: 0 20px;
  }
}
.proSeiver {
  position: relative;
}
.proSeiver .proSerCon1 {
  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;
}
.proSeiver .proSerCon1 .content {
  position: absolute;
  width: 100%;
}
.proSeiver .proSerCon1 .content .center .title {
  font-size: 50px;
  line-height: 1;
  padding-left: min(1.25vw, 24px);
}
@media (max-width:1600px) {
  .proSeiver .proSerCon1 .content .center .title {
    font-size: 46px;
  }
}
@media (max-width:1470px) {
  .proSeiver .proSerCon1 .content .center .title {
    font-size: 39px;
  }
}
@media (max-width:1024px) {
  .proSeiver .proSerCon1 .content .center .title {
    font-size: 33px;
  }
}
@media (max-width:768px) {
  .proSeiver .proSerCon1 .content .center .title {
    font-size: 27px;
  }
}
@media (max-width:1024px) {
  .proSeiver .proSerCon1 .content .center .title {
    padding-left: 12px;
  }
}
@media (max-width:990px) {
  .proSeiver .proSerCon1 .content .center .title {
    text-align: center;
  }
}
.proSeiver .proSerCon1 .images {
  width: 100%;
}
.proSeiver .proSerCon1 .images img {
  width: 100%;
}
.proSeiver .proSerCon2 .box_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  grid-gap: clamp(15px, 1.5625vw, 30px) clamp(30px, 3.125vw, 60px);
  padding: min(1.5625vw, 30px) 0 min(2.08333333vw, 40px);
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
@media (max-width:1024px) {
  .proSeiver .proSerCon2 .box_item {
    padding: 15px 0 20px 0;
  }
}
.proSeiver .proSerCon2 .box_item .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;
  cursor: pointer;
}
.proSeiver .proSerCon2 .box_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;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.proSeiver .proSerCon2 .box_item .item .images img {
  width: 80px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: 1px solid #44928400;
  border-radius: 50%;
  box-shadow: 0 0 10px 1px #47ab9900;
}
@media (max-width:1200px) {
  .proSeiver .proSerCon2 .box_item .item .images img {
    width: 70px;
  }
}
@media (max-width:990px) {
  .proSeiver .proSerCon2 .box_item .item .images {
    flex-shrink: 0;
  }
  .proSeiver .proSerCon2 .box_item .item .images img {
    width: 50px;
  }
}
.proSeiver .proSerCon2 .box_item .item .title {
  font-size: 24px;
  color: white;
  margin-top: min(1.04166667vw, 20px);
  text-align: center;
}
@media (max-width:1600px) {
  .proSeiver .proSerCon2 .box_item .item .title {
    font-size: 22px;
  }
}
@media (max-width:1470px) {
  .proSeiver .proSerCon2 .box_item .item .title {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .proSeiver .proSerCon2 .box_item .item .title {
    font-size: 18px;
  }
}
@media (max-width:768px) {
  .proSeiver .proSerCon2 .box_item .item .title {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .proSeiver .proSerCon2 .box_item .item .title {
    margin-top: 10px;
  }
}
.proSeiver .proSerCon2 .box_item .item:hover .images img {
  transform: scale(1.25);
  border: 1px solid #00000023;
  box-shadow: 0 0 10px 1px #00000023;
}
.proSeiver .proSerCon3 {
  margin-top: min(0.41666667vw, 8px);
  padding-bottom: min(1.35416667vw, 26px);
}
@media (max-width:1024px) {
  .proSeiver .proSerCon3 {
    margin-top: 4px;
  }
}
@media (max-width:1024px) {
  .proSeiver .proSerCon3 {
    padding-bottom: 13px;
  }
}
.proSeiver .proSerCon3 .conBox {
  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;
  grid-gap: clamp(0px, 0vw, 0px) clamp(200px, 20.83333333vw, 400px);
}
.proSeiver .proSerCon3 .conBox ul {
  max-width: 1200px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.proSeiver .proSerCon3 .conBox ul li {
  margin-top: min(1.14583333vw, 22px);
  padding-left: min(1.5625vw, 30px);
  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;
  width: 33.33%;
}
@media (max-width:1024px) {
  .proSeiver .proSerCon3 .conBox ul li {
    margin-top: 11px;
  }
}
@media (max-width:1024px) {
  .proSeiver .proSerCon3 .conBox ul li {
    padding-left: 15px;
  }
}
.proSeiver .proSerCon3 .conBox ul li::before {
  content: '\e7cf';
  font-family: "iconfont";
  position: absolute;
  left: 0;
  transition: all 0.3s;
}
.proSeiver .proSerCon3 .conBox ul li a {
  color: #000;
  font-size: 20px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width:1600px) {
  .proSeiver .proSerCon3 .conBox ul li a {
    font-size: 15px;
  }
}
@media (max-width:1470px) {
  .proSeiver .proSerCon3 .conBox ul li a {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .proSeiver .proSerCon3 .conBox ul li a {
    font-size: 12px;
  }
}
@media (max-width:990px) {
  .proSeiver .proSerCon3 .conBox {
    grid-gap: clamp(0px, 0vw, 0px) clamp(50px, 5.20833333vw, 100px);
  }
}
.proSeiver.green .proSerCon1 .content .center .title {
  color: #69C7AE;
}
.proSeiver.green .proSerCon2 {
  background-color: #69C7AE;
}
.proSeiver.green .proSerCon3 .conBox ul li:hover a,
.proSeiver.green .proSerCon3 .conBox ul li.active a {
  color: #1e8f85;
}
.proSeiver.green .proSerCon3 .conBox ul li:hover::before,
.proSeiver.green .proSerCon3 .conBox ul li.active::before {
  color: #1e8f85;
}
.proSeiver.yellow .proSerCon1 .content .center .title {
  color: #EF9B11;
}
.proSeiver.yellow .proSerCon2 {
  background-color: #EF9B11;
}
.proSeiver.yellow .proSerCon3 .conBox ul li:hover a,
.proSeiver.yellow .proSerCon3 .conBox ul li.active a {
  color: #EF9B11;
}
.proSeiver.yellow .proSerCon3 .conBox ul li:hover::before,
.proSeiver.yellow .proSerCon3 .conBox ul li.active::before {
  color: #EF9B11;
}
.proSeiver.blue .proSerCon1 .content .center .title {
  color: #00A3E4;
}
.proSeiver.blue .proSerCon2 {
  background-color: #00A3E4;
}
.proSeiver.blue .proSerCon3 .conBox ul li:hover a,
.proSeiver.blue .proSerCon3 .conBox ul li.active a {
  color: #00A3E4;
}
.proSeiver.blue .proSerCon3 .conBox ul li:hover::before,
.proSeiver.blue .proSerCon3 .conBox ul li.active::before {
  color: #00A3E4;
}
.proSeiver.red .proSerCon1 .content .center .title {
  color: #F19ABE;
}
.proSeiver.red .proSerCon2 {
  background-color: #F19ABE;
}
.proSeiver.red .proSerCon3 .conBox ul li:hover a,
.proSeiver.red .proSerCon3 .conBox ul li.active a {
  color: #F19ABE;
}
.proSeiver.red .proSerCon3 .conBox ul li:hover::before,
.proSeiver.red .proSerCon3 .conBox ul li.active::before {
  color: #F19ABE;
}
.MessageForm {
  margin-top: min(4.16666667vw, 80px);
  margin-bottom: min(4.16666667vw, 80px);
}
@media (max-width:1024px) {
  .MessageForm {
    margin-top: 40px;
  }
}
@media (max-width:1024px) {
  .MessageForm {
    margin-bottom: 40px;
  }
}
.MessageForm .masCon {
  margin-top: min(4.16666667vw, 80px);
}
@media (max-width:1024px) {
  .MessageForm .masCon {
    margin-top: 40px;
  }
}
.MessageForm .masCon .layui-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  grid-gap: clamp(5px, 0.52083333vw, 10px) clamp(0px, 0vw, 0px);
}
.MessageForm .masCon .layui-form .layui-form-item {
  width: calc(50% - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  grid-gap: 0 10px;
}
.MessageForm .masCon .layui-form .layui-form-item .layui-form-label {
  text-align: end;
  padding: 0;
  flex-shrink: 0;
  font-size: 16px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  color: #000;
}
@media (max-width:1470px) {
  .MessageForm .masCon .layui-form .layui-form-item .layui-form-label {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .MessageForm .masCon .layui-form .layui-form-item .layui-form-label {
    font-size: 12px;
  }
}
.MessageForm .masCon .layui-form .layui-form-item .layui-input-block {
  margin-left: 0;
  width: 100%;
}
.MessageForm .masCon .layui-form .layui-form-item .layui-input-block .layui-input {
  height: 60px;
  font-size: 14px;
  border-radius: 8px;
}
@media (max-width:1470px) {
  .MessageForm .masCon .layui-form .layui-form-item .layui-input-block .layui-input {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .MessageForm .masCon .layui-form .layui-form-item .layui-input-block .layui-input {
    font-size: 12px;
  }
}
.MessageForm .masCon .layui-form .layui-form-item .layui-input-block .layui-btn {
  background: #175aa9 !important;
  color: white !important;
}
.MessageForm .masCon .layui-form .layui-form-item.endBox {
  width: 100%;
  padding-left: 86px;
}
.MessageForm .masCon .layui-form .layui-form-item .images {
  width: 120px;
  flex-shrink: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
}
.MessageForm .masCon .layui-form .layui-form-item .images img {
  width: 100%;
}
.MessageForm .masCon .layui-form .layui-form-text {
  height: 100%;
  align-items: start;
  width: 100%;
}


.explain {
  font-size: 14px;
  color: #999;
  /* margin: 16px;
  padding: 12px 4px; */
  line-height: 2em;
  padding-bottom: 30px;
}