.clearfix {
  *zoom: 1;
  display: block;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
.en .site-nav > .nav-list > li {
  background: url(../img/nav/nav-en.png) 0 0 no-repeat;
}
.en .site-nav > .nav-list > li.nav-index {
  width: 123px;
  left: 0px;
  background-position: 0px 0px;
}
.en .site-nav > .nav-list > li.nav-index:hover,
.en .site-nav > .nav-list > li.nav-index.current {
  background-position: 0px -41px;
}
.en .site-nav > .nav-list > li.nav-about {
  width: 220px;
  left: 116px;
  background-position: -116px 0px;
}
.en .site-nav > .nav-list > li.nav-about:hover,
.en .site-nav > .nav-list > li.nav-about.current {
  background-position: -116px -41px;
}
.en .site-nav > .nav-list > li.nav-film {
  width: 170px;
  left: 336px;
  background-position: -336px 0px;
}
.en .site-nav > .nav-list > li.nav-film:hover,
.en .site-nav > .nav-list > li.nav-film.current {
  background-position: -336px -41px;
}
.en .site-nav > .nav-list > li.nav-news {
  width: 112px;
  left: 506px;
  background-position: -506px 0px;
}
.en .site-nav > .nav-list > li.nav-news:hover,
.en .site-nav > .nav-list > li.nav-news.current {
  background-position: -506px -41px;
}
.en .site-nav > .nav-list > li.nav-contact {
  width: 172px;
  left: 618px;
  background-position: -618px 0px;
}
.en .site-nav > .nav-list > li.nav-contact:hover,
.en .site-nav > .nav-list > li.nav-contact.current {
  background-position: -618px -41px;
}
.zh-hant .site-nav > .nav-list > li {
  background: url(../img/nav/nav-zh-hant.png) 0 0 no-repeat;
}
.zh-hant .site-nav > .nav-list > li.nav-index {
  width: 140px;
  left: 0px;
  background-position: 0px 0px;
}
.zh-hant .site-nav > .nav-list > li.nav-index:hover,
.zh-hant .site-nav > .nav-list > li.nav-index.current {
  background-position: 0px -41px;
}
.zh-hant .site-nav > .nav-list > li.nav-about {
  width: 165px;
  left: 140px;
  background-position: -140px 0px;
}
.zh-hant .site-nav > .nav-list > li.nav-about:hover,
.zh-hant .site-nav > .nav-list > li.nav-about.current {
  background-position: -140px -41px;
}
.zh-hant .site-nav > .nav-list > li.nav-film {
  width: 151px;
  left: 305px;
  background-position: -305px 0px;
}
.zh-hant .site-nav > .nav-list > li.nav-film:hover,
.zh-hant .site-nav > .nav-list > li.nav-film.current {
  background-position: -305px -41px;
}
.zh-hant .site-nav > .nav-list > li.nav-news {
  width: 165px;
  left: 456px;
  background-position: -456px 0px;
}
.zh-hant .site-nav > .nav-list > li.nav-news:hover,
.zh-hant .site-nav > .nav-list > li.nav-news.current {
  background-position: -456px -41px;
}
.zh-hant .site-nav > .nav-list > li.nav-contact {
  width: 169px;
  left: 621px;
  background-position: -621px 0px;
}
.zh-hant .site-nav > .nav-list > li.nav-contact:hover,
.zh-hant .site-nav > .nav-list > li.nav-contact.current {
  background-position: -621px -41px;
}
.site-nav {
  width: 795px;
  height: 41px;
  margin: 0 auto;
  margin-left: 1px;
}
.site-nav > ul {
  *zoom: 1;
  display: block;
  width: 795px;
  height: 41px;
  position: relative;
  z-index: 1001;
}
.site-nav > ul:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
.site-nav > ul > li {
  position: absolute;
  top: 0px;
  height: 41px;
  list-style: none;
  display: block;
}
.site-nav > ul > li > a {
  display: block;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px \9;
  *text-transform: capitalize;
}
.site-nav > ul > li ul {
  position: relative;
  z-index: 1000;
  display: block;
  margin-top: -40px;
  width: 174px;
  height: auto;
  background: #1d5ca5;
  opacity: 0;
  visibility: hidden;
  text-indent: 0px;
  -webkit-transition: .2s opacity;
  -moz-transition: .2s opacity;
  -ms-transition: .2s opacity;
  -o-transition: .2s opacity;
  transition: .2s opacity;
}
.site-nav > ul > li ul li {
  list-style: none;
  display: block;
  width: 174px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 1px;
  border-top: 1px #afc7e0 solid;
  background: url(../img/nav/sub-nav-bg.png) left top repeat-y;
}
.site-nav > ul > li ul li:first-child {
  border-top: 0;
}
.site-nav > ul > li ul li:hover a,
.site-nav > ul > li ul li.current a {
  font-weight: bold;
}
.site-nav > ul > li ul li a {
  display: block;
  width: 150px;
  padding: 5px 11px;
  height: 100%;
  color: #fff;
  margin: 0 auto;
}
.site-nav > ul > li > ul > li ul li {
  width: 172px;
}
.site-nav > ul > li > ul > li ul li a {
  display: block;
}
.site-nav > ul > li > ul > li:hover > ul,
.site-nav > ul > li > ul > li > ul:hover {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}
.site-nav > ul > li:hover > ul,
.site-nav > ul > li > ul:hover {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}
.site-header,
.site-header >.inner,
.site-nav,
.site-nav .nav-list,
.site-nav .nav-list .nav,
.site-nav .nav-list .nav .sub-nav-list {
  z-index: 1000;
}
body {
  position: relative;
  font: 12px Arial, Helvetica, "LiHei Pro", "微軟正黑體", "Microsoft Jhenghei";
  color: #656565;
  background: #faf7ec;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body p,
body a,
body input,
body select,
body textarea {
  font: 12px Arial, Helvetica, "LiHei Pro", "微軟正黑體", "Microsoft Jhenghei";
  color: #656565;
}
.popup-html {
  overflow: visible;
}
.site-header {
  background: #100e7c;
  position: relative;
  height: 157px;
  padding-top: 4px;
  before: " ";
}
.site-header:before,
.site-header >.before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/general/header-bg.png) #dfbd7b center top no-repeat;
}
.site-header > .inner {
  width: 960px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.site-nav {
  position: absolute;
  left: 0;
  bottom: 0;
}
.section-banner {
  width: 940px;
  height: 231px;
  padding: 10px;
  margin: 10px auto 0;
  background: url(../img/banner/banner-bg.png) left top no-repeat;
}
.section-banner .banner-list li {
  list-style: none;
}
.top-aside .language-list {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 169px;
  height: 41px;
  text-align: center;
  background: url(../img/general/lang-bg.png) left top no-repeat;
}
.top-aside .language-list li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  height: 12px;
  line-height: 12px;
  list-style: none;
  padding: 0 10px;
  margin-top: 14px;
  border-left: 1px #646464 solid;
}
.top-aside .language-list li:first-child {
  border-left: 0;
}
.top-aside .language-list li a {
  display: block;
  height: 12px;
  line-height: 12px;
}
.top-aside .language-list li .item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  color: #646464;
}
.top-aside .language-list li .item.current {
  color: #c88c18;
  font-weight: bold;
}
.pager {
  margin: 10px 0;
}
.pager .pager-list {
  text-align: center;
}
.pager .pager-list li {
  list-style: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  height: 21px;
  line-height: 21px;
  margin: 0 3px;
}
.pager .pager-list li a {
  display: block;
  line-height: 21px;
  font-size: 12px;
  padding: 0 6px;
}
.pager .pager-list li.page {
  text-align: center;
}
.pager .pager-list li.page a {
  color: #646464;
  background: #f1e9d8;
}
.pager .pager-list li.page.on a {
  color: #634e1c;
  background: #d5c6a7;
}
.pager .pager-list li.prev {
  width: 17px;
  height: 17px;
  background: url(../img/general/pager-prev.png) center center no-repeat;
}
.pager .pager-list li.next {
  width: 17px;
  height: 17px;
  background: url(../img/general/pager-next.png) center center no-repeat;
}
.page-path .path-list li {
  list-style: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-right: 3px;
  color: #634e1c;
  font-size: 13px;
  before: " > ";
}
.page-path .path-list li a {
  color: #634e1c;
  font-size: 13px;
}
.page-path .path-list li:before,
.page-path .path-list li >.before {
  content: " > ";
  display: inline;
}
.page-path .path-list li:first-child:before,
.page-path .path-list li:first-child >.before {
  display: none;
}
.footer-nav {
  position: absolute;
  left: 0;
  top: 0;
}
.footer-nav .nav-list li {
  list-style: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  color: #7a7a7a;
  height: 50px;
  line-height: 50px;
  before: "|";
}
.footer-nav .nav-list li a {
  color: #7a7a7a;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
}
.footer-nav .nav-list li:before,
.footer-nav .nav-list li >.before {
  content: "|";
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin: 0 5px 0 7px;
}
.footer-nav .nav-list li:first-child:before,
.footer-nav .nav-list li:first-child >.before {
  display: none;
}
.site-footer {
  width: 100%;
  height: 94px;
  margin-top: 30px;
}
.site-footer > .inner {
  width: 960px;
  margin: 0 auto;
  border-top: 1px #e2cca1 solid;
}
.site-footer .footer-copyright {
  padding: 24px 045px;
}
.site-footer .footer-copyright p {
  color: #646464;
  font-size: 12px;
  text-align: right;
}
.site-footer .footer-copyright p a {
  color: #646464;
}
.form {
  position: relative;
}
.form .form-sent {
  margin: 10px 0;
}
.form .error {
  border-color: #c88c18 !important;
}
.form .error-message {
  color: #c88c18;
  margin: 10px 0;
  display: none;
}
.form .error-message.show {
  display: block;
}
.form .error-message p {
  color: #c88c18;
  font-weight: bold;
}
.form .form-buttons {
  margin-left: 120px;
  margin-top: 0;
}
.form .form-buttons .form-button {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px \9;
  *text-transform: capitalize;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  width: 97px;
  height: 32px;
  line-height: 32px;
  margin-right: 18px;
  color: #fff;
  text-align: center;
}
.form .form-header {
  padding-bottom: 18px;
}
.form .form-header .title {
  font-size: 13px;
  font-weight: bold;
  color: #c88c18;
}
.form .form-header .msg {
  color: #656565;
  font-weight: bold;
  font-size: 13px;
}
.form .form-header .msg .required-msg {
  color: #c88c18;
  font-weight: bold;
}
.form .form-content {
  position: relative;
}
.form .form-content .field-row {
  margin-bottom: 9px;
}
.form .form-content .field-row .label,
.form .form-content .field-row .input,
.form .form-content .field-row .required-sign {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.form .form-content .field-row .required-sign {
  padding-left: 5px;
  color: #c88c18;
}
.form .form-content .field-row .label {
  width: 120px;
  vertical-align: -3px;
  color: #656565;
}
.form .form-content .field-row .input {
  width: 290px;
}
.form .form-content .field-row .input input {
  border: 0;
  margin: 0;
  padding: 0;
}
.form .form-content .field-row .input .type-text,
.form .form-content .field-row .input .type-verify {
  width: 260px;
  padding: 0 5px;
  height: 24px;
  line-height: 24px;
  border: 1px #abadb3 solid;
  background-color: #fff;
}
.form .form-content .field-row .input .type-verify {
  width: 68px;
}
.form .form-content .field-row .input .type-select {
  width: 159px;
  height: 24px;
  line-height: 24px;
  border: 1px #abadb3 solid;
  background-color: #fff;
}
.form .form-content .field-row .input .type-textarea {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 270px;
  height: 64px;
  border: 1px #abadb3 solid;
  background-color: #fff;
  margin: 0;
  padding: 0;
}
.form .form-content .field-row .reload-verify-image {
  cursor: pointer;
}
.site-content {
  width: 960px;
  margin: 0 auto;
}
.home-banner {
  width: 940px;
  height: 393px;
  padding: 10px;
  margin-top: 10px;
  position: relative;
  background: url(../img/home/banner-bg.png) left top no-repeat;
}
.home-banner .banner-list {
  width: 100% !important;
  position: relative;
}
.home-banner .banner-list li {
  width: 100% !important;
  list-style: none;
  position: absolute;
}
.home-banner .banner-list li img {
  display: block;
  margin: 0 auto;
}
.home-banner .banner-nav-container {
  position: absolute;
  z-index: 100;
  left: 0;
  top: 343px;
  width: 100%;
  text-align: center;
}
.home-banner .banner-nav-container a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  cursor: pointer;
  background: #fff;
  border: 1px #b6985e solid;
}
.home-banner .banner-nav-container a.activeSlide {
  background: #b6985e;
  border-color: #fff;
}
.site-content.index {
  *zoom: 1;
  display: block;
}
.site-content.index:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
.site-content.index .middle-container {
  *zoom: 1;
  display: block;
}
.site-content.index .middle-container:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
.site-content.index .middle-container .news-section {
  float: left;
  width: 320px;
  position: relative;
}
.site-content.index .middle-container .news-section .section-title {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px \9;
  *text-transform: capitalize;
  width: 319px;
  height: 44px;
  position: absolute;
  left: 0;
  top: -9px;
}
.site-content.index .middle-container .news-section .section-title.en {
  background: url(../img/home/en/latest-news.png) left top no-repeat;
}
.site-content.index .middle-container .news-section .section-title.zh-hant {
  background: url(../img/home/zh-hant/latest-news.png) left top no-repeat;
}
.site-content.index .middle-container .news-section .news-list {
  margin-top: 50px;
}
.site-content.index .middle-container .news-section .news-list li {
  *zoom: 1;
  display: block;
  list-style: none;
  width: 320px;
  height: 80px;
  padding: 10px 0;
  border-top: 1px #c88c18 solid;
}
.site-content.index .middle-container .news-section .news-list li:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
.site-content.index .middle-container .news-section .news-list li:first-child {
  border-top: 0;
}
.site-content.index .middle-container .news-section .news-list li a {
  display: block;
  width: 100%;
  height: 100%;
}
.site-content.index .middle-container .news-section .news-list li .thumbnail {
  float: left;
  width: 53px;
  height: 70px;
  background: url(../img/home/news-thumbnail-bg.png) left top no-repeat;
}
.site-content.index .middle-container .news-section .news-list li .thumbnail img {
  margin: 2px;
}
.site-content.index .middle-container .news-section .news-list li .item-content {
  float: right;
  width: 258px;
}
.site-content.index .middle-container .news-section .news-list li .item-content .header .date,
.site-content.index .middle-container .news-section .news-list li .item-content .header .title {
  color: #634e1c;
  font-weight: bold;
}
.site-content.index .middle-container .news-section .news-list li .item-content .header .date {
  display: block;
  padding-left: 18px;
  background: url(../img/news/date-icon.png) left center no-repeat;
}
.site-content.index .middle-container .news-section .news-list li .item-content .header .title {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.site-content.index .middle-container .news-section .news-list li .item-content .brief {
  line-height: 1.5em;
  color: #656565;
}
.site-content.index .middle-container .news-section .news-list li .item-content .brief .more {
  color: #d3a54c;
}
.site-content.index .middle-container .video-section {
  float: left;
  margin-left: 20px;
  width: 355px;
}
.site-content.index .middle-container .video-section .video-container {
  margin-bottom: 10px;
}
.site-content.index .middle-container .shortcut-section {
  float: right;
  width: 245px;
}
.site-content.index .middle-container .shortcut-section .shortcut-list li {
  list-style: none;
  margin-bottom: 20px;
}
.site-content.index .film-container {
  width: 960px;
  height: 229px;
  background: url(../img/home/film-bg.png) left top no-repeat;
}
.site-content.index .film-container .gallery-container {
  width: 960px;
  height: 158px;
  margin: 0 auto;
  padding-top: 36px;
  overflow: hidden;
  position: relative;
}
.site-content.index .film-container .gallery-container .gallery-list-container {
  width: 889px;
  height: 158px;
  margin-top: 0;
  margin-left: 36px;
  overflow: hidden;
  position: relative;
}
.site-content.index .film-container .gallery-container .gallery-list-container .gallery-list {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.site-content.index .film-container .gallery-container .gallery-list-container .gallery-list li {
  list-style: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 105px;
  height: 140px;
  padding: 9px;
  margin-left: 4px;
  background: url(../img/home/film-item-bg.png) left top no-repeat;
}
.site-content.index .film-container .gallery-container .gallery-list-container .gallery-list li:first-child {
  margin-left: 0;
}
.site-content.index .film-container .gallery-container .controls .control {
  position: absolute;
  top: 78px;
  cursor: pointer;
}
.site-content.index .film-container .gallery-container .controls .control.prev {
  width: 26px;
  height: 83px;
  left: 8px;
  background: url(../img/home/gallery-prev-off.png) center center no-repeat;
}
.site-content.index .film-container .gallery-container .controls .control.prev.on {
  cursor: pointer;
  background: url(../img/home/gallery-prev-on.png) center center no-repeat;
}
.site-content.index .film-container .gallery-container .controls .control.next {
  width: 26px;
  height: 83px;
  right: 8px;
  background: url(../img/home/gallery-next-off.png) center center no-repeat;
}
.site-content.index .film-container .gallery-container .controls .control.next.on {
  cursor: pointer;
  background: url(../img/home/gallery-next-on.png) center center no-repeat;
}
.site-content.film {
  padding-top: 10px;
}
.site-content.film .film-content {
  *zoom: 1;
  display: block;
  position: relative;
  border: 1px #a89066 solid;
  min-height: 740px;
  padding-top: 10px;
  background-color: #fbf5e5;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#f7eaca);
  -ms-filter: 'progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#f7eaca)';
  background-image: -webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#f7eaca));
  background-image: -webkit-linear-gradient(top,#ffffff,#f7eaca);
  background-image: -moz-linear-gradient(top,#ffffff,#f7eaca);
  background-image: -o-linear-gradient(top,#ffffff,#f7eaca);
  background-image: -ms-linear-gradient(top,#ffffff,#f7eaca);
  background-image: linear-gradient(to bottom,#ffffff,#f7eaca);
}
.site-content.film .film-content:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
.site-content.film .film-content .category-nav {
  position: absolute;
  z-index: 2000;
  left: -26px;
  top: -1px;
  width: 163px;
  height: 687px;
  padding: 10px 36px;
  background: url(../img/film/category-bg.png) left top no-repeat;
  before: " ";
}
.site-content.film .film-content .category-nav:before,
.site-content.film .film-content .category-nav >.before {
  content: "";
  display: block;
  width: 253px;
  height: 13px;
  position: absolute;
  left: 0;
  top: -12px;
  background: url(../img/film/category-bg-top.png) left top no-repeat;
}
.site-content.film .film-content .category-nav .title {
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  border-bottom: 1px #fff dotted;
  padding: 10px 0;
}
.site-content.film .film-content .category-nav .category-list li {
  list-style: none;
}
.site-content.film .film-content .category-nav .category-list li a {
  display: block;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  padding: 10px 0;
}
.site-content.film .film-content .category-nav .category-list li:hover a,
.site-content.film .film-content .category-nav .category-list li.current a {
  color: #412f0e;
}
.site-content.film .film-content .film-container {
  margin-left: 224px;
  width: 712px;
  padding-bottom: 20px;
}
.site-content.film .film-content .film-container .header .page-path {
  padding: 10px 0;
  border-bottom: 1px #646464 dotted;
}
.site-content.film .film-content .film-container .film-list {
  padding-top: 10px;
  width: 740px;
  min-height: 640px;
}
.site-content.film .film-content .film-container .film-list li {
  list-style: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 118px;
  margin-right: 30px;
  margin-bottom: 20px;
}
.site-content.film .film-content .film-container .film-list li .thumbnail {
  width: 118px;
  height: 158px;
  background: url(../img/film/item-bg.png) left top no-repeat;
}
.site-content.film .film-content .film-container .film-list li .thumbnail img {
  margin: 2px;
}
.site-content.film .film-content .film-container .film-list li .title {
  font-size: 12px;
  font-weight: normal;
  color: #646464;
  text-align: center;
  padding-top: 10px;
}
.site-content.film-detail .film-container {
  position: relative;
  z-index: 1000;
}
.site-content.film-detail .film-container > .header {
  position: relative;
}
.site-content.film-detail .film-container > .header .back {
  position: absolute;
  right: 0;
  top: 2px;
}
.site-content.film-detail .film-container .sub-section {
  margin-bottom: 30px;
}
.site-content.film-detail .film-container .sub-header {
  padding-left: 30px;
  height: 24px;
  position: relative;
  padding-bottom: 2px;
  margin-bottom: 15px;
  background: url(../img/film/title-sep.png) left bottom no-repeat;
  before: " ";
}
.site-content.film-detail .film-container .sub-header:before,
.site-content.film-detail .film-container .sub-header >.before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.site-content.film-detail .film-container .sub-header.info:before,
.site-content.film-detail .film-container .sub-header.info >.before {
  width: 24px;
  height: 20px;
  bottom: 3px;
  background: url(../img/film/info-icon.png) left top no-repeat;
}
.site-content.film-detail .film-container .sub-header.content:before,
.site-content.film-detail .film-container .sub-header.content >.before {
  width: 30px;
  height: 27px;
  left: -5px;
  bottom: -1px;
  background: url(../img/film/content-icon.png) left top no-repeat;
}
.site-content.film-detail .film-container .sub-header.trailer:before,
.site-content.film-detail .film-container .sub-header.trailer >.before {
  width: 35px;
  height: 27px;
  left: -7px;
  bottom: -4px;
  background: url(../img/film/trailer-icon.png) left top no-repeat;
}
.site-content.film-detail .film-container .sub-header .title {
  color: #634e1c;
  font-size: 15px;
  height: 24px;
  line-height: 24px;
}
.site-content.film-detail .film-container .sub-header .trailer-button {
  position: absolute;
  left: 160px;
  top: 0;
  cursor: pointer;
}
.site-content.film-detail .film-container .top-content {
  *zoom: 1;
  display: block;
  padding-top: 15px;
}
.site-content.film-detail .film-container .top-content:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
.site-content.film-detail .film-container .top-content .gallery {
  float: left;
  width: 223px;
}
.site-content.film-detail .film-container .top-content .gallery + .sub-section {
  float: right;
  width: 470px;
}
.site-content.film-detail .film-container .top-content .gallery + .sub-section .sub-header {
  background: url(../img/film/title-sep-short.png) left bottom no-repeat;
}
.site-content.film-detail .film-container .top-content .gallery .large-photo {
  display: block;
  width: 219px;
  height: 295px;
  padding: 2px;
  margin-bottom: 15px;
  background: url(../img/film/large-photo-bg.png) left top no-repeat;
}
.site-content.film-detail .film-container .top-content .gallery .gallery-container {
  width: 223px;
  height: 90px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  background: #e5ddcc;
}
.site-content.film-detail .film-container .top-content .gallery .gallery-container .gallery-list-container {
  width: 180px;
  height: 67px;
  margin-top: 10px;
  margin-left: 24px;
  overflow: hidden;
  position: relative;
}
.site-content.film-detail .film-container .top-content .gallery .gallery-container .gallery-list-container .gallery-list {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.site-content.film-detail .film-container .top-content .gallery .gallery-container .gallery-list-container .gallery-list li {
  list-style: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 46px;
  height: 63px;
  padding: 2px;
  margin-left: 10px;
  background: url(../img/film/thumbnail-bg.png) left top no-repeat;
}
.site-content.film-detail .film-container .top-content .gallery .gallery-container .gallery-list-container .gallery-list li:first-child {
  margin-left: 0;
}
.site-content.film-detail .film-container .top-content .gallery .gallery-container .controls .control {
  position: absolute;
  top: 0;
  cursor: pointer;
}
.site-content.film-detail .film-container .top-content .gallery .gallery-container .controls .control.prev {
  width: 14px;
  height: 90px;
  left: 0;
  background: url(../img/film/gallery-prev-on.png) #d9c294 center center no-repeat;
}
.site-content.film-detail .film-container .top-content .gallery .gallery-container .controls .control.prev.on {
  cursor: pointer;
  background: url(../img/film/gallery-prev-on.png) #d9c294 center center no-repeat;
}
.site-content.film-detail .film-container .top-content .gallery .gallery-container .controls .control.next {
  width: 14px;
  height: 90px;
  right: 0;
  background: url(../img/film/gallery-next-on.png) #d9c294 center center no-repeat;
}
.site-content.film-detail .film-container .top-content .gallery .gallery-container .controls .control.next.on {
  cursor: pointer;
  background: url(../img/film/gallery-next-on.png) #d9c294 center center no-repeat;
}
.site-content.film-detail .film-container .top-content .info-section .info-list li {
  list-style: none;
  margin-bottom: 5px;
}
.site-content.film-detail .film-container .top-content .info-section .info-list li .label,
.site-content.film-detail .film-container .top-content .info-section .info-list li .value {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  font-size: 13px;
  color: #656565;
  line-height: 2em;
}
.site-content.film-detail .film-container .top-content .info-section .info-list li .label {
  width: 160px;
}
.site-content.film-detail .film-container .top-content .info-section .info-list li .value {
  width: 250px;
}
.site-content.film-detail .film-container .top-content .info-section .info-list.zh-hant li .label {
  width: 90px;
}
.site-content.film-detail .film-container .trailer-section {
  position: relative;
  height: 410px;
}
.site-content.film-detail .film-container .trailer-section .trailer-container {
  position: absolute;
  right: 0;
  top: 78px;
  width: 768px;
  height: 332px;
  background: url(../img/film/trailer-bg.png) left top no-repeat;
}
.site-content.film-detail .film-container .trailer-section .trailer-container .youtube-container {
  width: 399px;
  height: 314px;
  margin: 0 auto;
}
.site-content.news .news-list {
  width: 980px;
}
.site-content.news .news-list li {
  *zoom: 1;
  display: block;
  list-style: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 470px;
  height: 132px;
  margin-right: 20px;
  margin-bottom: 20px;
  background: url(../img/news/item-bg.png) left top no-repeat;
}
.site-content.news .news-list li:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
.site-content.news .news-list li a {
  display: block;
  width: 100%;
  height: 100%;
}
.site-content.news .news-list li .thumbnail {
  float: left;
  margin: 11px;
  width: 81px;
  height: 108px;
  background: url(../img/news/thumbnail-bg.png) left top no-repeat;
}
.site-content.news .news-list li .thumbnail img {
  margin: 2px;
}
.site-content.news .news-list li .item-content {
  float: right;
  width: 365px;
  padding-top: 11px;
}
.site-content.news .news-list li .item-content .header .date,
.site-content.news .news-list li .item-content .header .title {
  color: #634e1c;
  font-weight: bold;
}
.site-content.news .news-list li .item-content .header .date {
  display: block;
  padding-left: 18px;
  background: url(../img/news/date-icon.png) left center no-repeat;
}
.site-content.news .news-list li .item-content .header .title {
  margin-bottom: 5px;
}
.site-content.news .news-list li .item-content .brief {
  color: #656565;
}
.site-content.news .news-list li .item-content .brief .more {
  color: #d3a54c;
}
.site-content.news-detail .news-content {
  *zoom: 1;
  display: block;
  border: 1px #a89066 solid;
  padding: 20px;
  background-color: #fbf5e5;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#f7eaca);
  -ms-filter: 'progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#f7eaca)';
  background-image: -webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#f7eaca));
  background-image: -webkit-linear-gradient(top,#ffffff,#f7eaca);
  background-image: -moz-linear-gradient(top,#ffffff,#f7eaca);
  background-image: -o-linear-gradient(top,#ffffff,#f7eaca);
  background-image: -ms-linear-gradient(top,#ffffff,#f7eaca);
  background-image: linear-gradient(to bottom,#ffffff,#f7eaca);
}
.site-content.news-detail .news-content:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
.site-content.news-detail .news-content .gallery {
  float: left;
  width: 227px;
}
.site-content.news-detail .news-content .gallery + .item-content {
  float: right;
  width: 675px;
}
.site-content.news-detail .news-content .gallery .gallery-list li {
  list-style: none;
  width: 223px;
  height: 298px;
  padding: 2px;
  margin-bottom: 15px;
  background: url(../img/news/gallery-bg.png) left top no-repeat;
}
.site-content.news-detail .news-content .item-content .header {
  position: relative;
  padding-top: 12px;
  min-height: 30px;
}
.site-content.news-detail .news-content .item-content .header .date,
.site-content.news-detail .news-content .item-content .header .title {
  color: #634e1c;
  font-weight: bold;
}
.site-content.news-detail .news-content .item-content .header .date {
  display: block;
  padding-left: 18px;
  background: url(../img/news/date-icon.png) left center no-repeat;
}
.site-content.news-detail .news-content .item-content .header .back {
  position: absolute;
  right: 0;
  top: 0;
}
.site-content.contact {
  *zoom: 1;
  display: block;
}
.site-content.contact:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
.site-content.contact .contact-content {
  float: left;
  width: 480px;
}
.site-content.contact .contact-form {
  float: right;
  width: 420px;
  margin-right: 50px;
}
.en .back {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px \9;
  *text-transform: capitalize;
  display: block;
  width: 79px;
  height: 27px;
  background: url(../img/news/en/back.png) left top no-repeat;
}
.en .trailer-button {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px \9;
  *text-transform: capitalize;
  display: block;
  width: 79px;
  height: 22px;
  background: url(../img/film/en/trailer-button.png) left top no-repeat;
}
.en .form-button.submit {
  background: url(../img/contact/en/submit.png) left top no-repeat;
}
.en .form-button.reset {
  background: url(../img/contact/en/reset.png) left top no-repeat;
}
.zh-hant .back {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px \9;
  *text-transform: capitalize;
  display: block;
  width: 79px;
  height: 27px;
  background: url(../img/news/zh-hant/back.png) left top no-repeat;
}
.zh-hant .trailer-button {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px \9;
  *text-transform: capitalize;
  display: block;
  width: 87px;
  height: 22px;
  background: url(../img/film/zh-hant/trailer-button.png) left top no-repeat;
}
.zh-hant .form-button.submit {
  background: url(../img/contact/zh-hant/submit.png) left top no-repeat;
}
.zh-hant .form-button.reset {
  background: url(../img/contact/zh-hant/reset.png) left top no-repeat;
}
