body {
  background-color: #f0f0f0;
}
/*.logo {
  width: 100%;
  height: .45rem;
  line-height: .45rem;
  font-size: .12rem;
  background: #5a3fee;
  color: #ffffff;
  padding: 0 .08rem;
}
.logo img {
  width: .31rem;
  height: .30rem;
  margin-top: .08rem;
  float: left;
}*/
header {
    width: 100%;
    height: .44rem;
    line-height: .44rem;
    color: #fff;
    font-size: .16rem;
    position: fixed;
    top: 0;
    padding: 0 .1rem;
    overflow: hidden;
    background: #E52534;
    z-index: 9999;
}

header .logo {
    float: left;
    margin-top: .03rem;
    margin-right: 0.1rem;
}

header .logo img {
    width: 0.4rem;
}

header a {
    color: #fff;
}
.top {
  width: 100%;
  font-size: 0.12rem;
  margin: 2%;
}
.top a {
  color: #0069eb;
}
.container.contact {
  width: 92%;
  margin: 0 4%;
  margin-bottom: 3.4rem;
  margin-top: .3rem;
}
.container.contact p {
  font-size: 0.18rem;
  line-height: 0.4rem;
}
.container.contact p:nth-child(1) {
  color: green;
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.5rem;
}
.container.introduction {
  margin: .54rem 4% .3rem;
}
.container.introduction h3 {
  text-align: center;
  font-size: 0.2rem;
  line-height: 0.4rem;
  color: #e52f34;
  font-weight: 600;
}
.container.introduction p {
  font-size: 0.17rem;
  text-indent: .36rem;
  line-height: 0.34rem;
  margin-bottom: 15px;
}
.container.guanggao img {
  width: 100%;
  height: auto;
}
.footer {
  width: 100%;
  font-size: 0.14rem;
  text-align: center;
  padding: .1rem 0 .20rem;
  border-top: .01rem solid #E1E1E1;
}
