.app {
  position: relative;
  left: 0;
  top: 0;
}

.banner-container {
  width: 100%;
}
.banner-container img {
  width: 100%;
}
.banner-container img::after {
  content: "";
  display: block;
  padding-top: 42%;
}

.aboutus-container {
  background-image: url("../images/index_about.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin-top: 77px;
  padding-bottom: 40px;

  position: relative;
  top: 0;
  left: 0;
}
/* .aboutus-container img {
    position: absolute;
            right: 0;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            object-fit: contain;
            /* object-position: right top; */
/*} */
/* .aboutus-container img::after{
    content: " ";
    display: block;
    padding-top: 100%;
} */
.aboutus {
  height: 28px;
  font-family: MicrosoftYaHei;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #000000;
  margin-top: 42px;
}
.company-name {
  height: 21px;
  font-family: MicrosoftYaHei;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #50cfc9;
  margin-top: 45px;
}
.aboutus-en {
  height: 12px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #000000;
  margin-top: 13px;
}
.aboutus-des {
  width: 90%;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
  margin-top: 20px;
  padding: 10px;
  background-color: #ffffff;
  opacity: 0.68;
}
/* 右边操作区 */
.rightaction-container {
  width: 69px;
  height: 353px;
  position: fixed;
  right: 20px;
  top: 500px;
  z-index: 1000;
  background-color: transparent;
}
.right-action-item {
  width: 69px;
  height: 69px;

  background: #50cfc9;
  border-radius: 5px;
  margin-top: 2px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.right-action-item > img {
  width: 35px;
  height: 35px;
}
.right-action-item span {
  font-size: 12px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #ffffff;
}
.cooperative-partner-container {
  width: 100%;
  height: auto;
  background-image: url("../images/bg-partner.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 85px;
}
.partner-content {
  padding-top: 53px;
  padding-bottom: 77px;
}
.partner-title-container {
  padding-left: 17px;
  border-left: 7px solid #50cfc9;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.partner-title {
  height: 28px;
  font-family: MicrosoftYaHei;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
}
.partner-titleen {
  margin-top: 13px;
  height: 12px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
}
.partner-items {
  margin-top: 58px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.partner-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.partner-item {
  margin-top: 12px;
  background-position: center center;
  background-repeat: no-repeat;
  height: 57px;
}
.item1 {
  background-image: url("../images/item1.png");
}
.item2 {
  background-image: url("../images/item2.png");
}
.item3 {
  background-image: url("../images/item3.png");
}
.item4 {
  background-image: url("../images/item4.png");
}
.item5 {
  background-image: url("../images/item5.png");
}
.item6 {
  background-image: url("../images/item6.png");
}
.item7 {
  background-image: url("../images/item7.png");
}
.item8 {
  background-image: url("../images/item8.png");
}
.item9 {
  background-image: url("../images/item9.png");
}
.item10 {
  background-image: url("../images/item10.png");
}
.item11 {
  background-image: url("../images/item11.png");
}
.item12 {
  background-image: url("../images/item12.png");
}
.item13 {
  background-image: url("../images/item13.png");
}
.item14 {
  background-image: url("../images/item14.png");
}
.item15 {
  background-image: url("../images/item15.png");
}
.item16 {
  background-image: url("../images/item16.png");
}
.item17 {
  background-image: url("../images/item17.png");
}
.item18 {
  background-image: url("../images/item18.png");
}
/* 值得您信赖的合作伙伴 */
.company-desc-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 90px;
}
.company-desc-title {
  height: 32px;
  font-family: MicrosoftYaHei;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #4c4c4c;
}
.company-desc-items {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.company-desc-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.17);
  border-radius: 5px;
  margin-top: 50px;
  padding-top: 77px;
  padding-bottom: 51px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 15px;
  margin-right: 15px;
}
/* .company-desc-item::after{
    content:'';display:block;padding-top:100%;
} */
.company-desc-item-title {
  height: 18px;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #0e0e0e;
  margin-top: 43px;
}
.company-desc-item-content {
  height: 38px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #4c4c4c;
  text-align: center;
  margin-top: 30px;
}
.divider-desc-item {
  width: 28px;
  height: 1px;
  background-color: #bfbfbf;
  margin-top: 45px;
}
