@media screen and (min-width: 1300px) {
  .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 .headerLogo img{
      width: 112px;
    }

  .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: #88BD42;
  }

  .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 28px 0;
    line-height: 72px;
  }

  .layout .header .navList ul li a.on,
  .layout .header .navList ul li a:active {
    color: #88BD42 !important;
  }

  .layout .banner {
    width: 100%;
    height: 636px;
    margin-top: 72px;
    overflow: hidden;
  }

  .layout .banner .bannerImg {
    margin: 0 auto;
    width: 100%;
    height: 600px;
    background: url(../images/banner@2x_2.jpg) center no-repeat;
    background-size: cover;
  }

  .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 {
    width: 36px;
    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: #88BD42;
    color: white;
  }

  .layout .banner .bannerButton .bannerButton2 {
    background-color: #E46B20;
    color: white;
  }

  .layout .describe1 {
    margin-top: 80px;
    margin-bottom: 72px;
  }

  .layout .describe1 h1 {
    font-size: 24px;
    color: #222222;
    line-height: 28px;
    margin-bottom: 20px;
    font-weight: normal;
  }

  .layout .describe1 p {
    width: 820px;
    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; */
    padding-bottom: 41px;
  }

  .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: #88BD42;
  }

  .layout .attention p {
    float: left;
    margin-right: 200px;
    font-size: 18px;
    color: #333333;
    line-height: 32px;
  }

  .layout .attention .imgIntroduce {
    width: 150px;
    z-index: 999;
    /* margin-top: -347px; */
    margin-left: 1060px;
    position: absolute;
    bottom: 0px;
  }

  .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: #88BD42;
    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: 623px;
    color: white;
    background: url(../images/bg_guest.png) center no-repeat;
    background-size: cover;
  }

  .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;
    background-size: contain;
  }

  .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 .describe1 p.time{
    font-weight: bold;
    font-size: 18px;
    color: #88BD42;
    line-height: 28px;
    margin-top: 12px;
   }

  .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: 88px;
  }

  .layout .lvSuShow .contentBlock {
    width: 1200px;
    margin: 56px auto 0;
    color: #333333;
  }

  .layout .lvSuShow .contentBlock::after {
    clear: both;
    display: block;
    content: '';
  }

  .layout .lvSuShow .contentBlock .itemSmall {
    width: 816px;
    height: 632px;
    float: left;
  }

  .layout .lvSuShow .contentBlock .itemSmall .item {
    margin-right: 24px;
    margin-bottom: 24px;
    width: 384px;
    float: left;
  }

  .layout .lvSuShow .contentBlock .itemSmall .item .itemTop {
    width: 384px;
    height: 256px;
    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: 24px;
    top: 256px;
    width: 384px;
    height: 256px;
    background-color: #F5F5F5;
    opacity: 0.9;
    text-align: justify;
    transition-duration: 0.3s;
  }

  .layout .lvSuShow .contentBlock .itemSmall .item .content h2 {
    font-size: 14px;
    line-height: 28px;
    text-align: justify;
    font-weight: bold;
    margin-bottom: 15px;
  }

  .layout .lvSuShow .contentBlock .itemSmall .item .content p {
    font-size: 14px;
    line-height: 28px;
  }

  .layout .lvSuShow .contentBlock .itemSmall .item .itemImg1 {
    background-image: url(../images/pic1_show.png);
    background-size: cover;
  }

  .layout .lvSuShow .contentBlock .itemSmall .item .itemImg2 {
    background-image: url(../images/pic2_show.png);
    background-size: cover;
  }

 .layout .lvSuShow .contentBlock .itemSmall .item .itemImg3 {
    background-image: url(../images/pic3_show@2x.png);
    background-size: cover;
  }

  .layout .lvSuShow .contentBlock .itemSmall .item .itemImg4 {
    background-image: url(../images/pic4_show@2x.png);
     background-size: cover;
  }

  .layout .lvSuShow .contentBlock .itemSmall .item .itemText {
    background-color: #F5F5F5;
    overflow: hiddsen;
    height: 48px;
    font-size: 18px;
    color: #496931;
    line-height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .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;
    background-image: url(../images/pic5_show.png);
    background-size: cover;
  }

  .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: 88px;
  }

  .layout .lvSuFengHui .contentBlock {
    width: 1200px;
    height: 325px;
    display: flex;
    margin-top: 56px;
  }

  .layout .lvSuFengHui .left {
    width: 750px;
    height: 325px;
    background-size: cover;
    background-position: center;
  }

  .layout .lvSuFengHui .right {
    width: 450px;
    height: 325px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(5, 1fr);
  }

  .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: 13px;
    text-align: center;
    margin-left: 16px;
    margin-right: 16px;
    line-height: 20px;
    transition: color 0.3s;
  }
  .layout .lvSuFengHui .small-block.selected a{
    color: #88BD42;
  }
  .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 img{
    width: 588px!important
  }
  .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 .DingZhiBiMenHui .contentBlock .wrap .item img{
    width: 282px;
  }


  .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-top: 72px;
    padding-top:64px;
    background-color: #F5F5F5;
  }

  .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: 0 auto;
  }
  .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 .swiperBox img{
    width: 384px;
   }

  .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);
    background-size: cover;
  }

  .layout .cooperators {
    padding-top: 88px;
    background-color: #F5F5F5;
    padding-bottom: 72px;
  }

  .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 {
    float: left;
    font-size: 20px;
    color: #222222;
    margin-right: 55px;
    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 {
    margin-bottom: 455px;
  }

  .layout .cooperators .contentBlock .wrap .dl4 dt {
    margin-bottom: 16px;
  }

  .layout footer {
    box-sizing: border-box;
    height: 426px;
    padding: 48px 0 28px 0;
    background-color: #222222;
    color: white;
  }

  .layout footer h1 {
    font-size: 18px;
    margin-bottom: 24px;
  }

  .layout footer .fastHref {
    float: left;
    width: 368px;
    margin-right: 88px;
  }

  .layout footer .fastHref ul li {
    float: left;
    text-align: center;
    line-height: 48px;
    font-size: 14px;
    width: 160px;
    height: 48px;
    background-color: #333333;
    margin-right: 24px;
    margin-bottom: 24px;
    border-radius: 8px;
  }

  .layout footer .fastHref ul li a {
    color: #BBBBBB;
  }

  .layout footer .mediaMatrix {
    float: left;
    width: 744px;
    overflow: hidden;
  }

  .layout footer .mediaMatrix ul {
    width: 768px;
  }

  .layout footer .mediaMatrix ul li {
    float: left;
    text-align: center;
    font-size: 14px;
    width: 104px;
    height: 131px;
    color: #BBBBBB;
    margin-right: 24px;
    margin-bottom: 24px;
  }

  .layout footer .mediaMatrix ul li p {
    padding-top: 8px;
  }

  .layout footer .mediaMatrix ul li img{
    width: 104px;
  }

  .aa {
    font-family: 'Consolas';
    width: 40px;
    height: 40px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
  }

  .aa:hover {
    background-color: #88BD42;
  }

  .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{
    background-size: cover;
  }
  .award .tixi.text1{
    background-color: #F5F5F5;
    color: #333333;
  }
  .award .tixi.text2{
    grid-row: span 2;
    background-color: #88BD42;
    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 0px 0 32px;
    font-size: 14px;
    line-height: 28px;
  }
  .small-block{
    background-color: rgba(0, 0, 0, 0.8);
     background-blend-mode: overlay;
  }
}
