.oneline {
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}
.clear {
  clear: both;
  float: left;
}
.inline-block {
  display: inline-block;
}
body {
  min-width: 480px;
  font-family: Verdana;
  font-size: 13px;
  background: url(img/back.png) no-repeat top center #37281b;
}
.container {
  max-width: 1382px;
  margin: auto;
  position: relative;
}
#content,
footer {
  display: block;
}
.m-menu-container {
  display: none;
  position: absolute;
  z-index: 5;
  top: 110px;
  left: 0;
  right: 0;
  bottom: 0;
}
.m-menu-container >.mask {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  background: #000;
}
.m-menu-container >.m-menu {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0;
  background: #464646;
}
.m-menu-container >.m-menu >.menu-id-1 {
  list-style: none;
}
.m-menu-container >.m-menu >.menu-id-1 >li {
  line-height: 48px;
  background: #464646;
}
.m-menu-container >.m-menu >.menu-id-1 >li >a {
  white-space: nowrap;
  padding-left: 20px;
  display: block;
  height: 48px;
  color: #fff;
}
.m-menu-container >.m-menu >.menu-id-1 >li >ul {
  list-style: none;
}
.m-menu-container >.m-menu >.menu-id-1 >li >ul >li >a {
  white-space: nowrap;
  padding-left: 39px;
  display: block;
  height: 48px;
  color: #fff;
  background: url(img/mobile-menu-pointer.png) no-repeat 20px center #909090;
}
.m-menu-container >.m-menu >.menu-id-1 >li.selected,
.m-menu-container >.m-menu >.menu-id-1 >li:hover {
  background: #b1b1b1;
}
.m-menu-container >.m-menu >.menu-id-1 >li.extentable >a {
  background: url(img/mobile-menu-rightarrow.png) no-repeat 215px center;
}
.m-menu-container >.m-menu >.menu-id-1 >li.extentable >ul {
  display: none;
}
.m-menu-container >.m-menu >.menu-id-1 >li.extentable.extented >a {
  background: url(img/mobile-menu-downarrow.png) no-repeat 215px center;
}
.m-menu-container.extent {
  display: block;
}
header {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  display: inline-block;
  height: 80px;
  line-height: 80px;
  font-size: 0;
}
header >.social-icon-container {
  display: inline-block;
  vertical-align: top;
}
header >.social-icon-container >.social-ico-img {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  height: 30px;
  margin: 0 10px;
}
header >.lang-container {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
header >.lang-container >a {
  display: inline-block;
  margin-left: 7px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
}
header >.lang-container >a.cur-lang,
header >.lang-container >a:hover {
  color: #42362b;
  background: #fff;
}
header >.m-menu-btn-wrapper {
  display: inline-block;
  width: 46px;
  height: 100%;
  margin-left: 12px;
  margin-right: 38px;
}
header >.m-menu-btn-wrapper >.m-menu-btn {
  display: inline-block;
  height: 34px;
  line-height: normal;
  cursor: pointer;
}
header >.m-menu-btn-wrapper >.m-menu-btn >.close {
  display: none;
}
header >.m-menu-btn-wrapper >.m-menu-btn.extent >.open {
  display: none;
}
header >.m-menu-btn-wrapper >.m-menu-btn.extent >.close {
  display: block;
}
#content {
  z-index: 0;
  min-height: 500px;
}
#content >.container >.logo-container {
  height: 110px;
  line-height: 110px;
}
#content >.container >.logo-container >.logo {
  display: inline-block;
  line-height: normal;
  margin-left: 10px;
}
#content >.container >.menu-container {
  margin-bottom: 20px;
  position: relative;
  z-index: 999;
  height: 40px;
}
#content >.container >.menu-container >.left,
#content >.container >.menu-container >.right {
  position: absolute;
  width: 196px;
  top: 0;
  bottom: 0;
}
#content >.container >.menu-container >.left {
  left: 0;
  background: url(img/menu-left.png) no-repeat;
}
#content >.container >.menu-container >.right {
  right: 0;
  background: url(img/menu-right.png) no-repeat;
}
#content >.container >.menu-container >.menu-wrapper {
  margin: 0 196px;
  line-height: 40px;
  background: url(img/menu-repeat.png) repeat-x;
}
#content >.container >.menu-container >.menu-wrapper >ul {
  list-style: none;
  font-size: 0;
}
#content >.container >.menu-container >.menu-wrapper >ul >li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
#content >.container >.menu-container >.menu-wrapper >ul >li a {
  display: block;
  height: 100%;
  color: #fff;
}
#content >.container >.menu-container >.menu-wrapper >ul >li >.hover-effect {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 15px;
}
#content >.container >.menu-container >.menu-wrapper >ul >li >ul {
  display: none;
  list-style: none;
}
#content >.container >.menu-container >.menu-wrapper >ul >li >ul >li {
  line-height: 18px;
  padding: 11px 0;
}
#content >.container >.menu-container >.menu-wrapper >ul >li:hover.num-1 >a,
#content >.container >.menu-container >.menu-wrapper >ul >li.selected.num-1 >a {
  background: url(img/menu-rollover.png) no-repeat right top #5f4b07;
}
#content >.container >.menu-container >.menu-wrapper >ul >li:hover.num-2 >a,
#content >.container >.menu-container >.menu-wrapper >ul >li.selected.num-2 >a {
  background: url(img/menu-rollover.png) no-repeat right top #463027;
}
#content >.container >.menu-container >.menu-wrapper >ul >li:hover.num-3 >a,
#content >.container >.menu-container >.menu-wrapper >ul >li.selected.num-3 >a {
  background: url(img/menu-rollover.png) no-repeat right top #d94914;
}
#content >.container >.menu-container >.menu-wrapper >ul >li:hover.num-4 >a,
#content >.container >.menu-container >.menu-wrapper >ul >li.selected.num-4 >a {
  background: url(img/menu-rollover.png) no-repeat right top #53bc98;
}
#content >.container >.menu-container >.menu-wrapper >ul >li:hover.num-5 >a,
#content >.container >.menu-container >.menu-wrapper >ul >li.selected.num-5 >a {
  background: url(img/menu-rollover.png) no-repeat right top #062750;
}
#content >.container >.menu-container >.menu-wrapper >ul >li:hover.num-6 >a,
#content >.container >.menu-container >.menu-wrapper >ul >li.selected.num-6 >a {
  background: url(img/menu-rollover.png) no-repeat right top #602d08;
}
#content >.container >.menu-container >.menu-wrapper >ul >li:hover.num-7 >a,
#content >.container >.menu-container >.menu-wrapper >ul >li.selected.num-7 >a {
  background: url(img/menu-rollover.png) no-repeat right top #800d11;
}
#content >.container >.menu-container >.menu-wrapper >ul >li:hover.num-8 >a,
#content >.container >.menu-container >.menu-wrapper >ul >li.selected.num-8 >a {
  background: url(img/menu-rollover.png) no-repeat right top #174838;
}
#content >.container >.menu-container >.menu-wrapper >ul >li:hover.num-9 >a,
#content >.container >.menu-container >.menu-wrapper >ul >li.selected.num-9 >a {
  background: url(img/menu-rollover.png) no-repeat right top #7c58a5;
}
#content >.container >.menu-container >.menu-wrapper >ul >li:hover {
  min-height: 60px;
}
#content >.container >.menu-container >.menu-wrapper >ul >li:hover >ul,
#content >.container >.menu-container >.menu-wrapper >ul >li:hover >.hover-effect {
  display: block;
}
#content >.container >.menu-container >.menu-wrapper >ul >li:hover.num-1 {
  background: url(img/menu-home-dropdown-backrepeat.png);
}
#content >.container >.menu-container >.menu-wrapper >ul >li:hover.num-2 {
  background: url(img/menu-aboutus-dropdown-backrepeat.png);
}
#content >.container >.menu-container >.menu-wrapper >ul >li:hover.num-3 {
  background: url(img/menu-info-dropdown-backrepeat.png);
}
#content >.container >.menu-container >.menu-wrapper >ul >li:hover.num-4 {
  background: url(img/menu-element-dropdown-backrepeat.png);
}
#content >.container >.menu-container >.menu-wrapper >ul >li:hover.num-5 {
  background: url(img/menu-service-dropdown-backrepeat.png);
}
#content >.container >.menu-container >.menu-wrapper >ul >li:hover.num-6 {
  background: url(img/menu-cafe-dropdown-backrepeat.png);
}
#content >.container >.menu-container >.menu-wrapper >ul >li:hover.num-7 {
  background: url(img/menu-news-dropdown-backrepeat.png);
}
#content >.container >.menu-container >.menu-wrapper >ul >li:hover.num-8 {
  background: url(img/menu-press-dropdown-backrepeat.png);
}
#content >.container >.menu-container >.menu-wrapper >ul >li:hover.num-9 {
  background: url(img/menu-contactus-dropdown-backrepeat.png);
}
#content >.container >.menu-container >.menu-wrapper >ul >li.num-1 {
  width: 75px;
}
#content >.container >.menu-container >.menu-wrapper >ul >li.num-1 >.hover-effect {
  background: url(img/menu-hover-effect/1.png) no-repeat;
}
#content >.container >.menu-container >.menu-wrapper >ul >li.num-2 {
  width: 110px;
}
#content >.container >.menu-container >.menu-wrapper >ul >li.num-2 >.hover-effect {
  background: url(img/menu-hover-effect/2.png) no-repeat;
}
#content >.container >.menu-container >.menu-wrapper >ul >li.num-3 {
  width: 106px;
}
#content >.container >.menu-container >.menu-wrapper >ul >li.num-3 >.hover-effect {
  background: url(img/menu-hover-effect/3.png) no-repeat;
}
#content >.container >.menu-container >.menu-wrapper >ul >li.num-4 {
  width: 109px;
}
#content >.container >.menu-container >.menu-wrapper >ul >li.num-4 >.hover-effect {
  background: url(img/menu-hover-effect/4.png) no-repeat;
}
#content >.container >.menu-container >.menu-wrapper >ul >li.num-5 {
  width: 154px;
}
#content >.container >.menu-container >.menu-wrapper >ul >li.num-5 >.hover-effect {
  background: url(img/menu-hover-effect/5.png) no-repeat;
}
#content >.container >.menu-container >.menu-wrapper >ul >li.num-6 {
  width: 112px;
}
#content >.container >.menu-container >.menu-wrapper >ul >li.num-6 >.hover-effect {
  background: url(img/menu-hover-effect/6.png) no-repeat;
}
#content >.container >.menu-container >.menu-wrapper >ul >li.num-7 {
  width: 106px;
}
#content >.container >.menu-container >.menu-wrapper >ul >li.num-7 >.hover-effect {
  background: url(img/menu-hover-effect/7.png) no-repeat;
}
#content >.container >.menu-container >.menu-wrapper >ul >li.num-8 {
  width: 111px;
}
#content >.container >.menu-container >.menu-wrapper >ul >li.num-8 >.hover-effect {
  background: url(img/menu-hover-effect/8.png) no-repeat;
}
#content >.container >.menu-container >.menu-wrapper >ul >li.num-9 {
  width: 107px;
}
#content >.container >.menu-container >.menu-wrapper >ul >li.num-9 >.hover-effect {
  background: url(img/menu-hover-effect/9.png) no-repeat;
}
#content >.container >.banner >img {
  width: 100%;
  height: auto;
}
#content >.container >.content {
  position: relative;
  min-height: 400px;
  margin-bottom: 50px;
  background: #fff;
  padding: 30px;
}
#content >.container >.content >.page-title {
  position: absolute;
  top: -46px;
  left: 20px;
  height: 60px;
  padding-right: 10px;
  padding-left: 10px;
  line-height: 60px;
  text-align: center;
  font-size: 23px;
  color: #fff;
  background: #463027;
}
#content >.container >.content >.content-bottom {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 50px;
  background: url(img/innerpage-content-bottomfadeoutrepeat.png) repeat-x;
}
#content >.container >.content >.editor {
  padding-top: 8px;
  padding-bottom: 22px;
}
#content >.container >.content >.gallery {
  position: relative;
}
#content >.container >.content >.gallery >.editor-cycle {
  position: relative;
  z-index: 1;
}
#content >.container >.content >.gallery >.editor-cycle .img-container >img {
  max-width: 100%;
  height: auto;
}
#content >.container >.content >.gallery >.gallery-shadow {
  position: absolute;
  z-index: 0;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  background: #7e7d7a;
}
#content >.container >.content >.pager-container .page,
#content >.container >.content >.pager-container .first,
#content >.container >.content >.pager-container .last {
  margin-left: 2px;
  margin-right: 3px;
  display: inline-block;
  vertical-align: top;
  min-width: 13px;
  height: 22px;
  line-height: 22px;
  padding: 0 5px;
  font-size: 11px;
  color: #828282;
}
#content >.container >.content >.pager-container .page.selected,
#content >.container >.content >.pager-container .page:hover,
#content >.container >.content >.pager-container .first.selected,
#content >.container >.content >.pager-container .first:hover,
#content >.container >.content >.pager-container .last.selected,
#content >.container >.content >.pager-container .last:hover {
  color: #fff;
}
#content >.container >.content >.pager-container .next,
#content >.container >.content >.pager-container .prev {
  display: inline-block;
  vertical-align: top;
  margin-left: 2px;
  margin-right: 3px;
  width: 19px;
  height: 24px;
}
#content >.container >.content >.pager-container input {
  display: inline-block;
  vertical-align: top;
  width: 23px;
  height: 22px;
  margin-left: 4px;
  padding: 0 4px;
  line-height: 22px;
  font-size: 11px;
  color: #828282;
  border: 1px solid #464646;
}
footer {
  z-index: 1;
  height: 105px;
  line-height: 105px;
}
footer *,
footer *:hover,
footer *:link,
footer *:visited {
  font-size: 13px;
  color: #fff;
}
footer .footer-copyright {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.tablet footer {
  padding-left: 15px;
  padding-right: 15px;
  height: 89px;
  line-height: 89px;
}
.mobile footer {
  line-height: 78px;
  height: 109px;
  padding-left: 15px;
  padding-right: 15px;
}
.mobile footer .container >.footer-copyright {
  right: auto;
  left: 0;
  top: 70px;
  line-height: normal;
}
.desktop .t,
.desktop .m,
.desktop .tm {
  display: none !important;
}
.tablet .d,
.tablet .m,
.tablet .dm {
  display: none !important;
}
.mobile .d,
.mobile .t,
.mobile .dt {
  display: none !important;
}
#content >.container >.content {
  padding-bottom: 0;
}
#content >.container >.content >.page-title {
  background: #062750;
}
#content >.container >.content >.content-container {
  position: relative;
}
#content >.container >.content >.content-container >.online-apply {
  position: absolute;
  top: -161px;
  right: 0;
}
#content >.container >.content >.content-container >.online-apply >a {
  display: inline-block;
  width: 147px;
  height: 145px;
}
#content >.container >.content >.cate-container {
  max-width: 1050px;
  margin: auto;
  margin-top: 14px;
  text-align: center;
}
#content >.container >.content >.cate-container .cate {
  margin-bottom: 50px;
  display: inline-block;
  width: 310px;
  height: 310px;
  position: relative;
}
#content >.container >.content >.cate-container .cate >.cover {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#content >.container >.content >.cate-container .cate >.title {
  position: absolute;
  z-index: 2;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-top: 70px;
  font-size: 24px;
  color: #fff;
}
#content >.container >.content >.cate-container .cate.type-0 >.cover {
  background: url(img/subpage-thumbnail.png) no-repeat;
}
#content >.container >.content >.cate-container .cate.type-1 >.cover {
  background: url(img/specialpage-thumbnail.png) no-repeat;
}
#content >.container >.content {
  padding-bottom: 0;
}
#content >.container >.content >.page-title {
  background: #062750;
}
#content >.container >.content >.content-container {
  position: relative;
}
#content >.container >.content >.content-container >.online-apply {
  position: absolute;
  top: -161px;
  right: 0;
}
#content >.container >.content >.content-container >.online-apply >a {
  display: inline-block;
  width: 147px;
  height: 145px;
}
#content >.container >.content >.cate-container {
  max-width: 1050px;
  margin: auto;
  margin-top: 14px;
  text-align: center;
}
#content >.container >.content >.cate-container .cate {
  margin-bottom: 50px;
  display: inline-block;
  width: 310px;
  height: 310px;
  position: relative;
}
#content >.container >.content >.cate-container .cate >.cover {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#content >.container >.content >.cate-container .cate >.title {
  position: absolute;
  z-index: 2;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 24px;
  color: #fff;
}
#content >.container >.content >.cate-container .cate.type-0 >.cover {
  background: url(img/subpage-thumbnail.png) no-repeat;
}
#content >.container >.content >.cate-container .cate.type-1 >.cover {
  background: url(img/specialpage-thumbnail.png) no-repeat;
}
