@charset "UTF-8";

body {
  font-family: SimSun;
}

/* 底部 */
.footer {
  width: 100%;
  height: 136px;
}
.footer .main {
  height: 120px;
}
.footer .main .copyright {
  width: 708px;
  margin-left: 310px;
  padding-top: 26px;
  color: #a0a0a0;
  font-size: 12px;
}
.footer .main .copyright  p {
  margin-bottom: 10px;
}
.footer .main .copyright  p a {
  color: #a0a0a0;
}
.footer .main .copyright  p span {
  float: right;
}
.footer .main .copyright  p a:hover {
  text-decoration: underline;
}
.footer .main .tipsworks-logo {
  position: absolute;
  left: 134px;
  top: 40px;
	width: 111px;
	height: 78px;
	background: url("../../images/v1/TipsworksLogo.png") no-repeat;
}

.container {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  height: 1088px;
  margin: 0 auto;
  background: url("../images/ge_bg.jpg") no-repeat center;
}
.main {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.top-nav {
  height: 166px;
}
.top-nav .logo {
  width: 342px;
  height: 103px;
  margin-top: 40px;
  background: url("/images/v1/ga_logo.png") no-repeat;
  float: left;
}
.top-nav .logo.en-logo {
  background: url("../../images/v1/en_ga_logo.png") no-repeat;
}
.top-nav .info-list {
  float: left;
  margin-top: 50px;
  margin-left: 50px;
}
.top-nav .info-list li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
.content {
  height: 782px;
  overflow: hidden;
}
.content .go-back {
  display: block;
  width: 69px;
  height: 22px;
  margin-top: 20px;
  background: url("../images/ge_back.png") no-repeat;
  opacity: .8;
  filter:alpha(opacity=80);
}
.content .go-back.en-go-back {
  width: 75px;
  background: url("../images/en_ge_back.png") no-repeat;
}
.content .go-back:hover {
  opacity: 1;
  filter:alpha(opacity=100);
}
.content .yxyx {
  display: block;
  margin: 0 auto 54px;
}
.content ul li {
  /* float: left; */
  display: inline-block;
  margin-right: 24px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.content ul li:hover {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}
.content ul li a {
  font-size: 16px;
  color: #dbba7f;
}
.content ul li.heian a {
  font-size: 16px;
  color: #919090;
}
.content ul li a p {
  text-align: center;
  margin-top: 40px;
}

/* 敬请期待 */
.closed {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  background: url("../../images/v1/closed.png") no-repeat center;
}
.closed:hover {
  -webkit-animation: rte 1s 1 both;
  animation: rte 1s 1 both;
}
@keyframes rte {
  0% { transform: rotate(0); }
  100% { transform: rotate(360deg); }
}
/* 预约成功 */
.coming-soon {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, .7);
  z-index: 950;
  display: none;
}
.coming-soon .cm {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 590px;
  height: 310px;
}
.coming-soon img {
  display: block;
  width: 100%;
  height: 100%;
}
.coming-soon .cm .closed {
  top: -60px;
  right: 0;
}