.qywx {
  display: none;
}
#pic {
  display: none;
}
.row-padding {
  margin-left: -10px;
  margin-right: -10px;
}

.row-padding2 {
  margin-left: -8px;
  margin-right: -8px;
}

.row-padding>.col-xs-12 {
  padding-left: 10px;
  padding-right: 10px;
}

.ability-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 150px;
}

.ability-box>img {
  width: 25%;
  margin-bottom: 100px;
}

.ability-box .ability-items {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0 30px;
}

.ability-box .ability-items .ability-item {
  width: 38%;
  margin-bottom: 30px;
  padding: 0 20px;
}

.ability-item .title {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}

.ability-item .desc {
  font-size: 12px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.6);
  height: 66px;
  word-break: break-all;
  text-overflow: ellipsis;
  /* overflow: hidden; */
  /* display: -webkit-box !important; */
  /* -webkit-line-clamp: 3; */
  /* -webkit-box-orient: vertical; */
}

.ability-item-left {
  text-align: right;
  float: left;
}

.ability-item-right {
  text-align: left;
  float: right;
}

.ability-item-bottom {
  text-align: center;
  width: 40%;
  position: absolute;
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
}

.marginleft {
  margin-left: -20px;
}

.marginright {
  margin-right: -20px;
}

.activity-theme {
  width: 100%;
}

.activity-slogan {
  text-transform: uppercase;
  position: absolute;
  left: 15px;
  bottom: 20px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.24);
  letter-spacing: 4px;
}

.activity-theme-t3 {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  transform: scale(0.9);
  transform-origin: 0px 0px;
  color: rgba(255, 255, 255, 0.48);
}

.activity-theme-t4 {
  margin-top: 64px;
  font-size: 14px;
  color: #fff;
}
.activity-theme-t5 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 24px;
  color: #fff;
}

.agenda-line {
  position: absolute;
  display: block;
  top: -4px;
  left: 90px;
  width: 1px;
  height: 88%;
  background-color: rgba(255, 255, 255, 0.32);
}


.meettitleinfo-city-t3>a {
  width: 156px;
  min-height: 1px;
  overflow: hidden;
  display: inline-block;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  /* border: 1px solid rgba(255, 255, 255, .24); */
  border: 1px solid rgba(255, 255, 255, .24);
  -moz-border-radius: 300px;
  -webkit-border-radius: 300px;
  border-radius: 300px;
}

.meettitleinfo-city-t3>a:hover {
  background: #00319c;
  color: #fff;
}
.meettitleinfo-city-t3 .review-btn {
  display: inline-block;
  margin-left: 8px;
}
.agenda li .matter>p {
  margin-top: 0px;
  margin-bottom: 0px;
  display: block;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 6px;
}

.agenda li .matter>img {
  height: 24px;
  margin-top: -6px;
}


.agenda li .matter>span {
  display: block;
  font-size: 10px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.6);
}

.agenda li .matter>ul {
  padding: 0px;
  padding-left: 15px;
  margin-bottom: 10px;
}

.agenda li .matter>ul li {
  list-style: disc;
  font-size: 10px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.64);
}

.agenda li .matter>ul li span {
  display: inline-block;
  white-space: nowrap;
}

.agenda li .matter>ul li span i {
  font-style: normal;
  color: #fff;
}
.agenda .map {
  display: none;
  position: absolute;
  right: 0;
  top: 36px;
  width: 46%;
}



/* 倒计时 */

.activity-timer {
  width: 100%;
  position: absolute;
  bottom: 108px;
  left: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.activity-timer-box {
  margin-bottom: 16px;
  font-size: 12px;
  line-height: 36px;
  color: rgba(255, 255, 255, 0.8);
}

.activity-timer-box>span:first-of-type {
  color: #fff;
}

.activity-timer-box .timeSpan {
  display: inline-block;
  width: 36px;
  height: 36px;
  text-align: center;
  font-weight: 600;
  background-color: #142a5c;
  color: #f5ff71;
  font-size: 16px;
  line-height: 36px;
  border-radius: 4px;
  margin-right: 4px;
}

.products-item .subtitle {
  font-size: 10px;
  line-height: 14px;
  color: #f5ff71;
}

.colbox .products-item {
  position: relative;
  flex-direction: column;
  align-items: flex-start;
}

.colbox .products-item .title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 600;
}

.products-item {
  overflow: hidden;
  padding: 20px 18px 10px 18px;
  margin-bottom: 20px;
  /* border: 1px solid #06459a; */
  background-color: rgba(13, 104, 192, 0.25);
}


.products-item .text {
  float: right;
  width: 100%;
  margin-bottom: 10px;
}

.products-item .order {
  display: none;
}

.products-item .title {
  font-size: 13px;
}

.products-item .desc {
  width: 100%;
  font-size: 12px;
  line-height: 20px;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.64);
}

.products-item .desc .desc-item {
  font-size: 12px;
  line-height: 20px;
  position: relative;
  color:  rgba(255, 255, 255, 0.64);
}
.products-item .desc .desc-item.line1 {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.products-item .desc .desc-item.line2 {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.products-item .desc .desc-item.line3 {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.products-item .desc .desc-item::before {
  content: "";
  position: relative;
  top: -3px;
  display: inline-block;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.64);
  font-weight: 600;
  margin-right: 8px;
}
.products-item .desc2 {
  height: 100px;
  font-size: 12px;
  line-height: 20px;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.64);
}

.products-item .icon {
  width: 32px;
  height: 32px;
}

.products-item .logo {
  height: 48px;
  margin-top: 8px;
}

.products-item .logo>img {
  height: 100%;
}
.products-item1 {
  margin-top: -16px;
  padding: 20px 15px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.products-item1 .targetbox {
  display: flex;
  flex-direction: column;
}
.products-item1 .line { 
  flex-shrink: 0;
  width: 1px;
  height: 28px;
  background: #0238a2;
}
.products-item1 .targetbox .subtitle {
  color: #fff;
  font-size: 14px;
}
.products-item1 .targetbox .title {
  color: #f5ff71;
  font-size: 16px;
}

.colbox .products-item3 {
  flex-direction: row;  
}
.products-item3 .topicbox {
  width: 25%;
  padding: 24px 24px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.products-item3 .topicbox .btnbox {
  position: absolute;
  bottom: 24px;
}
.products-item3 .topicbox .btnbox a {
  font-size: 12px;
  line-height: 20px;
  border: none;
  background-color: rgba(255, 255, 255, 0.12);
}
.products-item3 .topicbox .btnbox a:hover {
  background-color: #285ccd;
}


.colbox .products-item4 {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
}
.products-item4 .icon {
  position: relative;
  right: 0px;
  bottom: 0px;
  margin-right: 10px;
}
.products-item4 .subtitle {
  line-height: 24px;
  font-weight: 600;
}
.colbox .products-item4 .title {
  font-weight: 400;
}
.products-item4 .desc {
  margin-top: 15px;
  padding: 12px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}
.colbox .products-item2 {
  gap: 6px;
}


.products-item2 .text {
  width: 100%;
  display: flex;
  align-items: baseline;
  margin-bottom: 0px;
}

.products-item2 .text .subtitle {
  font-size: 14px;
  display: inline-block;
  color: #fff;
}

.products-item2 .text .title {
  font-size: 16px;
  color: #f5ff71;
}

.products-item2 .desc {
  width: 100%;
  display: block;
  font-size: 12px;
  line-height: 18px;
  margin-top: 0px;
  color: rgba(255, 255, 255, 0.8);
}
.products-item2 .desc br{
  display: none;
}

.dialog-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}
.dialog-box .dialog-box-item:first-child {
  grid-area: 1 / 1 / 3 / 2;
  padding: 64px 30px;
  background-image: url(/market/yc/images/home_bg.jpg);
  background-position: center 32%;
  background-color: #000f2d;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.dialog-box .dialog-box-item:first-child .desc{
  color: #fff;
}

.dialog-box-item {
  padding: 36px 28px;
  background-color: rgba(13, 104, 192, 0.25);
  border-radius: 6px;
  font-size: 12px;
  line-height: 20px;
  color: rgba(255, 255, 255, 1);
}
.dialog-box-item .subtitle{
  font-size: 13px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.8);
}
.dialog-box-item .title{
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  color: #f5ff71;
}
.dialog-box-item .desc{
  margin-top: 8px;
  font-size: 12px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.64);
}

.dialog {
  width: 100%;
  padding: 24px 30px;
  margin-bottom: 100px;
  border-radius: 8px;
  background-color: rgba(13, 104, 192, 0.25);
}
.dialog .desc {
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 1);
}

@media (min-width: 992px) {
  .pagemain-subpage {
    margin-top: 116px;
  }

  .products-box {
    margin-bottom: 50px;
  }
  .products-box:last-child {
    margin-bottom: 0px;
  }
  .agenda li .matter>p {
    margin-top: -4px;
    color: #f5ff71;
  }
  .agenda li .matter>ul li {
    font-size: 12px;
    line-height: 20px;
  }
  /* .agenda li .matter>span br {
    display: none !important;
  } */

  .meettitleinfo-city-ewCode {
    display: none;
    margin-top: 16px;
    border: 1px solid #8092bb;
    border-radius: 6px;
    width: 72px;
    padding: 3px;
    background-color: #fff;
  }

  .meettitleinfo-city-t3 span {
    display: none;
  }

  .activity-theme {
    margin-top: -100px;
  }

  .meettitleinfo-city {
    width: 100%;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
  }

  .meettitleinfo-city .meettitleinfo-city-t1 {
    font-size: 18px;
    line-height: 24px;
  }

  .meettitleinfo-city .meettitleinfo-city-t4 {
    font-size: 16px;
    line-height: 24px;
  }

  .meettitleinfo-city .meettitleinfo-city-t2 {
    color: #f5ff71;
  }

  .meettitleinfo-city .meettitleinfo-city-t3 {
    margin-top: 28px;
  }

  .products-item {
    display: flex;
    overflow: hidden;
    padding: 15px 20px;
    border-radius: 6px;
    margin-bottom: 16px;
    /* border: 1px solid #06459a; */
  }
  .dialog-box {
    gap: 16px;
  }
  .dialog-box-item {
    padding: 32px 30px;
  }
  .products-item-last {
    background-color: rgba(2, 56, 162, 0.24);
  }

  .products-item .order {
    flex-shrink: 0;
    height: 32px;
    width: 32px;
    margin-right: 8px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #f5ff71;
    background: rgba(255, 255, 255, 0.08);
  }

  .products-item .icon img {
    width: 100%;
  }

  .products-item .subtitle {
    font-size: 14px;
    line-height: 18px;
  }
  .products-item .pic {
    height: 32px;
  }
  .products-item .pic img{
    height: 100%;
  }

  .products-item .title {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .products-item3 .topicbox {
    padding: 20px 24px 64px;
  }


  .agenda li .matter>span {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 12px;
  }
  .intro-box {
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 30px;
  }
  .intro-left {
    height: 100%;
    border-radius: 6px;
    overflow: hidden;
  }
  .intro-left img {
    height: 100%;
    object-fit: cover;
  }

  .intro-right {
    padding: 24px 24px;
    border-radius: 6px;
    background-color: rgba(13, 104, 192, 0.25);
  }
}

@media (min-width: 992px) and (max-width:1200px) {
  .agenda .map {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width:1369px) {
  .pagemain-subpage {
    margin-top: 120px;
  }

  .products-box {
    margin-bottom: 40px;
  }
  .dialog {
    margin-bottom: 100px;
  }

  .logobox a img {
    height: 32px;
  }

  .colbox {
    width: 25%;
    padding-left: 8px;
    padding-right: 8px;

  }

  .colbox2 {
    width: 25%;
  }
  .colbox3 {
    width: 100%;
  }

  .activity-theme {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
  }

  .custom-box {
    margin-bottom: 150px;
    position: relative;
    margin-top: -20px;
  }

  .custom-box .custom-items {
    margin-left: -15px;
    margin-right: -15px;
  }

  .custom-box .custom-item {
    width: calc(50% - 30px);
    float: left;
    padding: 20px 0;
    margin-left: 15px;
    margin-right: 15px;
    /* border-top: 1px solid rgba(20, 187, 64, 0.36); */
    border-bottom: 1px solid rgba(20, 187, 64, 0.36);
  }

  .custom-box .custom-item:nth-child(3) {
    margin-top: -1px;
  }

  .custom-box .custom-item:nth-child(4) {
    margin-top: -1px;
  }

  .subpage-titlebox {
    margin-bottom: 40px;
  }

  .products-titlebox {
    margin-bottom: 18px;
  }

  .subpage-titlebox .subpage-desc {
    font-size: 14px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.64);
  }

  .subpage-titlebox .subpage-title {
    font-size: 22px;
    line-height: 30px;
    color: #f5ff71;
    position: relative;
  }

  .subpage-titlebox .subpage-title::before {
    content: "";
    display: block;
    position: absolute;
    left: -12px;
    top: 8px;
    width: 6px;
    height: 6px;
    background-color: #f5ff71;
    display: none;
  }

  .subpage-titlebox .subpage-title::after {
    content: "";
    display: block;
    background-color: #f5ff71;
    height: 2px;
    width: 84px;
    margin-top: 4px;
  }

  .products-titlebox .products-t1 {
    font-size: 14px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.64);
  }

  .products-titlebox .products-t2 {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
  }

  .products-titlebox .products-t2::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 8px;
    margin-bottom: 3px;
  }


  /* home */
  .activity-theme {
    padding-left: 0px;
  }

  .activity-theme-t1 {
    font-size: 16px;
    letter-spacing: 0px;
    margin-bottom: 4px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.8);
  }

  .activity-theme-t2 {
    font-size: 40px;
    line-height: 44px;
    color: #f5ff71;
    font-weight: bold;
  }

  .activity-theme-t2>i {
    font-size: 40px;
    line-height: 44px;
    color: #f5ff71;
    font-weight: 700;
    position: relative;
  }

  .activity-theme-t2>i::after {
    content: '2023';
    position: absolute;
    display: block;
    right: -60px;
    top: 8px;
    background-color: #0e42b8;
    color: #f5ff71;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding: 0px 8px;
    border-radius: 0px 6px 6px 6px;
    display: none;
  }

  .activity-theme-t3 {
    transform: scale(0.65);
  }
  .activity-theme-t5 {
    margin-top: 0px;
    font-size: 14px;
  }

  .meettitleinfo-city-t3>span {
    display: block;
    margin-top: 6px;
    font-size: 8px;
    color: rgba(255, 255, 255, 0.48);
    display: none;
  }

  .meettitleinfo-city-t3>a {
    width: 120px;
    min-height: 1px;
    overflow: hidden;
    display: inline-block;
    font-size: 12px;
    line-height: 36px;
    text-align: center;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, .24);
    -moz-border-radius: 300px;
    -webkit-border-radius: 300px;
    border-radius: 300px;
  }
  


  .meettitleinfo-city-ewCode {
    display: none;
    margin-top: 16px;
    border: 1px solid #8092bb;
    border-radius: 6px;
    width: 72px;
    padding: 3px;
  }

  .row-padding {
    margin-right: -8px;
    margin-left: -8px;
  }

  /* 亮点 */
  .frame-box {
    margin-top: -10px;
    margin-bottom: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .frame-box-pc {
    background-color: #00319c;
    padding: 30px 40px;
    overflow: hidden;
    margin-bottom: 120px;
  }

  .frame-box-pc .leftbox {
    width: 33.33%;
    float: left;
    height: 260px;
    padding: 20px 0;
    display: flex;
    padding-right: 30px;
    flex-direction: column;
    justify-content: space-around;
  }

  .frame-box-pc .rightbox {
    width: 66.66%;
    float: left;
    overflow: hidden;
  }

  .frame-box-pc .rightbox img {
    height: 260px;
    float: right;
  }

  .frame-box-pc .leftbox .leftbox-title {
    font-size: 20px;
    line-height: 26px;
    color: #ffffff;
  }

  .frame-box-pc .leftbox .leftbox-desc {
    font-size: 12px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.6);
  }

  .frame-box-pc .leftbox .leftbox-tag {
    font-size: 12px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.4);
  }

  .frame-box img {
    width: 60%;
  }

  

  .custom-box .custom-items {
    overflow: hidden;
  }

  .custom-item .type {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #f5ff71;
  }

  .custom-item .number {
    display: block;
    font-size: 12px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.64);
  }

  .custom-item .list {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
  }

  .custom-item .listpc {
    margin-bottom: 28px;
  }

  .custom-item .list li {
    width: 25%;
    float: left;
    text-align: left;
    font-size: 12px;
    line-height: 28px;
    color: #ffffff;
    opacity: 0.8;
  }

  .custom-item-left {
    width: 24%;
    float: left;
    padding-left: 15px;
    padding-right: 6px;
  }

  .custom-item-right {
    width: 76%;
    float: left;
    padding-left: 6px;
    padding-right: 15px;
  }

  .custom-box .notes {
    position: absolute;
    left: 0;
    bottom: -30px;
    font-size: 12px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.5);
  }

  /* 大会安排 */
  .meeting-info {
    margin-top: -10px;
  }

  .meeting-title {
    font-size: 16px;
    line-height: 24px;
    color: #f5ff71;
    padding-bottom: 8px;
    margin-bottom: 12px;
    border-bottom: 1px solid #536759;
  }

  .agenda {
    padding: 0;
    margin: 0;
    position: relative;
    margin-bottom: 30px;
  }

  .agenda li {
    display: flex;
    line-height: 28px;
  }

  .agenda li .time {
    flex-shrink: 0;
    font-size: 12px;
    color: #7b86ab;
    width: 80px;
  }

  .agenda li .circle {
    flex-shrink: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin-top: 12px;
    margin-left: 8px;
    margin-right: 10px;
    background-color: #002577;
  }

  .agenda li .matter {
    font-size: 12px;
    color: #ffffff;
  }

  .agenda li .matter .matter-item .title {
    display: inline-block;
    font-size: 13px;
    color: #ffffff;
  }

  .agenda li .matter .matter-item .desc {
    display: inline-block;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.64);
  }


  .agenda li .matter .week {
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 0px;
    color: rgba(255, 255, 255, 0.8);
  }

  /* .otherinfo .empty{
    float: left;
    margin-top: 10px;
    margin-left: 8px;
    margin-right: 10px;
    width: 5px;
    border: 1px solid transparent;
  } */
  .code {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    left: 80px;
    top: 12px;
    width: 100px;
    border-radius: 8px;
    background-color: rgb(255, 255, 255, 0.12);
  }

  .code>img {
    display: block;
    border-radius: 6px;
    width: 80px;
    margin-top: 0px;
    padding: 0px;
    border: none;
  }

  .code-text {
    display: block;
    margin-top: 8px;
    font-size: 10px;
    color: rgba(255, 255, 255, 1);
  }

  /* 底部 */
  /* .companyInfo{
    padding: 0 15px;
  } */

  .companyInfo .logo {
    height: 42px;
    margin-bottom: 15px;
  }

  .companyInfo .logo>img {
    height: 100%;
  }

  .companyInfo .desc {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    line-height: 18px;
    margin-top: 16px;
    margin-bottom: 12px;
  }

  .companyInfo .desc2 {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    line-height: 18px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .companyInfo .intro {
    display: flex;
  }

  .companyInfo .intro .intro-item-center {
    padding: 0 15px;
    border-left: 1px solid rgba(255, 255, 255, 0.32);
    border-right: 1px solid rgba(255, 255, 255, 0.32);
  }

  .companyInfo .intro p {
    margin: 0;
  }

  .companyInfo .intro .intro-item {
    margin-right: 15px;
  }

  .companyInfo .intro .intro-item .t1 {
    font-size: 12px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.64);
  }

  .companyInfo .intro .intro-item .t2 {
    font-size: 13px;
    line-height: 22px;
    color: rgba(255, 255, 255, 1);
  }

  .companyInfo .intro .intro-item .t2>span {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.64);
  }


  .footerInfo {
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* margin-left: -15px;
    margin-right: -15px; */
    padding-bottom: 200px;
    background-size: 100% 100%;
  }

  .footerInfo .topic {
    font-size: 16px;
    line-height: 18px;
    color: #fff;
  }

  .footerInfo .welcome {
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
    color: #f5ff71;
    position: relative;
  }

  .footerInfo .welcome::after {
    content: "";
    position: absolute;
    left: 50%;
    display: block;
    height: 2px;
    width: 60px;
    margin-top: 4px;
    background-color: #f5ff71;
    transform: translateX(-50%);
  }

  .footerInfo>a {
    width: 160px;
    margin: 0 auto;
    min-height: 1px;
    overflow: hidden;
    display: block;
    font-size: 12px;
    line-height: 36px;
    text-align: center;
    color: #ffffff;
    border: 1px solid #ffffff;
    -moz-border-radius: 300px;
    -webkit-border-radius: 300px;
    margin-top: 30px;
    border-radius: 300px;
  }
}

@media (min-width: 1370px) {
  .colbox {
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .colbox2 {
    width: 25%;
  }
  .colbox3 {
    width: 100%;
  }

  .pagemain-subpage {
    margin-top: 140px;
  }
  
  .dialog-box {
    gap: 20px;
  }

  .custom-box {
    margin-bottom: 180px;
    position: relative;
  }

  .custom-box .custom-items {
    margin-left: -15px;
    margin-right: -15px;
  }

  .custom-box .custom-item {
    width: calc(50% - 30px);
    float: left;
    padding: 20px 0;
    margin-left: 15px;
    margin-right: 15px;
    /* border-top: 1px solid rgba(20, 187, 64, 0.36); */
    border-bottom: 1px solid rgba(20, 187, 64, 0.36);
  }

  .custom-box .custom-item:nth-child(3) {
    margin-top: -1px;
  }

  .custom-box .custom-item:nth-child(4) {
    margin-top: -1px;
  }

  .subpage-titlebox {
    margin-bottom: 40px;
  }

  .products-titlebox {
    margin-bottom: 24px;
  }

  .subpage-titlebox .subpage-desc {
    font-size: 14px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.64);
  }

  .subpage-titlebox .subpage-title {
    font-size: 26px;
    line-height: 30px;
    font-weight: bold;
    color: #f5ff71;
    position: relative;
  }

  .subpage-titlebox .subpage-title::before {
    content: "";
    display: block;
    position: absolute;
    left: -12px;
    top: 8px;
    width: 6px;
    height: 6px;
    background-color: #f5ff71;
    display: none;
  }

  .subpage-titlebox .subpage-title::after {
    content: "";
    display: block;
    background-color: #f5ff71;
    height: 2px;
    width: 70px;
    margin-top: 8px;
  }

  .products-titlebox .products-t1 {
    font-size: 14px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.64);
  }

  .products-titlebox .products-t2 {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
  }

  .products-titlebox .products-t2::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 8px;
    margin-bottom: 3px;
  }

  /* home */
  .activity-theme {
    padding-left: 0px;
    margin-top: -120px;
    text-align: left;
  }

  .activity-theme-t1 {
    font-size: 18px;
    letter-spacing: 0px;
    margin-bottom: 6px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.8);
  }

  .activity-theme-t2 {
    font-size: 50px;
    line-height: 52px;
    color: #f5ff71;
    font-weight: bold;
  }

  .activity-theme-t2>i {
    font-size: 48px;
    line-height: 52px;
    color: #f5ff71;
    font-weight: 700;
    position: relative;
  }

  .activity-theme-t2>i::after {
    content: '2023';
    position: absolute;
    display: block;
    right: -74px;
    top: 8px;
    background-color: #0e42b8;
    color: #f5ff71;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    padding: 0 10px;
    border-radius: 0px 6px 6px 6px;
    display: none;
  }

  .activity-theme-t3 {
    font-size: 10px;
  }
  .activity-theme-t5 {
    font-size: 16px;
  }
 

  /* 亮点 */
  .ability-item .desc {
    font-size: 12px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.6);
    height: 80px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }

  .ability-item .title {
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
  }


  .frame-box {
    margin-top: -10px;
    margin-bottom: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .frame-box-pc {
    background-color: #00319c;
    padding: 30px 40px;
    overflow: hidden;
    margin-bottom: 120px;
  }

  .frame-box-pc .leftbox {
    width: 33.33%;
    float: left;
    height: 300px;
    padding: 20px 0;
    padding-right: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }

  .frame-box-pc .rightbox {
    width: 66.66%;
    float: left;
    overflow: hidden;
  }

  .frame-box-pc .rightbox img {
    height: 300px;
    float: right;
  }

  .frame-box-pc .leftbox .leftbox-title {
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
  }

  .frame-box-pc .leftbox .leftbox-desc {
    font-size: 13px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.6);
  }

  .frame-box-pc .leftbox .leftbox-tag {
    font-size: 12px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.4);
  }

  .frame-box img {
    width: 60%;
  }

  .products-item {
    overflow: hidden;
    padding: 20px 20px 20px 20px;
    margin-bottom: 20px;
    /* border: 1px solid #06459a; */
    background-color: rgba(13, 104, 192, 0.25);
  }

  .products-item .title {
    font-size: 16px;
    line-height: 24px;
  }

  .products-item .desc {
    font-size: 12px;
    line-height: 20px;
  }

  .products-item .desc2 {
    font-size: 12px;
    line-height: 20px;
    margin-top: 6px;
    color: rgba(255, 255, 255, 0.64);
  }

  .products-item .logo {
    height: 48px;
    margin-top: 8px;
  }

  .products-item .logo>img {
    height: 100%;
  }

  .products-item3 .topicbox .btnbox {
    bottom: 30px;
  }

  .custom-box .custom-items {
    overflow: hidden;
  }

  .custom-item .type {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #f5ff71;
  }

  .custom-item .number {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.64);
  }

  .custom-item .list {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
  }

  .custom-item .listpc {
    margin-bottom: 28px;
  }

  .custom-item .list li {
    width: 25%;
    float: left;
    text-align: left;
    font-size: 12px;
    line-height: 28px;
    color: #ffffff;
    opacity: 0.8;
  }

  .custom-item-left {
    width: 24%;
    float: left;
    padding-left: 15px;
    padding-right: 6px;
  }

  .custom-item-right {
    width: 76%;
    float: left;
    padding-left: 6px;
    padding-right: 15px;
  }

  .custom-box .notes {
    position: absolute;
    left: 0;
    bottom: -30px;
    font-size: 12px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.5);
  }

  /* 大会安排 */

  .meeting-title {
    font-size: 18px;
    line-height: 24px;
    color: #f5ff71;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #536759;
  }

  .agenda {
    padding: 0;
    margin: 0;
    position: relative;
    margin-bottom: 30px;
  }

  .agenda li {
    display: flex;
    line-height: 32px;
  }

  .agenda li .time {
    flex-shrink: 0;
    font-size: 14px;
    color: #7b86ab;
    width: 80px;
  }

  .agenda li .circle {
    flex-shrink: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin-top: 14px;
    margin-left: 8px;
    margin-right: 10px;
    background-color: #002577;
  }

  .agenda li .matter {
    font-size: 14px;
    color: #fff;
  }
  .agenda li .matter>p {
    font-size: 15px;
    line-height: 20px;
  }

  .agenda li .matter>img {
    height: 28px;
    margin-top: -12px;
  }
  .agenda li .matter .matter-item .title {
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
  }

  .agenda li .matter .matter-item .desc {
    display: inline-block;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.64);
  }


  .agenda li .matter .week {
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 0px;
    color: rgba(255, 255, 255, 0.8);
  }

  /* .otherinfo .empty{
    float: left;
    margin-top: 10px;
    margin-left: 8px;
    margin-right: 10px;
    width: 5px;
    border: 1px solid transparent;
  } */
  .code {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    left: 80px;
    top: 16px;
    border-radius: 8px;
    background-color: rgb(255, 255, 255, 0.12);
  }

  .code>img {
    display: block;
    border-radius: 6px;
    width: 100px;
    margin-top: 0px;
    padding: 0px;
    border: none;
    background-color: #fff;
  }

  .code-text {
    display: block;
    margin-top: 8px;
    font-size: 10px;
    color: rgba(255, 255, 255, 1);
  }

  /* 底部 */
  /* .companyInfo{
    padding: 0 15px;
  } */
  .companyInfo .logo {
    height: 48px;
    margin-bottom: 20px;
  }

  .companyInfo .logo>img {
    height: 100%;
  }

  .companyInfo .desc {
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    line-height: 22px;
    margin-top: 24px;
    margin-bottom: 16px;
  }

  .companyInfo .desc2 {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    line-height: 20px;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .companyInfo .intro {
    display: flex;
  }

  .companyInfo .intro .intro-item-center {
    padding: 0 24px;
    border-left: 1px solid rgba(255, 255, 255, 0.32);
    border-right: 1px solid rgba(255, 255, 255, 0.32);
  }

  .companyInfo .intro p {
    margin: 0;
  }

  .companyInfo .intro .intro-item {
    margin-right: 24px;
  }

  .companyInfo .intro .intro-item .t1 {
    font-size: 12px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.64);
  }

  .companyInfo .intro .intro-item .t2 {
    font-size: 14px;
    line-height: 24px;
    color: rgba(255, 255, 255, 1);
  }

  .companyInfo .intro .intro-item .t2>span {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.64);
  }


  .footerInfo {
    height: 700px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* margin-left: -15px;
    margin-right: -15px; */
    padding-bottom: 200px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  .footerInfo .topic {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
  }

  .footerInfo .welcome {
    font-size: 42px;
    line-height: 44px;
    font-weight: 600;
    color: #f5ff71;
    position: relative;
  }

  .footerInfo .welcome::after {
    content: "";
    position: absolute;
    left: 50%;
    display: block;
    height: 2px;
    width: 60px;
    margin-top: 4px;
    background-color: #f5ff71;
    transform: translateX(-50%);
  }

  .footerInfo>a {
    width: 160px;
    margin: 0 auto;
    min-height: 1px;
    overflow: hidden;
    display: block;
    font-size: 14px;
    line-height: 42px;
    text-align: center;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.24);
    -moz-border-radius: 300px;
    -webkit-border-radius: 300px;
    margin-top: 30px;
    border-radius: 300px;
  }
  .footerInfo>a:hover {
    background: #00319c;
  }
}

@media (min-width: 1600px) {
  .products-titlebox {
    margin-bottom: 32px;
  }
  .dialog-box-item .desc {
    margin-top: 12px;
    font-size: 13px;
    line-height: 22px;
  }
  .activity-theme-t2 {
    font-size: 56px;
    line-height: 60px;
  }

  .activity-theme-t2>i {
    font-size: 56px;
    line-height: 70px;
    position: relative;
  }

  .activity-theme-t1 {
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 30px;
  }
  .activity-theme-t5 {
    font-size: 20px;
    line-height: 30px;
  }
  .meettitleinfo-city {
    font-size: 14px;
  }
  .meettitleinfo-city .meettitleinfo-city-t4 {
    font-size: 18px;
  }

  .frame-box-pc {
    background-color: #00319c;
    padding: 50px 70px;
    margin-bottom: 180px;
  }

  .frame-box-pc .leftbox .leftbox-title {
    font-size: 26px;
    line-height: 32px;
  }

  .ability-box .ability-items .ability-item {
    width: 40%;
    margin-bottom: 30px;
    padding: 0 40px 20px;
  }

  .products-item {
    padding: 30px 25px 20px;
  }
  .products-item1 {
    padding: 24px 25px 20px;
  }
  .products-item4 .icon {
    width: 36px;
    height: 36px;
  }
  .products-item .subtitle {
    font-size: 16px;
  }
  .products-item .title {
    font-size: 16px;
  }
  .products-item .desc {
    font-size: 13px;
    line-height: 22px;
  }
  .products-item .desc2 {
    font-size: 13px;
    line-height: 22px;
  }
  .products-item .desc .desc-item {
    width: 90%;
  }
  .products-item4 {
    padding: 30px 36px 20px;
  }
  .products-item3 .topicbox {
    padding: 16px 24px 72px;
  }
  .products-item2 .text .subtitle {
    font-size: 16px;
  }
  .products-item2 .text .title {
    font-size: 18px;
  }
  .dialog-box-item .subtitle {
    font-size: 14px;
  }
  .dialog-box-item .title {
    font-size: 16px;
  }

  .ability-box {
    margin-bottom: 180px;
  }

  
  .pagemain-subpage {
    margin-top: 140px;
  }
  .products-box {
    margin-bottom: 60px;
  }

  .custom-item-left {
    width: 20%;
    float: left;
    padding-left: 15px;
    padding-right: 6px;
  }

  .custom-item-right {
    width: 80%;
    float: left;
    padding-left: 6px;
    padding-right: 15px;
  }

  .custom-item .list li {
    width: 25%;
    font-size: 14px;
    line-height: 28px;
    color: #ffffff;
    opacity: 0.8;
  }

  .custom-item .type {
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #f5ff71;
  }

  .agenda li {
    line-height: 28px;
  }


  .custom-box {
    margin-bottom: 210px;
    position: relative;
  }

  .subpage-titlebox {
    margin-bottom: 50px;
  }


  .footerInfo .topic {
    font-size: 16px;
    line-height: 24px;
  }

  .footerInfo>a {
    margin-top: 30px;
  }

  .intro-right {

  }

  .ability-item .desc {
    font-size: 13px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.6);
    height: 60px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .ability-box>img {
    width: 25%;
    margin-bottom: 120px;
  }
  .products-titlebox .products-t2 {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
  }

  .products-titlebox .products-t2::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 8px;
    margin-bottom: 3px;
  }
}

@media (min-width: 1800px) {

  .intro-right {
    padding: 28px 32px;
  }
  .companyInfo .intro .intro-item .t1 {
    font-size: 13px;
  }
  .companyInfo .intro .intro-item .t2 {
    font-size: 16px;
  }
  .ability-item .desc {
    font-size: 13px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.6);
    height: 66px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .ability-box>img {
    width: 25%;
    margin-bottom: 120px;
  }
  .dialog-box .dialog-box-item:first-child {
    padding: 48px 42px;
    background-position: center 42%;
  }
  .agenda .map {
    width: 50%;
  }
}




@media (max-width:768px) {
  .pagemain-subpage {
    /* padding: 0 5px; */
    margin-top: 70px;
  }

  .subpage-titlebox {
    margin-bottom: 28px;
  }

  .products-titlebox .products-t2{
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 14px;
    color: rgba(255, 255, 255, 0.64);
  }

  .products-titlebox .products-t2::before {
    content: "·";
    display: inline-block;
    color: rgba(255, 255, 255, 0.64);
    margin-right: 6px;
  }

  .subpage-titlebox .subpage-title {
    font-size: 12px;
    line-height: 14px;
    color: rgba(255, 255, 255, 0.64);
    position: relative;
  }

  .subpage-titlebox .subpage-desc {
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    color: #f5ff71;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #f5ff71;
  }

  .subpage-titlebox .subpage-subtitle {
    font-size: 12px;
    line-height: 20px;
    color: #fff;
  }

  .subpage-titlebox .subpage-subtitle::before {
    content: "·";
    display: inline-block;
    margin-right: 6px;
    font-size: 13px;
    line-height: 22px;
    color: #fff;
  }

  .colbox {
    padding-left: unset;
    padding-right: unset;
  }

  .colbox:nth-child(2n+1) {
    padding-left: 10px;
    padding-right: 4px;
  }

  .colbox:nth-child(2n) {
    padding-left: 4px;
    padding-right: 10px;
  }

  .colbox2 {
    width: 25%;
    display: inline-block;
    padding: 3px !important;
  }

  .colbox3 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  /* home */
  .activity-theme {
    /* padding-left: 15px; */
    /* text-align: center; */
    margin-top: -125px;
  }

  .activity-theme-t1 {
    font-size: 13px;
    letter-spacing: 0px;
    line-height: 22px;
    margin-bottom: 4px;
    color: rgba(255, 255, 255, 0.8);
  }

  .activity-theme-t2 {
    font-size: 34px;
    line-height: 34px;
    color: #f5ff71;
    font-weight: bold;
  }

  .activity-theme-t2>i {
    font-size: 34px;
    line-height: 36px;
    color: #f5ff71;
    font-weight: 700;
    position: relative;
  }

  .activity-theme-t3 {
    opacity: 0.72;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    transform: unset;
  }

  .activity-theme-t3>span {
    font-size: 7px;
    line-height: 16px;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.48);
  }

  .activity-theme-t4 {
    margin-top: 10px;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
  }

  .meettitleinfo-city {
    position: relative;
    top: 200px;
  }

  .meettitleinfo-city-t1 {
    font-size: 12px;
    color: #fff;
  }

  .meettitleinfo-city-t2 {
    margin-top: 10px;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.64);
    padding-bottom: 4px;
  }

  .meettitleinfo-city-t2 .litter-point {
    margin: 0 -2px;
  }

  .meettitleinfo-city-t4 {
    font-size: 10px;
    color: #fff;
    padding-bottom: 4px;
  }

  .meettitleinfo-city-t3>span {
    display: none;
    margin-top: 6px;
    font-size: 8px;
    color: rgba(255, 255, 255, 0.48);
  }

  .meettitleinfo-city-t3>.meettitleinfo-city-ewCode {
    display: none;
  }

  .meettitleinfo-city-t3>a {
    width: auto;
    display: inline-block;
    color: #ffffff;
    font-size: 12px;
    line-height: 20px;
    padding: 4px 16px;
    border-radius: 24px;
    margin-top: 20px;
    border: 1px solid rgba(255, 255, 255, 0.48);
  }

  .meettitleinfo-city-t3>a:hover {
    background-color: #ffffff;
    color: #002577;
  }

  .meettitleinfo-city-ewCode {
    display: block;
    margin-top: 16px;
    border: 1px solid #8092bb;
    border-radius: 6px;
    width: 72px;
    padding: 3px;
  }

  .activity-slogan {
    text-transform: uppercase;
    font-size: 7px;
    color: rgba(255, 255, 255, 0.24);
    letter-spacing: 2.5px;
    bottom: 20px;
    left: 20px;
  }

  /* 亮点 */
  .dialog {
    width: 100%;
    padding: 16px 20px;
    margin-top: -16px;
    margin-bottom: 24px;
    border-radius: 6px;
    background: rgba(2, 56, 162, 0.24);
  }

  .dialog .title {
    font-size: 13px;
    line-height: 22px;
    color: #f5ff71;
  }

  .dialog .desc {
    /* margin-top: 8px; */
    font-size: 12px;
    line-height: 20px;
    color: rgba(255, 255, 255, 1);
  }

  .frame-box {
    margin-top: -10px;
    margin-bottom: 80px;
  }

  .frame-box img {
    width: 100%;
  }

  .products-box {
    margin-bottom: 16px !important;
  }

  .products-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    overflow: hidden;
    padding: 12px 15px;
    border-radius: 6px;
    margin-bottom: 8px;
    /* border: 1px solid #06459a; */
    background-color: rgba(2, 56, 162, 0.24);
  }


  .products-item-last {
    background-color: rgba(2, 56, 162, 0.24);
  }

  .products-item .order {
    flex-shrink: 0;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 24px;
    color: #f5ff71;
    background: rgba(255, 255, 255, 0.08);
  }

  .products-item .icon {
    flex-shrink: 0;
    height: 28px;
    width: 28px;
  }

  .products-item .icon img {
    height: 100%;
  }

  .products-item .subtitle {
    font-size: 11px;
    line-height: 18px;
    color: #f5ff71;
  }

  .products-item .title {
    font-size: 11px;
    line-height: 18px;
    color: #fff;
  }

  .products-item .desc {
    font-size: 10px;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.64);
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }

  .products-item .desc2 {
    font-size: 10px;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.64);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .products-item1 {
    margin-bottom: 0px;
    margin-top: -16px;
    padding: 20px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .products-item1 .targetbox {
    display: flex;
    flex-direction: column;
  }
  .products-item1 .line { 
    flex-shrink: 0;
    width: 1px;
    height: 28px;
    background: #0238a2;
  }
  .products-item1 .targetbox .subtitle {
    color: #fff;
    font-size: 12px;
  }
  .products-item1 .targetbox .title {
    color: #f5ff71;
    font-size: 14px;
  }

  .colbox .products-item2 {
    padding: 12px 2px 12px 10px;
    gap: 6px;
  }

  .products-item2 .icon {
    height: 18px;
    width: 18px;
  }

  .products-item2 .text {
    width: 100%;
    display: flex;
    align-items: baseline;
    margin-bottom: 0px;
  }

  .products-item2 .text .subtitle {
    font-size: 13px;
    display: inline-block;
    color: #fff;
  }

  .products-item2 .text .title {
    font-size: 15px;
    color: #f5ff71;
  }

  .products-item2 .desc {
    width: 100%;
    display: block;
    font-size: 9px;
    line-height: 12px;
    margin-top: 0px;
  }
  .products-item2 .desc br{
    display: block;
  }
  .colbox .products-item3 {
    flex-direction: row;
    justify-content: center;
  }

  .products-item3 .topicbox {
    padding: 12px 10px 6px;
    gap: 6px;
    align-items: center;
  }

  .colbox .products-item4 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .products-item4 .subtitle {
    margin-left: 8px;
  }

  .products-item4 .title {
    font-weight: 400 !important;
    margin-bottom: 0px !important;
  }

  .custom-box {
    margin-bottom: 100px;
    position: relative;
  }

  .custom-box .custom-items {
    overflow: hidden;
  }

  .custom-box .custom-item {
    width: 100%;
    border-top: 1px solid rgba(20, 187, 64, 0.36);
    padding: 20px 0;
  }

  .custom-box .custom-item:last-child {
    border-bottom: 1px solid rgba(20, 187, 64, 0.36);
  }

  .custom-item .type {
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #f5ff71;
  }

  .custom-item .number {
    display: block;
    font-size: 10px;
    line-height: 14px;
    color: rgba(255, 255, 255, 0.64);
  }

  .custom-item .list {
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .custom-item .list li {
    width: 25%;
    float: left;
    text-align: left;
    font-size: 10px;
    color: #ffffff;
    opacity: 0.8;
  }

  .custom-item-left {
    width: 24%;
    float: left;
    padding-left: 15px;
    padding-right: 6px;
  }

  .custom-item-right {
    width: 76%;
    float: left;
    padding-left: 6px;
    padding-right: 15px;
  }

  .custom-box .notes {
    position: absolute;
    left: 0;
    bottom: -20px;
    font-size: 8px;
    line-height: 14px;
    color: rgba(255, 255, 255, 0.5);
  }

  /* 大会安排 */
  .meeting-title {
    margin-top: 40px;
    font-size: 12px;
    line-height: 24px;
    color: #f5ff71;
    padding-bottom: 8px;
    margin-bottom: 12px;
  }

  .meeting-info-line {
    border-bottom: 1px solid #f5ff7152;
  }

  .agenda {
    padding: 0;
    margin: 0;
    position: relative;
    margin-bottom: 30px;
  }

  .agenda>li {
    display: flex;
    margin-bottom: 6px;
  }

  .agenda li .time {
    flex-shrink: 0;
    font-size: 12px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.6);
    width: 70px;
  }

  .agenda li .circle {
    flex-shrink: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin-top: 7px;
    margin-left: 6px;
    margin-right: 8px;
    background-color: #002577;
  }

  .agenda li .matter {
    font-size: 12px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.8);
  }
  .agenda.otherinfo  li .matter {
    color: #fff;
  }
  .agenda li .matter .matter-item .title {
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
  }

  .agenda li .matter .matter-item .desc {
    display: inline-block;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.64);
  }

  .agenda li .matter .week {
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.6);
  }

  .agenda-line {
    position: absolute;
    display: block;
    top: -8px;
    left: 78px;
    width: 1px;
    height: 91%;
    background-color: rgba(255, 255, 255, 0.32);
  }

  /* .otherinfo .empty{
    float: left;
    margin-top: 10px;
    margin-left: 8px;
    margin-right: 10px;
    width: 5px;
    border: 1px solid transparent;
  } */
  .code {
    display: inline-block;
    position: relative;
    /* position: absolute; */
    align-items: center;
    padding: 10px;
    left: 60px;
    /* right: 0px; */
    /* top: -6px; */
    border-radius: 8px;
    /* background-color:rgba(255,255,255,0.12); */
  }

  .code>img {
    border-radius: 6px;
    width: 80px;
    margin-top: 0px;
    padding: 0px;
    background-color: #fff;
    border: none;
  }

  .code-text {
    display: block;
    text-align: center;
    margin-top: 8px;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.8);
  }

  /* 底部 */

  .companyInfo .logo {
    height: 40px;
    padding-bottom: 10px;
    /* border-bottom: 1px solid #536759; */
  }

  .companyInfo .logo>img {
    height: 100%;
  }

  .companyInfo .desc {
    color: rgba(255, 255, 255, 0.5);
    font-size: 10px;
    line-height: 16px;
  }

  .companyInfo .intro {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
    margin-bottom: 16px;
  }

  .companyInfo .intro .intro-item-center {
    padding: 0 18px;
    border-left: 1px solid rgba(255, 255, 255, 0.32);
    border-right: 1px solid rgba(255, 255, 255, 0.32);
  }

  .companyInfo .intro p {
    margin: 0;
  }

  .companyInfo .intro .intro-item .t1 {
    font-size: 10px;
    line-height: 12px;
    color: rgba(255, 255, 255, 0.64);
    margin-bottom: 4px;
  }

  .companyInfo .intro .intro-item .t2 {
    font-size: 12px;
    line-height: 14px;
    color: rgba(255, 255, 255, 1);
  }

  .companyInfo .intro .intro-item .t2>span {
    font-size: 8px;
    color: rgba(255, 255, 255, 0.64);
  }

  .footerInfo {
    padding: 0 20px;
    display: flex;
    position: relative;
    flex-direction: column;
    padding-bottom: 240px;
    background-size: auto 100%;
    background-position: center center;
  }

  .footerInfo .topic {
    font-size: 12px;
    line-height: 16px;
    color: #f5ff71;
    margin-top: 48px;
  }

  .footerInfo .welcome {
    font-size: 18px;
    line-height: 24px;
    color: #f5ff71;
    position: relative;
  }

  .footerInfo .welcome::after {
    content: "";
    position: absolute;
    left: 0px;
    display: block;
    height: 2px;
    width: 60px;
    margin-top: 4px;
    background-color: #f5ff71;
  }
}


@media (min-width: 768px) and (max-width:991px) {
  .pcDisplay {
    display: none !important;
  }

  .mbDisplay {
    display: block !important;
  }

  .logobox a img {
    height: 30px;
  }

  .pagemain-subpage {
    padding: 0 5px;
  }

  .subpage-titlebox {
    margin-bottom: 10px;
  }

  .products-titlebox {
    margin-bottom: 30px;
    /* background-image: url(); */
  }

  .subpage-titlebox .subpage-title {
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    position: relative;
  }

  .subpage-titlebox .subpage-title::before {
    content: "";
    display: block;
    position: absolute;
    left: -6px;
    top: 9px;
    width: 2px;
    height: 2px;
    background-color: #f5ff71;
  }

  .products-titlebox .products-t1 {
    font-size: 12px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.64);
  }

  .products-titlebox .products-t2 {
    font-size: 17px;
    line-height: 22px;
    color: #f5ff71;
  }

  .products-titlebox .products-t2::after {
    content: "";
    display: block;
    background-color: #f5ff71;
    height: 2px;
    width: 70px;
    margin-top: 4px;
  }

  .colbox {
    padding-left: unset;
    padding-right: unset;
  }

  .colbox:nth-child(2n+1) {
    padding-left: 10px;
    padding-right: 4px;
  }

  .colbox:nth-child(2n) {
    padding-left: 4px;
    padding-right: 10px;
  }

  .colbox2 {
    width: 25%;
    display: inline-block;
    padding: 3px !important;
  }

  .colbox3 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  /* home */

  .activity-theme-t1 {
    font-size: 14px;
    letter-spacing: 0px;
    margin-bottom: 4px;
    line-height: 24px;
    color: #fff;
  }

  .activity-theme-t2 {
    font-size: 36px;
    line-height: 40px;
    color: #f5ff71;
    font-weight: bold;
  }

  .activity-theme-t3 {
    opacity: 0.72;
    font-size: 8px;
    line-height: 22px;
    color: #fff;
    transform: scale(0.8)
  }

  .activity-theme-t3>span {
    padding-bottom: 5px;
  }

  .meettitleinfo-city {
    margin-top: 180px;
  }

  .meettitleinfo-city-t1 {
    font-size: 14px;
    color: #fff;
  }

  .meettitleinfo-city-t2 {
    margin-top: 8px;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.64);
    padding-bottom: 4px;
  }

  .meettitleinfo-city-t2 .litter-point {
    margin: 0 -2px;
  }

  .meettitleinfo-city-t3>span {
    display: none;
    margin-top: 6px;
    font-size: 8px;
    color: rgba(255, 255, 255, 0.48);
  }

  .meettitleinfo-city-t4 {
    font-size: 12px;
    color: #fff;
  }
  #meettitleinfo-city-date {
    font-size: 20px;
    font-weight: 700;
  }

  #meettitleinfo-city-city {
    font-size: 14px;
  }

  #meettitleinfo-city-week {
    padding-bottom: 4px;
    border-bottom: 1px solid #fff24b;
  }

  .meettitleinfo-city-ewCode {
    display: none;
    margin-top: 16px;
    border: 1px solid #8092bb;
    border-radius: 6px;
    width: 72px;
    padding: 3px;
  }
  .meettitleinfo-city-t3>a {
    width: 120px;
    min-height: 1px;
    overflow: hidden;
    display: inline-block;
    font-size: 12px;
    line-height: 36px;
    text-align: center;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, .24);
    -moz-border-radius: 300px;
    -webkit-border-radius: 300px;
    border-radius: 300px;
    margin-top: 40px;
  }

  .activity-slogan {
    text-transform: uppercase;
    font-size: 9px;
    left: 15px;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 2.5px;
  }

  /* 亮点 */
  .dialog {
    width: 100%;
    padding: 16px 20px;
    margin-bottom: 52px;
    border-radius: 6px;
    background: rgba(2, 56, 162, 0.24);
  }

  .dialog .title {
    font-size: 13px;
    line-height: 22px;
    color: #f5ff71;
  }

  .dialog .desc {
    /* margin-top: 8px; */
    font-size: 12px;
    line-height: 20px;
    color: rgba(255, 255, 255, 1);
  }

  .frame-box {
    margin-top: -10px;
    margin-bottom: 80px;
  }

  .frame-box img {
    width: 80%;
    display: block;
    margin: 0 auto;
  }

  .products-box {
    margin-bottom: 40px;
  }

  .products-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    overflow: hidden;
    padding: 12px 15px;
    border-radius: 6px;
    margin-bottom: 8px;
    /* border: 1px solid #06459a; */
    background-color: rgba(2, 56, 162, 0.24);
  }
  .products-item .title {
    font-size: 11px;
    line-height: 18px;
    color: #fff;
  }
  .products-item .desc {
    font-size: 10px;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.64);
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }

  .products-item .icon {
    width: 25px;
    height: 25px;
  }
  .colbox .products-item2 {
    display: flex;
    padding: 15px 20px;
  }
  .products-item .desc2 {
    font-size: 12px;
    height: 36px;
    line-height: 18px;
    margin-top: 6px;
    color: #f5f5f5;
    opacity: 0.6;
  }
  
  .products-item .logo {
    height: 36px;
    margin-top: 8px;
  }

  .products-item .logo>img {
    height: 100%;
  }
  .products-item1 {
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 20px 15px;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }

  .products-item1 .targetbox {
    display: flex;
    flex-direction: column;
  }
  .products-item1 .line { 
    flex-shrink: 0;
    width: 1px;
    height: 28px;
    background: #0238a2;
  }
  .products-item1 .targetbox .subtitle {
    color: #fff;
    font-size: 12px;
  }
  .products-item1 .targetbox .title {
    color: #f5ff71;
    font-size: 14px;
  }
  .products-item2 .desc br {
    display: block;
  }

  .colbox .products-item3 {
    flex-direction: row;
    justify-content: center;
  }

  .products-item3 .topicbox {
    padding: 12px 10px 6px;
    gap: 6px;
    align-items: center;
  }
  .products-item .pic {
    height: 32px;
  }
  .products-item .pic img{
    height: 100%;
  }

  .colbox .products-item4 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .products-item4 .subtitle {
    margin-left: 8px;
  }

  .products-item4 .title {
    font-weight: 400 !important;
    margin-bottom: 0px !important;
  }

  .custom-box {
    margin-bottom: 100px;
    position: relative;
  }

  .custom-box .custom-items {
    overflow: hidden;
  }

  .custom-box .custom-item {
    width: 100%;
    border-top: 1px solid rgba(20, 187, 64, 0.36);
    padding: 20px 0;
  }

  .custom-box .custom-item:last-child {
    border-bottom: 1px solid rgba(20, 187, 64, 0.36);
  }

  .custom-item .type {
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #f5ff71;
  }

  .custom-item .number {
    display: block;
    font-size: 10px;
    line-height: 14px;
    color: rgba(255, 255, 255, 0.64);
  }

  .custom-item .list {
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .custom-item .list li {
    width: 25%;
    float: left;
    text-align: left;
    font-size: 10px;
    color: #ffffff;
    opacity: 0.8;
  }

  .custom-item-left {
    width: 24%;
    float: left;
    padding-left: 15px;
    padding-right: 6px;
  }

  .custom-item-right {
    width: 76%;
    float: left;
    padding-left: 6px;
    padding-right: 15px;
  }

  .custom-box .notes {
    position: absolute;
    left: 0;
    bottom: -20px;
    font-size: 8px;
    line-height: 14px;
    color: rgba(255, 255, 255, 0.5);
  }

  /* 大会安排 */
  .meeting-info {
    margin-bottom: 60px;
  }

  .meeting-title {
    font-size: 16px;
    line-height: 24px;
    color: #f5ff71;
    padding-bottom: 8px;
    margin-bottom: 12px;
    border-bottom: 1px solid #536759;
  }

  .agenda {
    padding: 0;
    margin: 0;
    position: relative;
    margin-bottom: 30px;
  }

  .agenda li {
    display: flex;
    line-height: 28px;
    overflow: hidden;
  }

  .agenda li .time {
    flex-shrink: 0;
    font-size: 12px;
    color: #7b86ab;
    width: 70px;
  }

  .agenda li .circle {
    flex-shrink: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin-top: 10px;
    margin-left: 8px;
    margin-right: 10px;
    background-color: #002577;
  }

  .agenda li .matter {
    float: left;
    font-size: 12px;
    color: #ffffff;
  }

  .agenda li .matter>span {
    display: block;
    font-size: 10px;
    line-height: 14px;
    color: rgba(255, 255, 255, 0.6);
  }

  .agenda li .matter .week {
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.8);
  }

  .agenda-line {
    position: absolute;
    display: block;
    top: -7px;
    left: 80px;
    width: 1px;
    height: 88%;
    background-color: rgba(255, 255, 255, 0.32);
  }
  .subpage-titlebox .subpage-title {
    font-size: 12px;
    line-height: 14px;
    color: rgba(255, 255, 255, 0.64);
    position: relative;
  }

  .subpage-titlebox .subpage-desc {
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    color: #f5ff71;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #f5ff71;
  }

  .subpage-titlebox .subpage-subtitle {
    font-size: 12px;
    line-height: 20px;
    color: #fff;
  }

  .subpage-titlebox .subpage-subtitle::before {
    content: "·";
    display: inline-block;
    margin-right: 6px;
    font-size: 13px;
    line-height: 22px;
    color: #fff;
  }
  /* .otherinfo .empty{
    float: left;
    margin-top: 10px;
    margin-left: 8px;
    margin-right: 10px;
    width: 5px;
    border: 1px solid transparent;
  } */
  .code {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    right: 0;
    top: -6px;
    border-radius: 8px;
    background-color: rgb(255, 255, 255, 0.12);
  }

  .code>img {
    border-radius: 6px;
    width: 80px;
    margin-top: 0px;
    padding: 0px;
    border: none;
  }

  .code-text {
    display: block;
    margin-top: 8px;
    font-size: 10px;
    color: rgba(255, 255, 255, 1);
  }

  /* 底部 */

  .companyInfo .logo {
    height: 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid #536759;
  }

  .companyInfo .logo>img {
    height: 100%;
  }

  .companyInfo .desc {
    width: 70%;
    height: 172px;
    float: left;
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    line-height: 20px;
    margin-top: 12px;
    margin-bottom: 16px;
    padding: 20px 30px;
    background-color: rgb(24, 52, 159, 0.5);
  }

  .companyInfo .intro {
    width: 30%;
    float: left;
    display: flex;
    flex-direction: column;
    margin-top: 12px;
    margin-bottom: 16px;
    padding-right: 24px;
  }

  .companyInfo .intro .intro-item-center {
    padding: 0 0px;
  }

  .companyInfo .intro p {
    margin: 0;
  }

  .companyInfo .intro .intro-item {
    padding: 12px 0;
    border-bottom: 1px solid #536759;
  }

  .companyInfo .intro .intro-item .t1 {
    font-size: 12px;
    line-height: 14px;
    color: rgba(255, 255, 255, 0.64);
    margin-bottom: 4px;
  }

  .companyInfo .intro .intro-item .t2 {
    font-size: 13px;
    line-height: 14px;
    color: rgba(255, 255, 255, 1);
  }

  .companyInfo .intro .intro-item .t2>span {
    font-size: 8px;
    color: rgba(255, 255, 255, 0.64);
  }

  .footerInfo {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* margin-left: -15px;
    margin-right: -15px; */
    padding-bottom: 200px;
    background-size: 100% 100%;
  }

  .footerInfo .topic {
    font-size: 9px;
    line-height: 14px;
    color: #f5ff71;
    margin-top: 120px;
  }

  .footerInfo .welcome {
    font-size: 18px;
    line-height: 24px;
    color: #f5ff71;
    position: relative;
  }

  .footerInfo .welcome::after {
    content: "";
    position: absolute;
    left: 50%;
    display: block;
    height: 2px;
    width: 60px;
    margin-top: 4px;
    background-color: #f5ff71;
    transform: translateX(-50%);
  }
}