@media screen and (min-width: 1300px) {
  .contactInformation{
    position: fixed;
    top: 45%;
    right: 16px;
    z-index: 999;
  }
  .contactInformationCard{
    background: #42CDA5;
    border-radius: 8px;
    padding: 12px 10px;
    box-sizing: border-box;
    cursor: pointer;
  }
  .contactInformationCard:hover ~ .contactInformationList {
    opacity: 1;
    pointer-events: auto; /* 新增 */
  }
  .contactInformation img{
    width: 24px;
    height: 24px;
    margin: 0 auto;
    display: block;
  }
  .contactInformation .jiao{
    width: 14px;
    height: 28px;
    position: absolute;
    top: 33px;
    right: -14px;
  }
  .contactInformation .text{
    width: 28px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 19px;
    text-align: left;
    font-style: normal;
    display: block;
    margin-top: 8px;
  }
  .contactInformation .contactInformationList{
    width: 261px;
    position: absolute;
    top: 0;
    right: 64px;
    padding: 20px 24px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.1);
    border-radius: 8px;
    opacity: 0;
    pointer-events: none; /* 新增 */
    transition: all 0.3s;
  }
  .contactInformation .contactInformationList li{
    font-size: 14px;
    color: #888888;
    line-height: 22px;
  }
  .contactInformation .contactInformationList li .title{
    font-size: 17px;
    color: #222222;
    line-height: 22px;
    margin-bottom: 4px;
  }
  .contactInformation .contactInformationList li .title.end{
    margin-top: 12px;
  }
  .home1 {
    display: block;
  }

  .home2 {
    display: none;
  }

  .lvsu1 {
    display: block;
  }

  .lvsu2 {
    display: none;
  }

  .layout {
    font-family: 'PingFang SC', 'MicrosoftYaHei';
    width: 100%;
    min-width: 1200px;
    font-size: 16px;
  }

  .layout .layoutMain {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
  }

  .layout .header {
    width: 100%;
    height: 72px;
    background: #222222;
    position: fixed;
    top: 0;
    z-index: 9999;
  }

  .layout .header .headerLogo {
    float: left;
    margin-top: 22px;
  }

  .layout .header .navList {
    float: right;
    /* margin-right: 108px; */
  }

  .layout .header .navList ul {
    height: 72px;
  }

  .layout .header .navList ul li {
    float: left;
    height: 72px;
    position: relative;
    transition-duration: 0.3s;
    /* width: 120px; */
    text-align: center;
  }

  .layout .header .navList ul li:hover {
    cursor: pointer;
  }

  .layout .header .navList ul li:hover a {
    color: #42CDA5;
  }

  .layout .header .navList ul li:hover .navLiMenu {
    opacity: 1;
    transition-duration: 0.2s;
    visibility: visible;
  }

  .layout .header .navList ul li a {
    color: rgb(256, 256, 256,0.8);
    margin: 0 20px 0;
    line-height: 72px;
  }

  .layout .header .navList ul li a.on,
  .layout .header .navList ul li a.active {
    color: #42CDA5 !important;
  }

  .layout .banner {
    width: 100%;
    /* height: 636px; */
    margin-top: 72px;
    overflow: hidden;
    background: #000;
  }

  .layout .banner .bannerImg {
    margin: 0 auto;
    width: 100%;
    height: 900px;
    background: url(../images/banner_2.png)top center no-repeat;
    background-size: cover;
  }

  .layout .banner .bannerContent{
      width: 1200px;
      margin: 0 auto;
      position: relative;
      margin-top: -328px;
      padding-bottom: 55px;
  }

  .layout .banner .bannerContent .bannerTextInfo .numList{
    display: flex;
  }
  .layout .banner .bannerContent .bannerTextInfo .numList li{
    width: 144px;
    height: 128px;
    border-radius: 16px;
    border: 1px solid #42CDA5;
    margin-right: 24px;
    font-size: 16px;
    color: #42CDA5;
    line-height: 21px;
    text-align: center;
    padding: 20px 0px;
    box-sizing: border-box;
  }
  .layout .banner .bannerContent .bannerTextInfo .numList li .num{
    font-weight: bold;
    font-size: 32px;
    color: #42CDA5;
    line-height: 43px;
    margin-bottom: 12px;
  }

  .layout .banner .bannerContent .bannerTextInfo .desc{
    font-size: 16px;
    color: #FFFFFF;
    line-height: 32px;
    text-align: left;
    margin: 48px 0px;
    text-indent: 2em;
  }

  .layout .banner .bannerContent .bannerTextInfo .desc a{
    display:inline-block;
    color: #42CDA5;
  }

  .layout .banner .bannerContent .videoContent{
    display: flex;
    justify-content: space-between;
  }
  .layout .banner .bannerContent .videoContent .leftVideo{
    width: 752px;
    height: 423px;
  }
  .layout .banner .bannerContent .videoContent .leftVideo video{
    width: 100%;
    height: 100%;
  }
  .layout .banner .bannerContent .videoContent .rightImg{
    width: 423px;
  }
  .layout .banner .bannerContent .videoContent .rightImg img{
    width: 199px;
    margin-right: 25px;
    float: left;
    margin-bottom: 25px;
  }
  .layout .banner .bannerContent .videoContent .rightImg img:nth-child(2n) {
    margin-right: 0px;
  }

  .layout .commonTitle img{
    width: 320px;
    margin: 80px auto 48px;
    position: relative;
    left: -70px;
  }
/* 演讲嘉宾 */
.jbyj .layoutMain{
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.jbyj .jbyjItem{
  width: 580px;
}
.jbyj .jbyjItem .titleImg{
  position: relative;
  width: auto;
  left: 0px;
  top: 22px;
}

.jbyj .jbyjItem .titleImg img{ 
  width: 72.5px;
  position: absolute;
  left: 16px;
}
.jbyj .jbyjItem .titleImg .title{
  font-weight: bold;
  font-size: 32px;
  color: #222222;
  line-height: 43px;
  margin-left: 56px;
  position: relative;
  z-index: 1;
  bottom: -12px;
}
.jbyj .jbyjItem .contentList{
  width: 580px;
  /* height: 660px; */
  background: #F5F5F5;
  border-radius: 8px;
  /* position: relative;
  top: -28px; */
  padding: 48px 0px 24px;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 18px;
}
.contentLongList{
  width: 800%;
  display: flex;
  transition: transform 0.3s ease;
}
.jbyj .jbyjItem .contentList .listItem{
  flex-shrink: 0;
  width: 580px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 24px;
  box-sizing: border-box;
}
.jbyj .jbyjItem .contentList .listItem .listItemChild{
  width: 258px;
  margin-bottom: 24px;
}
.jbyj .jbyjItem .contentList .listItem .listItemChild:nth-child(3), .jbyj .jbyjItem .contentList .listItem .listItemChild:nth-child(4){
  margin-bottom: 0;
}
.jbyj .jbyjItem .contentList .listItem .listItemChild img{
  width: 100%;
}
.jbyj .jbyjItem .contentList .listItem .listItemChild p{
  width: 100%;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  margin-top: 2px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 控制显示的行数 */
  overflow: hidden;
  text-overflow: ellipsis;
}
.jbyj .jbyjItem .contentList .listItem .listItemChild p:last-child{
  min-height: 48px;
}
.jbyj .jbyjItem .contentList .listItem .listItemChild .name{
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 28px;
  margin-top: 8px;
}

.jbyj .pageTurning{
  width: 100%;
  display: flex;
  font-size: 18px;
  color: #999999;
  line-height: 24px;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
}

.jbyj .pageTurning img{
  width: 24px;
}

.jbyj .pageTurning span{
  width: 64px;
  text-align: center;
}


/* 数据报告 */
.layout .dataReport{
  background: #222222;
  padding: 80px 0px 48px;
  box-sizing: border-box;
  margin-top: 62px;
}
.layout .dataReport .dataReportContent{ 
  display: block;
  overflow: hidden;
}
.layoutMain .titleImg{
 width: 320px;
 margin: 0 auto;
 position: relative;
 left: -70px
}
.layout .dataReport .dataReportContent .titleImg{
  float: left;
  margin-right: 100px;
  left:0px;
  margin: 26px 100px 0px 0px;
}
.layout .dataReport .dataReportContent .dataReportList{
  width: 780px;
  float: left;
  display: flex;
  flex-wrap: wrap;
}
.layout .dataReport .dataReportContent .dataReportList .dataReportListItem{
  width: 360px;
  margin-right: 60px;
}
.layout .dataReport .dataReportContent .dataReportList .dataReportListItem a{
  font-size: 18px;
  color: #FFFFFF;
  line-height: 24px;
}
.layout .dataReport .dataReportContent .dataReportList .dataReportListItem a:hover{
  color: #42CDA5;
}
.layout .dataReport .dataReportContent .dataReportList .dataReportListItem:nth-child(2n) {
  margin-right: 0px;
}

.layout .dataReport .dataReportContent .dataReportList .dataReportListItem img{
  width: 100%;
  height: 180px;
}
.layout .dataReport .dataReportContent .dataReportList .dataReportListItem p{
  margin: 12px 0 32px;
  text-align: center;
}

  .layout .banner .bannerButton {
    width: 472px;
    white-space: nowrap;
    margin-left: auto;
    margin-right: auto;
    margin-top: -36px;
  }

  .layout .banner .bannerButton a {
    display: contents;
    font-size: 0;
  }

  .layout .banner .bannerButton img {
    float: left;
    margin-left: 24px;
  }

  .layout .banner .bannerButton button {
    height: 72px;
    width: 220px;
    border: 0;
    border-radius: 8px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    cursor: pointer;
  }

  .layout .banner .bannerButton button:active {
    transform: scale(0.99);
  }

  .layout .banner .bannerButton button span {
    margin-top: 8px;
    display: block;
    font-size: 16px;
    line-height: 21px;
  }

  .layout .banner .bannerButton .bannerButton1 {
    margin-right: 32px;
    background-color: #42CDA5;
    color: white;
  }

  .layout .banner .bannerButton .bannerButton2 {
    background-color: #E46B20;
    color: white;
  }

  .layout .describe1 {
    margin-top: 120px;
    margin-bottom: 72px;
  }

  .layout .describe1 h1 {
    font-size: 24px;
    color: #222222;
    line-height: 28px;
    margin-bottom: 20px;
    font-weight: normal;
  }

  .layout .describe1 p {
    width: 800px;
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    opacity: 0.8;
  }

  .layout .attention {
    padding-top: 47px;
    background-color: #F5F5F5;
    margin: 0 auto;
    max-width: 1920px;
  }

  .layout .attention::after {
    clear: both;
    display: block;
    content: '';
  }

  .layout .attention h1 {
    font-size: 24px;
    line-height: 32px;
    color: #222222;
    margin-bottom: 20px;
  }

  .layout .attention h1 span {
    color: #42CDA5;
  }

  .layout .attention p {
    float: left;
    margin-right: 200px;
    font-size: 18px;
    color: #333333;
    line-height: 32px;
  }

  .layout .attention .imgIntroduce {
    z-index: 999;
    margin-top: -347px;
    margin-left: 1060px;
  }

  .layout .advantages {
    max-width: 1920px;
    padding-top: 56px;
    padding-bottom: 64px;
    overflow: hidden;
    background-color: #F5F5F5;
    margin: 0 auto;
  }

  .layout .advantages .miniLunbo {
    height: 180px;
  }

  .layout .advantages .miniLunbo .lunboItem {
    box-sizing: border-box;
    width: 200px;
    height: 180px;
  }

  .layout .advantages .miniLunbo .lunboItem .itemCircle span {
    display: block;
    font-size: 40px;
    color: #42CDA5;
    text-align: center;
    margin-top: 40px;
    font-weight: bold;
    line-height: 53px;
  }

  .layout .advantages .miniLunbo .lunboItem span {
    display: block;
    text-align: center;
    margin-top: 24px;
    line-height: 21px;
    font-size: 16px;
    color: #333333;
  }

  .layout .jiaBin {
    box-sizing: border-box;
    padding-top: 64px;
    padding-bottom: 76px;
    width: 100%;
    height: 621px;
    color: white;
    background: url(../images/bg_guest.png?v=1) center no-repeat;
  }

  .layout .jiaBin .titleBlock {
    color: white;
  }

  .layout .titleBlock {
    margin: 0 auto;
    text-align: center;
    color: black;
    background: url(../images/bg_title.png) center no-repeat;
    height: 148px;
  }

  .layout .titleBlock h1 {
    font-size: 28px;
    line-height: 37px;
    font-weight: normal;
    letter-spacing: 2px;
    padding-top: 44px;
  }

  .layout .titleBlock p {
    margin-top: 4px;
    font-size: 13px;
    line-height: 17px;
    opacity: 60%;
  }

  .layout .jiaBin .contentBlock {
    margin-top: 56px;
  }

  .layout .jiaBin .contentBlock table {
    width: 1200px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    margin: 0 auto;
    display: block;
    border-collapse: collapse;
  }

  .layout .jiaBin .contentBlock table tbody tr td {
    box-sizing: border-box;
    width: 400px;
    height: 64px;
    border-top: 0;
    border-right: 1px dashed rgba(238, 238, 238, 0.4);
    border-bottom: 1px dashed rgba(238, 238, 238, 0.4);
    border-left: 0;
    font-size: 16px;
    font-family: 'MicrosoftYaHei';
  }

  .layout .jiaBin .contentBlock table tbody tr .lastCol {
    border-right: 0;
  }

  .layout .jiaBin .contentBlock table tbody .lastrow td {
    border-bottom: 0;
  }

  .layout .whyJoin {
    padding-top: 64px;
  }

  .layout .whyJoin .contentBlock {
    width: 1200px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 56px;
  }

  .layout .whyJoin .contentBlock .content {
    display: flex;
    justify-content: space-between;
  }

  .layout .whyJoin .contentBlock .content li {
    display: block;
    height: auto;
    width: 372px;
  }

  .layout .whyJoin .contentBlock .content li img {
    width: 100%;
    height: auto;
  }

  .layout .whyJoin .contentBlock .content li div {
    background-color: #F5F5F5;
    width: 308px;
    height: 180px;
    padding: 32px 32px 28px 32px;
  }

  .layout .whyJoin .contentBlock .content li div div {
    font-weight: normal;
    color: #496931;
    font-size: 15px;
    height: 28px;
    font-weight: bold;
    width: 120px;
    padding: 0 0;
    margin-bottom: 10px;
  }

  .layout .whyJoin .contentBlock .content li div p {
    color: #333333;
    margin: 0 auto;
    /* 文字居中 */
    font-size: 14px;
    line-height: 28px;
  }


  .layout .whyJoin .contentBlock .content li:nth-child(2) {
    flex-direction: row-reverse;
  }

  .layout .lvSuShow {
    margin-top: 96px;
  }

  .layout .lvSuShow .contentBlock {
    width: 1200px;
    margin: 48px auto 0;
    color: #333333;
  }

  .layout .lvSuShow .contentBlock::after {
    clear: both;
    display: block;
    content: '';
  }

  .layout .lvSuShow .contentBlock .itemSmall {
    width: 100%;
  }

  .layout .lvSuShow .contentBlock .itemSmall .item {
    margin-right: 24px;
    margin-bottom: 24px;
    width: 576px;
    float: left;
    border-radius: 8px;
    overflow: hidden;
  }

  .layout .lvSuShow .contentBlock .itemSmall .item .itemTop {
    width: 100%;
    height: 384px;
    position: relative;
    overflow: hidden;
  }

  .layout .lvSuShow .contentBlock .itemSmall .item .itemTop:hover .content {
    top: 0;
    transition-duration: 0.3s;
  }

  .layout .lvSuShow .contentBlock .itemSmall .item .content {
    box-sizing: border-box;
    position: absolute;
    padding: 16px 24px;
    top: 384px;
    width: 576px;
    height: 384px;
    background:rgba(255,255,255,0.8);
    text-align: justify;
    transition-duration: 0.3s;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .layout .lvSuShow .contentBlock .itemSmall .item .content img{
    width: 251px;
    height: 167px;
    margin-top: 16px;
    border-radius: 4px;
    overflow: hidden;
  }
  .layout .lvSuShow .contentBlock .itemSmall .item .content img:nth-child(1),
  .layout .lvSuShow .contentBlock .itemSmall .item .content img:nth-child(2) {
    margin-top: 0px;
  }

  .layout .lvSuShow .contentBlock .itemSmall .item .itemImg1 {
    background-image: url(../images/pic1_show_2.png);
    background-size: cover;
  }

  .layout .lvSuShow .contentBlock .itemSmall .item .itemImg2 {
    background-image: url(../images/pic2_show_2.png);
    background-size: cover;
  }

  .layout .lvSuShow .contentBlock .itemSmall .item .itemImg3 {
    background-image: url(../images/pic3_show_2.png);
    background-size: cover;
  }

  .layout .lvSuShow .contentBlock .itemSmall .item .itemImg4 {
    background-image: url(../images/pic4_show_2.png);
    background-size: cover;
  }

  .layout .lvSuShow .contentBlock .itemSmall .item .itemText {
    background-color: #F5F5F5;
    overflow: hiddsen;
    height: 124px;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    padding: 20px 24px;
    box-sizing: border-box;
  }
  .layout .lvSuShow .contentBlock .itemSmall .item .itemText .desc{
    font-weight: normal;
    font-size: 14px;
    color: #888888;
    line-height: 22px;
    margin-top: 12px;
  }

  .layout .lvSuShow .contentBlock .itemBig {
    width: 384px;
    height: 632px;
    float: left;
    overflow: hidden;
  }

  .layout .lvSuShow .contentBlock .itemBig .item {
    width: 384px;
  }

  .layout .lvSuShow .contentBlock .itemBig .item .itemImg {
    overflow: hidden;
    position: relative;
    width: 384px;
    height: 584px;
  }

  .layout .lvSuShow .contentBlock .itemBig .item .itemImg:hover .content {
    top: 0;
    transition-duration: 0.3s;
  }

  .layout .lvSuShow .contentBlock .itemBig .item .itemImg .content {
    display: flex;
    position: absolute;
    top: 600px;
    box-sizing: border-box;
    width: 384px;
    height: 584px;
    background-color: #F5F5F5;
    opacity: 0.9;
    padding: 86px auto;
    flex-direction: column;
    transition-duration: 0.3s;
  }

  .layout .lvSuShow .contentBlock .itemBig .item .itemImg .content ul {
    display: flex;
    height: auto;
    flex-direction: row; /* 改为横向排列 */
    flex-wrap: wrap; /* 允许换行 */
    justify-content: center;
    margin-top: 12px;
  }

  .layout .lvSuShow .contentBlock .itemBig .item .itemImg .content ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 98px; /* 每个 li 占据 45% 的宽度以保证四宫格 */
    margin: 120px 36px 0 36px;
  }

  .layout .lvSuShow .contentBlock .itemBig .item .itemImg .content ul li p {
    margin-top: 8px;
    font-size: 14px;
    line-height: 28px;
  }

  .layout .lvSuShow .contentBlock .itemBig .item .itemImg .content img {
    margin: 0 auto;
  }

  .layout .lvSuShow .contentBlock .itemBig .item .itemText {
    background-color: #F5F5F5;
    overflow: hidden;
    height: 48px;
    font-size: 18px;
    color: #496931;
    line-height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .layout .lvSuFengHui {
    margin-top: 80px;
  }

  .layout .lvSuFengHui .contentBlock {
    width: 1200px;
    height: 440px;
    display: flex;
    margin-top: 48px;
    border-radius: 8px;
    overflow: hidden;
  }

  .layout .lvSuFengHui .left {
    width: 880px;
    height: 440px;
    background-size: cover;
    background-position: center;
  }

  .layout .lvSuFengHui .right {
    width: 100%;
  }

  .layout .lvSuFengHui .small-block {
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .layout .lvSuFengHui .small-block a{
    color: white;
    font-size: 18px;
    text-align: center;
    margin-left: 16px;
    margin-right: 16px;
    line-height: 110px;
    transition: color 0.3s;
    text-align: center;
  }
  .layout .lvSuFengHui .small-block.selected a{
    color: #42CDA5;
  }
  .layout .lvSuNight {
    margin-top: 88px;
  }
  .layout .lvSuNight .contentBlock {
    margin-top: 56px;
  }

  .layout .lvSuFengHuitentBlock {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    color: #333333;
  }

  .layout .lvSuNight .contentBlock::after {
    clear: both;
    display: block;
    content: '';
  }

  .layout .lvSuNight .contentBlock .textList {
    box-sizing: border-box;
    padding: 24px;
    float: left;
    width: 300px;
    height: 400px;
    background-color: #F5F5F5;
  }

  .layout .lvSuNight .contentBlock .textList img {
    display: block;
    float: none;
  }

  .layout .lvSuNight .contentBlock .textList div {
    padding: 16px;
  }

  .layout .lvSuNight .contentBlock .textList div p {
    text-align: left;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 16px;
  }

  .layout .lvSuNight .contentBlock img {
    float: left;
  }

  .layout .DingZhiBiMenHui {
    margin-top: 88px;
  }

  .layout .DingZhiBiMenHui .contentBlock {
    overflow: hidden;
    width: 1200px;
    margin: 56px auto;
  }

  .layout .DingZhiBiMenHui .contentBlock .wrap {
    width: 1220px;
    overflow: hidden;
  }

  .layout .DingZhiBiMenHui .contentBlock .wrap .item {
    position: relative;
    margin-right: 24px;
    margin-bottom: 24px;
    float: left;
  }
  .layout .DingZhiBiMenHui .contentBlock .wrap .item .text{
    font-size: 14px;
    line-height: 24px;
    margin-top: 8px;
    color: #333333;
  }
  .layout .DingZhiBiMenHui .contentBlock .wrap .bigitem p{
    backdrop-filter: blur(10px);
  }
  .layout .DingZhiBiMenHui .contentBlock .wrap .item:nth-child(2){
    margin-right: 0;
  }
  .layout .DingZhiBiMenHui .contentBlock .wrap .item:nth-child(6){
    margin-right: 0;
  }
  .layout .DingZhiBiMenHui .contentBlock .wrap .item:nth-child(10){
    margin-right: 0;
  }
  .layout .DingZhiBiMenHui .contentBlock .wrap .item p {
    position: absolute;
    bottom: 40px;
    width: 147px;
    height: 64px;
    line-height: 32px;
    font-size: 24px;
    text-align: left;
    background-color: rgba(228,107,32,0.6);
    color: white;
    display: flex;
    flex-direction: column;
    padding: 16px 41px 16px 32px;
  }
  .layout .DingZhiBiMenHui .contentBlock .wrap .item .right {
    text-align: end;
  }


  .layout .LvSuZhiYe {
    margin-top: 64px;
  }

  .layout .LvSuZhiYe .contentBlock {
    overflow: hidden;
    width: 1200px;
    margin: 56px auto;
  }

  .layout .LvSuZhiYe .contentBlock .wrap {
    width: 1200px;
    overflow: hidden;
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
  }

  .layout .LvSuZhiYe .contentBlock .wrap div {
    display: inline-block;
    width: 208px;
    height: 128px;
    background: #F5F5F5;
    vertical-align: top;
    padding: 64px 88px;
  }

  .layout .LvSuZhiYe .contentBlock .wrap div p {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 32px;
    text-align: center;
  }

  .layout .LvSuZhiYe .contentBlock .wrap img {
    display: inline-block;
    width: 792px;
    height: 256px;
    background: #F5F5F5;

  }

  .layout .news {
    margin: 72px auto 0px;
  }

  .layout .news .titleBlock {
    margin: 0 auto;
    text-align: center;
    color: #333333;
    margin-bottom: 56px;
  }

  .layout .news .titleBlock h1 {
    font-size: 30px;
    line-height: 40px;
    font-weight: normal;
    letter-spacing: 2px;
    padding-top: 52px;
  }

  .layout .news .titleBlock .bar {
    width: 80px;
    height: 4px;
    background: #222222;
    border-radius: 4px;
    margin: 0 auto;
    margin-top: 20px;
  }
  .layout .news .contentBlock{
    margin: 48px auto 0px;
  }
  .layout .news .contentBlock .content{
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    line-height: 26px;
    color: #333333;
  }
  .layout .news .contentBlock .content p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .layout .news .contentBlock .content li{
    width: 384px;
  }
  .layout .news .contentBlock .content li img{

    margin-bottom: 16px;
  }

  .layout .news .contentBlock #playBox1 {
    margin: 0 auto;
    width: 1328px;
    display: flex;
    justify-content: space-between;
    align-content: center;
    flex-wrap: nowrap;
    align-items: center;
  }

  .layout .news .contentBlock #playBox1 button {
    font-family: 'Consolas';
    width: 40px;
    height: 40px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
  }

  .layout .news .contentBlock #playBox1 button:active {
    transform: scale(0.95);
  }

  .layout .news .contentBlock #playBox1 .left {
    background-image: url(../images/btn_left.png);
    background-size: cover;
  }

  .layout .news .contentBlock #playBox1 .left:hover {
    background-image: url(../images/btn_left_across.png);
    background-size: cover;
  }

  .layout .news .contentBlock #playBox1 .itemList {
    width: 1200px;
    height: 326px;
    position: relative;
    overflow: hidden;
  }

  .layout .news .contentBlock #playBox1 .itemList ul {
    position: absolute;
    left: 0px;
    width: 8160px;
    transition-duration: 0.3s;
  }

  .layout .news .contentBlock #playBox1 .itemList ul li {
    float: left;
    box-sizing: border-box;
    width: 384px;
    height: 326px;
    margin-right: 24px;
  }

  .layout .news .contentBlock #playBox1 .itemList ul li:active {
    transform: scale(0.99);
  }

  .layout .news .contentBlock #playBox1 .itemList ul li h2 {
    font-size: 18px;
    line-height: 26px;
    color: #333333;
    margin-top: 16px;
    margin-bottom: 8px;
  }

  .layout .news .contentBlock #playBox1 .itemList ul li p {
    font-size: 14px;
    line-height: 22px;
    color: #888888;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /*鎺у埗鍦�2琛�,婧㈠嚭鏃舵樉绀虹渷鐣ュ彿*/
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .layout .news .contentBlock #playBox1 .right {
    background-image: url(../images/btn_right.png);
    background-size: cover;
  }

  .layout .news .contentBlock #playBox1 .right:hover {
    background-image: url(../images/btn_right_across.png);
    
  }

  .layout .news .swiperBox img{
    width: 100%;
    height: 255px;
  }

  .layout .cooperators {
    padding: 80px 0px 32px;
    background-color: #F5F5F5;
  }

  .layout .cooperators .titleBlock {
    margin: 0 auto;
    text-align: center;
    color: #333333;
    margin-bottom: 56px;
  }

  .layout .cooperators .titleBlock h1 {
    font-size: 30px;
    line-height: 40px;
    font-weight: normal;
    letter-spacing: 2px;
    padding: 53px;
  }

  .layout .cooperators .titleBlock .bar {
    width: 80px;
    height: 4px;
    background: #222222;
    border-radius: 4px;
    margin: 0 auto;
    margin-top: 20px;
  }

  .layout .cooperators .contentBlock {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
  }

  .layout .cooperators .contentBlock .wrap {
    width: 1215px;
    overflow: hidden;
  }

  .layout .cooperators .contentBlock .wrap dl {
    display: block;
  }

  .layout .cooperators .contentBlock .wrap dl::after {
    clear: both;
    display: block;
    content: '';
  }

  .layout .cooperators .contentBlock .wrap dl dt {
    width: 110px;
    float: left;
    font-size: 20px;
    color: #222222;
    margin-right: 25px;
    line-height: 40px;
  }

  .layout .cooperators .contentBlock .wrap dl .fivedt {
    margin-right: 35px;
  }

  .layout .cooperators .contentBlock .wrap dl dd {
    box-sizing: border-box;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #484848;
    width: 201px;
    height: 40px;
    /* background: #FFFFFF; */
    border: 1px solid #EEEEEE;
    text-align: center;
    line-height: 40px;
  }

  .layout .cooperators .contentBlock .wrap .dl1 dt {
    margin-bottom: 48px;
  }
  .layout .cooperators .contentBlock .wrap .dl2 dt{
    margin-bottom: 103px;
  }

  .layout .cooperators .contentBlock .wrap .dl3 dt,  .layout .cooperators .contentBlock .wrap .dl4 dt {
    margin-bottom: 384px;
  }

  .footer {
    padding: 16px 0;
    border-top: 1px solid #DDDDDD;
    background: #F5F5F5;
}

.footer .link-me {
  text-align: center;
  font-size: 0;
}

.footer .link-me a,
.footer .lxhz {
  font-size: 14px;
  color: #888888;
  line-height: 19px;
  text-align: center;
  display: inline;
}

.footer .link-me a {
  text-decoration: none;
}

.footer .link-me>a::after {
  content: "|";
  margin: 0 10px;
}

.footer .link-me>a:last-child:after {
  display: none;
}

.footer .lxhz>span {
  margin: 0 6px;
}


  .aa {
    font-family: 'Consolas';
    width: 40px;
    height: 40px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
  }

  .aa:hover {
    background-color: #42CDA5;
  }

  .left1 {
    background-image: url(../images/btn_left_white.png);
    background-size: cover;
    position: absolute;
    top: 34%;
    left: 0px;
    background-color: #b3b3b3;
  }

  .right1 {
    background-image: url(../images/btn_right_white.png);
    background-size: cover;
    position: absolute;
    top: 34%;
    right: 0px;
    background-color: #b3b3b3;
  }

  .mySwiper1 h2 {
    font-size: 18px;
    line-height: 26px;
    color: #333333;
    margin-top: 16px;
    margin-bottom: 8px;
  }

  .guest2 {
    display: none !important;
  }

  .guest1 {
    display: inline-block;
  }
  .box{
    display: flex;
    justify-content: space-between;
    margin-top: -316px;
    height: 316px;
  }
  .box li{
    width: 372px;
    display: flex;
    justify-content: end;
  }
  .highlight-box{
    width: 60px;
    height: 128px;
    background-color: rgba(228,107,32,0.6);
    writing-mode: vertical-rl;
    font-size: 20px;
    color: white;
    text-align: center;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 32px;
    backdrop-filter: blur(10px);
  }
  .highlight-box p{
    letter-spacing: 2px;
  }
  .award{
    width: 1200px;
    height: 600px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
  .award .tixi.text1{
    background-color: #F5F5F5;
    color: #333333;
  }
  .award .tixi.text2{
    grid-row: span 2;
    background-color: #42CDA5;
    color: #333333;
  }
  .img1{
    float: right!important;
    margin-top: 40px;
  }
  .img2{
    float: right!important;
    margin-right: 40px;
  }
  .ltext{
    overflow: hidden;
    margin: 16px 0 0 32px;
    font-size: 0;
  }
  .ltext li{
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #BBBBBB;
    margin-right: 12px;
    display: inline-block;
    padding: 2px 8px;
    line-height: 19px;
    margin-bottom: 12px;
  }
  .title1{
    margin-left: 32px;
    font-size: 14px;
    line-height: 28px;
    font-weight: bold;
  }
  .ltext1{
    margin: 8px 48px 0 32px;
    font-size: 14px;
    line-height: 28px;
  }
  .small-block{
    background-color: rgba(0, 0, 0, 0.8);
     background-blend-mode: overlay;
  }
}
