@charset "UTF-8";
.s1-about {
  background-color: #f7f7f7;
}
.s1-about .s1-banner {
  background: url("/web/shiwaicloud/s1-file/assets/img/about/banner.jpg") no-repeat center;
  background-size: cover;
  box-shadow: 0px 0px 0px 3px rgba(66, 153, 225, 0.6);
}
.s1-about .s1-banner .s1-defaultWidth .s1-bannerTitle span {
  margin-bottom: 30px;
  color: rgba(0, 0, 0, 0.937254902);
  font-size: 70px;
  font-weight: 500;
  font-family: "YouSheBiaoTiHei";
  position: relative;
}
.s1-about .s1-banner .s1-defaultWidth .s1-bannerTitle p {
  font-size: 26px;
  width: 736px;
  font-weight: 300;
  line-height: 35px;
  font-family: "思源黑";
  color: #000;
}
.s1-about .s1-banner .s1-defaultWidth .s1-bannerTitle .s1-button a {
  padding: 8px 32px;
  opacity: 1;
  border-radius: 3px;
  cursor: pointer;
}
.sn-preview{
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    display: none;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
.sn-preview img{
    width: 350px;
}
@media (max-width: 768px) {
  .s1-about .s1-banner .s1-defaultWidth .s1-bannerTitle {
    justify-content: center;
  }
  .s1-about .s1-banner .s1-defaultWidth .s1-bannerTitle span {
    margin-bottom: 0;
    font-size: 8.6vw;
    text-align: left;
  }
  .s1-about .s1-banner .s1-defaultWidth .s1-bannerTitle p {
    font-size: 3.5vw;
    width: 97%;
    line-height: 6vw;
  }
  .s1-about .s1-banner .s1-defaultWidth .s1-bannerTitle .s1-button a {
    padding: 2.5vw 8vw;
    font-size: 3.5vw;
    border-radius: 1vw;
    margin: 0 auto;
    font-weight: bold;
  }
}
.s1-about .s1-aboutUss .s1-defaultWidth {
  display: flex;
  align-items: center;
}
.s1-about .s1-aboutUss .s1-defaultWidth .s1-leftCurrentSection {
  width: 50%;
}
.s1-about .s1-aboutUss .s1-defaultWidth .s1-leftCurrentSection span {
  font-family: "YouSheBiaoTiHei";
  font-size: 50px;
  color: rgba(0, 0, 0, 0.9019607843);
}
.s1-about .s1-aboutUss .s1-defaultWidth .s1-leftCurrentSection h2 {
  font-family: "YouSheBiaoTiHei";
  font-size: 22px;
  color: #9e9e9e;
}
.s1-about .s1-aboutUss .s1-defaultWidth .s1-leftCurrentSection p {
  width: 636px;
  font-size: 18px;
  margin-top: 30px;
  line-height: 28px;
  letter-spacing: 2px;
  font-weight: 500;
  color: #3d3d3d;
  font-family: "思源黑";
}
.s1-about .s1-aboutUss .s1-defaultWidth .s1-rightCurrentSection {
  width: 50%;
  display: flex;
  justify-content: center;
}
.s1-about .s1-aboutUss .s1-defaultWidth .s1-rightCurrentSection .s1-aboutUs_content {
  width: 300px;
  height: 730px;
  background: #d0d0d0;
  font-family: "smileySans-Oblique";
  position: relative;
}
.s1-about .s1-aboutUss .s1-defaultWidth .s1-rightCurrentSection .s1-aboutUs_content p:nth-of-type(1) {
  font-size: 46px;
  position: absolute;
  top: 300px;
  left: 110px;
  transform: rotate(270deg);
  width: 100%;
}
.s1-about .s1-aboutUss .s1-defaultWidth .s1-rightCurrentSection .s1-aboutUs_content p:nth-of-type(2) {
  font-size: 60px;
  font-family: "思源黑";
  color: #d0d0d0;
  position: absolute;
  top: 300px;
  left: 163px;
  transform: rotate(270deg);
  width: 100%;
  white-space: pre;
}
@media (max-width: 768px) {
  .s1-about .s1-aboutUss .s1-defaultWidth {
    display: flex;
    align-items: center;
  }
  .s1-about .s1-aboutUss .s1-defaultWidth .s1-leftCurrentSection {
    width: 100%;
  }
  .s1-about .s1-aboutUss .s1-defaultWidth .s1-leftCurrentSection span {
    font-size: 8vw;
  }
  .s1-about .s1-aboutUss .s1-defaultWidth .s1-leftCurrentSection h2 {
    font-size: 4.5vw;
  }
  .s1-about .s1-aboutUss .s1-defaultWidth .s1-leftCurrentSection p {
    width: 100%;
    font-size: 3.5vw;
    margin-top: 4vw;
    line-height: 6vw;
    letter-spacing: 1vw;
  }
  .s1-about .s1-aboutUss .s1-defaultWidth .s1-rightCurrentSection {
    display: none;
  }
}
.s1-about .s1-productAdvantagess {
  position: relative;
  display: flex;
  align-items: center;
}
.s1-about .s1-productAdvantagess .s1-textOverview {
  width: 75%;
  height: 724px;
  background-color: #333333;
  z-index: 9;
  position: absolute;
  right: 0;
  padding: 80px;
}
.s1-about .s1-productAdvantagess .s1-textOverview h1 {
  font-family: "YouSheBiaoTiHei";
  font-size: 50px;
  color: white;
}
.s1-about .s1-productAdvantagess .s1-textOverview h2 {
  font-family: "YouSheBiaoTiHei";
  font-size: 22px;
  color: #9e9e9e;
}
.s1-about .s1-productAdvantagess .s1-textOverview .s1-textDistributions {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  position: relative;
}
.s1-about .s1-productAdvantagess .s1-textOverview .s1-textDistributions .s1-itemTextImagination {
  width: 100%;
}
.s1-about .s1-productAdvantagess .s1-textOverview .s1-textDistributions .s1-itemTextImagination .s1-largeVersionSerialNumber {
  float: left;
  font-family: "SmileySans-Oblique";
  font-size: 62px;
  color: #707070;
  border: 4px solid #707070;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 73px;
  margin-right: 10px;
}
.s1-about .s1-productAdvantagess .s1-textOverview .s1-textDistributions .s1-itemTextImagination .s1-numberTitle {
  font-size: 22px;
  color: #2ca8fe;
}
.s1-about .s1-productAdvantagess .s1-textOverview .s1-textDistributions .s1-itemTextImagination .s1-arounds {
  font-size: 18px;
  color: rgba(214, 214, 214, 0.7215686275);
  line-height: 30px;
  letter-spacing: 1px;
  background: linear-gradient(90deg, gray 66%, transparent 0) repeat-x;
  background-size: 0.3em 2px;
  background-position: bottom left;
  padding-bottom: 2px;
  display: inline;
}
.s1-about .s1-productAdvantagess .s1-medalPositioning {
  position: absolute;
  right: 0;
  bottom: -28%;
}
@media (max-width: 768px) {
  .s1-about .s1-productAdvantagess {
    position: relative;
    display: flex;
    align-items: center;
  }
  .s1-about .s1-productAdvantagess .s1-backgroundImage {
    display: none;
  }
  .s1-about .s1-productAdvantagess .s1-textOverview {
    width: 100%;
    height: auto;
    padding: 5vw;
    position: initial;
  }
  .s1-about .s1-productAdvantagess .s1-textOverview h1 {
    font-size: 8vw;
  }
  .s1-about .s1-productAdvantagess .s1-textOverview h2 {
    font-size: 4.5vw;
  }
  .s1-about .s1-productAdvantagess .s1-textOverview .s1-textDistributions {
    margin-top: 8vw;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 4vw;
  }
  .s1-about .s1-productAdvantagess .s1-textOverview .s1-textDistributions .s1-itemTextImagination {
    width: 100%;
  }
  .s1-about .s1-productAdvantagess .s1-textOverview .s1-textDistributions .s1-itemTextImagination .s1-largeVersionSerialNumber {
    font-size: 13vw;
    width: 18vw;
    height: 18vw;
    line-height: 18vw;
    margin-right: 3vw;
  }
  .s1-about .s1-productAdvantagess .s1-textOverview .s1-textDistributions .s1-itemTextImagination .s1-numberTitle {
    font-size: 5vw;
  }
  .s1-about .s1-productAdvantagess .s1-textOverview .s1-textDistributions .s1-itemTextImagination .s1-arounds {
    font-size: 3.5vw;
    line-height: 7vw;
  }
  .s1-about .s1-productAdvantagess .s1-medalPositioning {
    display: none;
  }
}
.s1-about .s1-honorAndQualification .s1-defaultWidth .s2-title-Description .s2-subtitle {
  font-family: "YouSheBiaoTiHei";
  font-size: 50px;
}
.s1-about .s1-honorAndQualification .s1-defaultWidth .s2-title-Description p {
  font-family: "YouSheBiaoTiHei";
  font-size: 22px;
  color: #9e9e9e;
}
.s1-about .s1-honorAndQualification .s1-defaultWidth .s2-currentSection {
  display: flex;
  align-items: center;
  justify-content: space-between;
      gap: 30px;
}
.s1-about .s1-honorAndQualification .s1-defaultWidth .s2-currentSection{
    
}
.s1-about .s1-honorAndQualification .s1-defaultWidth .s2-currentSection img {
  box-shadow: 1px 1px 10px 7px #ccc;
}
@media (max-width: 768px) {
  .s1-about .s1-honorAndQualification .s1-defaultWidth .s2-title-Description .s2-subtitle {
    font-size: 7vw;
  }
  .s1-about .s1-honorAndQualification .s1-defaultWidth .s2-title-Description p {
    font-size: 4vw;
  }
  .s1-about .s1-honorAndQualification .s1-defaultWidth .s2-currentSection {
    flex-direction: column;
    gap: 10vw;
  }
  .s1-about .s1-honorAndQualification .s1-defaultWidth .s2-currentSection img {
    width: 100%;
    box-shadow: 1px 1px 10px 7px #ccc;
  }
}
.s1-about .s1-corporateCulture {
  background-color: #333333;
}
.s1-about .s1-corporateCulture .s1-defaultWidth .s2-currentSection .s1-upperPart {
  display: flex;
  justify-content: space-between;
}
.s1-about .s1-corporateCulture .s1-defaultWidth .s2-currentSection .s1-upperPart .s1-partiallyLeft {
  width: 600px;
}
.s1-about .s1-corporateCulture .s1-defaultWidth .s2-currentSection .s1-upperPart .s1-partiallyLeft img {
  width: 100%;
}
.s1-about .s1-corporateCulture .s1-defaultWidth .s2-currentSection .s1-upperPart .s1-partiallyRight {
  display: flex;
  gap: 20px;
}
.s1-about .s1-corporateCulture .s1-defaultWidth .s2-currentSection .s1-upperPart .s1-partiallyRight .s1-textBuilding span {
  font-family: "YouSheBiaoTiHei";
  font-size: 50px;
  color: white;
}
.s1-about .s1-corporateCulture .s1-defaultWidth .s2-currentSection .s1-upperPart .s1-partiallyRight .s1-textBuilding h2 {
  font-family: "YouSheBiaoTiHei";
  font-size: 22px;
  color: #9e9e9e;
}
.s1-about .s1-corporateCulture .s1-defaultWidth .s2-currentSection .s1-upperPart .s1-partiallyRight .s1-textBuilding p {
  color: rgba(214, 214, 214, 0.7215686275);
  width: 490px;
  line-height: 30px;
  letter-spacing: 1px;
  font-size: 15px;
  font-family: "思源黑";
}
.s1-about .s1-corporateCulture .s1-defaultWidth .s2-currentSection .s1-upperPart .s1-partiallyRight .s1-contacts {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.s1-about .s1-corporateCulture .s1-defaultWidth .s2-currentSection .s1-upperPart .s1-partiallyRight .s1-contacts img {
  width: 128px;
  height: 128px;
}
.s1-about .s1-corporateCulture .s1-defaultWidth .s2-currentSection .s1-upperPart .s1-partiallyRight .s1-contacts span {
  display: inline-block;
  width: 140px;
  height: 40px;
  background-color: #4589FD;
  border-radius: 20px;
  color: white;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  margin-top: 26px;
}
.s1-about .s1-corporateCulture .s1-defaultWidth .s2-currentSection .s1-upperPart .s1-partiallyRight .s1-contacts p {
  font-family: "SmileySans-Oblique";
  font-size: 20px;
  margin-top: 20px;
  color: #2CA8FE;
}
.s1-about .s1-corporateCulture .s1-defaultWidth .s2-currentSection .s1-lowerPart {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.s1-about .s1-corporateCulture .s1-defaultWidth .s2-currentSection .s1-lowerPart img {
  width: 300px;
  height: 160px;
}
@media (max-width: 768px) {
  .s1-about .s1-corporateCulture {
    background-color: #333333;
    padding: 0 0 5vw 0 !important;
  }
  .s1-about .s1-corporateCulture .s1-defaultWidth {
    padding: 0 !important;
  }
  .s1-about .s1-corporateCulture .s1-defaultWidth .s2-currentSection .s1-upperPart {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .s1-about .s1-corporateCulture .s1-defaultWidth .s2-currentSection .s1-upperPart .s1-partiallyLeft {
    width: 100%;
  }
  .s1-about .s1-corporateCulture .s1-defaultWidth .s2-currentSection .s1-upperPart .s1-partiallyLeft img {
    width: 100%;
  }
  .s1-about .s1-corporateCulture .s1-defaultWidth .s2-currentSection .s1-upperPart .s1-partiallyRight {
    display: flex;
    flex-direction: column;
    gap: 3vw;
  }
  .s1-about .s1-corporateCulture .s1-defaultWidth .s2-currentSection .s1-upperPart .s1-partiallyRight .s1-textBuilding {
    padding: 5vw;
  }
  .s1-about .s1-corporateCulture .s1-defaultWidth .s2-currentSection .s1-upperPart .s1-partiallyRight .s1-textBuilding span {
    font-size: 8vw;
  }
  .s1-about .s1-corporateCulture .s1-defaultWidth .s2-currentSection .s1-upperPart .s1-partiallyRight .s1-textBuilding h2 {
    font-size: 8vw;
  }
  .s1-about .s1-corporateCulture .s1-defaultWidth .s2-currentSection .s1-upperPart .s1-partiallyRight .s1-textBuilding p {
    width: 100%;
    line-height: 6vw;
    font-size: 3.5vw;
  }
  .s1-about .s1-corporateCulture .s1-defaultWidth .s2-currentSection .s1-upperPart .s1-partiallyRight .s1-contacts {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .s1-about .s1-corporateCulture .s1-defaultWidth .s2-currentSection .s1-upperPart .s1-partiallyRight .s1-contacts img {
    width: 30vw;
    height: 30vw;
  }
  .s1-about .s1-corporateCulture .s1-defaultWidth .s2-currentSection .s1-upperPart .s1-partiallyRight .s1-contacts span {
    width: 31vw;
    height: 9vw;
    border-radius: 9vw;
    font-size: 3.5vw;
    line-height: 9vw;
    margin-top: 6vw;
  }
  .s1-about .s1-corporateCulture .s1-defaultWidth .s2-currentSection .s1-upperPart .s1-partiallyRight .s1-contacts p {
    font-size: 6vw;
    margin-top: 6vw;
  }
  .s1-about .s1-corporateCulture .s1-defaultWidth .s2-currentSection .s1-lowerPart {
    display: none;
  }
}

/*# sourceMappingURL=about.css.map */
