@charset "UTF-8";
.banner {
  width: 100%;
  height: 400px;
}
.banner .banner-content {
  background-image: url(../images/pcon/con-banner.png);
  background-size: cover;
  height: 100%;
  position: relative;
}
.banner .banner-content > h3 {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -36px;
  text-align: center;
  font-size: 36px;
  font-family: "黑体";
  color: #fff;
}

.download-center {
  padding: 50px 0 100px;
}
.download-center .download-content {
  margin: 0 auto;
  max-width: 1000px;
}
.download-center .download-content .download-title {
  height: 40px;
  border-bottom: 2px solid #EA7A18;
  overflow: hidden;
}
.download-center .download-content .download-title > h3 {
  font-size: 18px;
  padding: 10px 20px;
  float: left;
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
  background: #EA7A18;
}
.download-center .download-content .download-list .file-item {
  border-bottom: 1px dashed #ddd;
}
.download-center .download-content .download-list .file-item:hover {
  background-color: #eee;
}
.download-center .download-content .download-list .file-item .file-d {
  padding: 0 20px;
  height: 40px;
}
.download-center .download-content .download-list .file-item .file-d .file-name {
  float: left;
  font-size: 14px;
  color: #737A81;
  line-height: 40px;
}
.download-center .download-content .download-list .file-item .file-d .d-btn {
  float: right;
}
.download-center .download-content .download-list .file-item .file-d .d-btn > a {
  font-size: 14px;
  line-height: 40px;
}

/*# sourceMappingURL=downloadCenter.css.map */
