/* reset */
*,
*:after,
*:before {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
html,
body {
  width: 100%;
  height: 100%;
  font-family: 'microsoft yahei', 'PingFang SC';
}
body {
  position: relative;
  min-width: 1192px;
  background: #f6f6f6;
  left: 0;
  top: 0;
}
p {
  padding: 0;
  margin: 0;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  cursor: pointer;
  text-decoration: none;
}
input,
textarea,
select {
  outline: none;
  border: none;
  background: transparent;
}
input[placeholder],
textarea[placeholder] {
  color: #555;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: rgba(0,0,0,0.4);
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: rgba(0,0,0,0.4);
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: rgba(0,0,0,0.4);
}
button {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  background: transparent;
}
/* common style */
.uf {
  display: flex;
  justify-content: space-between;
}
.uf-f1 {
  flex: 1;
}
.fixed-body {
  height: 100%;
  overflow: hidden;
  position: fixed;
  width: 100%;
}
.header-container {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 66px;
  color: #ededed;
  transition: background 0.5s;
  background: transparent;
}
.header-container .menu-icon {
  display: none;
  float: right;
  margin-top: 18px;
  cursor: pointer;
}
.header-container.primary-bg {
  background: #0c1845;
}
.header-container.primary-bg .logo {
  display: block !important;
}
.header-container.guide-header {
  background: #0c1845;
}
.header-container .header-box {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
.header-container .header-logo {
  display: inline-block;
  padding-top: 10px;
}
.header-container .menu-box {
  float: right;
  padding-top: 20px;
}
.header-container .menu-box a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: inherit;
}
.header-container .menu-box .menu-item {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  padding-bottom: 8px;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
  font-weight: 300;
}
.header-container .menu-box .menu-item:first-child {
  margin-left: 0;
}
.header-container .menu-box .menu-item:hover {
  color: #fff;
  font-weight: 400;
}
.header-container .menu-box .menu-item.active {
  color: #fff;
  font-weight: 400;
  border-bottom-color: #fff;
}
.footer-container {
  padding: 32px 0 20px;
  color: #fff;
  font-size: 24px;
  background: #0a1424;
}
.footer-container .footer-box {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
.footer-container .content-box {
  display: inline-block;
  vertical-align: top;
  width: 270px;
}
.footer-container .content-box.content3 {
  width: 350px;
}
.footer-container .content-box.content4 {
  width: 200px;
}
.footer-container .content-box.content4 .content-title {
  padding-bottom: 12px;
}
.footer-container .content-box .content-title {
  padding-bottom: 30px;
}
.footer-container .content-box .content {
  font-size: 16px;
  font-weight: 300;
}
.footer-container .content-box .sponsor-logo {
  font-size: 0;
  width: 120px;
  text-align: center;
  background: #fff;
  padding: 6px 0;
  margin-bottom: 12px;
}
.icon {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.icon.arrow {
  width: 10px;
  height: 10px;
  background-image: url("../img/icon-arrow.png");
}
.icon.menu {
  background-image: url("../img/icon-menu.png");
}
.icon.address {
  background-image: url("../img/icon-address.png");
}
.icon.time {
  background-image: url("../img/icon-time.png");
}
.icon.experts {
  width: 60px;
  height: 48px;
  background-image: url("../img/icon-experts.png");
}
.icon.guests {
  width: 42px;
  height: 50px;
  background-image: url("../img/icon-guests.png");
}
.icon.company {
  width: 47px;
  height: 49px;
  background-image: url("../img/icon-company.png");
}
.icon.users {
  width: 49px;
  height: 34px;
  background-image: url("../img/icon-users.png");
}
.footer-menu {
  display: none;
  position: fixed;
  width: 100%;
  background: #0c1845;
  left: 0;
  bottom: 0;
  text-align: center;
  font-size: 16px;
  z-index: 10;
}
.footer-menu a {
  flex: 1;
  line-height: 40px;
  color: #fff;
}
.footer-menu a:first-child {
  border-right: 1px solid #fff;
}
@media only screen and (max-width: 900px) {
  .header-container .menu-box {
    font-size: 14px;
  }
  .header-container .menu-box .menu-item {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 840px) {
  .header-container .menu-box {
    font-size: 13px;
  }
  .header-container .menu-box .menu-item {
    margin-left: 5px;
  }
}
@media only screen and (max-width : 885px ){
  body {
    width: 100%;
    min-width: 100%;
  }
  .footer-menu {
    display: flex;
  }
  .header-container .menu-icon {
    display: block;
  }
  .header-container .menu-box {
    display: none;
    color: #000;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 66px;
    background: #fff;
    margin: 0;
    display: none;
    z-index: 299998;
  }
  .header-container .menu-box .menu-item {
    display: block;
    margin-left: 0px;
    padding-bottom: 0;
    border-bottom: none;
    line-height: 40px;
    padding: 0 34px;
  }
  .header-container .menu-box .menu-item:hover {
    color: #000;
    font-weight: 400;
  }
  .header-container .menu-box .menu-item.active {
    color: #000;
    font-weight: 500;
  }
  .footer-container {
    padding: 0px 0 60px;
  }
  .footer-container .content-box {
    width: 100%;
    padding-top: 30px;
  }
  .footer-container .content-box.content3,
  .footer-container .content-box.content4 {
    width: 100%;
  }
  .footer-container .content-box .content-title {
    padding-bottom: 20px;
  }
}
