* {
  box-sizing: border-box;
}
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img,
div {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: none;
}
ul,
ol {
  list-style: none;
}
input {
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "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: #333333;
  background: #f8ece7;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
a {
  color: #333333;
  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: all .3s;
}
a:hover {
  text-decoration: none;
}
i,
b {
  font-style: normal;
}
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
.hedeNav {
  padding: 24px 58px;
  border-bottom: 3px solid #f1d8d7;
}
.hedeNav ul {
  display: flex;
}
.hedeNav ul li {
  font-size: 20px;
  color: #5a5a5a;
  margin-right: 40px;
  cursor: pointer;
  transition: all .5s;
}
.hedeNav .on {
  color: #c20518;
}
.containerBox .item {
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 24px 58px;
  align-items: last baseline;
}
.containerBox .title {
  font-size: 20px;
  font-weight: bold;
  color: #be1633;
}
.containerBox .tszyBox {
  width: 50%;
}
.containerBox .spzy {
  width: 50%;
}
.containerBox .spzy .title {
  margin-left: 20px;
}
.containerBox .tit {
  font-size: 18px;
  color: #2d2d2d;
  margin: 28px 0 0 38px;
}
.containerBox .box {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.containerBox .box .tszy {
  width: 24.38%;
  height: 345px;
  background: #fff;
  border-radius: 14px;
  margin-right: 20px;
}
.containerBox .box .tsfl {
  width: 24.38%;
  height: 345px;
  background: #fff;
  border-radius: 14px;
}
.containerBox .box .spzyfl,
.containerBox .box .spzytj {
  width: 24.38%;
  height: 345px;
  background: #fff;
  border-radius: 14px;
  margin-left: 20px;
}
.containerBox .divBox {
  width: 24.38%;
  margin-top: 33px;
}
.containerBox .divBox:last-child {
  margin-right: 0;
}
.containerBox .content {
  height: 345px;
  background: #fff;
  border-radius: 14px;
  margin-top: 20px;
  overflow: hidden;
}
.containerBox .echartsBox {
  height: 300px;
  width: 100%;
  padding: 0 5%;
}
