.pc{
  display:block;
}

.mobile{
  display:none;
}
.Meettitleinfo-videobtn {
  display: block;
  margin-top: 50px;
  margin-bottom: 80px;
}
.meettitleinfo-city-t3 a img {
  width: 32px;
  display: initial;
  margin-left: 6px;
}
.Meettitleinfo-videobtn a {
  width: auto;
  min-height: 1px;
  overflow: hidden;
  display: block;
  float: left;
  padding: 0px 32px;
  font-size: 14px;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, .36);
  -moz-border-radius: 300px;
  -webkit-border-radius: 300px;
  border-radius: 300px;
  -ms-border-radius: 300px;
  -o-border-radius: 300px;
  margin-right: 15px;
}
.Meettitleinfo-videobtn a img {
  width: 32px;
  display: initial;
  margin-left: 6px;
}
.thumbnail {
  background: none;
  border: none;
  padding: 0px;
  margin-bottom: 0px;
}
.Meettitleinfo-register {
  border: 1px solid #ffffff !important;
}
.Meettitleinfo-videobtn a:hover {
  border: 1px solid rgba(255, 255, 255, 1);
  background-color: #ffffff;
  color: #030f3b;
}

.map{
  display: none;
  width: 100%;
  overflow: hidden;
  margin-bottom: 24px;
}

.map img{
  width:100%;
  max-width:800px;
  height:auto;
}

.highlights-box-p2 {
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  transition: all .3s;
  background-color: #0b1f6b;
}
.highlights-box-p2pd {
  padding: 40px 24px 40px 24px;
  overflow: hidden;
}
.highlights-box-p2::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #93A127, #0076BD);
}

.highlights-box-p2::before {
  width: 100%;
  height: 2px;
  content: '';
  display: block;
  background-image: linear-gradient(to right, #93A127, #0076BD);
}

.abouts-box3-leftbox {
  float: left;
  width: 25%;
  padding: 50px 12px 0px 24px;
}
.abouts-box3-rightbox {
  float: right;
  width: 75%;
}
.abouts-box3-rightbox_img {
  width: auto;
  padding: 24px;
}
.title_img{
  width:20%;
  height:auto;
}
.abouts-box3-leftbox .title {
  font-size: 20px;
  color: #ECE66B;
  font-weight: bold;
  margin-top: 24px;
  margin-bottom: 4px;
  line-height: 22px;
}
.abouts-box3-leftbox .desc1 {
  width: 100%;
  font-size: 13px;
  line-height:22px;
  color:#fff;
  opacity: 0.8;
}
.abouts-box3-leftbox .desc {
  margin-top: 20px;
  width: 92%;
  font-size: 12px;
  line-height: 20px;
  color:#fff;
  opacity: 0.64;
}
.abouts-box3-leftbox .btn {
  width: auto;
  padding: 0px;
  margin: 0px;
  border: none;
  margin-top: 36px;
}
.abouts-box3-leftbox .btn a{
  width: auto;
  min-height: 1px;
  overflow: hidden;
  float: left;
  font-size: 12px;
  line-height: 36px;
  color: #ffffff;
  padding: 0px 36px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-radius: 200px;
}

.abouts-box3-leftbox .btn a:hover{
  color: #000f48;
  border: 1px solid rgba(255, 255, 255, 1);
  background-color: #ffffff;
}

.abouts-box4 {
  width: 31%;
  margin:1%;
  padding:30px;
  float: left;
  background:#1b2e73;
  border-radius:10px;
}

.abouts-box4 img{
  width:20px;
  height:20px;
  border-radius:4px;
  /* overflow:hidden;
  float:left; */
  margin:10px 0px;
}
.abouts-box4 .title  {
  font-size: 16px;
  color:#fff;
  font-weight: bold;
  margin-bottom: 0px;
  line-height: 22px;
}
.abouts-box4-all{
  padding:25px 0px;
}
.abouts-box4 .desc {
  margin-top:15px;
  font-size: 13px;
  line-height:22px;
  color:#fff;
  opacity: 0.6;
}
.abouts-box4 .desc1 {
  margin-top:0px;
  font-size: 12px;
  line-height:22px;
  color:#fff;
  opacity: 0.5;
}

.row-photo {
  display: flex;
  flex-wrap: wrap;
  margin-left: -6px;
  margin-right: -6px;
  overflow: hidden;
}
.col-photo {
  width: 20%;
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 12px;
}

/* 新闻咨询 */
.news-boxs {
  position: relative;
}
.news-box {
  display: none;
  background-color:#0b1f6b;
  padding: 20px 40px 80px;
}
.news-box.active {
  display: block;
  animation: fadeIn 0.5s ease-out;
  -webkit-animation:fadeIn 0.5s ease-out;
  -moz-animation: fadeIn 0.5s ease-out;
}
.news-item {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  transition: all 0.3s;
}
.news-item.no-border {
  border-bottom: 1px solid transparent;
}
.news-item:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.84);
}
.news-item .title {
  height: 22px;
  color: #ffffff;
  font-size: 15px;
  line-height: 22px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.news-item .desc {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
  line-height: 20px;
}
.news-item .desc .line {
  margin: 0 10px;
}
.news-btns {
  display: flex;
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  justify-content: center;
}
.news-btn {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.64);
  cursor: pointer;
  font-size: 14px;
  border-radius: 6px;
}
.news-btn.active {
  color: rgba(255, 255, 255, 0.84);
  background-color: rgba(255, 255, 255, 0.12);
}

.signupbox {
  display: none;
}

.citymorebtn {
  width: 100%;
  min-height: 1px;
  overflow: hidden;
}

.citymorebtn a {
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  margin: 0 auto;
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, .88);
  line-height: 44px;
  text-align: center;
  background-color: #0c335d;
}

.swiper-container1 {
  width: 100%;
  overflow: hidden;
}

.swiper-container2 {
  width: 100%;
  overflow: hidden;
}

/* .swiper-slide {
  height: auto !important;
} */

.swiper-wrapper {
  height: auto !important;
}


.ilightbox-overlay.dark {
  background: #000000;
  /* opacity: 1 !important; */
}

.ilightbox-holder.dark {
  padding: 0px;
  background: #000;
  -webkit-box-shadow: 0 0 15px hsla(0, 0%, 0%, .36);
  box-shadow: 0 0 15px hsla(0, 0%, 0%, .36);
}

.thumbnail {
  background: none;
  border: none;
  padding: 0px;
  margin-bottom: 0px;
}

/* 右侧 */
.elevator-menu {
  position: fixed;
  right: 60px;
  top: 50%;
  z-index: 100;
  transform: translateY(-50%);
}
.elevator-menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.elevator-menu > ul li {
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
  line-height: 36px;
  cursor: pointer;
}
.elevator-menu > ul li.active {
  color: #ffffff;
}
/* 数字化场景 */
.scene-box {
  height: 100%;
  padding: 16px 12px;
  display: flex;
  justify-content: space-between;
}
.scene-box .iconbox {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-color: #346cb1;
}
.scene-box .iconbox.bgColor2 {
  background-color: #b68c32;
}
.scene-box .iconbox.bgColor3 {
  background-color: #768194;
}
.scene-box .iconbox.bgColor4 {
  background-color: #448c2c;
}
.scene-box .iconbox img{
  width: 80%;
  height: 80%;
}
.scene-box .textbox {
  width: calc(100% - 48px);
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  display: flex;
  flex-direction: column;
}
.scene-box .textbox .subtitle{
  font-size: 12px;
  line-height: 12px;
  color: rgba(255,255,255,0.4);
}
.scene-box .textbox .title{
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
.scene-box .textbox .desc{
  font-size: 12px;
  line-height: 20px;
  color: rgba(255,255,255,0.8);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*  轮播图 */

.mySwiper {
  padding-bottom: 40px;
}
.swiper-pagination-bullet {
  height: 4px;
  width: 30px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.6);
}
.swiper-pagination-bullet-active {
  background-color: #3478f6;
}


@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media (max-width:400px) {
  .Meettitleinfo-videobtn a img {
    width: 24px;
    margin-left: 0px;
}
}

@media (max-width:767px) {
  .pc{
    display:none;
  }
  
  .mobile{
    display:block;
  }

  .index-signup {
      display: none;
  }
  .page-signup {
      display: none;
  }
  .experienceBtn .pcDisplay2 {
      display: none;
  }
  .map {
    display: none;
  }
  .col-photo {
    width: 33.333333%;
  }
  /* .col-photo:last-child{
    display: none;
  } */
  .Meettitleinfo-videobtn a {    
    width: auto;
    min-height: 1px;
    overflow: hidden;
    display: block;
    float: left;
    padding: 0px 32px;
    font-size: 14px;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    border-radius: 0;
    margin-right: 15px;
    float: inherit;
    margin-bottom: 12px;
    padding: 0px 0px;
    width: 58px;
    margin-top: 10px;
    line-height: 26px;
  }
  .Meettitleinfo-register {
    border: none!important;
    border-bottom: 1px solid #ffffff !important;
  }
  .Meettitleinfo-videobtn .ewm {
    margin-top: 24px;
    width: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .Meettitleinfo-videobtn .ewm img{    
    width: 90px;
    display:block;
    border-radius: 4px;
  }
  .Meettitleinfo-videobtn .ewm span{ 
    text-align: center;
    font-size: 10px;
    line-height: 18px;
    color: #fff;
    margin-top: 8px;
  } 


  .Meettitleinfo-videobtn {
    margin-top: 200px;
    margin-bottom: 36px;
  }
  .highlights-box-p2pd {
    padding: 24px 15px 24px 15px;
  }
  .abouts-box3-leftbox {
    width: 100%;
    padding: 50px 12px 0px 24px;
  padding: 0px;
}
.abouts-box3-rightbox {
  width: 100%;
}
.title_img img{
  width: 36px;
}
.abouts-box3-leftbox .btn {
  margin-top: 24px;
}
.abouts-box3-rightbox_img {
  padding: 0px;
  margin-top: 24px;
}
.abouts-box3-leftbox .desc {
  margin-top: 8px;
  width: 100%;
  opacity: 0.48;
}
.abouts-box3-leftbox .title {
  font-size: 16px;
  margin-top: 12px;
  margin-bottom: 0px;
  line-height: 18px;
}
.abouts-box3-leftbox .desc1 {
  font-size: 12px;
}
.abouts-box3-leftbox .btn {
  display: none;
}

/* 数字化场景 */
.scene-box {
  padding: 8px 0px;
}
.scene-box .iconbox {
  width: 24px;
  height: 24px;
  background-color: #346cb1!important;
}
.scene-box .textbox {
  width: calc(100% - 36px);
}
.scene-box .textbox .title {
  font-size: 13px;
  line-height: 22px;
}
.scene-box .textbox .desc {
  font-size: 9px;
  line-height: 16px;
}
.news-box {
  padding: 0px 15px 80px;
}
.news-item {
  padding: 16px 0;
}
.news-item .title {
  height: 40px;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

  /* 767 */
}

@media (max-width: 1200px){
  .elevator-menu {
    display: none!important;
  }
}

@media (min-width: 992px) and (max-width:1369px) {
  .news-item .title {
    font-size: 14px;
    line-height: 20px;
  }
  .news-item .desc {
    margin-top: 4px;
  }

}

