/* 页面内公用css*/
*,
body {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
}
.bjtag {
}
.nbtag {
  display: none;
}
.ustag {
  display: none;
}
.tag a {
  text-decoration: none;
  color: #58b5ed;
}
/* 大于等于768为PC端*/
@media only screen and (min-width: 768px) {
  #banner {
    width: 100%;
    height: 200px;
    background-image: url("../../img/index/Rectangle2x.png");
    position: relative;
  }
  .bannertext {
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 56px);
    color: white;
  }
  .topimg {
    width: 70px;
    height: 70px;
    position: absolute;
    left: calc(50% - 35px);
    bottom: -35px;
    color: white;
  }
  .span1 {
    font-size: 28px;
  }
  .span2 {
    font-size: 17px;
  }
  #nav {
    height: 150px;
    line-height: 150px;
    padding-left: 5%;
  }
  .usadd {
    display: inline-flex;
    max-width: 300px;
  }
  .is-click {
    border: 1px solid #9c9c9c;
    padding: 10px 20px;
    box-shadow: 0px 0px 3px 0px rgba(156, 156, 156, 1);
    border-radius: 2px;
  }
  #nav span {
    cursor: pointer;
    margin-right: 40px;
  }
  #map {
    height: 700px;
  }
  .tag {
    position: absolute;
    top: 10px;
    height: 144px;
    background: white;
    z-index: 777;
    width: 530px;
    right: 10px;
    border-radius: 2px;
  }
  .right-tag {
    position: absolute;
    right: 30px;
    top: 10px;
    font-size: 14px;
  }
  .right-tag img {
    width: 110px;
  }
  .left-tag p {
    height: 25px;
    font-size: 15px;
  }
  .left-tag i {
    margin-left: 10px;
    margin-right: 10px;
  }
}

/* 小于等于767为手机端*/
@media only screen and (max-width: 767px) {
  #banner {
    width: 100%;
    height: 200px;
    background-image: url("../../img/index/Rectangle2x.png");
    position: relative;
  }
  .bannertext {
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 56px);
    color: white;
  }
  .topimg {
    width: 50px;
    height: 50px;
    position: absolute;
    left: calc(50% - 25px);
    bottom: -25px;
    color: white;
  }
  .span1 {
    font-size: 28px;
  }
  .span2 {
    font-size: 17px;
  }
  #nav {
    text-align: center;
    height: 100px;
    line-height: 100px;
  }
  .is-click {
    border: 1px solid #9c9c9c;
    padding: 5px 10px;
    box-shadow: 0px 0px 3px 0px rgba(156, 156, 156, 1);
    border-radius: 2px;
  }
  #nav span {
    margin-right: 10px;
  }
  #map {
    height: 700px;
  }
  .tag {
    display: none;
    position: absolute;
    top: 10px;
    height: 144px;
    background: white;
    z-index: 777;
    width: 530px;
    right: 10px;
    border-radius: 2px;
  }
  .right-tag {
    position: absolute;
    right: 30px;
    top: 10px;
    font-size: 14px;
  }
  .right-tag img {
    width: 110px;
  }
  .left-tag p {
    height: 25px;
    font-size: 15px;
  }
  .left-tag i {
    margin-left: 10px;
    margin-right: 10px;
  }
}
