.header {
  height: auto;
  font-size: inherit;
  border-bottom: none;
  padding: 16px 0;
}

.header-inner {
  width:1000px;
  margin: 0 auto;
}

.header-inner {
	display: table;
	content: " ";
	clear: both;
}

/*.header .logo {
  float: left;
  width: 89px;
  height: 38px;
  margin: 0;
  background: url('/resources/flymeos/images/en/logo.png') no-repeat 0 0;
}*/

@font-face {
    font-family: "iconfont";
    src: url('/resources/flymeos/iconfont/iconfont.eot?x6sabh');
    src: url('/resources/flymeos/iconfont/iconfont.eot?x6sabh#iefix') format('embedded-opentype'),
    url('/resources/flymeos/iconfont/iconfont.ttf?x6sabh') format('truetype'),
    url('/resources/flymeos/iconfont/iconfont.woff?x6sabh') format('woff'),
    url('/resources/flymeos/iconfont/iconfont.svg?x6sabh#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
.header .logo {
    float: left;
    margin: 0;
    font-family: iconfont;
    font-style:normal;
    color: #1788e8;
    font-size: 38px;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.header .nav {
	float: right;
}

.header .nav li {
	float: left;
  height: 38px;
	line-height: 38px;
	margin-left: 40px;
	padding: 0;
}

.header .nav a {
	color: #515151;
  font-size: 16px;
}

.header .nav a:hover {
  color: #32a5e7;
}

.header .nav .active a {
  color: #32a5e7;
}

.sec_inner .txt h2, .slide .txt h2 {
  font-size: 52px;
}

.sec_inner .txt p, .slide .txt p {
  font-size: 16px;
  margin-bottom: 4px;
  line-height: 22px;
}

.foot.section {
  overflow:visible;
}

#nav_l2 .active a, #nav_l2 a:hover {
  color: #32a5e7;
}

.clear:after {
  display: table;
  clear: both;
  content: ' ';
}

.copyrightInner {
  height: 22px;
  line-height: 22px;
}
.copyrightInner span {
  float: none;
}

.footer-language_menu a.ClobalItem, .footer-language_menu a.checked {
  margin: 0;
  width: 100%;
}

#globalContainer.footer-language_menu a.ClobalItem:hover {
  color: #000;
  background-color: #f2f2f2;
}

body > .content {
  min-height: 840px;
}
