.viewport {
  min-width: 1200px;
}
.headFloat {
  display: none;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: #ffffff;
  -moz-box-shadow: 0px 3px 5px #e4e4e4;
  box-shadow: 0 3px 5px #e4e4e4;
}
.headFloat .logo {
  width: 120px;
  height: 33px;
  margin-top: 23px;
}
.headFloat .logo img {
  width: 100%;
  height: 100%;
}
.headFloat .about {
  height: 80px;
  line-height: 80px;
  color: #333333;
  font-size: 16px;
}
.top {
  height: 80px;
  background: #ffffff;
  -moz-box-shadow: 0px 3px 5px #e4e4e4;
  box-shadow: 0 3px 5px #e4e4e4;
}
.top .logo {
  width: 120px;
  height: 33px;
  margin-top: 23px;
}
.top .logo img {
  width: 100%;
  height: 100%;
}
.top .about {
  height: 80px;
  line-height: 80px;
  color: #333333;
  font-size: 16px;
}
.introduce {
  margin-top: 50px;
}
.introduce .title {
  width: 150px;
  height: 120px;
}
.introduce .title .pic {
  width: 95px;
  height: 70px;
  background: url("../images/step1.png");
  background-size: 100% 100%;
}
.introduce .title h4 {
  font-size: 22px;
  color: #333333;
  font-weight: 100;
  text-align: left;
  margin-top: 10px;
  padding-left: 6px;
}
.introduce .content .left {
  width: 114px;
  height: 160px;
  float: left;
  background: url("../images/line-icon.png");
  background-size: 100% 100%;
  margin-right: 20px;
}
.introduce .content .right p {
  line-height: 33px;
  font-size: 15px;
  padding-left: 20px;
  padding-top: 6px;
}
.contactUs {
  margin-top: 100px;
}
.contactUs .title {
  width: 150px;
  height: 120px;
}
.contactUs .title .pic {
  width: 95px;
  height: 70px;
  background: url("../images/step2.png");
  background-size: 100% 100%;
}
.contactUs .title h4 {
  font-size: 22px;
  color: #333333;
  font-weight: 100;
  text-align: left;
  margin-top: 10px;
  padding-left: 6px;
}
.contactUs .content .left {
  width: 114px;
  height: 160px;
  float: left;
  background: url("../images/line-icon.png");
  background-size: 100% 100%;
  margin-right: 20px;
}
.contactUs .content .right {
  width: 866px;
  height: 360px;
  float: right;
  position: relative;
}
.contactUs .content .right .amap-logo,
.contactUs .content .right .amap-copyright {
  display: none !important;
}
.contactUs .content .right .cover {
  position: absolute;
  top: 0;
  left: 0;
  height: 360px;
  width: 240px;
  background: rgba(252, 144, 41, 0.8);
  z-index: 2;
  color: #ffffff;
  padding: 0 20px;
}
.contactUs .content .right .cover h4 {
  font-size: 22px;
  font-weight: normal;
  margin-top: 80px;
  margin-bottom: 20px;
}
.contactUs .content .right .cover p {
  font-size: 14px;
  line-height: 26px;
}
.erweima {
  width: 170px;
  height: 160px;
  margin: 60px auto;
}
.erweima .left,
.erweima .right {
  width: 170px;
  height: 160px;
}
.erweima .left .picBox,
.erweima .right .picBox {
  width: 120px;
  height: 120px;
  margin: 0 auto;
}
.erweima .left p,
.erweima .right p {
  text-align: center;
  font-size: 14px;
  color: #333333;
  margin-top: 20px;
}
.copyright {
  height: 70px;
  padding-top: 40px;
  line-height: 20px;
  text-align: center;
  background: #333333;
  color: #ffffff;
  font-size: 14px;
}
