.s2-aboutUs {
  padding-top: 80px;
}
.s2-aboutUs .s2-banner {
  background: url("/web/shiwaicloud/s2-file/assets/img/aboutUs/section3_web_01_v2.jpg") no-repeat center;
  background-size: cover;
}
.s2-aboutUs .s2-banner .s2-defaultWidth .s2-bannerTitle span {
  margin-bottom: 30px;
  color: #fff;
}
.s2-aboutUs .s2-banner .s2-defaultWidth .s2-bannerTitle p {
  color: #fff;
  width: 500px;
}
@media (max-width: 768px) {
  .s2-aboutUs .s2-banner {
    height: 60vw;
  }
  .s2-aboutUs .s2-banner .s2-defaultWidth .s2-bannerTitle {
    justify-content: center;
  }
  .s2-aboutUs .s2-banner .s2-defaultWidth .s2-bannerTitle span {
    margin-bottom: 3vw;
    text-align: center;
  }
  .s2-aboutUs .s2-banner .s2-defaultWidth .s2-bannerTitle p {
    display: none;
  }
}
.s2-aboutUs .s2-introduce {
  background-color: #f0f5ff;
}
.s2-aboutUs .s2-introduce .s2-currentSection {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.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;
}
.s2-aboutUs .s2-introduce .s2-currentSection .s2-pureImage {
  background: url("/web/shiwaicloud/s2-file/assets/img/aboutUs/2e821dc1c0bfe37d36f5887070f11f26c595c3bc787a7-7rg8wn_fw1200.jpg") no-repeat center;
  background-size: 100% 100%;
  box-shadow: 0px 0px 20px 1px #a5a5a5;
  border: 2px solid #FFFFFF;
  border-radius: 10px;
}
.s2-aboutUs .s2-introduce .s2-currentSection .s2-companyProfile span {
  font-size: 24px;
  border-bottom: 2px solid #015bfe;
  font-weight: 600;
  color: #333;
  padding-bottom: 10px;
  display: inline-block;
}
.s2-aboutUs .s2-introduce .s2-currentSection .s2-companyProfile p {
  margin-top: 10px;
  color: #333;
  line-height: 28px;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .s2-aboutUs .s2-introduce {
    background-color: #f0f5ff;
  }
  .s2-aboutUs .s2-introduce .s2-currentSection {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 5vw;
  }
  .s2-aboutUs .s2-introduce .s2-currentSection .s2-pureImage {
    height: 60vw;
    border-radius: 2vw;
    -webkit-border-radius: 2vw;
    -moz-border-radius: 2vw;
    -ms-border-radius: 2vw;
    -o-border-radius: 2vw;
  }
  .s2-aboutUs .s2-introduce .s2-currentSection .s2-companyProfile span {
    font-size: 5vw;
    padding-bottom: 5vw;
  }
  .s2-aboutUs .s2-introduce .s2-currentSection .s2-companyProfile p {
    margin-top: 1vw;
    line-height: 6vw;
    padding: 3vw 0;
  }
}
.s2-aboutUs .s2-companyQualification {
  background-color: #f0fffe;
}
.s2-aboutUs .s2-companyQualification .s2-defaultWidth .s2-currentSection {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
.s2-aboutUs .s2-companyQualification .s2-defaultWidth .s2-currentSection .s2-pureImage {
  border: 2px solid #e6eef4;
  box-shadow: 5px 5px 11px #c4cacf;
  border-radius: 10px;
  overflow: hidden;
}
.s2-aboutUs .s2-companyQualification .s2-defaultWidth .s2-currentSection .s2-pureImage:hover {
  border: 2px solid #e9e9e9;
  box-shadow: 0px 0px 10px 3px rgba(33, 150, 243, 0.7607843137);
}
.s2-aboutUs .s2-companyQualification .s2-defaultWidth .s2-currentSection img {
  background-color: #fff;
  padding: 10px;
  width: 100%;
}
@media (max-width: 768px) {
  .s2-aboutUs .s2-companyQualification {
    background-color: #f0fffe;
  }
  .s2-aboutUs .s2-companyQualification .s2-defaultWidth .s2-currentSection {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4vw;
  }
  .s2-aboutUs .s2-companyQualification .s2-defaultWidth .s2-currentSection .s2-pureImage {
    border-radius: 2vw;
    -webkit-border-radius: 2vw;
    -moz-border-radius: 2vw;
    -ms-border-radius: 2vw;
    -o-border-radius: 2vw;
  }
  .s2-aboutUs .s2-companyQualification .s2-defaultWidth .s2-currentSection img {
    padding: 3vw;
    width: 100%;
  }
}
.s2-aboutUs .s2-productAdvantages {
  background-color: #030521;
}
.s2-aboutUs .s2-productAdvantages .s2-defaultWidth .s2-title-Description span {
  color: #fff;
}
.s2-aboutUs .s2-productAdvantages .s2-defaultWidth .s2-currentSection {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 0;
}
.s2-aboutUs .s2-productAdvantages .s2-defaultWidth .s2-currentSection .s2-itemAdvantage {
  position: relative;
  padding: 30px;
  display: flex;
  flex-direction: column;
  background: url("/web/shiwaicloud/s2-file/assets/img/aboutUs/introduction-anvantage-bg-01.png") no-repeat center;
  background-size: contain;
  gap: 10px;
}
.s2-aboutUs .s2-productAdvantages .s2-defaultWidth .s2-currentSection .s2-itemAdvantage span {
  color: #337dff;
  font-size: 15px;
}
.s2-aboutUs .s2-productAdvantages .s2-defaultWidth .s2-currentSection .s2-itemAdvantage p {
  color: #fff;
  line-height: 25px;
}
.s2-aboutUs .s2-productAdvantages .s2-defaultWidth .s2-currentSection .s2-itemAdvantage .s2-identification {
  position: absolute;
  right: 30px;
  top: 10px;
  width: 65px;
  height: 65px;
}
.s2-aboutUs .s2-productAdvantages .s2-defaultWidth .s2-currentSection .s2-itemAdvantage .s2-identification img {
  width: 100%;
}
.s2-aboutUs .s2-productAdvantages .s2-defaultWidth .s2-currentSection .s2-itemAdvantage:nth-of-type(1) p {
  padding-right: 80px;
}
.s2-aboutUs .s2-productAdvantages .s2-defaultWidth .s2-currentSection .s2-itemAdvantage:nth-of-type(2) {
  background: url("/web/shiwaicloud/s2-file/assets/img/aboutUs/introduction-anvantage-bg-02.png") no-repeat center;
  background-size: contain;
  padding-left: 70px;
  padding-right: 90px;
  flex-direction: column;
}
.s2-aboutUs .s2-productAdvantages .s2-defaultWidth .s2-currentSection .s2-itemAdvantage:nth-of-type(3) {
  background: url("/web/shiwaicloud/s2-file/assets/img/aboutUs/introduction-anvantage-bg-03.png") no-repeat center;
  background-size: contain;
}
.s2-aboutUs .s2-productAdvantages .s2-defaultWidth .s2-currentSection .s2-itemAdvantage:nth-of-type(3) p {
  padding-right: 90px;
}
.s2-aboutUs .s2-productAdvantages .s2-defaultWidth .s2-currentSection .s2-itemAdvantage:nth-of-type(3) .s2-identification {
  top: 21px;
}
.s2-aboutUs .s2-productAdvantages .s2-defaultWidth .s2-currentSection .s2-itemAdvantage:nth-of-type(4) {
  background: url("/web/shiwaicloud/s2-file/assets/img/aboutUs/introduction-anvantage-bg-04.png") no-repeat center;
  background-size: contain;
  padding-left: 70px;
  padding-right: 90px;
  justify-content: center;
}
.s2-aboutUs .s2-productAdvantages .s2-defaultWidth .s2-currentSection .s2-itemAdvantage:nth-of-type(4) .s2-identification {
  top: 21px;
}
@media (max-width: 768px) {
  .s2-aboutUs .s2-productAdvantages {
    background-color: #f0f5ff;
  }
  .s2-aboutUs .s2-productAdvantages .s2-defaultWidth .s2-title-Description span {
    color: #333;
  }
  .s2-aboutUs .s2-productAdvantages .s2-defaultWidth .s2-currentSection {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 5vw;
  }
  .s2-aboutUs .s2-productAdvantages .s2-defaultWidth .s2-currentSection .s2-itemAdvantage {
    padding: 4vw;
    background: url("/web/shiwaicloud/s2-file/assets/img/aboutUs/community.1724a563.png") no-repeat center;
    background-size: contain;
    background-position: 44vw 0;
    background-color: #fff;
    gap: 2vw;
    border-radius: 2vw;
    -webkit-border-radius: 2vw;
    -moz-border-radius: 2vw;
    -ms-border-radius: 2vw;
    -o-border-radius: 2vw;
  }
  .s2-aboutUs .s2-productAdvantages .s2-defaultWidth .s2-currentSection .s2-itemAdvantage span {
    font-size: 4vw;
  }
  .s2-aboutUs .s2-productAdvantages .s2-defaultWidth .s2-currentSection .s2-itemAdvantage p {
    color: #6e6e6e;
    line-height: 6vw;
    font-size: 3.3vw;
  }
  .s2-aboutUs .s2-productAdvantages .s2-defaultWidth .s2-currentSection .s2-itemAdvantage .s2-identification {
    display: none;
  }
  .s2-aboutUs .s2-productAdvantages .s2-defaultWidth .s2-currentSection .s2-itemAdvantage:nth-of-type(1) p {
    padding-right: 0;
  }
  .s2-aboutUs .s2-productAdvantages .s2-defaultWidth .s2-currentSection .s2-itemAdvantage:nth-of-type(2) {
    background: url("/web/shiwaicloud/s2-file/assets/img/aboutUs/plan.f99d3a5d.png") no-repeat center;
    background-size: contain;
    background-position: 30vw 0;
    background-color: #fff;
    padding: 4vw;
    flex-direction: column;
  }
  .s2-aboutUs .s2-productAdvantages .s2-defaultWidth .s2-currentSection .s2-itemAdvantage:nth-of-type(3) {
    background: url("/web/shiwaicloud/s2-file/assets/img/aboutUs/center.a42377b8.png") no-repeat center;
    background-size: contain;
    background-position: 30vw 0;
    background-color: #fff;
  }
  .s2-aboutUs .s2-productAdvantages .s2-defaultWidth .s2-currentSection .s2-itemAdvantage:nth-of-type(3) p {
    padding-right: 0;
  }
  .s2-aboutUs .s2-productAdvantages .s2-defaultWidth .s2-currentSection .s2-itemAdvantage:nth-of-type(4) {
    background: url("/web/shiwaicloud/s2-file/assets/img/aboutUs/res.9f8d0f58.png") no-repeat center;
    background-size: contain;
    background-position: 30vw 0;
    padding: 4vw;
    justify-content: center;
    background-color: #fff;
  }
}
.s2-aboutUs .s2-contactUs .s2-defaultWidth .s2-currentSection {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.s2-aboutUs .s2-contactUs .s2-defaultWidth .s2-currentSection .s2-itemContact {
  padding: 30px;
  box-shadow: 0 2px 10px rgba(64, 66, 77, 0.16);
  border: 2px solid #ebf0fc;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.s2-aboutUs .s2-contactUs .s2-defaultWidth .s2-currentSection .s2-itemContact:hover .s2-qrCode {
  opacity: 1;
}
.s2-aboutUs .s2-contactUs .s2-defaultWidth .s2-currentSection .s2-itemContact:hover .s2-qrCode img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
}
.s2-aboutUs .s2-contactUs .s2-defaultWidth .s2-currentSection .s2-itemContact img {
  width: 80px;
  height: 80px;
  margin-bottom: 30px;
}
.s2-aboutUs .s2-contactUs .s2-defaultWidth .s2-currentSection .s2-itemContact span {
  font-weight: 700;
  font-size: 20px;
  color: #333;
  display: block;
  margin: 10px 0;
}
.s2-aboutUs .s2-contactUs .s2-defaultWidth .s2-currentSection .s2-itemContact p {
  color: #333;
  line-height: 25px;
}
.s2-aboutUs .s2-contactUs .s2-defaultWidth .s2-currentSection .s2-itemContact a {
  padding: 10px 60px;
  background: #015BFD;
  color: #fff;
  margin-top: 20px;
}
.s2-aboutUs .s2-contactUs .s2-defaultWidth .s2-currentSection .s2-itemContact .s2-qrCode {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.s2-aboutUs .s2-contactUs .s2-defaultWidth .s2-currentSection .s2-itemContact .s2-qrCode img {
  width: 200px;
  height: 200px;
  margin: 0;
  border: 1px solid #015bfe;
}
@media (max-width: 768px) {
  .s2-aboutUs .s2-contactUs .s2-defaultWidth .s2-currentSection {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 4vw;
  }
  .s2-aboutUs .s2-contactUs .s2-defaultWidth .s2-currentSection .s2-itemContact {
    padding: 5vw;
  }
  .s2-aboutUs .s2-contactUs .s2-defaultWidth .s2-currentSection .s2-itemContact img {
    width: 20vw;
    height: 20vw;
    margin-bottom: 4vw;
  }
  .s2-aboutUs .s2-contactUs .s2-defaultWidth .s2-currentSection .s2-itemContact span {
    font-size: 5vw;
    margin: 2vw 0;
  }
  .s2-aboutUs .s2-contactUs .s2-defaultWidth .s2-currentSection .s2-itemContact p {
    line-height: 6vw;
  }
  .s2-aboutUs .s2-contactUs .s2-defaultWidth .s2-currentSection .s2-itemContact a {
    padding: 2vw 14vw;
    margin-top: 4vw;
  }
  .s2-aboutUs .s2-contactUs .s2-defaultWidth .s2-currentSection .s2-itemContact .s2-qrCode {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
  }
  .s2-aboutUs .s2-contactUs .s2-defaultWidth .s2-currentSection .s2-itemContact .s2-qrCode img {
    width: 40vw;
    height: 40vw;
  }
}
.s2-aboutUs .s2-companyEnvironment {
  background: url("/web/shiwaicloud/s2-file/assets/img/aboutUs/bg4.jpg") no-repeat center;
  background-size: cover;
}
.s2-aboutUs .s2-companyEnvironment .s2-defaultWidth .s2-currentSection {
  display: flex;
  gap: 20px;
}
.s2-aboutUs .s2-companyEnvironment .s2-defaultWidth .s2-currentSection .s2-itemEnvironment {
  flex: 0.5;
}
.s2-aboutUs .s2-companyEnvironment .s2-defaultWidth .s2-currentSection .s2-itemEnvironment img {
  width: 100%;
  height: 100%;
}
.s2-aboutUs .s2-companyEnvironment .s2-defaultWidth .s2-currentSection .s2-itemDoubledeck {
  flex: 0.25;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.s2-aboutUs .s2-companyEnvironment .s2-defaultWidth .s2-currentSection .s2-itemDoubledeck img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s2-aboutUs .s2-companyEnvironment .s2-defaultWidth .s2-currentSection .s2-companyText {
  flex: 0.25;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}
.s2-aboutUs .s2-companyEnvironment .s2-defaultWidth .s2-currentSection .s2-companyText span {
  color: #fff;
  font-size: 27px;
  display: block;
  text-align: right;
}
@media (max-width: 768px) {
  .s2-aboutUs .s2-companyEnvironment {
    background: rgb(0, 14, 40);
  }
  .s2-aboutUs .s2-companyEnvironment .s2-defaultWidth .s2-title-Description .s2-subtitle {
    color: #fff;
  }
  .s2-aboutUs .s2-companyEnvironment .s2-defaultWidth .s2-currentSection {
    display: flex;
    flex-direction: column;
    gap: 4vw;
  }
  .s2-aboutUs .s2-companyEnvironment .s2-defaultWidth .s2-currentSection .s2-itemEnvironment {
    flex: 0.5;
  }
  .s2-aboutUs .s2-companyEnvironment .s2-defaultWidth .s2-currentSection .s2-itemEnvironment img {
    width: 100%;
    height: 100%;
  }
  .s2-aboutUs .s2-companyEnvironment .s2-defaultWidth .s2-currentSection .s2-itemDoubledeck {
    flex: 0.25;
    display: flex;
    flex-direction: row;
    gap: 5vw;
  }
  .s2-aboutUs .s2-companyEnvironment .s2-defaultWidth .s2-currentSection .s2-itemDoubledeck img {
    width: 42.5vw;
    height: 100%;
    object-fit: cover;
  }
  .s2-aboutUs .s2-companyEnvironment .s2-defaultWidth .s2-currentSection .s2-companyText {
    display: none;
  }
}

@media (max-width: 768px) {
  .s2-aboutUs {
    padding-top: 15vw;
  }
}

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