@charset "UTF-8";
img {
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -o-crisp-edges; /* Opera */
  image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}

.splitter {
  width: 1.2px;
  background-color: #e7e7e7;
  overflow: hidden;
  margin: 0;
  padding: 0;
  line-height: 80px;
  height: 80px;
}

#app {
  min-width: 820px;
  min-height: 520px;
}

/*右侧漂浮登记框*/
.float-right-reg {
  width: 150px;
  height: 200px;
  position: fixed;
  right: 0px;
  top: 33%;
  z-index: 100000;
  /*background: linear-gradient(to bottom, ghostwhite 0%, white 100%);*/
  color: #fff;
  border-radius: 6px;
  padding-right: 1px;
  box-sizing: border-box;
}
.float-right-reg-exhi, .float-right-reg-visit, .float-right-reg-exhi-v2, .float-right-reg-visit-v2 {
  font-size: 22px;
  font-family: "Microsoft YaHei", "微软雅黑";
  display: block;
  cursor: pointer;
  text-align: center;
  margin-top: 18px;
  line-height: 60px;
  color: #fff; /*BD1E3D*/
}
.float-right-reg-exhi {
  background-color: #e05625;
}
.float-right-reg-exhi:hover {
  background-color: #e3673b;
}
.float-right-reg-visit {
  background-color: #02B1B4;
}
.float-right-reg-visit:hover {
  background-color: #02cacd;
}
.float-right-reg-exhi-v2, .float-right-reg-visit-v2 {
  background-color: #4BB953;
  border-radius: 10px;
}
.float-right-reg-exhi-v2:hover, .float-right-reg-visit-v2:hover {
  background-color: #5dc065;
}
.float-right-reg-exhi-v2:before {
  content: "\e786";
}
.float-right-reg-visit-v2:before {
  content: "\e764";
}
.float-right-reg-exhi-v2:before, .float-right-reg-visit-v2:before {
  font-size: 28px;
  margin-right: 5px;
  vertical-align: middle;
  font-family: element-icons !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.clearfloat {
  clear: both;
}

.nodata {
  text-align: center;
}

.home-content-title {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  padding: 20px 0;
}

.underline {
  padding-bottom: 5px;
  border-bottom: 2px solid #4BB953;
}

/*头部（含PageHeader）*/
.header {
  height: 210px;
}
.header-text {
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.header-text-container {
  height: 150px;
}
.header-text-splitter {
  width: 1px;
  background-color: #e7e7e7;
  overflow: hidden;
  margin: 0;
  padding: 0;
  line-height: 64px;
  height: 64px;
}
.header-text-left {
  width: 300px;
  text-align: right;
}
.header-text-left-logo {
  width: 300px;
  cursor: pointer;
}
.header-text-right {
  width: 350px;
  text-align: center;
}
.header-text-div {
  line-height: 64px;
}

/*页面头部（在header内）*/
.page-header {
  background: #fff;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.header-application {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-application-exhi, .header-application-visit {
  width: 120px;
  height: 50px;
  line-height: 48px;
  font-size: 18px;
  font-family: "Microsoft YaHei", "微软雅黑";
  cursor: pointer;
  color: #fff; /*BD1E3D*/
  border-radius: 6px;
}
.header-application-exhi {
  background-color: #EA0000;
}
.header-application-exhi:hover {
  background-color: #ff0505;
}
.header-application-visit {
  margin-left: 15px;
  background-color: #4BB953;
}
.header-application-visit:hover {
  background-color: #5dc065;
}
.header-application-exhi:before {
  content: "\e786";
}
.header-application-visit:before {
  content: "\e764";
}
.header-application-exhi:before, .header-application-visit:before {
  font-size: 24px;
  margin-right: 5px;
  vertical-align: middle;
  font-family: element-icons !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*顶部logo（v1模板）*/
.header-logo-logo-text {
  width: 300px;
  cursor: pointer;
  margin-left: 20px;
}

/*顶部-展会信息（日期+展馆名称）*/
/*首页上方中间内容-展会名称*/
.header-exhiinfo-logo-text {
  margin-left: -20px;
}
.header-exhiinfo-t1-line1 {
  margin-top: 6px;
  color: #000;
  font-weight: bold;
}
.header-exhiinfo-t1-line1-title1 {
  font-size: max(1.7777777778vw, 28px);
  font-weight: bold;
  text-align: left;
}
.header-exhiinfo-t1-line2 {
  margin-top: 10px;
  font-weight: 400;
  font-size: max(1.4577777778vw, 22px);
  color: #000;
}
.header-exhiinfo-t1-line2-title3 {
  margin-left: 15px;
}
.header-exhiinfo-t2-title2 {
  font-weight: bold;
}
.header-exhiinfo-t2-title3 {
  margin-left: 15px;
}

.header-exhi {
  /*顶部-展会名称*/
  /*顶部-展会信息（日期+展馆名称）*/
}
.header-exhi-name-logo-title {
  color: darkblue;
  font-size: 42px;
  margin-top: 10px;
  text-align: center;
}
.header-exhi-info-logo-title {
  color: #111111;
  font-size: 30px;
  text-align: center;
}

/*顶部-展会剩余天数*/
.header-exhidays {
  /*顶部-展会剩余天数中的天数数值*/
}
.header-exhidays-logo-text {
  font-size: 24px;
  font-weight: bolder;
  color: #616867;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-exhidays-day {
  font-size: 36px;
  font-weight: bolder;
  color: #4BB953;
  margin-bottom: 3px;
}

/*顶部菜单*/
.header-menu {
  margin-top: 5px;
  display: flex;
  box-shadow: inset 0 0 0px 1px rgba(0, 0, 0, 0.05);
  /*
  &-left {
    width: 15%;
  }

  &-center {
    width: 70%;
  }
  */
}
.header-menu-right {
  flex-grow: 1;
  width: max(15%, 300px);
  padding-right: 5px;
  text-align: right;
}
.header-menu-right ul {
  margin-top: 18px;
}
.header-menu-right ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 6px;
}
.header-menu-right ul li:not(:last-child):after {
  content: " |";
  color: #e7e7e7;
}
.header-menu-right img {
  margin-top: -2px;
}
.header-menu-right-lang-cn, .header-menu-right-lang-en {
  margin-left: 3px;
}
.header-menu-right-lang-cn {
  font-family: "宋体", "Arial";
}
.header-menu-right-lang-en {
  font-family: "Arial";
}

.vnb {
  justify-content: center !important;
  background: transparent !important;
}
.vnb__menu-options__option__link {
  min-width: 110px !important;
  font-size: 18px !important;
  outline: none !important;
}
.vnb__menu-options__option__link:hover {
  font-weight: bold;
}
.vnb__sub-menu-options {
  padding: 6px 0 !important;
}
.vnb__sub-menu-options__option {
  min-width: 150px !important;
  width: max-content !important;
}
.vnb__sub-menu-options__option__link {
  outline: none !important;
  font-size: 18px !important;
}
.vnb__sub-menu-options__option__link:hover {
  font-weight: bold;
  border-left: 2px solid #4BB953 !important;
  background: #edf8ed !important;
}

.body {
  margin-top: 0.02px;
  padding: 0;
}

.home-body {
  margin: 0 auto;
  text-align: center;
  width: 90%;
}

.home-banner {
  position: relative;
}
.home-banner-img, .home-banner-video {
  width: 100%;
  height: 100%;
}
.home-banner-video {
  background-color: rgba(0, 0, 7, 0.6);
  object-fit: fill;
}
.home-banner-contents {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.home-banner-pauseflag {
  position: absolute;
  top: 10px;
  right: 10px;
}

.home-exhi-scale-content {
  margin-top: 50px;
}
.home-exhi-scale-content img {
  width: 90%;
}

.home-exhi-area {
  margin-top: 30px;
}
.home-exhi-area-contents {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.home-exhi-area-content {
  width: 21%;
  margin: 10px;
  min-width: 120px;
  max-width: 440px;
}
.home-exhi-area-image {
  cursor: pointer;
  padding: 6px;
  width: 100%;
  height: 100%;
  display: block;
}

.home-review {
  margin-top: 60px;
}
.home-review-content {
  margin-top: 20px;
  height: 100%;
}
.home-review-content-img {
  height: 300px;
  width: 100%;
}

.home-news-list {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}

.home-industry-news-list, .home-exhi-news-list {
  position: relative;
  width: 100%;
}
.home-industry-news-list-contents ul, .home-exhi-news-list-contents ul {
  list-style-type: none;
}
.home-industry-news-list-contents ul li, .home-exhi-news-list-contents ul li {
  height: 100px;
  float: left;
  display: block;
  overflow: hidden;
  margin: 0 50px 20px 0;
}
.home-industry-news-list-more, .home-exhi-news-list-more {
  border: 1px solid #666;
  background-color: transparent;
  display: inline-block;
  margin-top: 10px;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
  width: 160px;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
}
.home-industry-news-list-more:hover, .home-exhi-news-list-more:hover {
  background-color: #4BB953;
}

.home-exhibitors {
  margin-top: 60px;
}

.home-cooperation {
  margin-top: 60px;
  margin-bottom: 40px;
}
.home-cooperation-content {
  display: flex;
  margin: 20px;
}
.home-cooperation-img {
  height: 300px;
  width: 100%;
}

/*子页面-子页首（通用内容之上）*/
.sub-header {
  background: #4BB953;
  color: white;
  /*子页面上面横条（展会日期、地址）*/
}
.sub-header-text {
  font-size: 30px;
  line-height: 80px;
  font-family: "方正粗黑宋简体", "微软雅黑";
  text-align: center;
  vertical-align: middle;
}
.sub-header-text-title3 {
  margin-left: 60px;
}
.sub-header-img {
  width: 100%;
  height: 320px;
}

/*子页面内容标题（展会信息、为何参观、联系我们等）*/
.sub-page-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 50px;
}

.body-container {
  background-color: #F6F6F6;
}
.body-container p {
  margin-bottom: 0.25em !important;
}

.page-body {
  padding: 30px 0;
  display: flex;
  justify-content: center;
}
.page-body-left, .page-body-right {
  /*flex-grow 属性用于设置或检索弹性盒的扩展比率。*/
  flex-grow: 1;
}
.page-body-center {
  width: 70%;
}
.page-body-center-contents {
  display: flex;
  justify-content: center;
}
.page-body-center-contents-left {
  width: 280px;
  padding-right: 30px;
}
.page-body-center-contents-left-menu {
  font-size: 20px;
  margin-bottom: 30px;
}
.page-body-center-contents-left-menu-title {
  font-size: 22px;
  font-weight: bold;
  padding: 0 10px;
  border-bottom: 1px solid #dfdfdf;
  height: 70px;
  line-height: 70px;
}
.page-body-center-contents-left-menu-content ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.page-body-center-contents-left-menu-content li {
  padding: 10px;
  vertical-align: center;
  cursor: pointer;
}
.page-body-center-contents-left-menu-content li:hover {
  background-color: #b9e4bc;
}
.page-body-center-contents-left-menu-content li.active {
  background-color: #94d699;
}
.page-body-center-contents-left-contacts-exhiapp, .page-body-center-contents-left-contacts-visitapp {
  width: 280px;
  height: 80px;
  line-height: 80px;
  font-size: 22px;
  font-family: "Microsoft YaHei", "微软雅黑";
  cursor: pointer;
  color: #fff;
  text-align: center;
  border-radius: 6px;
}
.page-body-center-contents-left-contacts-exhiapp {
  background-color: #EA0000;
}
.page-body-center-contents-left-contacts-exhiapp:before {
  content: "\e786";
}
.page-body-center-contents-left-contacts-exhiapp:hover {
  background-color: #ff0505;
}
.page-body-center-contents-left-contacts-visitapp {
  margin-top: 20px;
  background-color: #4BB953;
}
.page-body-center-contents-left-contacts-visitapp:before {
  content: "\e764";
}
.page-body-center-contents-left-contacts-visitapp:hover {
  background-color: #5dc065;
}
.page-body-center-contents-left-contacts-exhiapp:before, .page-body-center-contents-left-contacts-visitapp:before {
  font-size: 28px;
  margin-right: 5px;
  vertical-align: middle;
  font-family: element-icons !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-body-center-contents-left-contacts-contactus-detail {
  padding: 10px;
}
.page-body-center-contents-left-contacts-contactus-detail p {
  line-height: 2;
  font-weight: 500;
}
.page-body-center-contents-left-contacts-contactus {
  margin-top: 30px;
}
.page-body-center-contents-left-menu, .page-body-center-contents-left-contacts-contactus {
  background-color: #fff;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.03);
}
.page-body-center-contents-right {
  background-color: #fff;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.03);
  width: 100%;
  height: 100%;
}
.page-body-center-contents-right-contents {
  padding: 30px;
}

.sub-page-exhiapp, .sub-page-visitapp {
  text-align: center;
}
.sub-page-exhiapp-buttons, .sub-page-visitapp-buttons {
  margin: 0 !important;
  display: flex;
  justify-content: space-between;
}

.sub-page-news-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
.sub-page-news-date {
  text-align: center;
  color: #666;
  margin-top: 10px;
  margin-bottom: 20px;
}
.form-label-item {
  font-size: 16px;
}
.form-label-item .el-form-item__label, .form-label-item .el-input__inner, .form-label-item .el-radio__label {
  font-size: 16px;
}

.form-label-item-red .el-form-item__label {
  font-size: 16px;
  color: red;
}
.form-label-item-red .el-input__inner, .form-label-item-red .el-radio__label {
  font-size: 16px;
}

/*尾部（含PageFooter)*/
.footer {
  z-index: 1000;
}

/*页尾*/
.page-footer {
  background: #222;
}

/*子页尾*/
.sub-footer {
  width: 1000px;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
}

.home-compinfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 35px 0;
}
.home-compinfo-logo {
  width: 35%;
}
.home-compinfo-logo img {
  width: 150px;
  height: 150px;
}
.home-compinfo-text {
  text-align: left;
  vertical-align: middle;
  width: 65%;
  margin-top: 7px;
}
.home-compinfo-text-title {
  font-size: 18px;
  font-weight: bold;
}
.home-compinfo-text-contacts {
  margin-top: 10px;
}
.home-compinfo-text-contacts-th {
  display: flex;
  justify-content: flex-start;
}
.home-compinfo-text-contacts-k1 svg, .home-compinfo-text-contacts-k1 span, .home-compinfo-text-contacts-k2 svg, .home-compinfo-text-contacts-k2 span {
  vertical-align: middle;
}
.home-compinfo-text-contacts-k1-tv, .home-compinfo-text-contacts-k2-tv {
  margin-top: 5px;
}
.home-compinfo-text-contacts-k2-th {
  margin-left: 30px;
}

.footer-copyright {
  border-top: 1px solid #fff;
  margin: 0 auto;
  width: 80%;
  line-height: 60px;
  text-align: center;
}

/* 当屏幕的宽度小于1200像素时 */
@media screen and (max-width: 1200px) {
  .header {
    height: auto;
  }
  .header-text {
    display: table;
    width: 100%;
  }
  .header-text-container {
    width: 100%;
    height: auto;
    text-align: center;
  }
  .header-text-right {
    margin: 20px 0;
  }
  .header-text-left, .header-text-right {
    width: 100%;
    text-align: center;
  }
  .header-exhiinfo-logo-text {
    margin-left: 0;
    margin-top: 15px;
  }
  .header-menu-left {
    display: none;
  }
  .header-menu-center {
    width: 100%;
  }
  .header-exhiinfo-t1-line1-title1 {
    text-align: center;
  }
  .splitter {
    display: none;
  }
  .vnb {
    justify-content: flex-start !important;
    padding-top: 12px !important;
    padding-bottom: 6px !important;
  }
  .home-news-list {
    display: table;
  }
  .home-exhi-news-list {
    margin-top: 50px;
  }
  .page-body-left, .page-body-right {
    display: none;
  }
  .page-body-center {
    width: 100%;
  }
  .page-body-center-contents-left {
    display: none;
  }
  .sub-footer {
    width: 100%;
  }
  .home-compinfo {
    display: table;
    text-align: center;
    width: 100%;
  }
  .home-compinfo-logo {
    width: 100%;
  }
  .home-compinfo-text {
    text-align: center;
    width: 100%;
  }
  .home-compinfo-text-contacts-th {
    display: table;
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
