* {
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
.banner,
.companyIntroduce,
.serviceCenter,
.companyLogo,
.joinUs,
.five,
.good {
  width: 100%;
  margin: auto;
  max-width: 1430px;
  padding: 80px 50px;
}
/* ----------------------Banner---------------------------*/
.BannerBox {
  z-index: 2;
  background-color: #121826;
  background-image: url(../image/aboutUs/banner.jpg);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  /* background: linear-gradient(to top, #f7f9fc 0%, #f7f9fc 60%, #fff 100%); */
  padding-bottom: 80px;
}
.banner {
  position: relative;
  min-height: 580px;
}
.bannerContent {
  padding-top: 130px;
  color: #007dfc;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
}
.bannerTitle {
  margin: 8px 0 40px;
  text-align: center;
  font-size: 51px;
  color: #fff;
  /* font-weight: 600; */
}
.bannerRemark {
  color: #939db8;
  font-size: 20px;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 64px;
  /* font-weight: 300; */
}
.bannerLean {
  transform: skewY(-10deg);
  position: relative;
  margin-top: 100px;
  /* min-height: 350px; */
}
.topTwoImg {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
}
.topTwoImg > div {
  width: 25%;
  /* height: 200px; */
  padding-bottom: 15%;
  background-size: cover;
}
.topTwoImgLeft {
  background-position: 50% 50%;
  background-image: url("../image/aboutUs/bannerLeft.jpg");
}
.topTwoImgRight {
  background-image: url("../image/aboutUs/bannerRight.png");
  background-position: 100% 70%;
}
.centerImg {
  background-image: url("../image/aboutUs/bannerCenter.jpg");
  background-position: 50% 60%;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  /* height: 300px; */
  padding-bottom: 22%;
}
.bannerRightbox img {
  border-radius: 10px;
  min-height: auto;
  width: 100%;
  margin-bottom: 48px;
}
.bannerRight {
  /* border-left: 1px solid #ccc; */
  font-size: 17px;
  line-height: 24px;
  color: #5a5c76;
  padding: 0 30px;
  background-color: #f7f9fcc0;
  padding: 32px;
  width: 50%;
  border-radius: 10px;
  /* font-weight: 300; */
}
.bannerBottom {
  /* margin: 0 15px; */
  color: #fff;
  position: relative;
}
.bannerBottomItem {
  margin-top: 20px;
}
.bannerBottomItemTop::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 24px;
  background-color: #007dfc;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.bannerBottomItemTop {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
  color: #007dfc;
  /* text-shadow: 1px 1px 1px #5e6ae2; */
}
.bannerBottomBottom {
  font-size: 17px;
  padding-left: 20px;
  color: #5a5c76;
  /* white-space: nowrap; */
}
.marbox {
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff;
  /* position: sticky;
  z-index: 9;
  top: 0; */
}
.mar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: auto;
  max-width: 1430px;
}
.maritem {
  font-size: 15px;
  color: #0b0c1b;
  line-height: 1.8;
  width: auto;
  padding: 12px;
  text-align: center;
}
/* ----------------------companyIntroduce---------------------------*/

.companyIntroduceBottom {
  color: #fff;
  position: relative;
  margin-top: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.companyIntroduceBottomItem {
  margin: 20px 0;
}
.companyIntroduceBottomItemTop::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 24px;
  background-color: #0073e6;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.companyIntroduceBottomItemTop {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
  color: #007dfc;
  /* text-shadow: 1px 1px 1px #5e6ae2; */
}
.companyIntroduceBottomBottom {
  font-size: 17px;
  padding-left: 20px;
  color: #5a5c76;
  /* white-space: nowrap; */
}
.companyIntroduceimg img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
/* ----------------------five---------------------------*/
.five {
  padding-top: 0;
}
.fivetitle {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 64px;
  color: #0b0c1b;
  text-align: center;
}

.fiveimg {
  width: 100%;
}

/* ----------------------good---------------------------*/

.goodimg {
  /* text-align: center; */
  margin-bottom: 24px;
}
.goodimg img {
  width: 60px;
  height: 60px;
}
.goodtitle {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #0b0c1b;
  /* text-align: center; */
}
.goodremake {
  font-size: 17px;
  color: #5a5c76;
  /* text-align: center; */
  line-height: 30px;
  /* margin-bottom: 64px; */
}

.goodmore {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.goodmoreitem {
  display: flex;
  align-items: center;
  justify-content: center;
}
.goodmoreimg {
  margin-right: 12px;
}
.goodmoreimg img {
  width: 20px;
  height: 20px;
}
.goodmoretext {
  font-size: 19px;
  color: #5a5c76;
}
.goodtopbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 48px;
}
.goodleft {
  width: 50%;
}
.goodimgbig {
  width: 42%;
  border-radius: 10px;
  text-align: right;
}
.goodimgbig img {
  width: 100%;
  border-radius: 10px;
}
.goodconbox {
  background-color: #f7f9fc;
}
.goodcon {
  width: 100%;
  margin: auto;
  max-width: 1430px;
  padding: 80px 50px;
}

.goodcontitle {
  font-size: 32px;
  color: #0b0c1b;
  text-align: center;
  font-weight: 600;
  margin-bottom: 64px;
}
.goodconremake {
  font-size: 17px;
  color: #5a5c76;
  line-height: 1.8;
  margin-top: 16px;
}
.goodconremake1 {
  color: #0b0c1b;
  font-size: 20px;
  margin-bottom: 24px;
}

/* ----------------------serviceCenter---------------------------*/
.serviceCenterBox {
  background-color: #f7f9fc;
}
.serviceCenterTitle {
  font-size: 32px;
  margin: 80px 0 20px;
  color: #0b0c1b;
  font-weight: 600;
}
.serviceCenterLeft {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 436.34px;
}
.serviceCenterLeftContent {
  font-size: 17px;
  color: #9098ab;
  /* font-weight: 300; */
  line-height: 24px;
  margin-bottom: 64px;
}
.serviceCenterLeftItemCircle {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 15px;
}
.serviceCenterLeftItem {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #9098ab;
  /* font-weight: 300; */
  margin-bottom: 10px;
}
.serviceCenterRight img {
  width: 100%;
}
.sertop {
  margin-top: 64px;
}
.sertop:first-child {
  margin-top: 0;
}
.sertoplan {
  font-size: 17px;
  color: #007dfc;
  margin-bottom: 8px;
  font-weight: 600;
}
.sertoptitle {
  font-size: 24px;
  color: #0b0c1b;
  margin-bottom: 8px;
}
.sertopremake {
  font-size: 15px;
  color: #5a5c76;
}
/* ----------------------joinUs---------------------------*/
.joinUsBox {
  background-color: #121826;
  background-image: url(../image/aboutUs/bom-banner-1.svg);
  background-size: 26%;
  background-position: bottom center;
  background-repeat: no-repeat;
  position: relative;
}
.joinUsBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, #12182600 62%, #121826 99%);
}
.joinUs {
  padding: 120px 50px;
  padding-top: 220px;
  position: relative;
  z-index: 2;
}
.joinUsCenterRemark {
  font-size: 15px;
  color: #fff;
  text-align: center;
}
.joinUstry {
  height: 40px;
  margin-top: 36px;
  width: 240px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #60636b;
  line-height: 40px;
  font-size: 14px;
  padding-left: 25px;
  color: #aaacb1;
  border: 1px solid #6d7078;
  border-right: none;
}
.joinUsmore {
  margin-top: 36px;
  height: 40px;
  width: 160px;
  background-image: linear-gradient(to right, #fff, #fff);
  color: #0b0c1b;
  font-size: 14px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  line-height: 40px;
  text-align: center;
}
.joinUsmore img {
  margin-bottom: 3px;
  margin-left: 5px;
  height: 16px;
  width: 16px;
}
.joinUsmore:hover {
  background-image: linear-gradient(to right, #027dfc, #0263fe);
  color: #fff;
  cursor: pointer;
}
/* ?------------------------------------------------------------------ */
.va {
  width: 100%;
  margin: auto;
  max-width: 1430px;
  padding: 80px 50px;
}
.vatitle {
  font-size: 32px;
  color: #0b0c1b;
  font-weight: 600;
  text-align: center;
  margin-bottom: 24px;
}
.varemake {
  font-size: 17px;
  line-height: 24px;
  text-align: center;
  color: #5a5c76;
  margin-bottom: 26px;
}
.vacon {
  text-align: center;
}
.vaconitem {
  margin-top: 48px;
}
.vaconimg img {
  width: 46px;
}
.vacontitle {
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  margin-top: 20px;
  color: #0b0c1b;
}
.vaconremake {
  color: #5a5c76;
  font-size: 15px;
  line-height: 1.8;
  min-height: 50.39px;
  padding: 0 40px;
  margin-top: 12px;
}
/* ?------------------------------------------------------------------ */

.maok {
  width: 100%;
  margin: auto;
  max-width: 1430px;
  padding: 80px 50px;
}
.maoktitle {
  font-size: 32px;
  color: #0b0c1b;
  text-align: center;
  font-weight: 600;
  margin-bottom: 24px;
}
.maokremake {
  font-size: 17px;
  line-height: 1.8;
  /* width: 80%; */
  text-align: center;
  color: #5a5c76;
  margin-bottom: 72px;
}
/* ?------------------------------------------------------------------ */
/* 解决方案 */
.solutionBox {
  position: relative;
  /* background-image: url(../image/home/slobanner.svg); */
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.solution {
  width: 100%;
  max-width: 1430px;
  padding: 80px 50px;
  padding-top: 120px;
  margin: auto;
}
/* .solutionremake {
  margin-bottom: 84px;
} */
.solutionleft {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 64px;
}
.solutionTitle {
  font-size: 32px;
  font-weight: 600;
  color: #0b0c1b;
  line-height: 1;
  margin-bottom: 24px;
}
.solutionremake {
  font-size: 17px;
  line-height: 30px;
  color: #5a5c76;
}
.solutionarr {
  display: flex;
}
.uamtiarr {
  width: 38px;
  height: 38px;
  border-radius: 38px;
  padding: 8px;
  background-color: #171926;
  border: 1px solid #283042;
  padding-right: 12px;
  user-select: none;
  cursor: pointer;
}
.uamtiarrle {
  width: 38px;
  height: 38px;
  user-select: none;
  border-radius: 38px;
  padding: 8px;
  border: 1px solid #283042;
  background-color: #171926;
  padding-right: 12px;
  margin-right: 8px;
  cursor: pointer;
  transform: rotateZ(180deg);
}
.uamtiarr:hover,
.uamtiarrle:hover {
  background-color: #171926db;
}
.nohover {
  opacity: 0.4;
}
.nohover:hover {
  background-color: #171926;
}
.solutionTabTitle {
  display: flex;
  align-items: center;
  position: relative;
  /* justify-content: center; */
  flex-wrap: wrap;
  margin-top: 60px;
}
.solutionTabTitlecut {
  margin-bottom: 50px;
}
.solutionTabItem {
  color: #bbc5cf;
  flex-shrink: 0;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  width: 64px;
  font-weight: 600;
  margin: 10px 0;
  margin-right: 32px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.solutionTabItem1 {
  width: 80px;
}
.solutionTabItem:hover {
  color: #007dfc;
}
.heng {
  /* display: none; */
  position: absolute;
  bottom: 21px;
  width: 100%;
  height: 1px;
  background-color: #e2e3e3;
}
.underline {
  /* display: none; */
  position: absolute;
  bottom: 20px;
  border-radius: 2px;
  width: 80px;
  height: 3px;
  background-color: #007dfc;
  transition: transform 0.2s;
  z-index: 2;
}

.underline::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background-color: #007dfc;
  transition: left 0.2s;
}
.solutionTabItem img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.solutionTabItemActive {
  color: #007dfc;
}
.solutioncon {
  display: none;
  margin-top: 40px;
}

.solutionconitem {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 64px;
}
.solutionconitemimg img {
  margin-top: 30px;
  width: 90px;
}
.solutionconimg {
  border-radius: 10px;
  /* margin-top: 64px; */
  overflow: hidden;
  position: relative;
}
.solutionconimg img {
  width: 100%;
  height: auto;
}
.solutionconimgright {
  width: 250px !important;
  position: absolute;
  right: 48px;
  top: 48px;
}
.solutioncontit {
  font-size: 34px;
  line-height: 1;
  color: #0b0c1b;
}
.solutioncontitle {
  font-size: 28px;
  color: #0b0c1b;
  font-weight: 600;
  /* font-size: 34px;
  line-height: 1;
  color: #0b0c1b; */
  margin-bottom: 12px;
}
.solutionconremake {
  margin-top: 32px;
  font-size: 16px;
  line-height: 1.8;
  color: #5a5c76;
}
.solumorebox {
  margin-left: 24px;
  padding-left: 24px;
  border-left: 1px solid #e6e6e6;
}
.solumore {
  display: flex;
  cursor: pointer;
  width: 120px;
  flex-shrink: 0;
  white-space: nowrap;
  text-align: center;
  border-radius: 48px;
  padding: 8px 12px 8px 16px;
  background-image: linear-gradient(to right, #0b0c1b, #0b0c1b);
}
.solumoretext {
  font-size: 13px;
  margin-left: 5px;
  line-height: 160%;
  font-weight: 400;
  color: #fff;
}
.solumoreimg {
  display: flex;
  align-items: center;
}
.solumoreline {
  width: 0px;
  margin-left: 5px;
  height: 16px;
  margin-top: 1px;
  transition: all 0.3s;
  transition-timing-function: linear;
}
.solumorearrow {
  margin-left: -5px;
  width: 16px;
  height: 16px;
  margin-top: 1px;
  transition: all 0.3s;
  transition-timing-function: linear;
}
.solumore:hover .solumoreline {
  width: 16px;
}
.solumore:hover .solumorearrow {
  margin-left: -16px;
}
.powemore {
  display: flex;
  align-items: center;
  margin-top: 64px;
}
.powemoretext {
  font-size: 16px;
  color: #007dfc;
}
.powemoreimg img {
  width: 16px;
  height: 16px;
  margin-left: 5px;
  margin-bottom: 3px;
  transition: all 0.3s; /* 通过名字链接，名字，时间*/
  transition-timing-function: linear; /* 匀速执行 */
}
.powemore:hover .powemoreimg img {
  margin-left: 10px;
}
.poweimg {
  text-align: right;
}
.poweimg img {
  width: 100%;
  border-radius: 10px;
}
/* !------------------------------------------------------------------------------------- */
.one {
  width: 100%;
  margin: auto;
  max-width: 1430px;
  padding: 80px 50px;
}
.onetitle {
  font-size: 32px;
  color: #0b0c1b;
  font-weight: 600;
  margin-bottom: 32px;
}
.oneremake {
  font-size: 17px;
  line-height: 1.8;
  color: #5a5c76;
  margin-top: 32px;
}
.oneimg {
  display: flex;
  align-items: center;
  min-height: 293.27px;
}
.oneimg img {
  width: 70%;
}

/* ?------------------------------------------------------------------ */

.tpis {
  width: 100%;
  margin: auto;
  max-width: 1430px;
  padding: 80px 50px;
  /* padding-top: 0; */
}
.tpistopheng {
  width: 130px;
  height: 8px;
  background-color: #0b0c1b;
}
.tpistitle {
  font-size: 32px;
  color: #0b0c1b;
  font-weight: 600;
  margin-bottom: 24px;
  margin-top: 24px;
}
.tpisremake {
  font-size: 17px;
  color: #5a5c76;
  line-height: 28px;
  margin-bottom: 34px;
}
.hangconbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hangcon {
  margin-top: 30px;
  min-width: 30%;
  flex: 1;
  border-radius: 10px;
  /* background-color: #1c2232; */
  border: 1px solid #e0dee8;
  margin-right: 30px;
  overflow: hidden;
}
.hangcontextbox {
  padding: 32px;
  /* padding-top: 24px; */
}
.hangcon:nth-child(3n) {
  margin-right: 0;
}
.hangcontitle {
  margin-top: 20px;
  font-size: 20px;
  color: #0b0c1b;
  height: 29px;
  font-weight: 600;
}
.hangconheng {
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #007dfc, #007dfc00 80%);
  margin: 24px 0;
}
.hangconremake {
  font-size: 20px;
  color: #0b0c1b;
  font-weight: 600;
  margin-bottom: 12px;
}
.hangconremakeimg img {
  width: 20px;
  margin-bottom: 24px;
}
.hangconremakebox {
  min-height: 90px;
}
.hangconremake2 {
  font-size: 15px;
  line-height: 30px;
  color: #5a5c76;
  position: relative;
}

.hangconimg {
  /* margin-top: 32px; */
  background-image: url(../image/tryProduct/1.jpg);
  height: 240px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hangconimg img {
  width: 120px;
}
.hangconlink {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-top: 48px;
}
.hangconlinktext {
  font-size: 16px;
  color: #007dfc;
}
.hangconlinkimg img {
  width: 16px;
  height: 16px;
  margin-left: 5px;
  margin-bottom: 3px;
  transition: all 0.3s; /* 通过名字链接，名字，时间*/
  transition-timing-function: linear; /* 匀速执行 */
}
.hangconlink:hover .hangconlinkimg img {
  margin-left: 10px;
}
.hangconremake2 img {
  width: 16px;
  margin-right: 8px;
  margin-bottom: 1px;
}
/*--------------------- quest ----------------------------*/

.proconmore {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.proconmoretext {
  font-size: 16px;
  color: #007dfc;
}
.proconmoretext br {
  display: none;
}
.proconmoretext span {
  color: #5a5c76;
}
.proconmoreimg img {
  width: 16px;
  height: 16px;
  margin-left: 5px;
  margin-bottom: 3px;
  transition: all 0.3s; /* 通过名字链接，名字，时间*/
  transition-timing-function: linear; /* 匀速执行 */
}
.proconmore:hover .proconmoreimg img {
  margin-left: 10px;
}

.morelink {
  margin-top: 48px;
  display: flex;
  justify-content: center;
}
.morelink .proconmore {
  width: 390px;
}

/* ?------------------------------------------------------------------ */

@media only screen and (min-width: 1023px) and (max-width: 1200px) {
  .bannerRemark br,
  .tpisremake br,
  .maokremake br,
  .solutionremake br,
  .joinUsCenterRemark br {
    display: none;
  }
  .hangcontextbox {
    padding: 20px;
    min-height: 216px;
  }
  .hangcon {
    min-width: 45%;
  }
  .hangcon:nth-child(2n) {
    margin-right: 0;
  }
  .hangcon:nth-child(2n-1) {
    margin-right: 30px;
  }
  .solutionremake {
    width: 80%;
  }
  .joinUsBox {
    background-size: 56%;
  }
}

@media only screen and (min-width: 990px) and (max-width: 1024px) {
  .bannerRemark br,
  .tpisremake br,
  .maokremake br,
  .solutionremake br,
  .joinUsCenterRemark br {
    display: none;
  }
  .solutionremake {
    width: 80%;
  }
  .joinUsBox {
    background-size: 56%;
  }
  .hangcontextbox {
    padding: 20px;
    min-height: 216px;
  }
  .hangcon {
    min-width: 45%;
  }
  .hangcon:nth-child(2n) {
    margin-right: 0;
  }
  .hangcon:nth-child(2n-1) {
    margin-right: 30px;
  }
  .goodtopbox {
    display: block;
    margin-bottom: 0;
  }
  .goodleft,
  .goodimgbig {
    width: 100%;
  }
  .goodimgbig {
    margin-top: 48px;
  }
}
@media only screen and (min-width: 786px) and (max-width: 989px) {
  .bannerRemark br,
  .tpisremake br,
  .maokremake br,
  .solutionremake br,
  .joinUsCenterRemark br {
    display: none;
  }
  .serviceCenterLeft {
    min-height: 0;
  }
  .serviceCenterRight {
    margin-top: 40px;
  }
  .solutionremake {
    width: 80%;
  }
  .joinUsBox {
    background-size: 56%;
  }
  .hangcontextbox {
    padding: 20px;
    min-height: 216px;
  }
  .hangcon {
    min-width: 45%;
  }
  .hangcon:nth-child(2n) {
    margin-right: 0;
  }
  .hangcon:nth-child(2n-1) {
    margin-right: 30px;
  }
  .goodtopbox {
    display: block;
    margin-bottom: 0;
  }
  .goodleft,
  .goodimgbig {
    width: 100%;
  }
  .goodimgbig {
    margin-top: 48px;
  }

  .oneimg {
    min-height: 0;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 575px) and (max-width: 786px) {
  .serviceCenterLeft {
    min-height: 0;
  }
  .serviceCenterRight {
    margin-top: 40px;
  }
  .hangcon {
    min-width: 100%;
    margin-right: 0;
  }
  .morcon {
    width: 100%;
    margin-right: 0;
    margin-top: 30px;
    flex: none;
  }

  .bannerRemark br,
  .tpisremake br,
  .maokremake br,
  .solutionremake br,
  .joinUsCenterRemark br {
    display: none;
  }
  .solutionleft {
    display: block;
  }
  .solutionremake {
    width: 100%;
    margin-bottom: 40px;
  }
  .morconbox {
    display: block;
  }
  .joinUsBox {
    background-size: 56%;
  }
  .joinUs {
    padding-top: 120px;
  }
  .companyIntroduceBottom {
    flex-wrap: wrap;
  }
  .companyIntroduceBottomItem {
    width: 50%;
  }
  .oneimg {
    min-height: 0;
    margin-bottom: 60px;
  }
  .serviceCenterRight img {
    margin-top: 40px;
  }
  .sertop {
    margin-top: 30px;
  }
  .marbox {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .serviceCenterLeft {
    min-height: 0;
  }
  .banner,
  .one,
  .five,
  .tpis,
  .serviceCenter,
  .solution {
    padding: 60px 20px;
    max-width: 420px;
    width: 100%;
    margin: auto;
  }
  .solutionTitle,
  .maoktitle,
  .tpistitle,
  .onetitle {
    font-size: 26px;
  }
  .bannerRemark br,
  .tpisremake br,
  .maokremake br,
  .solutionremake br,
  .bannerRemark span,
  .joinUsCenterRemark br {
    display: none;
  }
  .BannerBox {
    padding-bottom: 0;
  }
  .bannerContent {
    padding-top: 64px;
  }
  .bannerTitle {
    font-size: 36px;
  }
  .bannerRemark {
    font-size: 17px;
    line-height: 28px;
  }
  .solutionleft {
    display: block;
  }
  .solutionremake {
    width: 100%;
    margin-bottom: 40px;
  }
  .joinUsBox {
    background-size: 56%;
  }
  .joinUs {
    padding-top: 120px;
  }
  .companyIntroduceBottom {
    display: none;
  }

  .oneimg {
    min-height: 0;
    margin-bottom: 60px;
  }
  .serviceCenterRight img {
    margin-top: 40px;
  }
  .sertop {
    margin-top: 30px;
  }
  .marbox {
    display: none;
  }
  .five {
    padding-top: 0;
  }
  /* --------------------------mor------------------------------ */
  .hangcon {
    margin-right: 0;
    width: 100%;
    margin-top: 30px;
    flex: none;
  }
  .proconmoretext br {
    display: block;
  }
  .proconmoretext:first-child {
    width: 100%;
  }
  .morelink .proconmore {
    flex-wrap: wrap;
  }
  .morconbox {
    flex-wrap: wrap;
  }
  .morcon {
    width: 100%;
    margin-right: 0;
    margin-top: 30px;
    flex: none;
  }

  /* ---------five--------- */
  .fivetitle {
    padding-bottom: 40px;
  }

  /* ---------good--------- */
  .goodmoreitem {
    text-align: left;
    margin-top: 12px;
  }
  /* ---------serviceCenter--------- */
  .serviceCenterBox {
    padding-top: 0;
  }
  .serviceCenterTitle {
    margin-top: 0;
  }
  .serviceCenterLeftContent {
    padding-right: 0;
    margin-bottom: 24px;
  }
  .serviceCenterRight {
    margin-top: 40px;
  }
}
