body {
  margin: 0;
  padding: 0;
}
.flex {
  display: flex;
}
.fdc {
  flex-direction: column;
}
.jsb {
  justify-content: space-between;
}
.jsa {
  justify-content: space-around;
}
.jc {
  justify-content: center;
}
.alc {
  align-items: center;
}
a {
  text-decoration: none;
}
.top {
  width: 100%;
  height: 728px;
  background: url(../img/top.png) no-repeat;
  background-size: 100% 100%;
}
.headlines {
  width: 100%;
  height: 150px;
  background-color: #fff0ec;
}
.headlines-box {
  width: 1200px;
  padding-top: 34px;
  margin: 0 auto;
  display: flex;
}
.headlines-box img {
  width: 158px;
  height: 82px;
  margin-right: 21px;
}
.title {
  font-size: 40px;
  font-weight: bold;
  color: #db333c;
}
.subtitle {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
}
.content {
  width: 1200px;
  height: 1880px;
  margin: 60px auto;
  /* background-color: aqua; */
}
.content-box1 {
  height: 384px;
  /* background-color: skyblue; */
}
.carousel01 {
  width: 581px;
  height: 384px;
  background-color: rgb(252, 189, 189);
}
.box1-right {
  height: 100%;
  margin-left: 44px;
  width: 576px;
}
.box1-right div {
  flex: 1;
  border-bottom: dashed 1px #cfcdce;
  display: flex;
  align-items: center;
}
.box1-right img {
  width: 9px;
  height: 14px;
  margin: 0 14px 0 12px;
}
.box1-right p {
  margin: 0;
  font-size: 18px;
  color: #333;
}
.title-01 {
  height: 162px;
  /* background-color: skyblue; */
}
.title-01 img {
  padding-top: 69px;
  width: 1200px;
  height: 43px;
}
.title-01 a {
  color: #767373;
}
.content-box2 {
  height: 501px;
  /* background-color: aquamarine; */
  margin-bottom: 73px;
  /* background-color: #fff; */
}
.content-box3 {
  height: 514px;
}
.box3-box {
  width: 581px;
  height: 454px;
  /* background-color: aquamarine; */
}
.box3-box img {
  width: 581px;
  height: 43px;
}
.title-02 {
  margin-bottom: 19px;
}
.more {
  float: right;
  position: relative;
  top: -45px;
  font-size: 20px;
  color: #999;
  font-weight: 100;
}
.box3-box02 {
  width: 100%;
  height: 392px;
  /* background-color: #fff; */
}
.box3-box02 img {
  width: 9px;
  height: 14px;
  margin-right: 10px;
}
.box3-box02 div {
  flex: 1;
  border-bottom: dashed 1px #cfcdce;
  display: flex;
  align-items: center;
}
.box3-box02 p {
  font-size: 18px;
  color: #222;
}
.title-03 {
  height: 64px;
  /* background-color: #767373; */
}
.title-03 img {
  width: 1200px;
  height: 43px;
}
.content-box4 {
  height: 157px;
  width: 100%;
  /* background-color: skyblue; */
}
.box4-box {
  width: 575px;
  height: 100%;
  /* background-color: #fff; */
}
.box4-box img {
  width: 9px;
  height: 14px;
  margin-right: 10px;
}
.box4-box div {
  flex: 1;
  border-bottom: dashed 1px #cfcdce;
  display: flex;
  align-items: center;
}
.box4-box p {
  font-size: 18px;
  color: #222;
}
.box4-box span {
  font-size: 18px;
  color: #d7322d;
}
.bottom {
  height: 198px;
  background-color: #f3f4f7;
  /* margin-top: 44px; */
}
.bottom p {
  margin: 0;
}
.bottom-01 {
  margin-top: 30px;
}
.bottom-01 a {
  color: #474747;
  font-size: 18px;
  font-weight: bold;
}
.bottom-01 span {
  margin: 0 20px;
}
.bottom-02 {
  color: #474747;
  font-size: 14px;
}
.bottom img {
  margin-right: 12px;
  width: 18px;
  height: 20px;
}
