* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
fieldset,
img {
  border: none;
}
h3 {
  font-size: 100%;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
select,
input,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
  outline: none;
  vertical-align: middle;
}
textarea {
  resize: none;
}
table {
  border-collapse: collapse;
}
body {
  font-size: 16px;
  color: #333333;
  background: #fff2e9;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
a {
  color: #303030;
  text-decoration: none;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-size: 16px;
  transition: 0.5s all;
}
.banner {
  height: 556px;
  background: url(../images/zcjd_banner.jpg) top center no-repeat;
}
.title {
  width: 1200px;
  height: 43px;
  background: url(../images/title_zcjd.png) center center no-repeat;
  margin: 40px auto 0;
}
.listBox {
  width: 1250px;
  height: 463px;
  background: url(../images/zcjd_bg.png) center center no-repeat;
  margin: 36px auto 0;
  position: relative;
}
.listBox::after {
  content: '';
  width: 1200px;
  height: 479px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -600px;
  top: -16px;
}
.listBox ul {
  width: 1124px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  height: 431px;
  overflow-y: auto;
  padding: 15px 15px 15px 0;
}
.listBox ul::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}
.listBox ul::-webkit-scrollbar-track {
  background: #dbdbdb;
}
.listBox ul::-webkit-scrollbar-thumb {
  border-radius: 2.5px;
  background: #ff6037;
}
.listBox ul li {
  width: calc(50% - 15px);
  float: left;
  padding-left: 30px;
  margin-bottom: 32px;
  background: url(../images/zcjd_icon.png) left center no-repeat;
}
.listBox ul li:nth-child(2n) {
  float: right;
}
.listBox ul li a {
  font-size: 18px;
  color: #242424;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.listBox ul li a:hover {
  font-weight: bold;
  color: #ff6037;
}
.listBox ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.listBox ul li:nth-last-child(2) {
  margin-bottom: 0;
}
.bomBox {
  padding: 70px 0;
}
.bomBox .wrap {
  width: 1200px;
  margin: 0 auto;
}
.bomBox .wrap .codeBox {
  width: 961px;
  margin: 0 auto;
  position: relative;
}
.bomBox .wrap .codeBox p {
  height: 86px;
  width: 961px;
  border-radius: 43px;
  background: linear-gradient(to right, #ffb381, #fbeae4);
  font-size: 24px;
  line-height: 86px;
  padding-left: 25px;
  margin: 0 auto;
}
.bomBox .wrap .codeBox .code {
  width: 132px;
  height: 132px;
  background: url(../images/code_bg.png) center center no-repeat;
  text-align: center;
  line-height: 132px;
  position: absolute;
  right: 135px;
  top: -25px;
}
.bomBox .wrap .codeBox .code img {
  vertical-align: middle;
}
.bomBox .codeBox {
  margin-top: 0;
}
