.bg-color-main {
  background: #00a0e9;
}
.color-main {
  color: #00a0e9;
}

/* 快标题，大标题颜色 */
.cms-block .cms-block-tit,
.cms-block .cms-item-text h2 {
  color: #00a0e9;
}

/* 图注背景颜色 */
.caption {
  background: #00a0e9;
}

/* 可点击链接hover效果 */
.cms-block a:hover {
  color: #EDA600;
  text-decoration: underline;
  cursor: pointer;
}
.cms-block a.links:hover {
  text-decoration: none;
}
/* 不可点击链接 */
.cms-block a.no-link:hover {
  color: inherit;
  text-decoration: none;
  cursor: default;
}
.cms-block a.links:hover {
  text-decoration: none;
  border: 1px #EDA600 solid;
}
.cms-block a.links.no-link:hover {
  text-decoration: none;
  border: 1px #e4e4e4 solid;
}
.this-cards a.links.no-link:hover {
  border: 0;
  color: inherit;
  cursor: default;
}
.this-cards a.links.no-link:hover .i {
  color: #00a0e9;
}

/* 有背景颜色table */
table.has-bg thead {
  background: #00a0e9 !important;
}
table.has-bg tbody tr,
table.has-bg tbody tr:nth-of-type(odd) {
  background: rgba(0, 160, 233, 0.05) !important;
}
table.has-bg tbody tr:nth-of-type(even) {
  background: rgba(0, 160, 233, 0.15) !important;
}

/* .table.table-striped tr td span {
  color: #00a0e9;
} */
/* 有边框，无背景颜色table */
table.table-striped thead tr th {
  color: #00a0e9;
}
/* 联系人卡片背景 */
.cms-contact {
  padding: 20px;
  background: rgba(0, 160, 233, 0.05);
}
.cms-contact .info h4 {
  color: #00a0e9;
}
/* 视屏模块 */
.cms-item-video .cms-item-link .links {
  background: #00a0e9;
  border-color: #00a0e9;
}
/* logo卡片集模块 */
.this-logo-cards .caption {
  color: #00a0e9;
}
.this-logo-cards a:hover .img-src:before {
  background: #EDA600;
}
@media (max-width: 576px) {
  .this-logo-cards a .img-src:before {
    background: #EDA600;
  }
}
/* 卡片集模块背景 */
.this-cards dl.has-img .img-src {
  background: #00a0e9;
}
.this-cards dl dt ul .links .i {
  color: #00a0e9;
}
.this-cards dl dt ul .links:hover .i {
  color: #EDA600;
}
/* 卡片无图片时 */
.this-cards dl .img-src h2 {
  color: #00a0e9;
}

/* header 倒计时 */
/* @media (max-width: 767px) { */
@media (max-width: 1280px) {
  #header .remaining-time {
    background: #EDA600;
  }
}
#header .remaining-time strong {
  color: #EDA600;
}
/* 中英文版本切换按钮 */
/* #header .zn-cn-switch a:hover{
  color: #EDA600;
} */

/* 左边菜单 */
#header .left-nav li:hover,
#header .left-nav li.active {
  position: relative;
}
#header .left-nav > li:hover:after,
#header .left-nav > li.active:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #EDA600;
  width: 100%;
  height: 6px;
  border-radius: 6px;
  transform: scaleY(0.5) translateY(50%);
}
#header .left-nav > li.no-link:hover:after,
#header .left-nav > li.no-link.active:after {
  display: none;
}
#header .left-nav > li.no-link:hover a,
#header .left-nav > li.no-link.active a {
  cursor: default;
}
@media (max-width: 1024px) {
  #header .left-nav li:hover:after,
  #header .left-nav li.active:after {
    display: none;
  }
}
#header .left-nav-sub li a:hover {
  background: #EDA600;
}
/* 右边菜单 */
#header .right-nav li {
  background: #ff5311;
  color: #fff;
}
#header .right-nav li>a{
    color: #fff;
}
#header .right-nav li:hover {
    background: #4f3e37;
  }
/* index-main */
/* .index-kv-swiper */
.index-kv-swiper .kv-info .info {
  background: -webkit-linear-gradient(
    left,
    rgba(0, 160, 233, 1),
    rgba(0, 160, 233, 0.8)
  ); /* Safari 5.1 - 6 */
  background: -o-linear-gradient(
    right,
    rgba(0, 160, 233, 1),
    rgba(0, 160, 233, 0.8)
  ); /* Opera 11.1 - 12*/
  background: -moz-linear-gradient(
    right,
    rgba(0, 160, 233, 1),
    rgba(0, 160, 233, 0.8)
  ); /* Firefox 3.6 - 15*/
  background: linear-gradient(
    to right,
    rgb(0,160, 233, 1),
    rgba(0, 160, 233, 0.8)
  ); /* 标准的语法 */
}
.index-kv-swiper .swiper-button-prev:hover,
.index-kv-swiper .swiper-button-next:hover {
  color: #EDA600;
}
.index-kv-swiper .swiper-pagination span {
  background: #00a0e9;
}

/* 卡片列表 */
.index-main .cards-list dl dd {
  background: #00a0e9;
}
.no-touch .index-main .cards-list dl dd:after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 56.134969%;
  position: absolute;
  top: 0;
  background: #EDA600;
  opacity: 0;
}
.no-touch .index-main .cards-list dl:hover dd:after {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
/* 内含视频 */
.index-main .cards-item.is-video dl dd:before {
  background: #00a0e9;
}
.index-main .cards-list dl h3,
.index-main .cards-list dl span,
.index-main .cards-list a.no-link dl:hover h3,
.index-main .cards-list a.no-link dl:hover span {
  color: #00a0e9;
}
.no-touch .index-main .cards-list dl:hover h3,
.no-touch .index-main .cards-list dl:hover span {
  color: #EDA600;
}

/* logo卡片图集按钮hover */
.logo-cards div.i:hover {
  color: #EDA600;
  border: 1px #EDA600 solid;
}

/* activity-detail-head 无图片背景时 */
.activity-detail-head.no-img-bg .container .i-dot,
.activity-detail-head.no-img-bg .container h3 {
  color: #00a0e9;
}

/* fancy 按钮hover */
.fancybox-navigation .fancybox-button:hover {
  color: #EDA600;
}
@media (min-width: 1025px) {
  .fancybox-button--close:hover:before {
    color: #EDA600;
  }
}

/* 侧边二级菜单... */
.aside-sub-nav li a:hover,
.aside-sub-nav li a.active {
  background: #00a0e9;
  color: #fff;
}

/* footer */
#footer .foot-list-title {
  color: #00a0e9;
}
.footer-nav-list.footer-nav-conUs a:hover {
  color: #EDA600;
}
/* footer 关注我们 */
.footer-nav-payUs .foot-smlist a.active {
  color: #EDA600;
}
@media (min-width: 1025px) {
  .footer-nav-payUs .foot-smlist a:hover {
    color: #EDA600;
  }
}
/* footer  同期展览 */
.footer-nav-exhit .i-narrow-left:hover,
.footer-nav-exhit .i-narrow-right:hover {
  color: #EDA600;
  border: 1px #EDA600 solid;
}

/* 侧边分享栏 */
.aside-share-wrap .consult .i {
  background: #00a0e9;
  border: 0;
}
.aside-share-wrap .consult .i:hover:after {
  background: rgba(0, 160, 233, 0.1);
}
@media (max-width: 1024px) {
  .aside-share-wrap .consult .i:after {
    background: rgba(0, 160, 233, 0.1);
  }
}
.aside-share-wrap .wechat-share,
.social-share-icon .wechat-qrcode,
#footer .aWechatShare .wechat-share {
  background: #00a0e9;
}
.is_desktop .aside-share .social-share-icon:hover,
.aside-share-wrap .bdsharebuttonbox .i:hover {
  color: #EDA600;
  border-color: #EDA600;
}

/* 手机横屏样式 */
@media screen and (max-width: 812px) and (min-width: 480px) and (orientation: landscape) {
  body:after {
    background: #00a0e9;
  }
}

/* subscribe-form */
.subscribe-form .agree-group a:hover{
  color: #EDA600;
}

/* news-list */
.news-list .news-item a i {
  color: #00a0e9;
}
.news-list .news-item a:hover i {
  color: #EDA600;
}
.news-list .news-item a.no-link:hover i {
  color: #00a0e9;
}
/* pag */
.pag a:hover {
  background: transparent;
  color: #EDA600;
}
.pag a.active {
  background: #00a0e9 !important;
}

@media (max-width: 768px) {
  .has-sub.is-open > a,
  .has-sub.is-open > a:after {
    color: #EDA600 !important;
  }
}

/* news-detail.html */
.aside-title {
  color: #00a0e9;
}
.news-detail-aside-wrap a span {
  color: #00a0e9;
}
.news-detail-aside-wrap a:hover span {
  color: #EDA600;
}
.news-detail-aside-wrap a.no-link:hover span {
  color: #00a0e9;
}

/* exhibitor-list.html */
.exhibitor-list .exhibitor-item h4 {
  color: #00a0e9;
}

/* exhibitor-detail.html */
.exhibitor-detail-wrapper .nav-item .nav-link:hover,
.exhibitor-detail-wrapper .nav-item .nav-link.active {
  color: #EDA600;
}
.exhibitor-detail-wrapper .nav-item .nav-link:hover:after,
.exhibitor-detail-wrapper .nav-item .nav-link.active:after {
  height: 6px;
  border-radius: 2px;
  transform: scaleY(0.5);
  background: #EDA600;
}
/* schedule */
.schedule-item .first-part h4{color: #00a0e9;}
/* 链接 */
.table.schedule-table a:hover{
  color: #EDA600;
}
/* exhibitor-detail.html */
table.th-bg thead {
  background: #00a0e9 !important;
  color: #fff;
}
table.th-bg tr td span {
  color: #00a0e9;
}
/* guest */
.exhibitor-detail-list .guest-item .img h4,
.exhibitor-detail-list .guest-item .intro h5 {
  color: #00a0e9;
}


.body-bg-main {
  background: #f7f7f7;
}
/* btn */
.btn {
  background: #00a0e9;
}

/* ----- 分页数字条效果 结束 ----- */
.pagebar{overflow:hidden; width:100%; margin-bottom:30px; margin-top:10px;}
.pagebar .pagination {display: flex;justify-content: center;margin-top: 10px;}
.pagination li a {display: block; background: #fff;border: 1px solid #ccc;color: #333;font-size: 14px;padding: 8px 12px;margin: 0 5px;border-radius: 3px;}
.pagination li a:hover {color:#ec6a26;border: 1px solid #ec6a26;}
.pagination li span {display: block; color: #fff;background:#ec6a26;font-size: 14px;padding: 8px 12px;margin: 0 5px;border-radius: 3px;}
.pagination li.disabled span{background: #fff;border: 1px solid #ccc;color: #333;}
/* ----- 分页数字条效果 结束 ----- */
