html,
body {
  width: 100%;
  margin: 0 auto;
  overflow-X: hidden;
}
.banner {
  width: 100%;
  height: 200px;
  background: url("../../images/qyfw/qyfw_htsc_bg_02.jpg");
}

.banner .inner {
  width: 1200px;
  margin: 0 auto;
  color: #fff;
  padding-top: 60px;
  /* padding-left: 20px; */
  box-sizing: border-box;
}
.banner .inner h3 {
  font-size: 34px;
  font-style: italic;
}

.banner .inner .txt {
  width: 585px;
  height: 32px;
  background: #f85e05;
  transform: skewX(-20deg);
  /* text-align: center; */
  line-height: 32px;
  text-indent: 1em;
  float: left;
  margin-top: 20px;
  letter-spacing: 2px;
  margin-left: 6px;
}

.main {
  width: 1200px;
  margin: 0 auto;
  /* background: #ccc; */
}
.main ul li {
  width: 285px;
  height: 290px;
  border: 1px solid #e2e7ec;
  box-sizing: border-box;
  float: left;
  margin-top: 20px;
  margin-right: 20px;
  border-radius: 5px;
  padding-top: 20px;
  padding-bottom: 30px;
  position: relative;
}

.main ul li:nth-child(1) .pic {
  background: url("../../images/qyfw/qyfw_htqc_01.png");
}
.main ul li:nth-child(2) .pic {
  background: url("../../images/qyfw/qyfw_htqc_03.png");
}
.main ul li:nth-child(3) .pic {
  background: url("../../images/qyfw/qyfw_htqc_05.png");
}
.main ul li:nth-child(4) .pic {
  background: url("../../images/qyfw/qyfw_htqc_07.png");
}
.main ul li:nth-child(5) .pic {
  background: url("../../images/qyfw/qyfw_htqc_09.png");
}
.main ul li:nth-child(6) .pic {
  background: url("../../images/qyfw/qyfw_htqc_11.png");
}
.main ul li:nth-child(7) .pic {
  background: url("../../images/qyfw/qyfw_htqc_13.png");
}
.main ul li:nth-child(8) .pic {
  background: url("../../images/qyfw/qyfw_htqc_15.png");
}
.main ul li:nth-child(9) .pic {
  background: url("../../images/qyfw/qyfw_htqc_17.png");
}
.main ul li:nth-child(4) {
  margin-right: 0;
}

.main ul li:nth-child(8) {
  margin-right: 0;
}
.main ul li a {
  display: block;
}
.main .pic {
  width: 80px;
  height: 80px;
  background: url("../../images/qyfw/qyfw_znwssc_02.jpg");
}

.main ul li a h5 {
  text-align: center;
  margin-top: 20px;
  /* color: #3482cc; */
  font-weight: 700;
}
.main ul li a p {
  text-align: left;
  padding: 0 30px;
  margin-top: 20px;
  font-size: 14px;
  /* text-indent: 2em; */
}
.main ul li a .btn {
  width: 100px;
  height: 40px;
  background: #003d84;
  margin: 0 auto;
  border-radius: 5px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  margin-top: 20px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}




