.mobileTechNav {
  width: 100%;
  min-height: 200px;
  margin-top: 65px;
}
.mobileTechNav > img {
  display: block;
  width: 100%;
  height: 100%;
}
.mobileTechNavTitle {
  width: 100%;
  height: 46px;
  line-height: 46px;
  padding-left: 10px;
  font-size: 1.4rem;
  border-bottom: 1px solid lightgray;
}
.mobileTechService {
  width: 100%;
  min-height: 740px;
  padding-top: 50px;
}
.mobileTechService .mobileTechServiceTitle {
  width: 100%;
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
}
.mobileTechService .mobileTechServiceImg {
  margin-top: 10px;
  width: 100%;
  min-height: 200px;
}
.mobileTechService .mobileTechServiceImg > img {
  display: block;
  margin: 0 auto;
}
.mobileTechService .mobileTechServiceBox {
  margin-top: 20px;
  width: 100%;
  min-height: 200px;
}
.mobileTechService .mobileTechServiceBox .mobileTechServiceItem {
  margin-bottom: 10px;
  box-sizing: border-box;
  padding: 0 20px;
  width: 50%;
  min-height: 50px;
  float: left;
}
.mobileTechService .mobileTechServiceBox .mobileTechServiceItem .mobileTechServiceItemImg {
  width: 50px;
  height: 50px;
  margin: 0 auto;
}
.mobileTechService .mobileTechServiceBox .mobileTechServiceItem .mobileTechServiceItemImg > img {
  display: block;
  width: 100%;
  height: 100%;
}
.mobileTechService .mobileTechServiceBox .mobileTechServiceItem .mobileTechServiceItemTitle {
  margin-top: 10px;
  font-size: 1.6rem;
  width: 100%;
  text-align: center;
}
.mobileTechService .mobileTechServiceBox .mobileTechServiceItem .mobileTechServiceItemContent {
  width: 100%;
  height: 60px;
  text-align: center;
  margin-bottom: 10px;
}
.mobileTechAdvantage {
  width: 100%;
  min-height: 200px;
  padding-top: 80px;
}
.mobileTechAdvantage .mobileTechAdvantageTitle {
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.mobileTechAdvantage .mobileTechAdvantageImg {
  width: 100%;
  min-height: 200px;
}
.mobileTechAdvantage .mobileTechAdvantageImg > img {
  display: block;
  width: 100%;
  height: auto;
}
.mobileTechStruct {
  width: 100%;
  min-height: 200px;
  padding-top: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid lightgray;
}
.mobileTechStruct .mobileTechStructTitle {
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 1.7rem;
  margin-bottom: 10px;
}
.mobileTechStruct .mobileTechStructImg {
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%;
  min-height: 200px;
}
.mobileTechStruct .mobileTechStructImg > img {
  display: block;
  width: 100%;
  height: auto;
}
/*# sourceMappingURL=mobileTech.css.map */