* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
fieldset,
img {
  border: none;
}
ul,
ol,
li {
  list-style: none;
}
input {
  padding-top: 0;
  padding-bottom: 0;
  font-family: 'PingFang SC', 'Lantinghei SC', 'Helvetica Neue', Helvetica, Arial, 'Microsoft YaHei', '微软雅黑', STHeitiSC-Light, simsun, '宋体', 'WenQuanYi Zen Hei', 'WenQuanYi Micro Hei', sans-serif;
  border: 0 none;
}
select,
input {
  vertical-align: middle;
}
select,
input,
textarea {
  font-size: 14px;
  margin: 0;
  outline: none;
}
textarea {
  resize: none;
}
table {
  border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
body {
  font-size: 16px;
  color: #333;
  background: #fdedce;
  font-family: 'PingFang SC', 'Lantinghei SC', 'Helvetica Neue', Helvetica, Arial, 'Microsoft YaHei', '微软雅黑', STHeitiSC-Light, simsun, '宋体', 'WenQuanYi Zen Hei', 'WenQuanYi Micro Hei', sans-serif;
}
a {
  color: #333333;
  text-decoration: none;
  font-family: 'PingFang SC', 'Lantinghei SC', 'Helvetica Neue', Helvetica, Arial, 'Microsoft YaHei', '微软雅黑', STHeitiSC-Light, simsun, '宋体', 'WenQuanYi Zen Hei', 'WenQuanYi Micro Hei', sans-serif;
  font-size: 16px;
}
i,
b {
  font-style: normal;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
}
.indexBox {
  width: 100%;
  background: url(../images/banner.jpg) top center no-repeat;
}
.indexBox .banner {
  height: 745px;
}
.indexBox .contentBox {
  padding: 0 0 150px 0;
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.indexBox .contentBox::before {
  content: '';
  position: absolute;
  background: url(../images/xinfeng.png) center bottom no-repeat;
  width: 100%;
  height: 596px;
  bottom: 0;
  left: 0;
}
.indexBox .contentBox .wrap {
  width: 1080px;
  border-radius: 36px;
  background: #fff6f2;
  padding-top: 37px;
}
.indexBox .contentBox .content {
  width: 1016px;
  margin: 0 auto;
  padding-bottom: 438px;
  background: url(../images/text_bg.png) center center no-repeat;
  background-size: 100% 100%;
  padding: 60px 53px 360px;
  line-height: 30px;
  color: #000000;
}
.indexBox .contentBox .content p {
  margin-bottom: 37px;
  text-indent: 2em;
}
.indexBox .contentBox .content .bom {
  text-align: right;
}
.indexBox .contentBox .content .bom p {
  margin-bottom: 0;
  text-indent: 0;
}
.indexBox .contentBox .btn {
  width: 175px;
  height: 174px;
  background: url(../images/djtp_btn.png) center center no-repeat;
  position: absolute;
  bottom: 142px;
  left: 50%;
  margin-left: -87.5px;
  z-index: 9;
}
.indexBox .contentBox .btn a {
  display: block;
  width: 100%;
  height: 100%;
}
.indexBox .time {
  font-size: 20px;
  text-align: center;
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.indexBox iframe {
  height: 970px;
  width: 1200px;
  margin: 0 auto;
  display: block;
}
.footer {
  margin: 0 auto;
}
