@charset "UTF-8";
.s4-companyIntroduction .s4-banner {
  background: url("/web/shiwaicloud/s4-file/assets/img/companyIntroduction/banner.png") no-repeat center;
  background-size: cover;
}
.s4-companyIntroduction .s4-banner .s4-defaultWidth .s4-textHiddenAndVisible {
  height: 100%;
}
.s4-companyIntroduction .s4-banner .s4-defaultWidth .s4-textHiddenAndVisible .s4-bannerTitle span {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .s4-companyIntroduction .s4-banner {
    background: url("/web/shiwaicloud/s4-file/assets/img/companyIntroduction/h5-banner.png") no-repeat center;
    background-size: cover;
  }
  .s4-companyIntroduction .s4-banner .s4-defaultWidth .s4-textHiddenAndVisible {
    height: 100%;
  }
  .s4-companyIntroduction .s4-banner .s4-defaultWidth .s4-textHiddenAndVisible .s4-bannerTitle {
    justify-content: normal;
    padding-top: 25vw;
  }
  .s4-companyIntroduction .s4-banner .s4-defaultWidth .s4-textHiddenAndVisible .s4-bannerTitle span {
    font-family: "PingFang Regular";
    margin-bottom: 5vw;
    font-size: 6vw;
  }
  .s4-companyIntroduction .s4-banner .s4-defaultWidth .s4-textHiddenAndVisible .s4-bannerTitle p {
    text-align: center;
    color: #222222;
    font-family: "PingFang Regular";
  }
}
.s4-companyIntroduction .s4-navNavigation {
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 0;
  gap: 70px;
  width: 100%;
}
.s4-companyIntroduction .s4-navNavigation .s4-itemGuide {
  font-size: 16px;
  padding: 20px;
  cursor: pointer;
  color: #2D2D2D;
}
.s4-companyIntroduction .s4-navNavigation .colorCategory {
  color: #004CFF;
}
.s4-companyIntroduction .s4-navNavigation .yingJingUnderline {
  height: 1.5px;
  background: #004CFF;
  position: absolute;
  bottom: 1px;
}

.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) {
  .s4-companyIntroduction .s4-navNavigation {
    box-shadow: 0px 3px 6px 1px rgba(0, 20, 87, 0.16);
    background: #FFFFFF;
    justify-content: normal;
    top: 0;
    gap: 8vw;
    width: 100%;
    overflow-y: auto;
    padding: 0 5vw;
  }
  .s4-companyIntroduction .s4-navNavigation::-webkit-scrollbar {
    display: none;
  }
  .s4-companyIntroduction .s4-navNavigation .s4-itemGuide {
    font-family: "PingFang Regular";
    font-size: 4vw;
    white-space: nowrap;
    padding: 5vw 0;
    cursor: pointer;
    color: #222222;
    font-weight: bold;
  }
  .s4-companyIntroduction .s4-navNavigation .colorCategory {
    color: #004CFF;
  }
  .s4-companyIntroduction .s4-navNavigation .yingJingUnderline {
    height: 1.5px;
    background: #004CFF;
    position: absolute;
    bottom: 0vw;
  }
  .s4-companyIntroduction .s4-navNavigation.s4-fixed {
    top: 15vw !important;
  }
}
.s4-companyIntroduction .s4-textIntroduction {
  background: url("/web/shiwaicloud/s4-file/assets/img/companyIntroduction/textIntroduction.png") no-repeat center;
  background-size: cover;
}
.s4-companyIntroduction .s4-textIntroduction .s4-defaultWidth {
  height: auto;
}
.s4-companyIntroduction .s4-textIntroduction .s4-defaultWidth .s4-currentSection {
  display: flex;
  position: relative;
}
.s4-companyIntroduction .s4-textIntroduction .s4-defaultWidth .s4-currentSection .s4-aSingleImage {
  width: 750px;
  /*background: url("/web/shiwaicloud/s4-file/assets/img/companyIntroduction/shiwaiyun.png") no-repeat center;*/
  /*background-size: cover;*/
  height: 400px;
  flex-shrink: 0;
}
.s4-companyIntroduction .s4-textIntroduction .s4-defaultWidth .s4-currentSection .s4-aSingleImage img {
   
        width: 100%;
    height: 100%;
    object-fit: cover;
}
.s4-companyIntroduction .s4-textIntroduction .s4-defaultWidth .s4-currentSection .s4-textDisplayArea {
  flex-shrink: 0;
  width: 725px;
  padding: 30px;
  background-color: #fff;
  position: relative;
  left: -250px;
  height: max-content;
  top: 35px;
  z-index: 2;
}
.s4-companyIntroduction .s4-textIntroduction .s4-defaultWidth .s4-currentSection .s4-textDisplayArea span {
  font-weight: 700;
  font-size: 22px;
  color: #191919;
  margin-bottom: 10px;
  display: flex;
}
.s4-companyIntroduction .s4-textIntroduction .s4-defaultWidth .s4-currentSection .s4-textDisplayArea p {
  text-indent: 20px;
  color: #555555;
  line-height: 30px;
  font-size: 13px;
}
.s4-companyIntroduction .s4-textIntroduction .s4-defaultWidth .s4-currentSection::after {
  content: "";
  position: absolute;
  right: 10px;
  top: -15px;
  background-color: #3772FF;
  width: 100px;
  height: 100px;
  z-index: 1;
}
@media (max-width: 768px) {
  .s4-companyIntroduction .s4-textIntroduction {
    background: url("/web/shiwaicloud/s4-file/assets/img/companyIntroduction/h5-textIntroduction.png") no-repeat center;
    background-size: cover;
  }
  .s4-companyIntroduction .s4-textIntroduction .s4-defaultWidth {
    padding: 5vw 10vw 5vw 5vw !important;
  }
  .s4-companyIntroduction .s4-textIntroduction .s4-defaultWidth .s4-currentSection {
    flex-direction: column-reverse;
    gap: 2vw;
  }
  .s4-companyIntroduction .s4-textIntroduction .s4-defaultWidth .s4-currentSection .s4-aSingleImage {
    width: 100%;
    height: 40vw;
  }
  .s4-companyIntroduction .s4-textIntroduction .s4-defaultWidth .s4-currentSection .s4-textDisplayArea {
    width: 100%;
    padding: 0;
    height: auto;
    position: initial;
    background-color: transparent;
  }
  .s4-companyIntroduction .s4-textIntroduction .s4-defaultWidth .s4-currentSection .s4-textDisplayArea span {
    font-size: 5.5vw;
    margin-bottom: 5vw;
    font-family: "PingFang SC";
    padding-left: 10vw;
  }
  .s4-companyIntroduction .s4-textIntroduction .s4-defaultWidth .s4-currentSection .s4-textDisplayArea p {
    text-indent: 20px;
    color: #555555;
    line-height: 7vw;
    font-size: 3.5vw;
    padding: 5vw;
    background-color: #fff;
    font-family: "PingFang Regular";
  }
  .s4-companyIntroduction .s4-textIntroduction .s4-defaultWidth .s4-currentSection .s4-textDisplayArea p:nth-of-type(1) {
    padding: 5vw 5vw 0 5vw;
  }
  .s4-companyIntroduction .s4-textIntroduction .s4-defaultWidth .s4-currentSection .s4-textDisplayArea p:nth-of-type(2) {
    padding: 0 5vw;
  }
  .s4-companyIntroduction .s4-textIntroduction .s4-defaultWidth .s4-currentSection .s4-textDisplayArea p:nth-of-type(3) {
    padding: 0 5vw 5vw 5vw;
  }
  .s4-companyIntroduction .s4-textIntroduction .s4-defaultWidth .s4-currentSection::after {
    right: -7vw;
    top: 5vw;
    width: 15vw;
    height: 15vw;
  }
}
.s4-companyIntroduction .s4-companyCulture .s4-defaultWidth .s4-currentSection .s4-blockArea {
  display: flex;
  margin: 80px 0 50px 0;
}
.s4-companyIntroduction .s4-companyCulture .s4-defaultWidth .s4-currentSection .s4-blockArea .s4-itemBlock {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.s4-companyIntroduction .s4-companyCulture .s4-defaultWidth .s4-currentSection .s4-blockArea .s4-itemBlock img {
  width: 90px;
  height: 90px;
}
.s4-companyIntroduction .s4-companyCulture .s4-defaultWidth .s4-currentSection .s4-blockArea .s4-itemBlock .s4-labelDescription {
  height: 80px;
  width: 180px;
}
.s4-companyIntroduction .s4-companyCulture .s4-defaultWidth .s4-currentSection .s4-blockArea .s4-itemBlock .s4-labelDescription span {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
  display: flex;
}
.s4-companyIntroduction .s4-companyCulture .s4-defaultWidth .s4-currentSection .s4-blockArea .s4-itemBlock .s4-labelDescription p {
  color: #555555;
  font-size: 13px;
  line-height: 22px;
}
.s4-companyIntroduction .s4-companyCulture .s4-defaultWidth .s4-currentSection .s4-blockArea .s4-itemBlock:nth-of-type(2)::after {
  content: "";
  position: absolute;
  left: -55px;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, #FFFFFF 0%, #5682E9 49%, #FFFFFF 100%);
}
.s4-companyIntroduction .s4-companyCulture .s4-defaultWidth .s4-currentSection .s4-blockArea .s4-itemBlock:nth-of-type(2)::before {
  content: "";
  position: absolute;
  right: 55px;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, #FFFFFF 0%, #5682E9 49%, #FFFFFF 100%);
}
.s4-companyIntroduction .s4-companyCulture .s4-defaultWidth .s4-currentSection .s4-starrySkyMap {
  background: url("/web/shiwaicloud/s4-file/assets/img/companyIntroduction/starrySkyMap.png") no-repeat center;
  background-size: cover;
  height: 300px;
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  .s4-companyIntroduction .s4-companyCulture {
    background-color: rgb(248, 249, 252);
  }
  .s4-companyIntroduction .s4-companyCulture .s4-defaultWidth {
    height: auto;
  }
  .s4-companyIntroduction .s4-companyCulture .s4-defaultWidth .s4-currentSection .s4-blockArea {
    margin: 5vw 0 0 0;
    flex-direction: column;
    gap: 5vw;
  }
  .s4-companyIntroduction .s4-companyCulture .s4-defaultWidth .s4-currentSection .s4-blockArea .s4-itemBlock {
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
    border-radius: 2vw;
    -webkit-border-radius: 2vw;
    -moz-border-radius: 2vw;
    -ms-border-radius: 2vw;
    -o-border-radius: 2vw;
    padding: 2vw 0;
  }
  .s4-companyIntroduction .s4-companyCulture .s4-defaultWidth .s4-currentSection .s4-blockArea .s4-itemBlock img {
    width: 15vw;
    height: 15vw;
  }
  .s4-companyIntroduction .s4-companyCulture .s4-defaultWidth .s4-currentSection .s4-blockArea .s4-itemBlock .s4-labelDescription {
    height: auto;
    width: 100%;
  }
  .s4-companyIntroduction .s4-companyCulture .s4-defaultWidth .s4-currentSection .s4-blockArea .s4-itemBlock .s4-labelDescription span {
    font-size: 4.5vw;
    margin-bottom: 1vw;
  }
  .s4-companyIntroduction .s4-companyCulture .s4-defaultWidth .s4-currentSection .s4-blockArea .s4-itemBlock .s4-labelDescription p {
    font-size: 3vw;
    line-height: 7vw;
  }
  .s4-companyIntroduction .s4-companyCulture .s4-defaultWidth .s4-currentSection .s4-blockArea .s4-itemBlock:nth-of-type(2)::after {
    content: "";
    display: none;
  }
  .s4-companyIntroduction .s4-companyCulture .s4-defaultWidth .s4-currentSection .s4-blockArea .s4-itemBlock:nth-of-type(2)::before {
    content: "";
    display: none;
  }
  .s4-companyIntroduction .s4-companyCulture .s4-defaultWidth .s4-currentSection .s4-starrySkyMap {
    background: url("/web/shiwaicloud/s4-file/assets/img/companyIntroduction/h5-starrySkyMap.png") no-repeat center;
    background-size: cover;
    height: 45vw;
    margin: 5vw 0;
  }
}
.s4-companyIntroduction .s4-chooseUs {
  display: flex;
}
.s4-companyIntroduction .s4-chooseUs .s4-exhibitionArea {
  width: 55%;
  background: url("/web/shiwaicloud/s4-file/assets/img/companyIntroduction/blueback.png") no-repeat center;
  background-size: cover;
  height: 500px;
  padding: 50px 90px;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.s4-companyIntroduction .s4-chooseUs .s4-exhibitionArea .s4-internalTitle {
  color: #fff;
  font-weight: 700;
  font-size: 26px;
}
.s4-companyIntroduction .s4-chooseUs .s4-exhibitionArea .s4-describe span {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-end;
}
.s4-companyIntroduction .s4-chooseUs .s4-exhibitionArea .s4-describe p {
  color: #D0D1E2;
  line-height: 22px;
}
.s4-companyIntroduction .s4-chooseUs .s4-aSimplePicture {
  width: 45%;
  background: url("/web/shiwaicloud/s4-file/assets/img/companyIntroduction/pure.png") no-repeat center;
  background-size: cover;
  position: relative;
}
.s4-companyIntroduction .s4-chooseUs .s4-aSimplePicture .s4-groupLiving {
  display: flex;
  flex-direction: column;
  gap: 50px;
  position: absolute;
  left: -34px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.s4-companyIntroduction .s4-chooseUs .s4-aSimplePicture .s4-groupLiving .s4-itemCircular {
  border: 2px solid #7A97DB;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.s4-companyIntroduction .s4-chooseUs .s4-aSimplePicture .s4-groupLiving .s4-itemCircular img {
  width: 60px;
  height: 60px;
}
@media (max-width: 768px) {
  .s4-companyIntroduction .s4-chooseUs {
    flex-direction: column;
    position: relative;
    padding: 5vw;
  }
  .s4-companyIntroduction .s4-chooseUs .s4-exhibitionArea {
    width: 100%;
    height: auto;
    padding: 5vw 5vw 5vw 20vw;
    text-align: left;
    gap: 5vw;
  }
  .s4-companyIntroduction .s4-chooseUs .s4-exhibitionArea .s4-internalTitle {
    display: none;
  }
  .s4-companyIntroduction .s4-chooseUs .s4-exhibitionArea .s4-describe span {
    font-size: 4vw;
    margin-bottom: 2vw;
    justify-content: normal;
  }
  .s4-companyIntroduction .s4-chooseUs .s4-exhibitionArea .s4-describe p {
    color: #D0D1E2;
    line-height: 5.5vw;
  }
  .s4-companyIntroduction .s4-chooseUs .s4-aSimplePicture {
    width: 100%;
    background: url("/web/shiwaicloud/s4-file/assets/img/companyIntroduction/pure.png") no-repeat center;
    background-size: cover;
    position: inherit;
    height: 50vw;
  }
  .s4-companyIntroduction .s4-chooseUs .s4-aSimplePicture .s4-groupLiving {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: absolute;
    left: 2vw;
    top: -80vw;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
  .s4-companyIntroduction .s4-chooseUs .s4-aSimplePicture .s4-groupLiving .s4-itemCircular img {
    width: 13vw;
    height: 13vw;
  }
  .s4-companyIntroduction .s4-chooseUs .s4-aSimplePicture .s4-groupLiving .s4-itemCircular:nth-of-type(1) {
    margin-bottom: 14.5vw;
  }
  .s4-companyIntroduction .s4-chooseUs .s4-aSimplePicture .s4-groupLiving .s4-itemCircular:nth-of-type(2) {
    margin-bottom: 9vw;
  }
}
.s4-companyIntroduction .s4-companyEnvironment .s4-defaultWidth .s4-currentSection {
  padding: 50px 0;
  display: grid;
  grid-template-columns: 0.8fr 1fr 1fr 0.8fr;
}
.s4-companyIntroduction .s4-companyEnvironment .s4-defaultWidth .s4-currentSection .s4-itemDisplayImage .s4-picture {
  width: 120%;
  position: relative;
}
.s4-companyIntroduction .s4-companyEnvironment .s4-defaultWidth .s4-currentSection .s4-itemDisplayImage .s4-picture img {
  width: 100%;
  height: 400px;
  position: relative;
  z-index: -1;
}
.s4-companyIntroduction .s4-companyEnvironment .s4-defaultWidth .s4-currentSection .s4-itemDisplayImage .s4-picture .s4-textArea {
  position: absolute;
  width: 100%;
  height: 40px;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2784313725);
  justify-content: center;
  -webkit-clip-path: polygon(0 0, 97% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 97% 0, 100% 100%, 0% 100%);
}
.s4-companyIntroduction .s4-companyEnvironment .s4-defaultWidth .s4-currentSection .s4-itemDisplayImage .s4-picture .s4-textArea span {
  color: #FFFFFF;
  font-size: 15px;
}
.s4-companyIntroduction .s4-companyEnvironment .s4-defaultWidth .s4-currentSection .s4-itemDisplayImage:nth-of-type(2) .s4-picture .s4-textArea {
  width: 80%;
  right: 0;
  -webkit-clip-path: polygon(0 0, 97% 0, 100% 100%, 3% 100%);
  clip-path: polygon(0 0, 97% 0, 100% 100%, 3% 100%);
}
.s4-companyIntroduction .s4-companyEnvironment .s4-defaultWidth .s4-currentSection .s4-itemDisplayImage:nth-of-type(3) .s4-picture .s4-textArea {
  width: 80.5%;
  right: 0;
  -webkit-clip-path: polygon(0 0, 97% 0, 100% 100%, 3% 100%);
  clip-path: polygon(0 0, 97% 0, 100% 100%, 3% 100%);
}
.s4-companyIntroduction .s4-companyEnvironment .s4-defaultWidth .s4-currentSection .s4-itemDisplayImage:nth-of-type(4) .s4-picture .s4-textArea {
  width: 75%;
  right: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 3% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 3% 100%);
}
.s4-companyIntroduction .s4-companyEnvironment .s4-defaultWidth .s4-currentSection .s4-itemDisplayImage:nth-of-type(2) .s4-picture {
  width: 120%;
  background: url("/web/shiwaicloud/s4-file/assets/img/companyIntroduction/companyMap2zhe.png") no-repeat center;
  background-size: 100%;
}
.s4-companyIntroduction .s4-companyEnvironment .s4-defaultWidth .s4-currentSection .s4-itemDisplayImage:nth-of-type(3) .s4-picture {
  width: 120%;
  background: url("/web/shiwaicloud/s4-file/assets/img/companyIntroduction/companyMap3zhe.png") no-repeat center;
  background-size: 100%;
}
.s4-companyIntroduction .s4-companyEnvironment .s4-defaultWidth .s4-currentSection .s4-itemDisplayImage:nth-of-type(4) .s4-picture {
  width: 120%;
  background: url("/web/shiwaicloud/s4-file/assets/img/companyIntroduction/companyMap4zhe.png") no-repeat center;
  background-size: 100%;
}
@media (max-width: 768px) {
  .s4-companyIntroduction .s4-companyEnvironment .s4-defaultWidth {
    height: auto;
  }
  .s4-companyIntroduction .s4-companyEnvironment .s4-defaultWidth .s4-currentSection {
    padding: 5vw 0;
    display: grid;
    grid-template-columns: 0.8fr 1fr 1fr 0.8fr;
  }
  .s4-companyIntroduction .s4-companyEnvironment .s4-defaultWidth .s4-currentSection .s4-itemDisplayImage .s4-picture {
    width: 110%;
    position: relative;
  }
  .s4-companyIntroduction .s4-companyEnvironment .s4-defaultWidth .s4-currentSection .s4-itemDisplayImage .s4-picture img {
    width: 100%;
    height: 40vw;
    position: relative;
    z-index: -1;
  }
  .s4-companyIntroduction .s4-companyEnvironment .s4-defaultWidth .s4-currentSection .s4-itemDisplayImage .s4-picture .s4-textArea {
    height: 8vw;
    -webkit-clip-path: polygon(0 0, 92% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 92% 0, 100% 100%, 0% 100%);
  }
  .s4-companyIntroduction .s4-companyEnvironment .s4-defaultWidth .s4-currentSection .s4-itemDisplayImage .s4-picture .s4-textArea span {
    color: #FFFFFF;
    font-size: 3.5vw;
  }
  .s4-companyIntroduction .s4-companyEnvironment .s4-defaultWidth .s4-currentSection .s4-itemDisplayImage:nth-of-type(2) .s4-picture .s4-textArea {
    width: 83%;
    right: 0;
    -webkit-clip-path: polygon(0 0, 92% 0, 100% 100%, 3% 100%);
    clip-path: polygon(0 0, 91% 0, 100% 100%, 8% 100%);
  }
  .s4-companyIntroduction .s4-companyEnvironment .s4-defaultWidth .s4-currentSection .s4-itemDisplayImage:nth-of-type(3) .s4-picture .s4-textArea {
    width: 82.5%;
    right: 0;
    -webkit-clip-path: polygon(0 0, 91% 0, 100% 100%, 3% 100%);
    clip-path: polygon(0 0, 91% 0, 100% 100%, 5% 100%);
  }
  .s4-companyIntroduction .s4-companyEnvironment .s4-defaultWidth .s4-currentSection .s4-itemDisplayImage:nth-of-type(4) .s4-picture .s4-textArea {
    width: 77%;
    right: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 3% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 7% 100%);
  }
  .s4-companyIntroduction .s4-companyEnvironment .s4-defaultWidth .s4-currentSection .s4-itemDisplayImage:nth-of-type(2) .s4-picture {
    width: 110%;
    background: url("/web/shiwaicloud/s4-file/assets/img/companyIntroduction/companyMap2zhe.png") no-repeat center;
    background-size: 100% 100%;
    position: relative;
    left: -1vw;
  }
  .s4-companyIntroduction .s4-companyEnvironment .s4-defaultWidth .s4-currentSection .s4-itemDisplayImage:nth-of-type(3) .s4-picture {
    width: 110%;
    background: url("/web/shiwaicloud/s4-file/assets/img/companyIntroduction/companyMap3zhe.png") no-repeat center;
    background-size: 100% 100%;
    position: relative;
    left: -1.5vw;
  }
  .s4-companyIntroduction .s4-companyEnvironment .s4-defaultWidth .s4-currentSection .s4-itemDisplayImage:nth-of-type(4) .s4-picture {
    width: 110%;
    background: url("/web/shiwaicloud/s4-file/assets/img/companyIntroduction/companyMap4zhe.png") no-repeat center;
    background-size: 100% 100%;
    position: relative;
    left: -2vw;
  }
}
.s4-companyIntroduction .s4-honorQualification {
  background: url("/web/shiwaicloud/s4-file/assets/img/companyIntroduction/honorQualification.png") no-repeat center;
  background-size: cover;
}
.s4-companyIntroduction .s4-honorQualification .s4-defaultWidth .s4-currentSection {
  padding: 50px 0;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  height: 450px;
}
.s4-companyIntroduction .s4-honorQualification .s4-defaultWidth .s4-currentSection .s4-swiper-slide {
  position: absolute;
  top: 80px;
  transition: transform 0.5s, z-index 0.5s, opacity 0.5s;
  background: #fff;
  width: 200px;
}
.s4-companyIntroduction .s4-honorQualification .s4-defaultWidth .s4-currentSection .s4-swiper-slide img {
  width: 100%;
}
.s4-companyIntroduction .s4-honorQualification .s4-defaultWidth .s4-currentSection .s4-swiper-slide::after {
  content: "营业执照";
  position: absolute;
  bottom: -35px;
  left: 50%;
  white-space: pre;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
@media (max-width: 768px) {
  .s4-companyIntroduction .s4-honorQualification {
    background: url("/web/shiwaicloud/s4-file/assets/img/companyIntroduction/honorQualification.png") no-repeat center;
    background-size: cover;
    overflow: hidden;
  }
  .s4-companyIntroduction .s4-honorQualification .s4-defaultWidth {
    height: auto;
  }
  .s4-companyIntroduction .s4-honorQualification .s4-defaultWidth .s4-currentSection {
    padding: 5vw 0;
    height: 75vw;
  }
  .s4-companyIntroduction .s4-honorQualification .s4-defaultWidth .s4-currentSection .s4-swiper-slide {
    top: 17vw;
    width: 35vw;
  }
  .s4-companyIntroduction .s4-honorQualification .s4-defaultWidth .s4-currentSection .s4-swiper-slide img {
    width: 100%;
  }
  .s4-companyIntroduction .s4-honorQualification .s4-defaultWidth .s4-currentSection .s4-swiper-slide::after {
    display: none;
  }
}
.s4-companyIntroduction .s4-contactUs {
  background-color: #F6F7FF;
}
.s4-companyIntroduction .s4-contactUs .s4-defaultWidth .s4-currentSection {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 100px;
}
.s4-companyIntroduction .s4-contactUs .s4-defaultWidth .s4-currentSection .s4-contactBlock {
  padding: 20px 0;
  height: 230px;
  background: linear-gradient(180deg, #F5F7FF 0%, #FFFFFF 100%);
  box-shadow: 0px 3px 16px 1px rgba(24, 26, 78, 0.16);
  border-radius: 4px 4px 4px 4px;
  border: 2px solid #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
  /* 定义不同方向的滑入动画 */
  /* 上边进入的动画 */
  /* 下边进入的动画 */
  /* 左边进入的动画 */
  /* 右边进入的动画 */
  /* 从相反方向滑出的动画 */
}
.s4-companyIntroduction .s4-contactUs .s4-defaultWidth .s4-currentSection .s4-contactBlock .s4-qrCodePreview {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  background-color: rgba(0, 0, 0, 0.6509803922);
  display: flex;
  align-items: center;
  justify-content: center;
}
.s4-companyIntroduction .s4-contactUs .s4-defaultWidth .s4-currentSection .s4-contactBlock .s4-qrCodePreview img {
  width: 150px;
  height: 150px;
}
.s4-companyIntroduction .s4-contactUs .s4-defaultWidth .s4-currentSection .s4-contactBlock .s4-silds-left {
  animation: slideFromLeft 0.3s ease-in-out forwards;
  -webkit-animation: slideFromLeft 0.3s ease-in-out forwards;
}
.s4-companyIntroduction .s4-contactUs .s4-defaultWidth .s4-currentSection .s4-contactBlock .s4-silds-right {
  animation: slideFromRight 0.3s ease-in-out forwards;
  -webkit-animation: slideFromRight 0.3s ease-in-out forwards;
}
.s4-companyIntroduction .s4-contactUs .s4-defaultWidth .s4-currentSection .s4-contactBlock .s4-silds-top {
  animation: slideFromTop 0.3s ease-in-out forwards;
  -webkit-animation: slideFromTop 0.3s ease-in-out forwards;
}
.s4-companyIntroduction .s4-contactUs .s4-defaultWidth .s4-currentSection .s4-contactBlock .s4-silds-bottom {
  animation: slideFromBottom 0.3s ease-in-out forwards;
  -webkit-animation: slideFromBottom 0.3s ease-in-out forwards;
}
@keyframes slideFromTop {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slideFromBottom {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
.s4-companyIntroduction .s4-contactUs .s4-defaultWidth .s4-currentSection .s4-contactBlock .s4-contrary-bottom {
  animation: slideToBottom 0.3s ease-in-out forwards;
  -webkit-animation: slideToBottom 0.3s ease-in-out forwards;
}
.s4-companyIntroduction .s4-contactUs .s4-defaultWidth .s4-currentSection .s4-contactBlock .s4-contrary-top {
  animation: slideToTop 0.3s ease-in-out forwards;
  -webkit-animation: slideToTop 0.3s ease-in-out forwards;
}
.s4-companyIntroduction .s4-contactUs .s4-defaultWidth .s4-currentSection .s4-contactBlock .s4-contrary-right {
  animation: slideToRight 0.3s ease-in-out forwards;
  -webkit-animation: slideToRight 0.3s ease-in-out forwards;
}
.s4-companyIntroduction .s4-contactUs .s4-defaultWidth .s4-currentSection .s4-contactBlock .s4-contrary-left {
  animation: slideToLeft 0.3s ease-in-out forwards;
  -webkit-animation: slideToLeft 0.3s ease-in-out forwards;
}
@keyframes slideFromLeft {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slideFromRight {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slideToLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
  }
}
@keyframes slideToRight {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
  }
}
@keyframes slideToTop {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
@keyframes slideToBottom {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
.s4-companyIntroduction .s4-contactUs .s4-defaultWidth .s4-currentSection .s4-contactBlock img {
  width: 40px;
  height: 40px;
}
.s4-companyIntroduction .s4-contactUs .s4-defaultWidth .s4-currentSection .s4-contactBlock span {
  color: #191919;
  font-size: 17px;
  display: flex;
  margin: 20px 0 10px 0;
}
.s4-companyIntroduction .s4-contactUs .s4-defaultWidth .s4-currentSection .s4-contactBlock .s4-textCopy {
  color: #555555;
  margin-bottom: 20px;
}
.s4-companyIntroduction .s4-contactUs .s4-defaultWidth .s4-currentSection .s4-contactBlock p {
  color: #2766FC;
  font-size: 24px;
}
.s4-companyIntroduction .s4-contactUs .s4-defaultWidth .s4-currentSection .s4-contactBlock a {
  background-color: #3A74FF;
  color: #fff;
  width: 120px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.s4-companyIntroduction .s4-contactUs .s4-defaultWidth .s4-currentSection .s4-contactBlock a:hover {
  background-color: #6a93f1;
}
@media (max-width: 768px) {
  .s4-companyIntroduction .s4-contactUs {
    background-color: #F6F7FF;
  }
  .s4-companyIntroduction .s4-contactUs .s4-defaultWidth .s4-currentSection {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 5vw;
  }
  .s4-companyIntroduction .s4-contactUs .s4-defaultWidth .s4-currentSection .s4-contactBlock {
    padding: 5vw 0;
    height: auto;
    /* 定义不同方向的滑入动画 */
  }
  .s4-companyIntroduction .s4-contactUs .s4-defaultWidth .s4-currentSection .s4-contactBlock:focus .s4-qrCodePreview {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
  }
  .s4-companyIntroduction .s4-contactUs .s4-defaultWidth .s4-currentSection .s4-contactBlock .s4-qrCodePreview {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: translateY(101%);
    -webkit-transform: translateY(101%);
    -moz-transform: translateY(101%);
    -ms-transform: translateY(101%);
    -o-transform: translateY(101%);
    background-color: rgba(0, 0, 0, 0.6509803922);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .s4-companyIntroduction .s4-contactUs .s4-defaultWidth .s4-currentSection .s4-contactBlock .s4-qrCodePreview img {
    width: 35vw;
    height: 35vw;
  }
  .s4-companyIntroduction .s4-contactUs .s4-defaultWidth .s4-currentSection .s4-contactBlock .s4-silds-left {
    animation: inherit;
    -webkit-animation: inherit;
  }
  .s4-companyIntroduction .s4-contactUs .s4-defaultWidth .s4-currentSection .s4-contactBlock .s4-silds-right {
    animation: inherit;
    -webkit-animation: inherit;
  }
  .s4-companyIntroduction .s4-contactUs .s4-defaultWidth .s4-currentSection .s4-contactBlock .s4-silds-top {
    animation: inherit;
    -webkit-animation: inherit;
  }
  .s4-companyIntroduction .s4-contactUs .s4-defaultWidth .s4-currentSection .s4-contactBlock .s4-silds-bottom {
    animation: inherit;
    -webkit-animation: inherit;
  }
  .s4-companyIntroduction .s4-contactUs .s4-defaultWidth .s4-currentSection .s4-contactBlock img {
    width: 10vw;
    height: 10vw;
  }
  .s4-companyIntroduction .s4-contactUs .s4-defaultWidth .s4-currentSection .s4-contactBlock span {
    font-size: 4.5vw;
    margin: 3vw 0;
  }
  .s4-companyIntroduction .s4-contactUs .s4-defaultWidth .s4-currentSection .s4-contactBlock .s4-textCopy {
    margin-bottom: 3vw;
  }
  .s4-companyIntroduction .s4-contactUs .s4-defaultWidth .s4-currentSection .s4-contactBlock p {
    font-size: 5.5vw;
  }
  .s4-companyIntroduction .s4-contactUs .s4-defaultWidth .s4-currentSection .s4-contactBlock a {
    width: 30vw;
    height: 8vw;
  }
}

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