@import "./all.css";
body {
  background-color: #1f1f25;
}

.banner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.banner img {
  width: 100%;
}
.banner .img {
  width: 80%;
}

.ourService .container {
  flex-direction: column;
}
.ourService .container .title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.ourService .container .title img {
  width: 20%;
}
.ourService .container .serviceContent {
  width: 100%;
  padding: 30px 0;
}
.ourService .container .serviceContent .item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 30px;
}
.ourService .container .serviceContent .item img {
  width: 590px;
  height: 550px;
}

.ourCase {
  position: relative;
}
.ourCase .container {
  flex-direction: column;
}
.ourCase .container .title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 0;
}
.ourCase .container .title img {
  width: 20%;
}
.ourCase .container .caseContent {
  width: 100%;
  padding: 30px 0;
  position: relative;
}
.ourCase .container .caseContent .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ourCase .container .caseContent .item img {
  width: 390px;
}
.ourCase .container .caseContent .left {
  position: absolute;
  left: -90px;
  top: 43%;
  height: 50px;
  width: 30px;
  cursor: pointer;
}
.ourCase .container .caseContent .right {
  position: absolute;
  right: -90px;
  top: 43%;
  height: 50px;
  width: 30px;
  cursor: pointer;
}

.partners .container {
  flex-direction: column;
}
.partners .container .title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px 0 20px 0;
}
.partners .container .title img {
  width: 20%;
}
.partners .container .partContent {
  width: 100%;
  padding: 30px 0;
}
.partners .container .partContent img {
  width: 100%;
}

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