#newBridge .icon-right-center {
  top: 40% !important;
}
.clearfloat {
  zoom: 1;
}
.clearfloat:after {
  display: block;
  content: "";
  clear: both;
}
.fs18 {
  font-size: 18px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.toggle-nav-btn {
  display: none;
  float: right;
  font-size: 18px;
  color: #e70012;
  font-weight: bold;
  vertical-align: middle;
  margin-top: 15px;
}
.toggle-nav-btn img {
  width: 25px;
  vertical-align: middle;
}
.menu-row {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: -100%;
  background: #fff;
  transition: all 0.4s;
  min-height: 100%;
  overflow-y: auto;
  z-index: 2000;
}
.menu-row .menu-top {
  height: 60px;
  background: #e70012;
  position: fixed;
  width: 100%;
  z-index: 2;
}
.menu-row .menu-close {
  width: 60px;
  height: 60px;
  float: right;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  display: inline-block;
}
.menu-row .extra-link {
  padding: 0 20px;
}
.menu-row .extra-link a {
  display: block;
  width: 100%;
  line-height: 50px;
  border-radius: 5px;
  margin: 15px 0;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.menu-row .extra-link a img {
  vertical-align: middle;
  margin-right: 5px;
  height: 20px;
}
.menu-row .extra-link .exh-a {
  background: #e70012;
}
.menu-row .extra-link .vst-a {
  background: #000;
}
.menu-row .menu-ul {
  padding: 80px 20px 20px;
}
.menu-row .menu-ul .menu-li {
  line-height: 50px;
  border-radius: 5px;
  overflow: hidden;
  background: #f2f2f2;
  margin-bottom: 10px;
  font-size: 16px;
}
.menu-row .menu-ul .menu-li-a {
  display: block;
  position: relative;
  padding: 0 10px;
}
.menu-row .menu-ul .menu-li-a img {
  height: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
.menu-row .menu-ul .menu-li-a img.active {
  display: none;
}
.menu-row .menu-ul .menu-li-a.curr {
  background: #e70012;
  color: #fff;
}
.menu-row .menu-ul .menu-li-a.curr.hasSubmenu:after {
  content: '-';
}
.menu-row .menu-ul .hasSubmenu:after {
  content: '+';
  position: absolute;
  right: 10px;
  height: 100%;
  font-size: 26px;
  line-height: 46px;
}
.menu-row .menu-ul .sub-menu-a {
  padding-left: 20px;
  display: block;
  position: relative;
}
.menu-row .menu-ul .sub-menu-a img {
  vertical-align: middle;
  margin-right: 5px;
  width: 15px;
}
.menu-row .menu-ul .sub-menu-a.curr.hasThreemenu:after {
  transition: all 400ms;
  transform: rotate(-45deg);
}
.menu-row .menu-ul .hasThreemenu:after {
  display: block;
  content: '';
  position: absolute;
  right: 10px;
  top: 15px;
  width: 0.5em;
  height: 0.5em;
  border-width: 0 0 1px 1px;
  border-style: solid;
  transition: all 400ms;
  transform: rotate(-135deg);
}
.menu-row .menu-ul .sub-menu-ul,
.menu-row .menu-ul .three-menu-ul {
  display: none;
  background: #fff;
}
.menu-row .menu-ul .three-menu-a {
  padding-left: 40px;
  display: block;
}
footer {
  background: #000;
  width: 100%;
  margin-top: 30px;
  color: #d2d2d2;
  position: relative;
}
footer a {
  color: #d2d2d2;
}
footer .footer-top {
  display: flex;
  padding: 45px 0;
}
footer .footer-top > div {
  margin-right: 5%;
}
footer .footer-top > div:last-child {
  margin-right: 0;
}
footer .share-box {
  margin-top: 40px;
}
footer .share-box .share-icon {
  display: inline-block;
  margin-right: 5px;
  border-radius: 5px;
  background: #1a1a1a;
  width: 36px;
  height: 39px;
  text-align: center;
  line-height: 39px;
  font-size: 22px;
  color: #e70012;
}
footer .share-box .share-icon img {
  vertical-align: middle;
}
footer .share-box .share-icon:hover {
  background: #2c2c2c;
}
footer .footer-name {
  font-size: 24px;
  margin-bottom: 20px;
  color: #fff;
}
footer .quick-box {
  margin-bottom: 40px;
}
footer .quick-list a {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 10px;
  white-space: nowrap;
}
footer .footer-info {
  line-height: 30px;
}
footer .footer-email {
  display: flex;
  height: 50px;
  line-height: 50px;
  border-radius: 30px;
  overflow: hidden;
  background: #fff;
  margin-top: 10px;
}
footer .footer-email input {
  float: left;
  padding: 0 20px;
  border: 0;
  height: 100%;
}
footer .footer-email .E-mail-name {
  background: transparent;
  width: 110px;
  border-radius: 30px 0 0 30px;
  background: url(../images/input-line.png) no-repeat right center;
}
footer .footer-email .E-mail-address {
  background: transparent;
  width: 200px;
  flex-grow: 1;
}
footer .footer-email .E-mail-address-but {
  float: right;
  width: 115px;
  border: 1px solid #e70012;
  background: #e70012;
  height: 50px;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  transition: all 400ms;
}
footer .footer-email .E-mail-address-but:hover {
  color: #e70012;
  background: #fff;
}
footer .footer-wechat {
  width: 230px;
  flex-shrink: 0;
}
footer .footer-wechat .ewm-box {
  zoom: 1;
  margin: auto;
}
footer .footer-wechat .ewm-box:after {
  display: block;
  content: "";
  clear: both;
}
footer .footer-wechat .ewm-box .item {
  width: 100px;
  text-align: center;
  float: left;
  margin-right: 30px;
  margin-bottom: 15px;
}
footer .footer-wechat .ewm-box .item img {
  width: 100%;
  display: block;
  margin: auto;
}
footer .footer-wechat .ewm-box .item:nth-child(2n) {
  margin-right: 0;
}
footer .footer-seek {
  border-top: 1px solid #585858;
  padding: 15px 0;
  color: #969696;
}
footer .footer-seek-left {
  line-height: 55px;
}
footer .footer-seek-a {
  font-size: 12px;
  color: #000;
  display: block;
}
footer .footer-seek-a:hover {
  color: #129cd1;
}
footer .footer-seek-a .icon-sousuo_sousuo {
  font-size: 17px;
  font-weight: bold;
  color: #129cd1;
  margin-right: 15px;
  position: relative;
  top: 2px;
}
/*右侧悬浮*/
.right-frame {
  position: absolute;
  right: 0;
  top: 350px;
  /*top: 30%;*/
  z-index: 99;
}
.right-frame .box {
  width: 92px;
}
.right-frame .item {
  width: 92px;
  height: 92px;
  background: #e70012;
  margin-bottom: 1px;
  color: #fff;
  text-align: center;
  padding: 16px 0;
  position: relative;
  cursor: pointer;
}
.right-frame .item:hover {
  opacity: 0.9;
}
.right-frame .item:first-of-type {
  border-radius: 5px 0 0 0 ;
}
.right-frame .item:last-of-type {
  border-radius: 0 0 0 5px ;
}
.right-frame .item p {
  color: #fff;
  font-size: 15px;
}
.right-frame .right-ewm {
  display: none;
  opacity: 0;
  position: absolute;
  right: 95px;
  width: 130px;
  height: 130px;
  background: #fff;
  top: -20px;
  padding: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  transition: all 400ms;
}
.right-frame .right-ewm:before {
  position: absolute;
  right: -12px;
  top: 50%;
  margin-top: -6px;
  display: block;
  content: "";
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}
.right-frame .right-ewm img {
  display: block;
  width: 100%;
}
.right-frame .js-right-ewm:hover .right-ewm {
  display: block;
  opacity: 1;
  transition: all 400ms;
}
.aip-back-top {
  cursor: pointer;
}
/* 面包屑 */
.inner-banner {
  position: relative;
}
.innerbanner-img {
  display: block;
  width: 100%;
}
.crumbs-box {
  position: absolute;
  left: calc((100% - 1300px)/2);
  width: 1300px;
  bottom: 0;
}
.crumbs-box .crumbs {
  padding: 10px 0;
}
.crumbs-box .crumbs-a {
  color: #fff;
}
.crumbs-box .crumbs-a:hover {
  color: #e70012;
}
.crumbs-box .crumbs-curr {
  color: #e70012;
}
.paging {
  text-align: center;
  margin-top: 50px;
}
.paging a,
.paging span {
  color: #666666;
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #bfbfbf;
  margin: 2px 3px;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  font-size: 18px;
}
.paging a:hover,
.paging a.curr {
  background-color: #e70012;
  color: #fff;
  border-color: #e70012;
  cursor: default;
}
.paging li {
  display: inline-block;
}
.paging li.active span {
  background-color: #e70012;
  color: #fff;
  border-color: #e70012;
  cursor: default;
}
.paging .prev-disabled,
.paging .next-disabled,
.paging .last-disabled {
  cursor: not-allowed;
  background-color: #eee;
}
.paging .prev-disabled:hover,
.paging .next-disabled:hover,
.paging .last-disabled {
  background-color: #eee;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.swiper-pagination-bullet-active {
  background: #e70012;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}
.countdown-box {
  background-color: #fff;
  padding: 20px;
  text-align: center;
  margin-bottom: 30px;
  border-radius: 5px;
}
.countdown-box .tit {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  font-weight: bold;
}
.countdown-box .tit img {
  vertical-align: middle;
}
.countdown-box .countdown-time {
  display: inline-block;
  vertical-align: middle;
}
.countdown-box .countdown-time li {
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
}
.countdown-box .countdown-time li .time-span {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  color: #e70012;
  padding: 0 10px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
}
.yibo-z-con-li {
  margin-top: 40px;
}
.yibo-z-con-li li {
  width: 33.33%;
  float: left;
  list-style: none;
  border-right: 1px solid #e5e5e5;
}
.yibo-z-con-li li:first-of-type {
  border-left: 1px solid #e5e5e5;
}
.yibo-z-con-li .yibo-z-con-li-t {
  font-size: 20px;
  line-height: 1;
  color: #e70012;
}
.yibo-z-con-li .yibo-z-con-li-t .counter {
  font-weight: bold;
  font-size: 30px;
}
.yibo-z-con-li .yibo-z-con-li-icon {
  display: none;
}
.yibo-z-con-li .yibo-z-con-li-icon img {
  height: 25px;
}
.more-btn {
  display: block;
  color: #fff;
  background: #e70012;
  height: 50px;
  border-radius: 30px;
  width: 148px;
  text-align: center;
  line-height: 50px;
  transition: all 400ms;
}
.more-btn:hover {
  color: #fff;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
}
.iabout-box {
  background: linear-gradient(to bottom, #f5f5f5 55%, #fff 55%, #fff);
}
.iabout-box .video-box {
  width: 50%;
  border-radius: 5px;
  overflow: hidden;
  background: #000;
  height: 480px;
}
.iabout-box .iabout-con {
  width: 50%;
}
.iabout-box .iabout-top {
  width: 100%;
  padding-left: 5%;
}
.iabout-box .iabout-top .title {
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 1.5;
}
.iabout-box .iabout-top .title span {
  font-size: 20px;
  line-height: 1;
}
.iabout-box .iabout-top .p1 {
  display: inline-block;
  margin-right: 20px;
  font-size: 18px;
}
.iabout-box .iabout-top .p1 img {
  vertical-align: middle;
}
.iabout-box .iabout-info {
  line-height: 1.8;
  padding: 20px 0;
  color: #555;
}
.iabout-box .yiguo-comp {
  background: #fff;
  border-radius: 0 10px 0 0;
  padding: 0 5%;
  margin-top: 20px;
}
.iexh-list li:nth-of-type(1) {
  padding: 0 4%;
}
.iexh-list li:nth-of-type(2) {
  padding: 0 8%;
}
.iexh-list li:nth-of-type(3) {
  padding: 0 7%;
}
.inews-top {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
}
.inews-top li {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  box-sizing: border-box;
  padding: 15px 0;
  display: inline-block;
  width: 100px;
  cursor: pointer;
}
.inews-top li:nth-of-type(3) {
  border-right: 0;
}
.inews-top li.curr {
  color: #e70012;
  border-bottom: 3px solid #e70012;
}
.inews-tab-con {
  position: relative;
  display: none;
  zoom: 1;
}
.inews-tab-con:after {
  display: block;
  content: "";
  clear: both;
}
.inews-tab-con .inews-fl {
  float: left;
  width: 55%;
  zoom: 1;
}
.inews-tab-con .inews-fl:after {
  display: block;
  content: "";
  clear: both;
}
.inews-tab-con .inews-fl .item {
  float: left;
  width: calc(100%/2 - 10px);
  margin-right: 20px;
}
.inews-tab-con .inews-fl .item:nth-of-type(2) {
  margin-right: 0;
}
.inews-tab-con .inews-fl .item:hover img {
  transition: all 600ms;
  -webkit-transition: all 600ms;
  -moz-transition: all 600ms;
  transform: scale(1.1);
}
.inews-tab-con .inews-fl .item .imgbox {
  overflow: hidden;
  height: 220px;
  line-height: 220px;
  background: #fafafa;
}
.inews-tab-con .inews-fl .item .imgbox img {
  width: 100%;
  transition: all 600ms;
  -webkit-transition: all 600ms;
  -moz-transition: all 600ms;
  vertical-align: middle;
}
.inews-tab-con .inews-fl .item .txtbox {
  padding: 20px;
}
.inews-tab-con .inews-fl .item .txtbox .inews-info {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.inews-tab-con .inews-tit {
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.inews-tab-con .date {
  margin: 10px 0;
}
.inews-tab-con .inews-ul {
  float: right;
  width: 43%;
}
.inews-tab-con .inews-ul li {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
  transition: all 400ms;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
}
.inews-tab-con .inews-ul li:hover {
  transform: translateX(10px);
}
.inews-tab-con .inews-ul li .inews-info {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.event-swiper,
.event-top {
  float: left;
  width: 50%;
  margin-right: 25px;
}
.event-slide {
  border-radius: 10px;
  overflow: hidden;
}
.event-slide:hover img {
  transform: scale(1.1);
  transition: all 600ms;
}
.event-slide a {
  display: block;
  position: relative;
}
.event-slide img {
  display: block;
  width: 100%;
  transition: all 600ms;
}
.event-slide .txtbox {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
}
.event-slide .txtbox .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  border-left: 5px solid #e70012;
  padding: 0 20px;
  width: 100%;
  margin: 0 25px 25px;
  color: #fff;
}
.event-title {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.event-pagination {
  text-align: right;
  padding-right: 25px;
  bottom: 20px !important;
}
.event-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 0.5;
  background: #fff;
}
.event-pagination .swiper-pagination-bullet-active {
  background: #e70012;
  opacity: 1;
}
.event-ul {
  width: calc(50% - 25px);
  float: left;
}
.recommend-slide {
  border: 1px solid #d6d6d6;
}
.recommend-slide:hover {
  color: #fff;
}
.recommend-slide:hover .txtbox {
  background: #e70012;
}
.recommend-slide:hover .gray-info,
.recommend-slide:hover .recommend-tit {
  color: #fff;
}
.recommend-slide .txtbox {
  border-top: 1px solid #d6d6d6;
  padding: 10px 20px;
  background: #fff url(../images/recomm-bg.png) no-repeat right bottom;
}
.recommend-slide .recommend-tit {
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 32px;
}
.recommend-slide .imgbox {
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
}
.recommend-slide .imgbox img {
  max-height: 100%;
  max-width: 100%;
}
.recommend-swiper {
  padding-bottom: 40px;
}
.recommend-pagination {
  bottom: 0 !important;
}
.recommend-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #bcbcbc;
  opacity: 1;
}
.recommend-pagination .swiper-pagination-bullet-active {
  background: #e70012;
  width: 25px;
  border-radius: 5px;
}
.about-info > p {
  color: #666;
  margin-bottom: 20px;
}
.about-info > p:last-of-type {
  margin-bottom: 0;
}
.info-top {
  margin-top: 60px;
  width: 50%;
}
.info-top .title {
  font-size: 20px;
  margin-bottom: 5px;
}
.info-top .date-add {
  font-size: 18px;
  margin-bottom: 30px;
}
.info-top .date-add span {
  display: inline-block;
  margin-right: 20px;
  text-indent: 25px;
}
.info-top .date-add span.date {
  background: url(../images/about-icon01.png) no-repeat left center;
}
.info-top .date-add span.address {
  background: url(../images/about-icon02.png) no-repeat left center;
}
.two-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  /*.about-half1 {
        background: @color url(../images/about-logo01.jpg) no-repeat center top 30px;
    }
    .about-half2 {
        background: @color url(../images/about-logo02.png) no-repeat center top 40px;
    }*/
}
.two-box:after {
  display: block;
  content: "";
  clear: both;
}
.two-box.two-reverse-box {
  flex-direction: row-reverse;
}
.two-box.info-twobox {
  margin-bottom: 60px;
}
.two-box.info-twobox .half-img {
  margin-top: -90px;
}
.two-box .half-txt {
  width: 50%;
  float: left;
}
.two-box .half-img {
  width: 45%;
  position: relative;
  float: left;
}
.two-box .half-img .imgbox {
  background: #fff;
  border-radius: 10px 0px 40px 0px;
  padding: 5px;
  width: 96%;
  float: right;
  margin-top: -160px;
  position: relative;
  z-index: 2;
}
.two-box .half-img .imgbox img {
  width: 100%;
  display: block;
  border-radius: 10px 0px 40px 0px;
}
.two-box .half-bg1 {
  width: 70%;
  background: #e70012;
  /*padding: 30px 0 100px;*/
  height: 316px;
  border-radius: 40px 0 0 0;
}
.two-box .half-bg2 {
  border-radius: 0 0 40px 0;
  position: absolute;
  right: -10px;
  bottom: -10px;
  background: #e70012;
  height: 80px;
  width: 97.5%;
}
.two-box .about-half1 {
  background: #faf4f5 url(../images/about-logo011.png) no-repeat center top 30px;
}
.two-box .about-half2 {
  background: #faf4f5 url(../images/about-logo03.png?v=1) no-repeat center top 40px;
  background-size: 95%;
}
.exhinfo-box {
  background: url(../images/about-bg01.jpg) no-repeat center center;
  background-size: 100% 100%;
  padding: 30px 0;
}
.exhinfo-box li {
  /*padding-top: 20px;
        padding-bottom: 20px;*/
}
.exhinfo-box li .yibo-z-con-li-t {
  color: #e70012;
}
.exhinfo-box li .yibo-z-con-li-t .counter {
  font-weight: bold;
  font-size: 30px;
}
.exhinfo-box li:nth-of-type(1) {
  padding-left: 4%;
  padding-right: 4%;
  border-left: 0;
}
.exhinfo-box li:nth-of-type(2) {
  padding-left: 8%;
  padding-right: 8%;
}
.exhinfo-box li:nth-of-type(3) {
  padding-left: 7%;
  padding-right: 7%;
  border-right: 0;
}
.basic-info:after {
  display: block;
  content: "";
  clear: both;
}
.basic-info .imgbox {
  float: left;
  width: 50%;
}
.basic-info .imgbox img {
  width: 100%;
  display: block;
}
.basic-info .txtbox {
  float: right;
  width: 48%;
}
.basic-info .txtbox .txt-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.basic-list {
  margin-top: 40px;
}
.basic-list:after {
  display: block;
  content: "";
  clear: both;
}
.basic-list li {
  float: left;
  width: calc(100%/5 - 4px);
  border-radius: 5px;
  border: 1px solid #d6d6d6;
  margin-right: 5px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 72px;
  text-align: center;
}
.basic-list li:nth-of-type(5n) {
  margin-right: 0;
}
.basic-list li:nth-of-type(2n) {
  background: #ffeff0;
}
.basic-show {
  padding: 50px 0;
  background: url(../images/about-bg02.jpg) no-repeat center center;
  background-size: 100% 100%;
}
.basic-show:after {
  display: block;
  content: "";
  clear: both;
}
.basic-show .item {
  width: 50%;
  float: left;
}
.basic-show .item .title {
  font-size: 24px;
}
.basic-show .item .title:after {
  display: block;
  content: "";
  width: 36px;
  height: 5px;
  background: #e70012;
  margin-top: 5px;
}
.basic-show .item .basic-show-info {
  color: #666;
}
.basic-bottom {
  margin-top: 60px;
}
.basic-bottom:after {
  display: block;
  content: "";
  clear: both;
}
.basic-bottom .item {
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  padding: 20px;
  width: 25%;
  margin-right: 30px;
  margin-bottom: 30px;
  float: left;
}
.basic-bottom .item.item-time {
  width: calc(100% - 25% - 30px);
  margin-right: 0;
}
.basic-bottom .item .title {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 5px;
}
.basic-bottom .item .info {
  color: #666;
}
.exhibits-box .exhibits-con {
  position: relative;
}
.exhibits-box .exhibits-con .item {
  padding: 30px 0;
  border-bottom: 1px dashed #adadad;
}
.exhibits-box .exhibits-con .item.item-half {
  width: 48%;
}
.exhibits-box .exhibits-con .item .exhibits-area {
  width: 120px;
  height: 54px;
  line-height: 54px;
  background: #e70012;
  border-radius: 5px;
  color: #fff;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
}
.exhibits-box .exhibits-con .item .exhibits-area span {
  font-size: 48px;
}
.exhibits-box .exhibits-con .item .title {
  font-size: 18px;
  margin: 20px 0 10px;
  font-weight: bold;
}
.exhibits-box .exhibits-con .item .exhibits-info {
  margin-bottom: 20px;
}
.exhibits-box .exhibits-con .item .exhibits-info:last-of-type {
  margin-bottom: 0;
}
.exhibits-box .exhibits-con .item .exhibits-info .name {
  color: #e70012;
  margin-bottom: 5px;
}
.exhibits-box .exhibits-map {
  width: 48%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 5px;
  border: 3px solid #000;
  padding: 100px 45px;
}
.exhibits-box .exhibits-map img {
  width: 100%;
}
.org-box {
  padding-bottom: 60px;
  border-bottom: 1px dashed #adadad;
  margin-bottom: 60px;
}
.org-box:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
}
.org-box .org-title {
  font-size: 18px;
  margin-bottom: 20px;
}
.org-box .about-info a {
  text-decoration: underline;
}
.org-box .half-img {
  width: 47%;
  padding: relative;
}
.org-box .half-img img {
  width: 100%;
  display: block;
  border-radius: 5px;
}
.org-box .half-img .org-logo {
  position: absolute;
  bottom: -10px;
  left: -10px;
  width: 50%;
  background: url(../images/org-bg01.png) no-repeat left bottom;
  background-size: 100%;
  height: 90px;
  border-radius: 0 30px 0 0;
}
.org-box .half-img .org-logo p {
  border-radius: 0 30px 0 0;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 10px 20px;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.org-box .half-img .org-logo img {
  width: auto;
  max-height: 100%;
}
.venue-box .venue-title {
  font-size: 18px;
  font-weight: bold;
}
.venue-box .date {
  margin-bottom: 20px;
}
.venue-box .two-box .half-img {
  width: 48%;
  position: relative;
  margin-top: -30px;
}
.venue-box .two-box .half-img:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/venue-bg.png) no-repeat;
  position: absolute;
  bottom: -10px;
  right: -10px;
}
.venue-box .two-box .half-img img {
  display: block;
  width: 100%;
  border-radius: 5px;
  position: relative;
  z-index: 2;
}
.exh-map {
  width: 100%;
  border: 3px solid #eaeaea;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
}
.exh-map img {
  max-width: 100%;
  height: auto;
}
.figures-box {
  margin-top: 60px;
}
.figures-box:after {
  display: block;
  content: "";
  clear: both;
}
.figures-box .item {
  float: left;
  margin-right: 20px;
  width: calc(100%/2 - 10px);
}
.figures-box .item p {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.figures-box .item:nth-of-type(2n) {
  margin-right: 0;
}
.figures-box .item .imgbox {
  border: 3px solid #eaeaea;
}
.figures-box .item .imgbox img {
  width: 100%;
  display: block;
}
.winning-top {
  text-align: center;
  margin-bottom: 40px;
}
.winning-top .winning-title {
  text-align: center;
  background: url(../images/winning-top.png) no-repeat center center;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 80px;
  height: 100px;
}
.winning-top .sub-title {
  color: #e70012;
}
.winning-list:after {
  display: block;
  content: "";
  clear: both;
}
.winning-list li {
  border: 1px solid #eaeaea;
  border-radius: 10px;
  position: relative;
  width: calc(100%/3 - 27px);
  margin-right: 40px;
  margin-bottom: 40px;
  margin-top: 44px;
  float: left;
}
.winning-list li:nth-of-type(3n) {
  margin-right: 0;
}
.winning-list li .logo {
  position: absolute;
  top: -42px;
  left: 20px;
  width: 84px;
  height: 84px;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #eaeaea;
  background: #fff;
}
.winning-list li .logo img {
  max-width: 100%;
  max-height: 100%;
}
.winning-list li .topnum {
  position: absolute;
  top: 0;
  right: 0;
  background: #e70012;
  color: #fff;
  height: 40px;
  width: 84px;
  border-radius: 0 0 0 10px;
  text-align: center;
  line-height: 40px;
}
.winning-list li .txt-top {
  padding: 45px 20px 20px;
}
.winning-list li .txt-top .company {
  font-size: 22px;
}
.winning-list li .txt-top .booth-num {
  font-size: 16px;
  min-width: 190px;
  line-height: 45px;
  border: 1px solid #e70012;
  border-radius: 10px;
  padding: 0 10px;
  width: 185px;
  margin-top: 10px;
}
.winning-list li .txt-bottom {
  background: #f3f3f3;
  height: 50px;
  line-height: 50px;
}
.winning-list li .txt-bottom p {
  float: left;
  width: 25%;
  position: relative;
  text-align: center;
}
.winning-list li .txt-bottom p:after {
  content: "";
  display: block;
  width: 1px;
  height: 24px;
  background: #e3e3e3;
  position: absolute;
  top: 13px;
  right: 0;
}
.winning-list li .txt-bottom p:last-of-type:after {
  display: none;
}
.winning-list li .txt-bottom p i {
  margin-right: 5px;
  color: #999;
  font-size: 20px;
  vertical-align: middle;
}
.winning-con .note {
  font-size: 18px;
  color: #e70012;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d6d6d6;
}
.winning-con .win-publish:after {
  display: block;
  content: "";
  clear: both;
}
.winning-con .win-publish .win-name {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.winning-con .win-publish li {
  float: left;
  margin-right: 90px;
}
.winning-con .win-publish li .name {
  width: 138px;
  height: 138px;
  background: #e70012;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  line-height: 138px;
}
.winning-con .win-publish li .num {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin-top: 5px;
}
.gallery-tit {
  font-size: 24px;
  margin: 15px 0;
}
.gallery-video {
  margin-bottom: 20px;
  border-radius: 5px;
  overflow: hidden;
  background: #000;
}
.gallery-video video {
  width: 100%;
}
.gallery-first {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  overflow: hidden;
}
.smart-item .gallery-list .gallery-first .img-src {
  height: 420px;
}
.guide-top {
  margin-bottom: 40px;
}
.guide-top:after {
  display: block;
  content: "";
  clear: both;
}
.guide-top .txtbox {
  float: right;
  width: 50%;
  padding-left: 30px;
}
.guide-top .txtbox .title {
  font-size: 18px;
  margin-bottom: 10px;
}
.guide-top .txtbox .gray-info span {
  display: block;
}
.guide-top .imgbox {
  width: 50%;
  float: left;
  border-radius: 7px;
  overflow: hidden;
}
.guide-top .imgbox img {
  display: block;
  width: 100%;
}
.guide-time {
  position: relative;
  background: #e70012;
  color: #fff;
  border-radius: 5px 5px 0 0;
}
.guide-time .time1,
.guide-time .time2 {
  position: absolute;
  top: 23px;
}
.guide-time .time1 {
  left: 32.3%;
}
.guide-time .time2 {
  left: 65.5%;
}
.guide-time ul:after {
  display: block;
  content: "";
  clear: both;
}
.guide-time ul li {
  float: left;
  width: 33.33%;
  text-align: center;
  position: relative;
}
.guide-time ul li:after {
  display: block;
  content: "";
  border-width: 12px 10px 10px 10px;
  border-style: solid;
  border-color: #e70012 transparent transparent transparent;
  position: absolute;
  bottom: -22px;
  left: 50%;
  margin-left: -10px;
}
.guide-time ul li p {
  margin: 10px auto;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fff;
  color: #e70012;
  text-align: center;
  line-height: 56px;
}
.guide-content {
  border: 1px solid #e1e1e1;
  border-top: 0;
  border-radius: 0 0 5px 5px;
}
.guide-content:after {
  display: block;
  content: "";
  clear: both;
}
.guide-content .item {
  float: left;
  width: 33.33%;
  border-right: 1px solid #e1e1e1;
  padding: 20px;
}
.guide-content .item .name {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: normal;
}
.guide-content .item:last-of-type {
  border: 0;
}
.guide-content .guide-detail {
  height: 385px;
}
.guide-content .guide-detail:after {
  display: block;
  content: "";
  clear: both;
}
.guide-content .guide-detail .guide-d-tab {
  float: left;
  width: 25%;
  background: #ececec;
  text-align: center;
  border-bottom: 1px solid #dddddd;
  border-radius: 5px 0 0 5px;
  height: 100%;
  overflow: hidden;
}
.guide-content .guide-detail .guide-d-tab p {
  font-size: 18px;
  line-height: 60px;
  cursor: pointer;
}
.guide-content .guide-detail .guide-d-tab p.curr {
  background: #e70012;
  color: #fff;
}
.guide-content .guide-detail .guide-d-con {
  display: none;
  float: left;
  width: 75%;
  border: 1px solid #b0b0b0;
  border-left: 0;
  border-radius: 0 5px 5px 0;
  height: 100%;
  padding: 15px;
}
.guide-content .guide-detail .guide-d-con .guide-a {
  display: block;
  color: #e70012;
  margin: 40px 0;
  font-weight: bold;
}
.guide-content .guide-detail .guide-d-con .erwim {
  display: inline-block;
  padding: 10px;
  border: 1px solid #b0b0b0;
  border-radius: 5px;
}
.guide-content .guide-detail .guide-d-con .erwim img {
  display: block;
}
.tab-top {
  margin: 50px 0;
  text-align: center;
}
.tab-top .tab-a {
  display: inline-block;
  width: 185px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  color: #fff;
  background: #000;
  font-size: 18px;
  border-radius: 5px;
  margin: 0 5px;
}
.tab-top .tab-a.curr,
.tab-top .tab-a:hover {
  background: #e70012;
}
.exhsevice-box .exhsevice-con {
  color: #666;
}
.exhsevice-box p {
  font-size: 16px;
  margin-bottom: 20px;
}
.exhsevice-box p:after {
  display: block;
  content: "";
  clear: both;
}
.exhsevice-box p .num {
  background: #e70012;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #fff;
  float: left;
  line-height: 22px;
  text-align: center;
  margin-right: 5px;
  margin-top: 3px;
}
.exhsevice-box p .info {
  float: left;
  color: #666;
  width: calc(100% - 27px);
}
.exhsevice-box .service-table {
  border-radius: 5px;
  font-size: 16px;
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
}
.exhsevice-box .service-table th,
.exhsevice-box .service-table td {
  padding: 20px 0;
  text-align: center;
  border: 1px solid #dedede;
}
.exhsevice-box .service-table th {
  background: #e70012;
  color: #fff;
  width: 185px;
  border-color: #e70012;
  border-bottom-color: #dedede;
  border-right-color: #dedede;
}
.exhsevice-box .service-table td {
  background: #f7f7f7;
  color: #000;
}
.exhsevice-box .service-title {
  border-bottom: 1px solid #cccccc;
  font-size: 24px;
  padding-bottom: 5px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #000;
}
.exhsevice-box .logistics-table td {
  text-align: left;
  padding-left: 40px;
}
.exhsevice-box .logistics-table td p {
  display: inline-block;
  margin-right: 40px;
  margin-bottom: 0;
}
.xuzhi-txt:after {
  display: block;
  content: "";
  clear: both;
}
.xuzhi-txt .item {
  width: 48%;
  background: #f0f0f0;
  border-radius: 5px;
  float: left;
  padding: 30px;
  height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 10px 0 30px;
  margin-right: 2%;
}
.xuzhi-txt .item .title {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: bold;
  margin-bottom: 5px;
}
.xuzhi-txt .item p {
  margin-bottom: 0;
}
.xuzhi-txt .item:nth-of-type(2) {
  margin-right: 0;
}
.xuzhi-step {
  margin: 30px 0 30px;
}
.xuzhi-step .xuzhi-top:after {
  display: block;
  content: "";
  clear: both;
}
.xuzhi-step .xuzhi-top p {
  float: left;
  width: 25%;
  font-size: 18px;
  text-align: center;
}
.xuzhi-step .xuzhi-con {
  background: #f0f0f0;
  border-radius: 5px;
  display: flex;
  margin-top: 35px;
}
.xuzhi-step .xuzhi-con:after {
  display: block;
  content: "";
  clear: both;
}
.xuzhi-step .xuzhi-con .item {
  position: relative;
  float: left;
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.xuzhi-step .xuzhi-con .item:after {
  display: block;
  content: '';
  width: 52px;
  height: 36px;
  background: url(../images/jiantou2.png) no-repeat center center;
  position: absolute;
  right: -26px;
  top: 50%;
  margin-top: -13px;
}
.xuzhi-step .xuzhi-con .item:last-of-type:after {
  display: none;
}
.xuzhi-step .xuzhi-con .item .item-num {
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: -28px;
  left: 50%;
  margin-left: -28px;
  background: #e70012;
  border-radius: 50%;
}
.xuzhi-step .xuzhi-con .item .item-num-m {
  display: none;
}
.xuzhi-step .xuzhi-con .item .imgbox {
  text-align: center;
  padding: 45px 0;
}
.sevice-collec {
  margin-top: 40px;
}
.sevice-collec:after {
  display: block;
  content: "";
  clear: both;
}
.sevice-collec .item {
  float: left;
  width: 48%;
  margin-right: 2%;
}
.sevice-collec .item:nth-of-type(2) {
  margin-right: 0;
}
.sevice-collec .item p {
  color: #666;
  padding: 0 20px;
}
.sevice-collec .item p.name {
  font-size: 18px;
  font-weight: bold;
  color: #e70012;
  background: #fafafa;
  padding: 10px 20px;
}
.vip-top {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 40px;
}
.vip-box {
  margin-bottom: 30px;
}
.vip-box .vip-name {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
}
.vip-box .vip-how {
  background: #f6f6f6;
  border-radius: 5px;
  color: #666;
  padding: 20px;
  line-height: 30px;
}
.vip-box .vip-how span {
  color: #e70012;
}
.vip-box .courtesy-list:after {
  display: block;
  content: "";
  clear: both;
}
.vip-box .courtesy-list li {
  width: calc(100%/4 - 30px);
  margin-right: 40px;
  margin-bottom: 20px;
  background: #f6f6f6;
  border-radius: 5px;
  float: left;
  padding: 50px 20px 20px;
  height: 184px;
  color: #666;
  position: relative;
}
.vip-box .courtesy-list li:nth-of-type(4n) {
  margin-right: 0;
}
.vip-box .courtesy-list li.note {
  width: 60%;
  background: transparent;
  color: #e70012;
  padding: 0;
  display: flex;
  align-items: flex-end;
  font-weight: bold;
}
.vip-box .courtesy-list li .num {
  width: 74px;
  height: 45px;
  background: url(../images/num-bg.png) no-repeat center center;
  color: #fff;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top: 0;
  left: -6px;
  font-size: 30px;
  font-weight: bold;
}
.vip-detail:after {
  display: block;
  content: "";
  clear: both;
}
.vip-detail .item {
  width: 48%;
  margin-right: 2%;
  color: #fff;
  padding: 20px;
  background: url(../images/vip-bg01.png) no-repeat center center;
  background-size: 100% 100%;
  float: left;
  border-radius: 10px;
  overflow: hidden;
  height: 286px;
}
.vip-detail .item:nth-of-type(2n) {
  margin-right: 0;
  background: url(../images/vip-bg02.png) no-repeat center center;
}
.vip-detail .item .name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.vip-detail .item a {
  color: #fff;
}
.vst-contact {
  padding: 40px;
  background: #f7f7f7 url(../images/vst-contact.png) no-repeat right center;
  background-size: auto 100%;
  border-radius: 10px;
  overflow: hidden;
}
.vst-contact .item {
  margin-bottom: 40px;
}
.vst-contact .item:last-of-type {
  margin-bottom: 0;
}
.vst-contact .item .name {
  font-weight: bold;
}
.vst-contact .item .info {
  color: #666;
  line-height: 30px;
}
.recom-news {
  margin-bottom: 10px;
  border-radius: 5px;
  overflow: hidden;
  background: #f9f9f9;
  max-height: 350px;
}
.recom-news .imgbox {
  width: 50%;
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
}
.recom-news .imgbox a {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.recom-news .imgbox img {
  width: 100%;
  display: block;
  transition: all 600ms;
}
.recom-news .imgbox img:hover {
  transition: all 600ms;
  transform: scale(1.1);
}
.recom-news .txtbox {
  width: 50%;
  padding: 30px;
}
.recom-news .txtbox .title {
  margin-bottom: 5px;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.recom-news .txtbox .date {
  color: #e70012;
  margin-bottom: 5px;
}
.recom-news .txtbox .info {
  margin: 10px 0 50px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.recom-news .txtbox .more {
  display: block;
  background: #e70012;
  color: #fff;
  width: 150px;
  padding: 10px 0;
  text-align: center;
  border-radius: 30px;
  transition: all 600ms;
}
.recom-news .txtbox .more:hover {
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
}
.news-list .li {
  line-height: 30px;
  padding: 20px 0;
  border-bottom: 1px solid #e0e0e0;
  transition: all 600ms;
}
.news-list .li:after {
  display: block;
  content: "";
  clear: both;
}
.news-list .li:hover {
  transform: translateX(20px);
}
.news-list .li .news-fl {
  float: left;
  width: calc(100% - 40px);
}
.news-list .li .news-tit {
  float: left;
  font-size: 18px;
  width: calc(100% - 150px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
}
.news-list .li .date {
  color: #999;
}
.news-list .li .news-fr {
  float: right;
}
.news-list .li .news-fr .arrow {
  display: inline-block;
  background: #e70012;
  color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 29px;
  border-radius: 50%;
  vertical-align: middle;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  font-size: 20px;
}
.newsinfo-con .news-title {
  text-align: center;
  font-size: 24px;
}
.newsinfo-con .detail {
  width: 988px;
  margin: 0 auto;
}
.newsinfo-con .detail p {
  margin-bottom: 10px;
}
.newsinfo-con .detail img {
  max-width: 100%;
  height: auto !important;
}
.newsinfo-con .news-paging {
  margin-top: 30px;
  padding: 25px 0;
  border-top: 1px solid #dcdcdc;
}
.newsinfo-con .news-paging .links {
  background: #f3f3f3;
  border-radius: 5px;
}
.newsinfo-con .news-paging .links:after {
  display: block;
  content: "";
  clear: both;
}
.newsinfo-con .news-paging .links .links-a {
  padding: 15px 20px;
  float: left;
  width: 50%;
  position: relative;
}
.newsinfo-con .news-paging .links .links-a:after {
  display: block;
  content: "";
  width: 1px;
  height: 16px;
  background: #dadada;
  position: absolute;
  right: 0;
  top: 22px;
}
.newsinfo-con .news-paging .links .links-a:last-of-type:after {
  display: none;
}
.newsinfo-con .news-paging .links .links-a a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsinfo-con .news-paging .links .links-a a:hover {
  color: #e70012;
}
.newsinfo-con .news-paging .back-btn {
  display: block;
  margin: 50px auto;
  width: 220px;
  height: 60px;
  line-height: 60px;
  background: #e70012;
  color: #fff;
  border-radius: 30px;
  text-align: center;
  transition: all 600ms;
  margin-top: 15px;
  font-size: 18px;
}
.newsinfo-con .news-paging .back-btn:hover {
  transition: all 600ms;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
}
.sub-box {
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
  margin: 10px auto 25px;
  line-height: 34px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 30px;
}
.sub-box .share-box {
  margin-left: 50px;
}
.sub-box .share-box:after {
  display: block;
  content: "";
  clear: both;
}
.sub-box .share-box span {
  float: left;
}
.sub-box .share-box .share-con {
  float: left;
  background: #fef2f3;
  border-radius: 20px;
  font-size: 0;
  padding: 6px 10px;
  line-height: 0;
}
.sub-box .share-box .share-icon {
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  background: transparent;
  font-size: 22px;
  color: #e70012;
}
.sub-box .share-box .share-icon:hover {
  color: #000;
}
.newsletter-box {
  background: #f8f8f8 url(../images/newsletter-bg.jpg) no-repeat top right;
  background-size: auto 100%;
  padding: 55px 50px;
}
.newsletter-box .newsletter-con {
  width: 50%;
  border-right: 1px solid #d9dbdc;
  padding-right: 60px;
}
.newsletter-box .newsletter-con .title {
  font-size: 24px;
  margin-bottom: 5px;
}
.newsletter-box .newsletter-con .sub-title {
  margin-bottom: 20px;
}
.newsletter-box .newsletter_form .form-name {
  margin-bottom: 5px;
}
.newsletter-box .newsletter_form .form-name span {
  margin-right: 5px;
}
.newsletter-box .newsletter_form .form-row {
  margin-bottom: 15px;
}
.newsletter-box .newsletter_form .form-row.gender-row {
  margin: 20px 0;
}
.newsletter-box .newsletter_form .form-row input.inpscss {
  width: 100%;
  height: 55px;
  padding: 0 10px;
  border: 0;
  background: #fff;
  border-radius: 5px;
}
.newsletter-box .newsletter_form .form-row .rad_gender {
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #b1b1b1;
  border-radius: 50%;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
}
.newsletter-box .newsletter_form .form-row .rad_gender:checked:before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e70012;
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 2;
}
.newsletter-box .newsletter_form .form-row label {
  margin-right: 30px;
}
.newsletter-box .newsletter_form .newsletter_submit {
  display: block;
  width: 250px;
  height: 60px;
  background: #e70012;
  border: 0;
  font-size: 18px;
  color: #fff;
  text-align: center;
  border-radius: 30px;
  letter-spacing: 2px;
  margin: 30px auto 0;
  transition: all 400ms;
  cursor: pointer;
}
.newsletter-box .newsletter_form .newsletter_submit:hover {
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
}
.tour-title {
  font-size: 24px;
  color: #e70012;
  font-weight: bold;
  margin-bottom: 20px;
}
.tour-title .gray-info {
  font-weight: normal;
  font-size: 16px;
  color: #666;
}
.trafic-box .trafic-map {
  text-align: center;
}
.trafic-box .trafic-title {
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0;
}
.trafic-box .trafic-list li {
  width: 45%;
  float: left;
  margin-right: 5%;
  border: 1px solid #dedede;
  margin-bottom: 30px;
}
.trafic-box .trafic-list li:nth-of-type(2n) {
  margin-right: 0;
}
.trafic-box .trafic-list li .title {
  background: #e70012;
  color: #fff;
  padding: 10px;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0;
}
.trafic-box .trafic-list li .detail {
  padding: 20px;
  min-height: 300px;
}
.trafic-box .trafic-list li .detail p.name {
  font-weight: bold;
  color: #e70012;
  margin-bottom: 5px;
}
.trafic-box .trafic-list li .detail p {
  margin-bottom: 10px;
  color: #666;
}
.trafic-box .trafic-list li .detail p:last-of-type {
  margin-bottom: 0;
}
.trafic-box .exposition-map:after {
  display: block;
  content: "";
  clear: both;
}
.trafic-box .exposition-map .item {
  width: 49%;
  float: left;
}
.trafic-box .exposition-map .item:nth-of-type(2) {
  float: right;
}
.trafic-box .exposition-map .item .name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.trafic-box .exposition-map .item .imgbox img {
  max-width: 100%;
}
.exh-list li {
  background-color: #f3f3f3;
  background-repeat: no-repeat;
  background-image: url(../images/spot.png);
  background-position: left 20px center;
  border-radius: 5px;
  padding: 10px 0;
  font-size: 18px;
}
.exh-list li:nth-of-type(2n+1) {
  background-color: #fff;
}
.exh-list li:after {
  display: block;
  content: "";
  clear: both;
}
.exh-list li .name {
  float: left;
  /*width: calc(~"100% - 250px");*/
  text-indent: 30px;
}
.exh-list li .booth-num {
  float: right;
  margin-right: 20px;
  /*width: 230px;*/
}
.product-list:after {
  display: block;
  content: "";
  clear: both;
}
.product-list .product-item {
  float: left;
  width: calc(100%/3 - 14px);
  margin-right: 20px;
  box-sizing: border-box;
  margin-bottom: 40px;
  vertical-align: top;
  position: relative;
}
.product-list .product-item:nth-of-type(3n) {
  margin-right: 0;
}
.product-list .product-item .product-img-box {
  height: 250px;
  line-height: 250px;
  overflow: hidden;
  text-align: center;
  border: 1px solid #dedede;
  border-radius: 5px;
  margin-bottom: 10px;
}
.product-list .product-item .product-img-box img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.product-list .product-item .product-detail-text {
  display: block;
  width: 100%;
}
.product-list .product-item .product-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
}
.product-list .product-item .product-booth {
  color: #666;
}
.product-list .product-item .product-type {
  color: #e70012;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 25px;
}
.support-visa {
  color: #666;
  list-style: decimal outside;
  padding-left: 30px;
}
.win-box {
  margin-top: 40px;
}
.about-c-jib {
  width: 100%;
  overflow: hidden;
  margin: 50px 0;
}
.about-c-jib li {
  width: 48%;
  margin-right: 4%;
  float: left;
  margin-bottom: 30px;
}
.about-c-jib li:nth-of-type(2n) {
  margin-right: 0;
}
.about-c-jib li h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.about-c-jib li .about-c-jib-img {
  width: 100%;
  height: 206px;
  margin-bottom: 15px;
  overflow: hidden;
  text-align: center;
}
.about-c-jib li .about-c-jib-img img {
  height: 100%;
}
.about-c-jib li p {
  color: #666;
}
.about-c-jib li .more {
  color: #e70012;
}
.about-c-jib li .iconfont {
  font-size: 16px;
}
.searchResult-box {
  margin-top: 20px;
}
.event-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.event-list li {
  /*width: 100%;*/
  width: calc(100%/2 - 15px);
  margin-right: 30px;
  margin-bottom: 30px;
  float: left;
  min-height: 160px;
  border: 1px solid #e2e2e2;
  zoom: 1;
}
.event-list li:after {
  display: block;
  content: "";
  clear: both;
}
.event-list li:nth-of-type(2n) {
  margin-right: 0;
}
.event-list li .huigu-img {
  float: left;
  height: 100%;
  /*width: 265px;*/
  width: 40%;
  overflow: hidden;
  text-align: center;
  background: #f0f0f0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.event-list li .huigu-img img {
  width: 100%;
  display: block;
}
.event-list li .huigu-txt {
  float: left;
  border: 0;
  /*padding: 30px 35px;*/
  padding: 4% 5%;
  /*width: calc(~"100% - 265px");*/
  width: 60%;
  box-sizing: border-box;
  height: 100%;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 0;
}
.event-list li .event-title {
  margin-bottom: 5px;
  /*color: @color;*/
  font-weight: bold;
  overflow: visible;
  white-space: normal;
}
.event-list li .huigu-p-time {
  margin-bottom: 0;
  font-size: 14px;
}
.exhibitor-product-search {
  padding: 25px 24px;
  background: #e70012;
  border-radius: 5px;
  /*margin-bottom: 50px;*/
}
.product-search-input {
  display: block;
  width: calc(100%/3 - 14px);
  margin-right: 20px;
  float: left;
  position: relative;
}
.product-search-input:nth-of-type(3n) {
  margin-right: 0;
}
.product-search-input .input-name {
  width: 80px;
  float: left;
  color: #fff;
  font-size: 16px;
  line-height: 48px;
}
.product-search-input .search-input {
  width: calc(100% - 80px);
  float: left;
  height: 48px;
  line-height: 48px;
  border-radius: 5px;
  background: #fff;
  padding: 0 10px;
}
.product-search-input select.search-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(../images/select-ico2.png) no-repeat right 10px center;
}
.product-search-input .search-button {
  background: transparent;
  font-size: 28px;
  font-weight: bold;
  color: #e70012;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 48px;
  line-height: 52px;
  background: #fff;
  border-radius: 0 5px 5px 0;
}
.keywords-input .input-name {
  width: 98px;
}
.keywords-input .search-input {
  width: calc(100% - 98px);
}
.product-video {
  width: 100%;
  position: relative;
  height: 250px;
  line-height: 250px;
  overflow: hidden;
  text-align: center;
  border: 1px solid #dedede;
  border-radius: 5px;
  margin-bottom: 10px;
}
.product-video .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-video .videoImg {
  vertical-align: middle;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.showvideo-swiper .swiper-slide {
  width: 700px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.showvideo-swiper .swiper-slide.swiper-slide-active .mask {
  background: none;
}
.showvideo-swiper .swiper-slide.swiper-slide-active .mask img {
  display: block;
}
.showvideo-swiper .swiper-slide.swiper-slide-active .txtbox {
  display: block;
}
.showvideo-swiper .swiper-slide .imgbox {
  position: relative;
  max-height: 500px;
  overflow: hidden;
}
.showvideo-swiper .swiper-slide .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  overflow: hidden;
}
.showvideo-swiper .swiper-slide .mask img {
  width: auto;
  display: none;
}
.showvideo-swiper .swiper-slide .txtbox {
  display: none;
  text-align: center;
  margin-top: 20px;
}
.showvideo-swiper .swiper-slide .txtbox .tit {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: bold;
}
.showvideo-swiper img {
  width: 100%;
  display: block;
}
.showvideo-swiper .swiper-button-next,
.showvideo-swiper .swiper-button-prev {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  color: #fff;
  /*top: 42%;*/
}
.showvideo-swiper .swiper-button-prev,
.showvideo-swiper .swiper-container-rtl .swiper-button-next {
  left: 6%;
}
.showvideo-swiper .swiper-button-next,
.showvideo-swiper .swiper-container-rtl .swiper-button-prev {
  right: 6%;
}
.showvideo-swiper .swiper-pagination-showvideo {
  display: none;
}
.showvideo-list {
  zoom: 1;
}
.showvideo-list:after {
  display: block;
  content: "";
  clear: both;
}
.showvideo-list li {
  float: left;
  width: 48%;
  height: 250px;
  overflow: hidden;
  margin-right: 2%;
  margin-bottom: 2%;
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 10px;
  zoom: 1;
}
.showvideo-list li:after {
  display: block;
  content: "";
  clear: both;
}
.showvideo-list li:nth-of-type(2n) {
  margin-right: 0;
}
.showvideo-list li .imgbox {
  width: 60%;
  height: auto;
  float: left;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.showvideo-list li .imgbox:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/video-btn2.png) no-repeat center center;
}
.showvideo-list li .imgbox img {
  width: 100%;
  display: block;
  opacity: 0.7;
}
.showvideo-list li .txtbox {
  width: 40%;
  float: left;
  padding-left: 20px;
  padding-right: 10px;
}
.showvideo-list li .txtbox .tit {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.showvideo-list li .txtbox .p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.provideo-swiper .imgbox {
  position: relative;
}
.provideo-swiper .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  overflow: hidden;
}
.provideo-swiper .mask img {
  width: auto;
  height: auto;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  overflow-x: hidden;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.modal .modal-dialog {
  position: absolute;
  width: 1000px;
  max-height: 80%;
  overflow: hidden;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #FFF;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}
.modal .modal-close {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
  font-size: 28px;
  border: none;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  background: #e70012;
  cursor: pointer;
}
.modal .modal-close:hover {
  opacity: 0.8;
}
.modal .modal-tip {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 16px;
  padding: 20px;
  border-radius: 5px;
}
.modal .modal-title {
  font-size: 24px;
  line-height: 1.5;
  margin: 20px 0 10px;
  font-weight: bold;
  width: 50%;
  float: right;
  padding-left: 20px;
}
.modal .modal-content {
  max-height: 80vh;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
.modal .modal-head {
  margin: 20px 0 10px;
}
.modal .modal-img {
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  overflow: hidden;
  width: 50%;
  padding: 10px;
  box-sizing: border-box;
  min-height: 400px;
}
.modal .modal-img img {
  max-width: 100%;
  max-height: 100%;
}
.modal .modal-head-txt {
  width: 50%;
  padding-left: 20px;
}
.modal .modal-head-txt .Demoonstration-btn.fav-btn {
  background: #e70012;
  transition: all 400ms;
}
.modal .modal-head-txt .Demoonstration-btn.fav-btn:hover {
  opacity: 1;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
}
.modal .modal-body {
  color: #666;
  margin-top: 20px;
  width: 100%;
  height: 100%;
}
.modal .modal-body .fav-btn {
  float: right;
  margin-bottom: 20px;
}
.modal .modal-body video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.modal .modal-body .txtbox {
  max-width: 900px;
  width: 90%;
  color: #333;
  margin: 10px auto;
}
.modal .modal-body .txtbox .title {
  text-align: center;
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: bold;
}
.modal .modal-body .txtbox .info {
  text-align: center;
}
/*展商详情*/
.prointro-item {
  position: relative;
  margin-bottom: 50px;
}
.prointro-item .swiper-pagination {
  display: none;
}
.prointro-item .swiper-button-next,
.prointro-item .swiper-button-prev {
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  margin-top: -20px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 20px;
}
.prointro-item .swiper-button-prev,
.prointro-item .swiper-container-rtl .swiper-button-next {
  left: -60px;
}
.prointro-item .swiper-button-next,
.prointro-item .swiper-container-rtl .swiper-button-prev {
  right: -60px;
}
.DemoonstrationList {
  margin-bottom: 20px;
  padding: 20px 0;
  border: 1px solid #dedede;
  border-radius: 5px;
}
.DemoonstrationList-a {
  display: block;
  overflow: hidden;
  position: relative;
  zoom: 1;
  transition: 600ms;
  -moz-transition: 600ms;
  -webkit-transition: 600ms;
  -o-transition: 600ms;
}
.DemoonstrationList-a:after {
  display: block;
  content: "";
  clear: both;
}
.DemoonstrationList-a .DemoonstrationList-detail {
  float: left;
  width: 50%;
  padding: 0 20px;
}
.DemoonstrationList-a .DemoonstrationList-detail .DemoonstrationList-img {
  width: 116px;
  height: 90px;
  border: 1px solid #dedede;
  /*border-radius: 50%;*/
  line-height: 90px;
  overflow: hidden;
  float: left;
  font-size: 0;
  padding: 0 10px;
}
.DemoonstrationList-a .DemoonstrationList-detail .DemoonstrationList-img img {
  width: 100%;
  vertical-align: middle;
}
.DemoonstrationList-a .DemoonstrationList-detail .DemoonstrationList-text-row {
  float: left;
  width: calc(100% - 116px);
  padding-left: 20px;
}
.DemoonstrationList-a .DemoonstrationList-detail .DemoonstrationList-name {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  font-size: 18px;
}
.DemoonstrationList-a .DemoonstrationList-detail .DemoonstrationList-info {
  color: #666;
}
.DemoonstrationList-a .DemoonstrationList-detail .DemoonstrationList-info span {
  color: #e70012;
}
.DemoonstrationList-a .DemoonstrationList-detail .Demoonstration-make-r {
  zoom: 1;
  margin-top: 20px;
}
.DemoonstrationList-a .DemoonstrationList-detail .Demoonstration-make-r:after {
  display: block;
  content: "";
  clear: both;
}
.DemoonstrationList-a .DemoonstrationList-detail .Demoonstration-make-r-a {
  float: left;
  margin-right: 10px;
  width: calc(100%/2 - 5px);
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  background-position: left calc(50% - 35px) center;
  background-repeat: no-repeat;
  border: 1px solid #000;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  text-indent: 20px;
}
.DemoonstrationList-a .DemoonstrationList-detail .Demoonstration-make-r-a:hover {
  opacity: 0.8;
}
.DemoonstrationList-a .DemoonstrationList-detail .Demoonstration-make-r-a:nth-of-type(1) {
  background-image: url(../images/star-ico2.png);
}
.DemoonstrationList-a .DemoonstrationList-detail .Demoonstration-make-r-a:nth-of-type(1):hover {
  background-color: #000;
  color: #fff;
  background-image: url(../images/star-ico.png);
}
.DemoonstrationList-a .DemoonstrationList-detail .Demoonstration-make-r-a:nth-of-type(2) {
  margin-right: 0;
  border-color: #e70012;
  color: #e70012;
  background-image: url(../images/yuyue-ico2.png);
}
.DemoonstrationList-a .DemoonstrationList-detail .Demoonstration-make-r-a:nth-of-type(2):hover {
  background-color: #e70012;
  color: #fff;
  background-image: url(../images/yuyue-ico.png);
}
.DemoonstrationList-a .DemoonstrationList-detail .Demoonstration-make-r-a.collect-active {
  background-image: url(../images/star-ico.png);
}
.DemoonstrationList-a .DemoonstrationList-product {
  float: left;
  width: 50%;
  border-left: 1px solid #dedede;
}
.DemoonstrationList-a .DemoonstrationList-product .Demoonstration-make {
  zoom: 1;
  padding: 0 20px;
}
.DemoonstrationList-a .DemoonstrationList-product .Demoonstration-make:after {
  display: block;
  content: "";
  clear: both;
}
.DemoonstrationList-a .DemoonstrationList-product .Demoonstration-make .nodata {
  color: #666;
  text-align: center;
}
.DemoonstrationList-a .DemoonstrationList-product .Demoonstration-make .Demoonstration-pro {
  width: calc(100%/2 - 5px);
  float: left;
  margin-right: 10px;
}
.DemoonstrationList-a .DemoonstrationList-product .Demoonstration-make .Demoonstration-pro:nth-of-type(2n) {
  margin-right: 0;
}
.DemoonstrationList-a .DemoonstrationList-product .Demoonstration-make .Demoonstration-pro-img {
  width: 100%;
  height: 125px;
  line-height: 125px;
  background: #fff;
  text-align: center;
  border: 1px solid #dedede;
  border-radius: 5px;
}
.DemoonstrationList-a .DemoonstrationList-product .Demoonstration-make .Demoonstration-pro-img img {
  vertical-align: middle;
  max-height: 90%;
  max-width: 90%;
}
.contact-box .contact-block {
  margin-bottom: 30px;
}
.contact-box .contact-block .title {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 15px;
}
.contact-list {
  display: flex;
  flex-wrap: wrap;
  zoom: 1;
}
.contact-list:after {
  display: block;
  content: "";
  clear: both;
}
.contact-list li {
  float: left;
  width: calc(100%/3 - 10px);
  margin-right: 15px;
  margin-bottom: 20px;
  border: 1px solid #e3e3e3;
  display: flex;
  align-items: center;
  padding: 10px;
}
.contact-list li:nth-child(3n) {
  margin-right: 0;
}
.contact-list .head {
  width: 20%;
}
.contact-list .head img {
  display: block;
  width: 100%;
}
.contact-list .txtbox {
  width: 80%;
  padding-left: 15px;
}
.contact-list .txtbox .p1 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.contact-list .txtbox .p2 {
  margin-top: 5px;
  font-size: 15px;
}
.download-list .li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eeefef;
  line-height: 60px;
}
.download-list .li .btn {
  white-space: nowrap;
  margin-left: 20px;
  padding: 5px 1.2em;
  border-radius: 30px;
  background-color: #e70012;
  color: #fff;
  line-height: 1.5;
  transition: 400ms;
}
.download-list .li .btn:hover {
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
  transition: 400ms;
}
.download-list .li .tit {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-grow: 1;
  font-size: 18px;
  transition: 400ms;
  color: #666;
}
.download-list .li .tit:hover {
  transform: translateX(20px);
  transition: 400ms;
  color: #e70012;
}
