.not-select {
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  -ms-overflow-style: none;
  /*IE10*/
  -khtml-user-select: none;
  /*早期浏览器*/
  user-select: none;
}

.dzs-box {
  background-color: #F8FCFF;
}

.dzs-box .in-banner-box {
  z-index: 1;
  height: 6.35rem;
}

.dzs-box .chairman-box {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding-bottom: 1.85rem;
}

.dzs-box .chairman-box .u-img {
  width: 4.6rem;
  height: 5.7rem;
  z-index: 1;
}

.dzs-box .chairman-box .chairman-introduce-box {
  background: #FFFFFF;
  z-index: 2;
  right: 0;
  padding: 0.43rem 0.64rem 0.53rem 0.64rem;
  width: 11.4rem;
}

.dzs-box .chairman-box .chairman-introduce-box .top-box .title {
  font-size: 0.38rem;
  font-family: "Microsoft YaHei";
  font-weight: bold;
  color: #333333;
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  -ms-overflow-style: none;
  /*IE10*/
  -khtml-user-select: none;
  /*早期浏览器*/
  user-select: none;
}

.dzs-box .chairman-box .chairman-introduce-box .top-box .title::after {
  content: "";
  display: block;
  width: 0.35rem;
  height: 0.01rem;
  background: #3E85CD;
  margin-top: 0.3rem;
}

.dzs-box .chairman-box .chairman-introduce-box .top-box .chairman {
  font-size: 0.38rem;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  color: #333333;
  padding-top: 0.48rem;
}

.dzs-box .chairman-box .chairman-introduce-box .top-box .chairman .position {
  font-size: 0.18rem;
}

.dzs-box .chairman-box .chairman-introduce-box .content-box {
  overflow-y: auto;
  -ms-overflow-style: none;
  /* IE 10+ */
  scrollbar-width: none;
  /* Firefox */
  width: 100%;
  height: 1.94rem;
  margin-top: 0.38rem;
}

.dzs-box .chairman-box .chairman-introduce-box .content-box::-webkit-scrollbar {
  /* Chrome Safari */
  display: none;
}

.dzs-box .chairman-box .chairman-introduce-box .content-box .u-text {
  font-size: 0.16rem;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  color: #333333;
  line-height: 0.26rem;
  padding-top: 0.24rem;
}

.dzs-box .chairman-box .chairman-introduce-box .content-box .u-text:first-child {
  padding-top: 0;
}

.dzs-box .group-overview-box {
  background-size: 100% 100%;
  padding-top: 0.6rem;
  padding-bottom: 0.79rem;
  position: relative;
  height: 8.9rem;
  display: flex;
  justify-content: space-between;
  z-index: 2;
}

.dzs-box .group-overview-box .area {
  width: calc(100% - 9.33rem);
  padding: 0;
  margin: 0;
}
.dzs-box .group-overview-box .area .con{
	margin-left: auto;
	/* min-width: 8rem;
	max-width: 8rem; */
	    padding-left: 1.8rem;
}
.dzs-box .group-overview-box .back {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.dzs-box .group-overview-box .title {
  padding-top: 0.4rem;
  font-size: 0.38rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  -ms-overflow-style: none;
  /*IE10*/
  -khtml-user-select: none;
  /*早期浏览器*/
  user-select: none;
}

.dzs-box .group-overview-box .title::after {
  content: "";
  display: block;
  width: 0.35rem;
  height: 0.01rem;
  background: #FFFFFF;
  margin-top: 0.3rem;
}

.dzs-box .group-overview-box .content-box {
  /* width: 8.55rem; */
}

.dzs-box .group-overview-box .content-box ul {
  display: flex;
  justify-content: space-between;
  /* padding-top: 0.4rem; */
  padding-top: 0.3rem;
  align-items: center -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  -ms-overflow-style: none;
  /*IE10*/
  -khtml-user-select: none;
  /*早期浏览器*/
  user-select: none;
  ;
}

.dzs-box .group-overview-box .content-box ul>li {
  text-align: center;
  /* min-width: 1.34rem; */
  position: relative;
  width: 30%;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.dzs-box .group-overview-box .content-box ul>li::after {
  content: "";
  display: block;
  width: 0.01rem;
  height: 0.52rem;
  background: #FFFFFF;
  opacity: 0.2;
  position: absolute;
  top: 0.25rem;
  /* left: -0.5rem; */
  left: 0;
}

.dzs-box .group-overview-box .content-box ul>li:first-child {
  text-align-last: left;
  /* align-items: flex-start; */
  align-items: center;
  width: 28%;
}

.dzs-box .group-overview-box .content-box ul>li:first-child .u-text {
  text-align-last: center;
  /* text-align-last: left; */
  width: 80%;
}

.dzs-box .group-overview-box .content-box ul>li:first-child::after {
  display: none;
}

.dzs-box .group-overview-box .content-box ul>li:last-child {
  text-align-last: right;
  align-items: flex-end;
  width: 20%;
}

.dzs-box .group-overview-box .content-box ul>li:last-child .data {
  justify-content: flex-end;
}

/* .dzs-box .group-overview-box .content-box ul>li:nth-child(2)::after {
  left: 0.2rem;
} */

.dzs-box .group-overview-box .content-box ul>li .unit {
  /* font-size: 0.4rem !important; */
  font-size: 0.4rem;
  padding-left: 0.1rem;
  display: inline-block;
}

.dzs-box .group-overview-box .content-box ul>li .data {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dzs-box .group-overview-box .content-box ul>li .data span {
  font-size: 0.5rem;
  font-family: "Microsoft YaHei";
  font-weight: 300;
  color: #333333;
  color: #FFFFFF;
}

.dzs-box .group-overview-box .content-box ul>li .u-text {
  font-size: 0.2rem;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  color: #FFFFFF;
  display: inline-block;
  padding-top: 0.21rem;
}

.dzs-box .group-overview-box .content-box .bottom-box {
  /* padding-top: 0.5rem; */
  padding-top: 0.4rem;
  display: flex;
  justify-content: space-between;
}

.dzs-box .group-overview-box .content-box .bottom-box .u-text {
  width: 2.4rem;
  font-size: 0.14rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  opacity: 0.72;
  line-height: 0.26rem;
}

.dzs-box .group-overview-box .content-box .line {
  /* width: 8.48rem; */
  height: 0.01rem;
  background: #FFFFFF;
  opacity: 0.26;
  margin-top: 0.5rem;
}

.dzs-box .group-overview-box .top-box {
  font-size: 0.16rem;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  color: #FFFFFF;
  line-height: 0.26rem;
  /* padding-top: 0.5rem; */
  padding-top: 0.4rem;
}

.dzs-box .group-overview-box .right-box {
  /* position: absolute; */
  right: 0;
  bottom: 0;
  position: relative;
  top: -0.64rem;
  /* width: 40%; */
  width: 8.33rem;
  height: 8.50rem;
}

.dzs-box .group-overview-box .right-box .u-img {
  width: 8.33rem;
  height: 8.5rem;
}

.dzs-box .development-box {
  padding-top: 0.79rem;
  background-color: #edf1f8;
  position: relative;
  overflow: hidden;
}

.dzs-box .development-box .title {
  font-size: 0.38rem;
  font-family: "Microsoft YaHei";
  font-weight: bold;
  color: #333333;
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  -ms-overflow-style: none;
  /*IE10*/
  -khtml-user-select: none;
  /*早期浏览器*/
  user-select: none;
}

.dzs-box .development-box .title::after {
  content: "";
  display: block;
  width: 0.35rem;
  height: 0.01rem;
  background: #3E85CD;
  margin-top: 0.49rem;
}

.dzs-box .development-box .content-list-box {
  position: relative;
  overflow: hidden;
  height: 6.16rem;
}

.dzs-box .development-box .content-list-box .back-box {
  position: absolute;
  top: 50%;
  left: 62%;
  transform: translate(-50%, -50%);
  font-size: 2.8rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #dde4f1;
  line-height: 0.65rem;
  z-index: 1;
}

.dzs-box .development-box .content-list-box .list-box {
  transition: all 0.5s;
  position: relative;
  z-index: 2;
}

.dzs-box .development-box .content-list-box .content-box {
  display: flex;
  /* padding-top: 1.6rem;
  padding-bottom: 0.77rem; */
  width: 100%;
  height: 6.16rem;
  align-items: center;
}

.dzs-box .development-box .content-list-box .content-box .left-box {
  z-index: 2;
  /* padding-top: 1rem; */
}

.dzs-box .development-box .content-list-box .content-box .left-box .u-img {
  width: 6.16rem;
  height: 3.79rem;
}

.dzs-box .development-box .content-list-box .content-box .center-box {
  font-size: 0.38rem;
  line-height: 0.48rem;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #333333;
  padding-left: 1.95rem;
  /* padding-top: 1.28rem; */
  z-index: 2;
  max-width: 6.8rem;
}

.dzs-box .development-box .content-list-box .active {
  margin-left: 0rem;
}

.dzs-box .development-box .down {
  padding-bottom: 1.5rem;
  cursor: pointer;
}

.dzs-box .development-box .down .u-img {
  width: 0.31rem;
  height: 0.16rem;
}

.dzs-box .development-box .year {
  font-size: 1.2rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #436bac;
  position: absolute;
  bottom: -0.6rem;
}

.dzs-box .development-box .year-list-line {
  position: absolute;
  width: 0.01rem;
  height: calc(100% + 0.79rem);
  background: #CCCCCC;
  opacity: 0.75;
  right: 0;
  top: -0.79rem;
}

.dzs-box .development-box .year-list-box {
  position: absolute;
  z-index: 3;
  padding-right: 0.38rem;
  right: 0;
  top: 1.65rem;
  font-size: 0.2rem;
  font-family: "Microsoft YaHei";
  font-weight: 300;
  color: #666666;
  line-height: 0.68rem;
  text-align: right;
  width: 2.51rem;
  height: 5.8rem;
  overflow-y: auto;
  -ms-overflow-style: none;
  /* IE 10+ */
  scrollbar-width: none;
  /* Firefox */
}

.dzs-box .development-box .year-list-box::-webkit-scrollbar {
  /* Chrome Safari */
  display: none;
}

.dzs-box .development-box .year-list-box .list-box {
  transition: all 0.3s;
}

.dzs-box .development-box .year-list-box .item {
  cursor: pointer;
}

.dzs-box .development-box .year-list-box .item::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background: #1B67B3;
  position: absolute;
  right: -0.38rem;
  transition: all 0.3s;
  top: 0.08rem;
}

.dzs-box .development-box .year-list-box .item::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background: #CCCCCC;
  position: absolute;
  right: -0.38rem;
  margin-top: 0.16rem;
  transition: all 0.5s;
}

.dzs-box .development-box .year-list-box .item:hover {
  font-size: 0.26rem;
  font-family: "Microsoft YaHei";
  font-weight: bold;
  color: #2472C4;
  position: relative;
  padding-bottom: 0.22rem;
}

.dzs-box .development-box .year-list-box .item:hover::before {
  width: 0.02rem;
  height: 0.53rem;
}

.dzs-box .development-box .year-list-box .item:hover::after {
  width: 2.51rem;
  height: 0.01rem;
}

.dzs-box .development-box .year-list-box .active {
  font-size: 0.26rem;
  font-family: "Microsoft YaHei";
  font-weight: bold;
  color: #2472C4;
  position: relative;
  padding-bottom: 0.22rem;
}

.dzs-box .development-box .year-list-box .active::before {
  width: 0.02rem;
  height: 0.53rem;
}

.dzs-box .development-box .year-list-box .active::after {
  width: 2.51rem;
  height: 0.01rem;
}

.dzs-box .organizational-culture-box {
  background: url('../images/duan/organizational_and_culture_back.png') no-repeat center / cover;
}

.dzs-box .organizational-box {
  padding-top: 1.07rem;
  padding-bottom: 1.32rem;
}

.dzs-box .organizational-box .title {
  font-size: 0.38rem;
  font-family: "Microsoft YaHei";
  font-weight: bold;
  color: #333333;
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  -ms-overflow-style: none;
  /*IE10*/
  -khtml-user-select: none;
  /*早期浏览器*/
  user-select: none;
}

.dzs-box .organizational-box .title::after {
  content: "";
  display: block;
  width: 0.35rem;
  height: 0.01rem;
  background: #3E85CD;
  margin-top: 0.49rem;
}

.dzs-box .organizational-box .content-box .baidu-logo {
  width: 2.19rem;
  height: 0.68rem;
  margin: 0 auto;
  margin-top: 0.72rem;
}

.dzs-box .organizational-box .content-box .public-box {
  width: 3.19rem;
  background: #FFFFFF;
  box-shadow: 0rem 0rem 0.16rem 0rem #EDF1F8;
  padding-bottom: 0.25rem;
}

.dzs-box .organizational-box .content-box .public-box .u-img {
  width: 100%;
  height: 0.4rem;
  margin-top: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dzs-box .organizational-box .content-box .public-box .u-img img {
  max-width: 100%;
  max-height: 170%;
  width: auto;
  height: auto;
}

.dzs-box .organizational-box .content-box .public-box .item-title {
  width: 100%;
  height: 0.56rem;
  background: #436BAC;
  text-align: center;
  line-height: 0.56rem;
  font-size: 0.2rem;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  color: #BBD2FF;
}

.dzs-box .organizational-box .content-box .public-box .bootom-box {
  font-size: 0.16rem;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  color: #000000;
  text-align: center;
  padding: 0.23rem 0.2rem 0;
  text-align: center;
}

.dzs-box .organizational-box .content-box .baidu-line {
  width: 0.01rem;
  height: 0.36rem;
  background: #B4C9EC;
  margin: 0 auto;
}

.dzs-box .organizational-box .content-box .top-box {
  margin: 0 auto;
  padding-top: 0.08rem;
}

.dzs-box .organizational-box .content-box .wangrun-line {
  width: 0.01rem;
  height: 0.42rem;
  background: #B4C9EC;
  margin: 0 auto;
}

.dzs-box .organizational-box .content-box .line {
  width: calc(100% - 3.19rem);
  height: 0.01rem;
  background: #B4C9EC;
  margin: 0 auto;
}

.dzs-box .organizational-box .content-box ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.dzs-box .organizational-box .content-box ul .item-line {
  width: 0.01rem;
  height: 0.42rem;
  background: #B4C9EC;
  margin: 0 auto;
}

.dzs-box .organizational-box .content-box ul li a {
  display: block;
}

.dzs-box .culture-box {
  padding-bottom: 1.16rem;
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  -ms-overflow-style: none;
  /*IE10*/
  -khtml-user-select: none;
  /*早期浏览器*/
  user-select: none;
}

.dzs-box .culture-box .title {
  font-size: 0.38rem;
  font-family: "Microsoft YaHei";
  font-weight: bold;
  color: #333333;
}

.dzs-box .culture-box .title::after {
  content: "";
  display: block;
  width: 0.35rem;
  height: 0.01rem;
  background: #3E85CD;
  margin-top: 0.49rem;
}

.dzs-box .culture-box .content-box {
  padding-top: 0.72rem;
}
.dzs-box .culture-box .content-box li{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dzs-box .culture-box .content-box li .right-box{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.dzs-box .culture-box .content-box ul {
  display: flex;
  justify-content: space-between;
}

.dzs-box .culture-box .content-box ul li .u-img {
  width: 0.82rem;
  height: 0.81rem;
}

.dzs-box .culture-box .content-box ul li .item-title {
  padding-top: 0.52rem;
  font-size: 0.3rem;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  color: #000000;
}

.dzs-box .culture-box .content-box ul li .u-text {
  padding-top: 0.38rem;
  font-size: 0.18rem;
  font-family: "Microsoft YaHei";
  font-weight: 300;
  color: #333333;
  line-height: 0.32rem;
  text-align:center;
}

.dzs-box .culture-box .content-box ul li:nth-child(2) .u-img {
  width: 0.8rem;
  height: 0.78rem;
}

.dzs-box .culture-box .content-box ul li:nth-child(3) .u-img {
  width: 0.94rem;
  height: 0.76rem;
}

@media screen and (min-width: 1921px) {
	.dzs-box .group-overview-box .area .con{
		max-width: 11.3rem;
		padding: 0;
	}
}
@media screen and (max-width: 1600px) {
	.dzs-box .group-overview-box .area .con{
		padding-left: 0.5rem;
	}
  .dzs-box .group-overview-box .title {
    padding-top: 0;
  }

  .dzs-box .culture-box {
    padding-bottom: 1.16rem;
    padding-left: 0.50rem;
    padding-right: 0.5rem;
  }

  .dzs-box .group-overview-box .content-box ul>li .data span {
    font-size: 0.26rem;
  }

  .dzs-box .group-overview-box .content-box ul>li .u-text {
    font-size: 0.16rem;
  }

  .dzs-box .chairman-box .chairman-introduce-box {
    right: 0.2rem;
  }

  .dzs-box .chairman-box .chairman-introduce-box .content-box .u-text {
    line-height: 0.3rem;
  }

  .dzs-box .group-overview-box .content-box .data-box {
    /* padding-top: 0.5rem; */
    padding-top: 0.3rem;
  }

  .dzs-box .group-overview-box .content-box .top-box {
    padding-top: 0.3rem;
    line-height: 0.3rem;
  }

  .dzs-box .group-overview-box .content-box .bottom-box {
    padding-top: 0.4rem;
  }

  .dzs-box .group-overview-box .content-box .bottom-box .u-text {
    /* width: 2.6rem; */
    width: 2.4rem;
    height: 2.6rem;
    overflow-y: auto;
  }

  .dzs-box .group-overview-box .content-box .bottom-box .u-text::-webkit-scrollbar {
    display: none;
  }

  .dzs-box .group-overview-box .content-box .line {
    margin-top: 0.4rem;
  }
}

@media screen and (max-width: 750px) {
	.dzs-box .group-overview-box .area .con{
		padding-left: 0;
	}
  .dzs-box .culture-box .content-box {
    padding: 0;
  }

  .dzs-box .organizational-box .content-box .public-box .item-title {
    font-size: 0.24rem;
  }

  .dzs-box .organizational-box .content-box .public-box .bootom-box {
    font-size: 0.22rem;
    padding: 0.23rem 0.1rem 0;
  }

  .dzs-box .group-overview-box .content-box ul>li .u-text {
    font-size: 0.22rem;
  }

  .dzs-box .culture-box {
    padding-bottom: 0.2rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }

  .dzs-box .group-overview-box .content-box ul>li .data span {
    font-size: 0.5rem;
  }

  .dzs-box .in-banner-box {
    height: 4rem;
  }

  .dzs-box .container .banner-box .back-box {
    font-size: 1.92rem;
  }

  .dzs-box .chairman-box {
    display: block;
    background: #FFFFFF;
    margin: 0 0.3rem;
    width: calc(100% - 0.6rem);
    padding: 0.29rem 0.49rem;
    padding-bottom: 0.85rem;
    position: relative;
    /* z-index: 10; */
    z-index: 9;
  }

  .dzs-box .chairman-box .u-img {
    width: 100%;
    height: auto;
  }

  .dzs-box .chairman-box .chairman-introduce-wap-box .top-box {
    padding-bottom: 0.53rem;
  }

  .dzs-box .chairman-box .chairman-introduce-wap-box .top-box .title {
    font-size: 0.42rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
  }

  .dzs-box .chairman-box .chairman-introduce-wap-box .top-box .title::after {
    content: "";
    display: block;
    width: 0.35rem;
    height: 0.01rem;
    background: #3E85CD;
    margin-top: 0.3rem;
  }

  .dzs-box .chairman-box .chairman-introduce-wap-box .top-box .chairman {
    font-size: 0.38rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    padding-top: 0.24rem;
  }

  .dzs-box .chairman-box .chairman-introduce-wap-box .top-box .position {
    font-size: 0.24rem;
  }

  .dzs-box .chairman-box .chairman-introduce-wap-box .content-box {
    padding-bottom: 0.53rem;
    font-size: 0.24rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 0.5rem;
  }

  .dzs-box .chairman-box .chairman-introduce-wap-box .content-box .u-text {
    padding-bottom: 0.43rem;
  }

  .dzs-box .group-overview-box {
    height: auto;
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 0.95rem;
    padding-bottom: 0.57rem;
    display: block;
  }

  .dzs-box .group-overview-box .area {
    padding: 0 0.29rem;
    width: 100%;
  }

  .dzs-box .group-overview-box .title::after {
    margin-top: 0.36rem;
  }

  .dzs-box .group-overview-box .content-box {
    width: 100%;
    /* padding-top: 0.49rem; */
  }

  .dzs-box .group-overview-box .content-box ul>li::after {
    /* left: -0.3rem; */
  }

  .dzs-box .group-overview-box .content-box .top-box {
    font-size: 0.24rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.5rem;
  }

  .dzs-box .group-overview-box .content-box .bottom-box {
    display: block;
  }

  .dzs-box .group-overview-box .content-box .bottom-box .u-text {
    width: 100%;
    font-size: 0.24rem;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.5rem;
    opacity: 0.72;
    padding-top: 0.51rem;
    height: auto;
    overflow-y: inherit;
  }

  .dzs-box .group-overview-box .content-box .bottom-box .u-text:first-child {
    padding-top: 0;
  }

  .dzs-box .organizational-box .content-box ul {
    position: relative;
  }

  .dzs-box .organizational-box .content-box ul li {
    padding-top: var(--i);
  }

  .dzs-box .organizational-box .content-box ul .vertical-line {
    position: absolute;
    top: 0;
    left: 50%;
    width: 0.01rem;
    height: 53%;
    background: #B4C9EC;
  }

  .dzs-box .organizational-box .content-box ul .transverse-line {
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .dzs-box .culture-box .content-box ul {
    display: block;
  }

  .dzs-box .culture-box .content-box ul li {
    display: flex;
    align-items: center;
    flex-direction: row;
    height: 1.83rem;
  }

  .dzs-box .culture-box .content-box ul li .u-img {
    width: 0.82rem;
    height: 0.81rem;
  }

  .dzs-box .culture-box .content-box ul li .right-box {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    height: 100%;
    margin-left: 0.66rem;
    border-bottom: 0.01rem solid #CCCBD2;
    width: 5.5rem;
  }

  .dzs-box .culture-box .content-box ul li .item-title {
    padding-top: 0;
    font-size: 0.34rem;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    color: #000000;
    width: 1.12rem;
  }

  .dzs-box .culture-box .content-box ul li .u-text {
    font-size: 0.26rem;
    font-family: "Microsoft YaHei";
    font-weight: 300;
    color: #333333;
    line-height: 0.4rem;
    padding-top: 0;
    padding-left: 0.42rem;
    text-align: left;
  }

  .dzs-box .culture-box .content-box ul li:first-child .right-box {
    padding-top: 0;
  }

  .dzs-box .culture-box .content-box ul li:nth-child(2) .u-img {
    width: 0.8rem;
    height: 0.78rem;
  }

  .dzs-box .culture-box .content-box ul li:last-child .u-img {
    width: 0.73rem;
    height: 0.59rem;
  }

  .dzs-box .culture-box .content-box ul li:last-child .right-box {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .dzs-box .development-box .wap-box {
    padding-top: 0.71rem;
    overflow: hidden;
  }

  .dzs-box .development-box .wap-box .top-box .u-img {
    width: 100%;
    height: 4.22rem;
  }

  .dzs-box .development-box .wap-box .center-box {
    text-align: center;
    font-size: 0.4rem;
    font-family: "Microsoft YaHei";
    font-weight: 300;
    color: #333333;
    line-height: 0.58rem;
    display: flex;
    padding: 0.5rem 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 5rem;
  }

  .dzs-box .development-box .wap-box .top-swiper {
    position: relative;
  }

  .dzs-box .development-box .wap-box .top-swiper .swiper-slide {
    width: 100% !important;
  }

  .dzs-box .development-box .wap-box .top-swiper .back-box {
    font-size: 3rem;
    font-family: "Microsoft YaHei";
    font-weight: bold;
    color: #dde4f1;
    position: absolute;
    /* bottom: 0.62rem; */
    bottom: 2rem;
    left: -0.2rem;
  }

  .dzs-box .development-box .wap-box .swiper-button-next,
  .dzs-box .development-box .wap-box .swiper-button-prev {
    position: absolute;
    top: 103%;
  }

  .dzs-box .development-box .wap-box .swiper-button-next::after,
  .dzs-box .development-box .wap-box .swiper-button-prev::after {
    font-size: 16px;
    color: #5d83c3;
  }

  .dzs-box .development-box .wap-box .swiper-button-prev {
    left: -0.16rem;
  }

  .dzs-box .development-box .wap-box .swiper-button-next {
    right: -0.16rem;
  }

  .dzs-box .development-box .wap-box .bootom-swiper-line {
    width: 100%;
    height: 0.01rem;
    background: #CCCCCC;
    opacity: 0.75;
    position: absolute;
    bottom: 0.92rem;
    left: 0;
  }

  .dzs-box .development-box .wap-box .bootom-swiper {
    margin: 0 0.48rem;
    padding-bottom: 0.93rem;
    overflow: hidden;
  }

  .dzs-box .development-box .wap-box .bootom-swiper .swiper-slide {
    font-size: 0.24rem;
    font-family: "Microsoft YaHei";
    font-weight: 300;
    color: #666666;
    padding-top: 0.05rem;
  }

  .dzs-box .development-box .wap-box .bootom-swiper .swiper-slide::after {
    content: "";
    display: block;
    width: 0rem;
    height: 0.02rem;
    background: #1B67B3;
    margin-top: 0.08rem;
    transition: all 0.3s;
  }

  .dzs-box .development-box .wap-box .bootom-swiper .active {
    font-size: 0.3rem;
    font-family: "Microsoft YaHei";
    font-weight: bold;
    color: #2472C4;
    padding-top: 0;
  }

  .dzs-box .development-box .wap-box .bootom-swiper .active::after {
    width: 0.53rem;
  }
}