.inline-block {
  display: inline-block;
  vertical-align: top;
}
.clear {
  *zoom: 1;
}
.clear:after {
  clear: both;
  content: "";
  display: table;
}
.editor {
  *zoom: 1;
}
.editor:after {
  clear: both;
  content: "";
  display: table;
}
.oneline {
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}
.img-helper {
  font-size: 0;
}
.img-helper span,
.img-helper img {
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
}
.parent {
  font-size: 0;
}
.parent > .item {
  display: inline-block;
  vertical-align: top;
}
.no-record {
  line-height: 150px;
  text-align: center;
  font-weight: 700;
  color: red;
}
.hidden {
  display: none;
}
body {
  min-width: 980px;
  background-color: #000;
}
body.en,
body.en input,
body.en textarea,
body.en button,
body.zh-hant,
body.zh-hant input,
body.zh-hant textarea,
body.zh-hant button {
  font-family: 'Open Sans', Arial, 'Microsoft JhengHei', 'PMingLiU', sans-serif;
}
body.zh-hans,
body.zh-hans input,
body.zh-hans textarea,
body.zh-hans button {
  font-family: 'Open Sans', Arial, 'Microsoft YaHei', 'PMingLiU', sans-serif;
}
header,
#banner,
#navigation,
#content,
footer {
  float: left;
  clear: both;
  position: relative;
  width: 100%;
}
header .container,
#banner .container,
#navigation .container,
#content .container,
footer .container {
  width: 980px;
  margin: 0 auto;
}
header {
  background: url(img/header.png) repeat center center;
  z-index: 1;
}
header > .container {
  height: 110px;
}
header > .container > .logo {
  width: 125px;
  line-height: 104px;
  vertical-align: middle;
}
header > .container > .right {
  width: 855px;
  text-align: right;
}
header > .container > .right > .lang {
  margin-top: 10px;
}
header > .container > .right > .lang > .item {
  padding: 0 10px;
  border-left: 1px solid #2E2E2E;
  line-height: 17px;
  font-size: 12px;
  color: #909090;
}
header > .container > .right > .lang > .music {
  padding: 0;
  margin: 0 10px;
  border-left: 0;
}
header > .container > .right > .lang > .music #music-toggle {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
header > .container > .right > .lang > .music #music-toggle.on {
  background: url(img/production.png) no-repeat -19px -26px;
}
header > .container > .right > .lang > .music #music-toggle.off {
  background: url(img/production.png) no-repeat -60px -26px;
}
header > .container > .right > .lang > .last {
  padding-right: 0;
}
header > .container > .right > .lang > .social {
  padding-left: 0;
}
header > .container > .right > .lang > .social > .item {
  margin-left: 10px;
}
header > .container > .right > .nav {
  display: none;
  margin-top: 29px;
}
header > .container > .right > .nav > .border {
  width: 1px;
  height: 17px;
  margin: 11px 7px 0;
  background: url(img/production.png) no-repeat -94px -27px;
}
header > .container > .right > .nav > .item {
  position: relative;
  height: 28px;
  border-top: 3px solid transparent;
}
header > .container > .right > .nav > .item > a {
  display: block;
  margin-top: 9px;
  line-height: 17px;
  text-transform: uppercase;
  font-family: 'Strait', 'Open Sans', Arial, 'Microsoft JhengHei', 'PMingLiU', sans-serif;
  font-size: 12.5px;
  color: #909090;
}
header > .container > .right > .nav > .item.current,
header > .container > .right > .nav > .item:hover {
  border-top-color: #FFF;
}
header > .container > .right > .nav > .item.current > a,
header > .container > .right > .nav > .item:hover > a {
  color: #FFF;
}
header > .container > .right > .nav > .item .dropdown {
  display: none;
  position: absolute;
  top: 28px;
  left: -224px;
  width: 458px;
  height: 353px;
  text-align: left;
}
header > .container > .right > .nav > .item .dropdown > .parent {
  padding: 30px 22px;
}
header > .container > .right > .nav > .item .dropdown > .parent > .item {
  width: 166px;
  padding: 10px 20px;
  line-height: 20px;
  text-transform: uppercase;
  color: #909090;
}
header > .container > .right > .nav > .item .dropdown > .parent > .item:hover,
header > .container > .right > .nav > .item .dropdown > .parent > .item.current {
  color: #FFF;
}
header > .container > .right > .nav > .item:hover .dropdown {
  display: block;
}
header > .container > .right > .nav > .item.equipasia .dropdown {
  background: url(img/equipasia.png) no-repeat;
}
header > .container > .right > .nav > .item.pacificrimtrading .dropdown {
  background: url(img/pacificrimtrading.png) no-repeat;
}
header > .container > .right > .nav > .item.purespaasia .dropdown {
  left: -275px;
  background: url(img/purespaasia.png) no-repeat;
}
#banner {
  height: 260px;
  margin-top: -110px;
  overflow: hidden;
  z-index: 0;
  background-color: #000;
}
#banner > .center {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1600px;
  margin-left: -800px;
}
#banner > .center > .title {
  position: absolute;
  left: 50%;
  bottom: 26px;
  width: 980px;
  height: 46px;
  margin-left: -490px;
  line-height: 46px;
  text-align: right;
  text-transform: uppercase;
  font-size: 46px;
  font-weight: 300;
  color: #FFF;
}
#navigation {
  height: 49px;
  background: url(img/navigation.png) no-repeat center center #000;
}
#navigation .oneline {
  line-height: 49px;
  text-transform: uppercase;
  color: #909090;
}
#navigation .oneline a {
  padding: 0 5px;
  line-height: 49px;
  text-transform: uppercase;
  color: #909090;
}
#navigation .oneline a:first-child {
  padding-left: 0;
}
#navigation .oneline a:last-child {
  color: #FFF;
}
#content {
  background-color: #000;
}
#content > .container {
  min-height: 340px;
}
#content > .container > .editor {
  padding: 28px 0;
}
#menu {
  width: 220px;
  min-height: 491px;
  background: url(img/menu.png) no-repeat left top;
}
#menu > .icon {
  display: block;
  margin-top: 30px;
  text-align: center;
}
#menu > .menu {
  margin-top: 12px;
}
#menu > .menu > .item {
  display: block;
  height: 22px;
  padding: 11px 20px;
  margin-top: 6px;
  line-height: 22px;
  text-transform: uppercase;
  color: #909090;
}
#menu > .menu > .item:hover,
#menu > .menu > .item.current {
  background: url(img/production.png) no-repeat -253px -18px;
  color: #FFF;
}
#main {
  width: 720px;
  padding: 25px 0 25px 40px;
}
#main.brands .brand-list > .item {
  margin-top: 20px;
}
#main.brands .brand-list > .item.first {
  margin-top: 0;
}
#main.brands .brand-list > .item > h2 {
  padding: 7px 0;
  border-bottom: 1px solid #DFDFDF;
  line-height: 22px;
  text-transform: uppercase;
  font-size: 15px;
  color: #E51937;
}
#main.brands .brand-list > .item > .parent > .item {
  width: 171px;
  margin: 14px 0 0 12px;
}
#main.brands .brand-list > .item > .parent > .item.left {
  margin-left: 0;
}
#main.brands .brand-list > .item > .parent > .item > img,
#main.brands .brand-list > .item > .parent > .item > .title,
#main.brands .brand-list > .item > .parent > .item > .subtitle {
  cursor: pointer;
}
#main.brands .brand-list > .item > .parent > .item > .title,
#main.brands .brand-list > .item > .parent > .item > .subtitle {
  padding-left: 14px;
}
#main.brands .brand-list > .item > .parent > .item > .title {
  margin-top: 5px;
  line-height: 22px;
  background: url(img/brand-title.png) no-repeat left top;
  color: #FFF;
}
#main.brands .brand-list > .item > .parent > .item > .subtitle {
  line-height: 18px;
  color: #878787;
}
#main.brands .brand-detail > .detail {
  margin-bottom: 24px;
}
#main.brands .brand-detail > .detail > .image {
  float: left;
  margin: 0 20px 0 0;
}
#main.brands .brand-detail > .detail > .title {
  padding: 7px 0 5px;
  line-height: 22px;
  font-size: 18px;
  color: #E51937;
}
#main.brands .brand-detail > .detail > .subtitle {
  line-height: 22px;
  color: #878787;
}
#main.contact > table {
  min-height: 441px;
  background-color: #1D1D1D;
}
#main.contact > table td {
  vertical-align: top;
}
#main.contact > table td.image {
  width: 289px;
  border-right: 4px solid #494949;
}
#main.contact > table td.editor {
  width: 660px;
  padding: 24px 30px;
}
#main.contact > table td.editor.have-image {
  width: 367px;
}
footer {
  height: 119px;
  text-align: right;
}
footer > .subscribe {
  height: 60px;
  background: url(img/subscribe.png) no-repeat center center #000;
}
footer > .subscribe #subscribe > .item {
  padding: 15px 0;
  line-height: 30px;
}
footer > .subscribe #subscribe > .title {
  font-family: 'Strait', 'Open Sans', Arial, 'Microsoft JhengHei', 'PMingLiU', sans-serif;
  font-size: 15px;
  color: #FFF;
}
footer > .subscribe #subscribe > .input {
  width: 250px;
  margin-left: 15px;
}
footer > .subscribe #subscribe > .input input {
  display: block;
  width: 230px;
  height: 30px;
  padding: 0 10px;
  line-height: 30px;
  font-size: 12px;
  background-color: #636363;
  color: #181818;
}
footer > .subscribe #subscribe > .input input.error {
  background-color: #D47F7F;
}
footer > .subscribe #subscribe > .input input:-moz-placeholder {
  color: #181818;
}
footer > .subscribe #subscribe > .input input::-moz-placeholder {
  color: #181818;
}
footer > .subscribe #subscribe > .input input:-ms-input-placeholder {
  color: #181818;
}
footer > .subscribe #subscribe > .input input::-webkit-input-placeholder {
  color: #181818;
}
footer > .subscribe #subscribe > .input input + .-placeholder {
  color: #181818;
}
footer > .subscribe #subscribe > .button {
  width: 96px;
}
footer > .subscribe #subscribe > .button button {
  display: block;
  width: 96px;
  height: 30px;
  line-height: 30px;
  background: url(img/production.png) no-repeat -110px -20px;
  color: #C9C9C9;
}
footer > .copyright {
  height: 59px;
  background-color: #000;
}
footer > .copyright .copyright {
  line-height: 59px;
  font-size: 12px;
  color: #828282;
}
footer > .copyright .copyright a {
  color: #828282;
}
.structure-list {
  padding-bottom: 40px;
}
.structure-list > .item {
  width: 100%;
  min-height: 380px;
  background-color: #1C1C1C;
}
.structure-list > .item > .item {
  width: 50%;
}
.structure-list > .item > .item.no-image {
  width: 100%;
}
.structure-list > .item > .item > .padding {
  padding: 15px 20px;
}
.structure-list > .item > .item > .padding > h2 {
  line-height: 22px;
  font-size: 15px;
  color: #E51937;
}
.structure-list > .item > .item > .padding > h3 {
  line-height: 22px;
  font-size: 15px;
}
