.develop-container {
  width: 100%;
  margin-top: 100px;
}
.develop-container-title {
  width: 100%;
  font-family: MicrosoftYaHei;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
}
.develop-content-container {
  width: 100%;
  margin-top: 60px;
}
.develop-content-left-divider {
  width: 15%;
  height: 6px;
  background-image: linear-gradient(#50cfc9, #50cfc9),
    linear-gradient(#348cff, #348cff);
  background-blend-mode: normal, normal;
}
.develop-content-left {
  background-color: #fafafa;
  padding: 60px 35px;
}
.develop-content-left ul {
  margin: 0;
  padding: 0;
}
.develop-content-left li {
  font-family: SourceHanSansCN-Regular;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #757575;
  margin-top: 30px;
  list-style: none;
}
.develop-content-right {
  background-image: url("../images/img_develop_desc.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.develop-items {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 88px;
}
.develop-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.develop-item-img {
  width: 148px;
  height: 148px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.bg-develop-item1 {
  background-image: url("../images/icon_develop_appdev.png");
}
.bg-develop-item2 {
  background-image: url("../images/icon_develop_wechatdev.png");
}
.bg-develop-item3 {
  background-image: url("../images/icon_develop_webdev.png");
}
.bg-develop-item4 {
  background-image: url("../images/icon_develop_desktopdev.png");
}
.develop-item-title {
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  margin-bottom: 0;
}
.develop-item-content {
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #757575;
  margin-top: 25px;
}
.develop-case-container {
  width: 100%;
  margin-top: 120px;
}
.case-title {
  font-family: MicrosoftYaHei;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
}
.develop-case-items {
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
  margin-top: 80px;
}
.develop-case-items-bottom {
  width: 100%;
  height: 215px;
  background-color: #414141;
  position: absolute;
  left: 0;
  bottom: 0;
}
.case-item {
  width: 100%;
  /* height: 360px; */
  background-color: #494949;
  /* box-shadow:0px 0px 21px 0pxrgba(80,207,201,0.43); */
  box-shadow: rgba(80, 207, 201, 0.43) 0px 0px 5px;
  margin-top: 15px;
  position: relative;
  left: 0;
  top: 0;
}
.case-item:after {
  content: "";
  display: block;
  padding-top: 135%;
}

.case-item-content span {
  display: block;
}

.case-item-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
}
.case-item-content img {
  width: 100%;
}

.case-item-title {
  font-family: MicrosoftYaHei;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0px;
  color: #535353;
  margin-top: 17px;
  padding-left: 15px;
  padding-right: 15px;
}
.case-item-desc {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #757575;
  margin-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.develop-youwant-container {
  width: 100%;
}
.youwant-title {
  margin-top: 146px;
  font-family: MicrosoftYaHei;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #161616;
  text-align: center;
}
.youwant-item {
  /* height:360px; */
  margin-top: 41px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.youwant-item:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.youwant-items {
  margin-top: 65px;
}
.youwant-item-bg1 {
  background-image: url("../images/bg_social_contact.png");
}
.youwant-item-bg2 {
  background-image: url("../images/bg_biz_online.png");
}
.youwant-item-bg3 {
  background-image: url("../images/bg_living.png");
}
.youwant-item-bg4 {
  background-image: url("../images/bg_info_system.png");
}
.youwant-item-bg5 {
  background-image: url("../images/bg_things_internet.png");
}
.youwant-item-bg6 {
  background-image: url("../images/bg_e_goverment.png");
}
.youwant-item > div {
  font-size: 30px;
  font-family: Microsoft YaHei;
  color: #ffffff;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  text-align: center;
}
