.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-color: #F8F9FC;
  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: 86px;
  height: 86px;
}
.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: rgb(104, 170, 206);
}
.container .content .head_main .nav .actived {
  background-color: #2F83E6;
  padding: 0 20px;
  font-weight: bold;
  border-radius: 20px;
  color: #fff;
}
.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: 616px;
  padding-left: 18.5%;
  width: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  background: url("../images//banner-bg.png") no-repeat;
}
.container .content .banner .message-container {
  width: auto;
  margin-right: 35px;
  flex-shrink: 0;
}
.container .content .banner .message-container .text-img {
  width: 584px;
  height: 124px;
  margin-bottom: 35px;
}
.container .content .banner .message-container a .download {
  width: 253px;
  height: 84px;
}
.container .content .banner .message-container .email-container {
  height: 39px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 24px;
}
.container .content .banner .message-container .email-container .email {
  font-size: 24px;
  font-family: Roboto-Medium, Roboto;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 28px;
}
.container .content .banner .banner-rigth-img {
  width: 710px;
  height: 682px;
}
.container .content .img-container img {
  width: 100%;
}/*# sourceMappingURL=index.css.map */