.map{
  width: 100%;
  height: 716px;
  background: url(../images/map.png) no-repeat center center;
  background-size: 100% 100%;
  margin-top: 110px;
}
.computer{
  width: 660px;
  height:387px;
  background: url(../images/phonet.png) no-repeat center center;
  background-size: 100% 100%;
  margin: 0 auto;
}
.computerTxt{
  text-align: center;
}
.computerTxt>h2{
  color:#000;
  padding-top: 77px;
}
.computerTxt>h2>span{
  color:#c30d0d;
}
.download{
  width: 240px;
  height:63px;
  line-height: 63px;
  text-align: center;
  color:#fff;
  border-radius: 30px;
  background: #bb0608;
  font-size:22px;
  display: block;
  margin: 50px auto 0 auto;
}
.download:hover{
  color:#fff;
}
