.head h3 {
  font-size: 30px;
  font-weight: normal;
  margin: 70px 0 0 0;
  color: #161616;
}
.head .dash {
  width: 40px;
  margin: 30px auto;
  height: 2px;
  background: #0373c7;
}
.head .desc {
  padding: 0 40px;
  color: #2b2b2b;
  font-size: 14px;
}
#show {
  padding-bottom: 60px;
}
#show .content img {
  margin: 0 20px;
}
#show .head h3 {
  text-align: center;
}
#show .head p {
  font-size: 16px;
  line-height: 30px;
}
#product {
  text-align: center;
  background: #0379da;
  color: #fff;
}
#product .head h3 {
  color: #fff;
}
#product .head .desc {
  color: #fff;
}
#product .content {
  padding: 20px 0 40px 0;
}
#product .list {
  position: relative;
  margin-bottom: 50px;
}

#product .list img {
  width: 350px;
  height: 240px;
}

#product .list .title {
  position: absolute;
  /*bottom: 20px;*/
  color: #fff;
  width: 100%;
}
#news {
  text-align: center;
}
#news .content {
  padding-bottom: 50px;
}
#news .content .news1-list {
  margin-bottom: 35px;
}
#news .content .news1-list .date {
  background: #0373c7;
  color: #fff;
  width: 86px;
  height: 86px;
  font-size: 12px;
}
#news .content .news1-list .date span {
  display: block;
  font-size: 24px;
}
#news .content .news1-list .text {
  margin-left: 90px;
  padding: 0 20px;
  height: 86px;
  text-align: left;
}
#news .content .news1-list .text .fw {
  color: #676666;
}
#news .content .news1-list .text .title {
  font-size: 16px;
  color: #292929;
  margin: 0;
}
#news .content .news1-list .text .desc {
  font-size: 14px;
  color: #676666;
  margin: 0;
}
#news .content .news2-list .pic {
  position: relative;
  margin-bottom: 45px;
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}
#news .content .news2-list .pic .title {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 12px;
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
}

/*# sourceMappingURL=index.css.map */
