.cz .xmzs {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.cz .xmzs .xmzs-item {
  /* width: 23.125rem; */
  width: 31%;
  height: auto;
  margin: 1%;
  box-shadow: 0 0 10px 2px #0000001e;
  margin-bottom: 1em;
  cursor: pointer;
}

.cz .xmzs .xmzs-item .pic {
  width: 100%;
  height: 12em;
  overflow: hidden;
}

.cz .xmzs .xmzs-item .pic img {
  width: 100%;
  height: 100%;
}

.cz .xmzs .xmzs-item:hover {
  transform: scale(1.05);
}

.cz .xmzs .xmzs-item:hover .text {
  border-bottom: 0.25em solid #cda667;
}

.lbt-title {
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;

}

.cz .ywgk {
  width: 100%;
}

.cz .ywgk .content {
  width: 100%;
  margin-bottom: 6em;
  text-indent: 2em;
}

.cz .xmzs .text {
  padding: 0.625em 1.25em 0.375em;
  background: #fff;
  border-bottom: 0.25em solid #fff;
}

.cz .xmzs .text .tit {
  font-size: 1.0625em;
  white-space: nowrap;
  font-weight: bold;
  padding: 0.8823em 0;
  line-height: 1;
  border-bottom: 0.0625em solid #e9e9e9;
}

.cz .xmzs .text .js {
  font-size: 0.9375em;
  color: #333;
  line-height: 1.6;
  margin: 0.5em 0;
  height: 3.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.cz .xmzs .text .more a {
  font-size: 0.875em;
  color: #fff;
  padding: 0.2857em 1.6428em 0.4285em 1.2142em;
  position: relative;
  line-height: 1;
  margin-bottom: 1.1428em;
  display: inline-block;
  z-index: 5;
}

.cz .xmzs .text .more a:before {
  content: '';
  position: absolute;
  right: 0.9285em;
  top: calc((100% - 0.5714em)/2);
  border-top: 0.2857em solid transparent;
  border-bottom: 0.2857em solid transparent;
  border-left: 0.2857em solid #fff;
}

.cz .xmzs .text .more a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(-90deg, #cda667, #f2dd9f);
  z-index: -1;
}

.cz .databox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cz .databox-item {
  display: flex;
  justify-content: space-between;
}

.cz .databox-item .databox-text {
  margin: 0 2em;
  display: flex;
  flex-direction: column;
}

.cz .databox-item .databox-text .num {
  font-size: 3em;
  color: #cda667;
  font-weight: bold;
}

.cz .databox-item .databox-text .unit {
  font-size: 1em;
  color: #cda667;
}

.cz .databox-item .databox-text .name {
  height: 2em;
}

.cz .databox-split {
  width: 0.1em;
  height: 5em;
  background: #ededed;
}

.cz .databox-split3 {
  width: 0.1em;
  height: 5em;
  background: #ededed;
}

.cz .cz_tit {
  font-size: 1.875em;
  color: #cda667;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.5em;
  margin-top: 1.5em
}

.cz .cz_tit span {
  padding: 0 0.6em;
  display: inline-block;
  line-height: 1.1;
  position: relative;
}

.cz .cz_tit span:before {
  content: '';
  position: absolute;
  right: 100%;
  top: calc((100% - 0.1em)/2);
  width: 3em;
  height: 0.1em;
  background: linear-gradient(90deg, transparent, #cda667);
}

.cz .cz_tit span:after {
  content: '';
  position: absolute;
  left: 100%;
  top: calc((100% - 0.1em)/2);
  width: 3em;
  height: 0.1em;
  background: linear-gradient(90deg, #cda667, transparent);
}

.cz .stbk {
  margin-bottom: 2em;
}

.yssd-header {
  width: 100%;
  position: relative;
  padding-bottom: 32%;
  background: url(../images/yssdpc.png) no-repeat;
  background-size: 100%;
}

/* 新闻中心 start*/
.xwzx-header {
  width: 100%;
  position: relative;
  padding-bottom: 32%;
  background: url(../images/xwzxpc.png) no-repeat;
  background-size: 100%;
}

.xwzx .xmzs .text .date {
  color: #888;
  padding-top: 1em;
}

.xwzx .xmzs .xmzs-item {
  box-shadow: 0 0 1.25em 0 rgba(244, 244, 244, 1);
  margin-bottom: 2em;
}

.xwzx .ctjjbox {
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: #333;
}

.xwzx .ctjjbox .vediobox {
  width: 48%;
  height: 100%;
  box-shadow: 0 0 1.25em 0 rgba(244, 244, 244, 1);
}

.xwzx .ctjjbox .vediobox .vedioimg {
  width: 100%;
  overflow: hidden;
}

.xwzx .ctjjbox .vediobox .vedioimg .vedio {
  width: 100%;
  height: 100%;
  background-color: #333;
}

.xwzx .ctjjbox .contentbox {
  width: 30.375em;
  height: 100%;
  display: block;
}

.xwzx .ctjjbox .vediobox .text {
  padding: 1em;
  line-height: 2em;
}

.xwzx .ctjjbox .vediobox .vedio-title {
  height: 4em;
  line-height: 2em;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-break: break-all;
  overflow: hidden;
}

.xwzx .ctjjbox .vediobox .text .date {
  color: #888;
}

.xwzx .ctjjbox .content-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 27.125em;
}

.xwzx .ctjjbox .content-text .content-item {
  width: 100%;
  height: 2.975em;
  overflow: hidden;
  font-size: 2vh;
  line-height: 2.975em;
  border-bottom: 0.0625em dashed #999;
  position: relative;
  transition: 0.8s padding-left ease;
}

.xwzx .ctjjbox .content-text .content-item:hover {
  padding-left: 1em;
  font-weight: bold;
}

.xwzx .ctjjbox .content-text .content-item:hover a::before {
  content: "";
  position: absolute;
  top: 1.6em;
  left: 0;
  width: 0.5em;
  height: 0.75em;
  background: url(../images/xwzxcontenticon.png) center center no-repeat;
}

.xwzx .ctjjbox .content-text .content-item:hover a {
  color: #000;
}

.xwzx .ctjjbox .content-header {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.xwzx .ctjjbox .ctjj-text {
  font-size: 1.5em;
  color: #cda667;
}

.xwzx .ctjjbox .ctjj-more {
  color: #888;
}

.fzxwzx {
  width: 100%;
  margin: 0 auto;
}

.tab-content {
  padding: 4.375em 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.yssd-cz .tab-content {
  padding: 0;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.tab-content-left {
  width: 14%;
  border-right: 0.0625em solid #ededed;
}

/* 轮播开始 */
.tab-content-right {
  width: 85%;
}

.tab-content-right-pc-box {
  width: 100%;
  height: auto;
  padding: 9em 0;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.tab-content-right-pc {
  overflow: hidden;
  width: 62%;
  height: 100%;
}

.tab-content-right-text {
  width: 38%;
  height: 100%;
  position: relative;
}

.tab-content-right-text .date {
  font-size: 2em;
  color: #cda667;
  line-height: 3em;
}

.tab-content-right-text .content {
  font-size: 1.2em;
  line-height: 1.2em;
  width: 100%;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.fzlc-pc {

  display: block;
}

.fzlc-mv {
  display: none;
}

.fzlc-new {
  cursor: pointer;
}

/* 新的轮播2 */
.swiper-container-pc2 {
  width: 100%;
  height: 100%;
  margin-top: 6em;
  /* background-color: #cda667; */
  overflow: hidden;
}

.slide-date-box {
  width: 100%;
  height: 2.875em;
}

.slide-date-box .slide-date {
  width: 5.75em;
  height: 100%;
  font-size: 1.5em;
  line-height: 1.875em;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  border-radius: 0.3em;
  color: #fff;
  background: linear-gradient(#f2dd9f, #cda667);
}

.slide-dash-box {
  width: 100%;
  height: 5.1875em;
  position: relative;
}

.slide-dash-box .slide-dash {
  width: 100%;
  height: 2em;
  border-bottom: 0.0625em dashed #e0e0e0;
}

.slide-dash-box .slide-circle-box {
  position: absolute;
  width: 1em;
  height: 1em;
  top: 39%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 0.1em solid #cda667;
}

.slide-dash-box .slide-circle {
  width: 0.7em;
  height: 0.7em;
  position: absolute;
  background: linear-gradient(90deg, #f2dd9f, #cda667);
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.swiper-container-pc2 .swiper-slide {
  /* width: 19.75em !important; */
  width: 25% !important;
  height: 100%;
  /* background-color: lightpink; */
  overflow: hidden;
}

.swiper-container-pc2 .swiper-slide .img-pc {
  width: 90%;
  height: 18.25em;
  margin: 0 auto;
  position: relative;
}

.swiper-container-pc2 .swiper-slide .img-hover {
  display: none;
  width: 98%;
  height: auto;
  position: absolute;
  top: 5.5em;
  left: 0;
  background-color: #fff;
  padding: 1em 1%;
  border-radius: 0.5em;
  color: #666;
  font-size: 0.8em;
  border: 0.0625em solid #666;
}

.swiper-container-pc2 .swiper-slide .img {
  width: 100%;
  height: 12.25em;
}

.swiper-container-pc2 .swiper-slide .img a {
  display: inline-block;
  width: 100%;
  height: 100%;
  cursor: default;
}

.swiper-container-pc2 .swiper-slide .img img {
  width: 100%;
  height: 100%;
}

.swiper-container-pc2 .swiper-slide .text-a {
  display: inline-block;
  width: 96%;
  height: 4em;
  margin-bottom: 2em;
  padding: 0 2%;
  cursor: default;
}

.swiper-container-pc2 .swiper-slide a .text-pc {
  width: 100%;
  height: 4em;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  overflow: hidden;
  display: -webkit-box;
  /*设置子元素排列方式*/
  -webkit-box-orient: vertical;
  /*设置显示的行数，多出的部分会显示为...*/
  -webkit-line-clamp: 3;
}

.tab-content-top {
  width: 100%;
}

.tab-year ul {
  display: flex;
  justify-content: flex-start;
}

/* 年份开始 */
.tab-year li a {
  cursor: pointer;
  font-size: 3.57rem;
  font-weight: bold;
  color: #dcdcdc;
  margin-right: 3.69rem;
  cursor: pointer;
}

.tab-year li.current a {
  color: #cda667;
}

/* 年份结束 */

/* 月份 */
.lbt-yd-month-box-pc {
  width: 100%;
  height: auto;
}

.lbt-yd-month-box-pc .bac {
  display: flex;
  justify-content: space-between;
  margin-top: 2em;
}

.lbt-yd-month-box-pc .bac li {
  position: relative;
  cursor: pointer;
}

.lbt-yd-month-box-pc .bac li::before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 0.875em;
  height: 0.875em;
  top: -0.4em;
  left: 0.28em;
  background-color: #e0e0e0;
  border-radius: 50%;
}

.lbt-yd-month-box-pc .bac li .line {
  display: inline-block;
  position: absolute;
  width: 8em;
  height: 0.1em;
  top: 0;
  left: 0;
  z-index: 888;
  background-color: #e0e0e0;
}

.lbt-yd-month-box-pc .bac li:first-child .line {
  margin-left: 1em;
}

.lbt-yd-month-box-pc .bac li:nth-child(11) .line {
  margin-left: -1em;
}

.lbt-yd-month-box-pc .bac li a {
  position: absolute;
  display: inline-block;
  width: 3em;
  text-align: center;
  left: -0.5em;
  top: 1em;
  color: #666;
  z-index: 100;
}

.lbt-yd-month-box-pc .bac .mon-current::before {
  top: -0.88em;
  left: 0em;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background: linear-gradient(90deg, #f2dd9f, #cda667);
  z-index: 999;
}

.lbt-yd-month-box-pc .bac li i {
  display: none;
}

.lbt-yd-month-box-pc .bac .mon-current i {
  display: inline-block;
  width: 0.875em;
  height: 0.875em;
  border-radius: 50%;
  background: linear-gradient(90deg, #f2dd9f, #cda667);
  position: absolute;
  top: -0.72em;
  left: 0.16em;
  z-index: 1000;
  border: 0.42em solid #fff;
  transition: all 0.2s;
  z-index: 999;
}

.lbt-yd-month-box-pc .bac .mon-current a {
  color: #cda667;
  font-weight: bold;
}

/* 波浪线 */
.fz {
  position: relative;
}

.fzlc-swiper {
  z-index: 888;
}

.swiper-wavy {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: absolute;
  top: 27em;
  left: 0;
  z-index: -1;
}

canvas {
  margin: 0 auto;
}

.canvas-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* 波浪线结束 */
/* 轮播2结束 */
@media (max-width: 4000px) {
  .cz .xmzs .xmzs-item .pic {
    height: 26em;
  }
}

@media (max-width: 2880px) {
  .cz .xmzs .xmzs-item .pic {
    height: 16em;
  }

  .lbt-yd-month-box-pc .bac li .line {
    width: 12em;
  }
}

@media (max-width: 2160px) {
  .lbt-yd-month-box-pc .bac li .line {
    width: 10em;
  }
}

@media (max-width: 1920px) {
  .lbt-yd-month-box-pc .bac li .line {
    width: 8em;
  }
}

@media (max-width: 1440px) {
  .lbt-yd-month-box-pc .bac li .line {
    width: 8em;
  }
}

@media (max-width: 1200px) {
  .lbt-yd-month-box-pc .bac li .line {
    width: 7em;
  }
}

@media (max-width: 580px) {

  /* 优势赛道 */
  .cz .databox-item {
    margin-bottom: 0.4em;
    width: 32%;
  }

  .cz .databox-item .databox-text {
    margin: 0;
  }

  .cz .databox-item .databox-text .num {
    font-size: 2em;
  }

  .cz .databox-split3 {
    display: none;
  }

  .cz .ywgk .content {
    margin-bottom: 3em;
  }

  .cz .xmzs .xmzs-item {
    width: 48%;
    height: auto
  }

  .cz .xmzs .xmzs-item:hover .text {
    border-bottom: 0.2em solid #cda667;
  }

  .cz .xmzs .xmzs-item .pic {
    width: 100%;
    height: 9em;
  }

  .cz .xmzs .xmzs-item .pic img {
    width: 100%
  }

  .cz .xmzs .text .js {
    /* height: 4.2em; */
  }

  .footer {

    padding-top: 2em;
  }

  .yssd-header {
    background: url(../images/yssdmv.png) no-repeat;
    padding-bottom: 45%;
    background-size: 100%;
  }

  .xwzx-header {
    background: url(../images/xwzxmv.png) no-repeat;
    padding-bottom: 45%;
    background-size: 100%;
  }

  .xwzx .ctjjbox {
    display: flex;
    flex-direction: column;

  }

  .xwzx .ctjjbox .vediobox {
    width: 100%;
  }

  .xwzx .ctjjbox .contentbox {
    width: 100%;
    margin-top: 2em;
  }

  .xwzx .ctjjbox .vediobox .vedioimg {
    height: 20.93em;
  }



  /* 新闻中心 */

  /* 发展历程 */
  .fzlc-pc {
    display: none;
  }

  .fzlc-mv {
    display: block;
  }

  .lbt-box {
    width: 100%;
  }

  .lbt-btn {
    display: flex;
    justify-content: space-between;
    padding: 2em;
  }

  .fzlc-mv .swiper-container .swiper-wrapper .swiper-slide {
    /* filter: blur(0.1em); */
  }

  .fzlc-mv .swiper-container .swiper-wrapper .swiper-slide-active {
    filter: blur(0);
  }

  .fzlc-mv .lbt-box .swiper-container .swiper-wrapper {
    width: 100%;
    height: 30em;
  }

  .fzlc-mv .lbt-box .swiper-container .swiper-wrapper a {
    display: block;
    width: 100%;
    height: 20em;
    border-radius: 0.5em;
    overflow: hidden;
  }

  .fzlc-mv .lbt-box .swiper-container .swiper-wrapper a img {
    display: block;
    width: 100%;
    height: 100%;
  }

  .fzlc-mv .lbt-text-box {
    width: 100%;
  }

  .fzlc-mv .lbt-text {
    padding: 2em 2.5em;
  }

  .fzlc-mv .lbt-text .lbt-date {
    color: #cda667;
    font-size: 1.75em;
    line-height: 2em;
  }

  .lbt-yd-year-month {
    padding-bottom: 3em;
  }

  .lbt-yd-year-box {
    width: 100%;
    line-height: 2em;
    display: flex;
    font-size: 3.125em;
    justify-content: flex-start;
    margin-bottom: 0.5em;
  }

  .lbt-yd-year-box li {
    margin-right: 0.5em;
  }

  .lbt-yd-year-box li a {
    color: #e0e0e0;
  }

  .lbt-yd-year-box .current a {
    color: #cda667;
  }

  .lbt-yd-month-box .bac {
    display: flex;
    justify-content: space-between;
  }

  .lbt-yd-month-box .bac li {
    width: 100%;
    height: 0.1em;
    background-color: #e0e0e0;
    position: relative;
  }

  .lbt-yd-month-box .bac li:last-child {
    background-color: #fff;
  }

  .lbt-yd-month-box .bac li::before {
    position: absolute;
    display: inline-block;
    content: '';
    width: 0.5em;
    height: 0.5em;
    top: -0.25em;
    left: 0;
    background-color: #e0e0e0;
    border-radius: 50%;
  }

  .lbt-yd-month-box .bac .current::before {
    border: 0.125em solid #cda667;
    padding: 0.25em;
    top: -0.6em;
    background-color: #fff;
  }

  .lbt-yd-month-box .bac .current a {
    color: #cda667;
    transition: width 0.3s;
  }

  .lbt-yd-month-box .bac li i {
    display: none;
  }

  .lbt-yd-month-box .bac .current i {
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border-radius: 50%;
    background-color: #cda667;
    position: absolute;
    top: -0.22em;
    left: 0.34em;
  }

  .lbt-yd-month-box .bac li a {
    position: absolute;
    left: -0.5em;
    top: 1em;
    color: #e0e0e0;
  }

  /* new lbt-yd-month-box-mv */
  .lbt-yd-month-box-mv {
    width: 100%;
    height: 2em;
    margin-bottom: 3em;
    position: relative;
  }

  .lbt-yd-month-box-mv .bac {
    width: 96%;
    height: 0.03125em;
    background: #cda667;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .lbt-yd-month-box-mv ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .lbt-yd-month-box-mv ul li {
    width: 2em;
    height: 2em;
    border-radius: 50%;
    z-index: 100;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .lbt-yd-month-box-mv ul .current {
    border: 0.0325em solid #cda667;
    background: #fff;
  }

  .lbt-yd-month-box-mv ul li i {
    width: 1.2em;
    height: 1.2em;
    border-radius: 50%;
    background: #e0e0e0;
    z-index: 999;
  }

  .lbt-yd-month-box-mv ul .current i {
    background: linear-gradient(90deg, #f2dd9f, #cda667);
  }

  .lbt-yd-month-box-mv ul li a {
    display: inline-block;
    position: absolute;
    font-size: 0.8em;
    top: 3em;
    left: 0;
    color: #333;
    text-align: center;
  }
}