.container {
  min-width: 1200px;
}
.container .mobile-content {
  display: none;
}
.container .content {
  min-width: 1200px;
}
.container .content .head-seat {
  height: 158px;
}
.container .content .head_main {
  width: 100%;
  height: 158px;
  position: fixed;
  top: 0;
  z-index: 9999;
  /* background: transparent; */
  background: url(../images/website/nav-bg.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 0 18.5%;
  /* padding-top: 20px; */
  /* background-image: url('../images/navBg.jpg'); */
}
.container .content .head_main .head {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  height: 100%;
  min-width: 800px;
}
.container .content .head_main .head .logo {
  font-size: large;
  font-weight: bold;
  color: black;
  /* width: 84px;
  height: 80px; */
  /* margin-right: 120px; */
  /* transform: scale(.7);
  -webkit-transform: scale(.7);
  -moz-transform: scale(.7);
  -ms-transform: scale(.7); */
}
.container .content .head_main .head .logo img {
  width: 82px;
  height: 82px;
}
.container .content .head_main .nav {
  height: 80px;
  line-height: 80px;
}
.container .content .head_main .nav a {
  margin-left: 20px;
  display: inline-block;
  line-height: 33px;
  color: #ffffff;
}
.container .content .head_main .nav .actived {
  border-bottom: 3px solid #ffffff;
  font-weight: bold;
  color: #ffffff;
}
.container .content .head_main .whiteBG {
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.container .content .banner {
  height: 682px;
  padding-left: 18.5%;
  width: 100%;
  background: url(../images/website/one-bg.png) no-repeat center center;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.container .content .banner .message-container {
  width: auto;
  margin-right: 35px;
  flex-shrink: 0;
}
.container .content .banner .message-container .text-img {
  width: 900px;
  height: 210px;
  margin-bottom: 35px;
}
.container .content .banner .message-container a .download {
  width: 289px;
  height: 84px;
}
.container .content .banner .message-container .email-container {
  margin-top: 49px;
  display: flex;
  align-items: center;
  justify-content: left;
  margin-bottom: 20px;
}
.container .content .banner .message-container .email-container img {
  width: 60px;
  height: 62px;
  margin-right: 10px;
}
.container .content .banner .message-container .email-container .email {
  font-size: 24px;
  font-family: Roboto-Medium, Roboto;
  font-weight: 500;
  color: #FFFFFF;
  text-decoration: underline;
}
.container .content .banner .banner-rigth-img {
  width: 986px;
  height: 384px;
  position: absolute;
  bottom: 0;
  right: 100px;
}
.container .content .img-container img {
  width: 100%;
}/*# sourceMappingURL=index.css.map */