html,
body {
  width: 100%;
  height: 100%;
}

* {
  padding: 0;
  margin: 0;
  font-size: 18px;
  box-sizing: border-box;
}
.banner {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.banner img {
  width: 100%;
}
.con {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: -54px;
  border-radius: 16px;
  background-image: url(../img/dw_bg.png);
  background-position: bottom;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
  padding-bottom: 60px;
}
.title {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 0 32px;
}
.titleBox {
  width: 470px;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.titleBox img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.titleBox span {
  position: relative;
  z-index: 2;
  font-weight: 600;
  font-size: 26px;
  color: #F9FFFF;
}
.dynamicCon {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
  padding: 0 40px;
}
.swiper {
  /* width: 45.22%; */
  max-width: 650px;
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
}
.swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
  overflow-x: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide img {
  width: auto;
  height: 100%;
}
.swiper .swiper-foot {
  height: 100px;
  text-align: right;
  padding-right: 43px;
  bottom: 0!important;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: end;
}
.swiper .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border-radius: 7px;
  background: #FFFFFF;
  opacity: 0.5;
}
.swiper .swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper-slide {
  border-radius: 12px;
}
.swiperText {
  width: 100%;
  height: 100px;
  font-weight: 500;
  font-size: 21.713px;
  color: #FFFFFF;
  padding-left: 36px;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  z-index: 100;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  background: rgba(51, 24, 15, 0.6);
}
.dynamicText {
  /* flex: 1; */
  max-width: 760px;
  height: auto;
  font-weight: 400;
  font-size: 23px;
  line-height: 32px;
  color: #617271;
  margin-left: 40px;
}
.dynamicText1 {
  /* flex: 1; */
  max-width: 760px;
  height: auto;
  font-weight: 400;
  font-size: 23px;
  line-height: 32px;
  color: #617271;
}
.dynamicItem {
  margin-bottom: 24px;
  text-decoration: none;
  color: #617271;
  display: block;
}
.dynamicItem:hover {
  color: #264240;
}
.dynamicItem::before{
  content: '·';
  margin-right: 5px;
}
.list {
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
  z-index: 4;
}
.list1 {
  width: 50%;
  position: relative;
  z-index: 4;
}
.list1:nth-child(2) {
  padding-left: 50px;
  position: relative;
  z-index: 4;
}
.imgCard {
  width: 100%;
  padding-top: 40px;
  margin: 0 auto;
  position: relative;
  z-index: 4;
}
.imgList {
  display: flex;
  justify-content: space-between;
}
.imgItem {
  flex: 1;
  height: auto;
  margin-right: 24px;
  text-decoration: none;
}
.imgItem:last-child{
  margin-right: 0;
}
.imgItem img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  overflow: hidden;
}
.imgText {
  font-size: 20px;
  line-height: 32px;
  margin-top: 12px;
  color: #617271;
}
.textCon {
  width: 100%;
  height: 436px;
  /* background: url('../img/textBg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 112px 77px 0 116px;
  border: 5px solid #96D9CE;
  border-radius: 24px; */
}
.textText {
  display: flex;
  justify-content: space-between;
}
.textTextTitle {
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  color: #000000;
  /* text-align: center; */
}
.textTextTitle span {
  font-size: 16px;
}
.textTextCon {
  font-weight: 300;
  font-size: 22px;
  line-height: 40px;
  color: #000000;
  /* text-align: center; */
  margin-top: 20px;
}

.gushi {
  width: 100%;
  height: auto;
}
.imgBg {
  width: 100%;
  height: 810px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}