.dszz-wrap {
  width: 100%;
  margin: 0 auto;
  background: url(../assets/header.png) center top no-repeat;
}
.dszz-wrap::before {
  content: '';
  position: absolute;
  width: 131px;
  height: 39px;
  left: 0;
  bottom: -70px;
  background: url(../assets/center-bg1.png) center top no-repeat;
}
.dszz-wrap header {
  height: 194px;
  margin: 0 auto;
  width: 1082px;
}
.dszz-wrap header .header-wrap {
  display: flex;
  position: relative;
  justify-content: space-between;
}
.dszz-wrap header .header-wrap img {
  height: 31px;
  margin-top: 30px;
}
.dszz-wrap header .header-wrap ul {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: space-between;
  margin-top: 20px;
  width: 520px;
}
.dszz-wrap header .header-wrap ul li {
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 80px;
}
.dszz-wrap header .header-wrap ul li a {
  font-size: 16px;
  color: #fff;
}
.dszz-wrap header .header-wrap ul li a:hover {
  font-size: 20px;
}
.dszz-wrap section {
  background: url(../assets/ds-headbg.png) center top no-repeat;
  width: 1082px;
  padding-top: 80px;
  margin: 0 auto;
}
.dszz-wrap section .imgs-wrap {
  width: 1000px;
  margin: 0 0 0 80px;
}
.dszz-wrap section .imgs-wrap-1 {
  display: flex;
  align-items: center;
  position: relative;
}
.dszz-wrap section .imgs-wrap-1::after {
  content: '';
  position: absolute;
  width: 131px;
  height: 39px;
  right: -131px;
  bottom: 24px;
  background: url(../assets/center-bg1.png) center top no-repeat;
}
.dszz-wrap section .imgs-wrap-1 .imgs-flex {
  height: 400px;
}
.dszz-wrap section .imgs-wrap-1 .imgs-flex:first-child {
  width: 600px;
  margin-right: 14px;
  position: relative;
}
.dszz-wrap section .imgs-wrap-1 .imgs-flex:first-child p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 95%;
  height: 50px;
  padding-left: 5%;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.5);
  line-height: 50px;
  color: #fff;
  font-size: 18px;
}
.dszz-wrap section .imgs-wrap-1 .imgs-flex:first-child img {
  width: 100%;
  height: 100%;
}
.dszz-wrap section .imgs-wrap-1 .imgs-flex:last-child {
  width: 386px;
}
.dszz-wrap section .imgs-wrap-1 .imgs-flex:last-child div:first-child {
  position: relative;
  height: 260px;
}
.dszz-wrap section .imgs-wrap-1 .imgs-flex:last-child div:first-child img {
  width: 100%;
  height: 100%;
}
.dszz-wrap section .imgs-wrap-1 .imgs-flex:last-child div:first-child p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 95%;
  padding-left: 5%;
  height: 40px;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.5);
  line-height: 40px;
  color: #fff;
  font-size: 14px;
}
.dszz-wrap section .imgs-wrap-1 .imgs-flex:last-child div:last-child {
  margin-top: 10px;
}
.dszz-wrap section .imgs-wrap-1 .imgs-flex:last-child div:last-child strong {
  float: left;
  position: relative;
  font-weight: 400;
  width: 190px;
  height: 130px;
}
.dszz-wrap section .imgs-wrap-1 .imgs-flex:last-child div:last-child strong:last-child {
  float: right;
}
.dszz-wrap section .imgs-wrap-1 .imgs-flex:last-child div:last-child strong img {
  width: 100%;
  height: 100%;
}
.dszz-wrap section .imgs-wrap-1 .imgs-flex:last-child div:last-child strong p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 95%;
  padding-left: 5%;
  height: 40px;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.5);
  line-height: 40px;
  color: #fff;
  font-size: 14px;
}
.dszz-wrap section .imgs-wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.dszz-wrap section .imgs-wrap ul::before {
  content: '';
  position: absolute;
  background: url(../assets/center-bg2.png) center top no-repeat;
  width: 258px;
  left: -120px;
  top: 30px;
  height: 52px;
}
.dszz-wrap section .imgs-wrap ul li {
  width: 240px;
  height: 160px;
  margin-top: 10px;
  position: relative;
}
.dszz-wrap section .imgs-wrap ul li p {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  color: #fff;
}
.dszz-wrap section .imgs-wrap ul li img {
  width: 100%;
  height: 100%;
}
.dszz-wrap section .imgs-wrap .page-wrap {
  height: 32px;
  width: 250px;
  margin: 0 auto;
  margin-top: 38px;
  display: flex;
}
.dszz-wrap section .imgs-wrap .page-wrap .pagebtn {
  font-size: 14px;
}
.dszz-wrap section .imgs-wrap .page-wrap .pagebtn button {
  width: 60px;
  height: 30px;
  border: 1px solid #ddd;
  text-align: center;
  line-height: 30px;
  background-color: #fff;
  font-size: 14px;
}
.dszz-wrap section .imgs-wrap .page-wrap .pagesize span {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #e6e6e6;
  color: #333;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  margin-left: 10px;
}
.dszz-wrap section .imgs-wrap .page-wrap .pagesize span:last-child {
  margin-right: 10px;
}
.dszz-wrap section .imgs-wrap .page-wrap .pagesize span.active {
  background-color: #2447a0;
  color: #fff;
}
.dszz-wrap article {
  width: 1000px;
  margin: 0 auto;
  font-size: 18px;
}
.dszz-wrap article h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  padding: 45px 0;
}
.dszz-wrap article h4 {
  font-size: 18px;
  font-weight: 400;
  padding: 20px 0;
}
.dszz-wrap article p {
  font-size: 18px;
  padding: 15px 0;
}
.dszz-wrap article img {
  margin: 30px 0;
}
