.inline-block {
  display: inline-block;
  vertical-align: top;
}
.clear {
  *zoom: 1;
}
.clear:after {
  clear: both;
  content: "";
  display: table;
}
.clear > .float {
  float: left;
}
.clear > .float.right {
  float: right;
}
.editor {
  *zoom: 1;
}
.editor:after {
  clear: both;
  content: "";
  display: table;
}
.editor > .float {
  float: left;
}
.editor > .float.right {
  float: right;
}
.oneline {
  width: 100%;
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.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;
}
form .row {
  font-size: 0;
  *zoom: 1;
}
form .row > .item {
  display: inline-block;
  vertical-align: top;
}
form .row:after {
  clear: both;
  content: "";
  display: table;
}
form .row > .float {
  float: left;
}
form .row > .float.right {
  float: right;
}
form .row > .col {
  display: inline-block;
  vertical-align: top;
  float: left;
}
.no-record {
  line-height: 150px;
  text-align: center;
  font-weight: 700;
  color: red;
}
body {
  min-width: 480px;
}
body h1 {
  display: none;
}
body #container {
  width: 100%;
  margin: 0 auto;
}
body header,
body #content,
body #stock,
body footer {
  float: left;
  clear: both;
  position: relative;
  width: 100%;
  z-index: 0;
}
body .container {
  max-width: 1198px;
  margin: 0 auto;
}
body .center {
  max-width: 1063px;
  margin: 0 auto;
}
body header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  min-width: 480px;
  z-index: 3;
  background-color: #FFF;
}
body header > .container > .wrapper > .logo {
  width: 82%;
  max-width: 457px;
  margin-top: 5px;
  margin-bottom: 6px;
}
body header > .container > .wrapper > .logo > a > img {
  width: 100%;
  height: auto;
}
body header > .container > .wrapper > .header {
  text-align: right;
}
body header > .container > .wrapper > .header > .lang {
  padding-top: 32px;
  padding-left: 7px;
}
body header > .container > .wrapper > .header > .lang > .item {
  width: 38px;
  height: 38px;
  margin: 6px 0 0 6px;
  line-height: 38px;
  text-align: center;
  font-size: 15px;
  background: url(img/language_button_rollout.png) no-repeat;
  color: #FFF;
}
body header > .container > .wrapper > .header > .lang > .item:hover,
body header > .container > .wrapper > .header > .lang > .item.current {
  background-image: url(img/language_button_rollover.png);
}
body header > .container > .wrapper > .header > .nav {
  margin-top: 37px;
  border-right: 1px solid #D5D8DA;
}
body header > .container > .wrapper > .header > .nav > .item {
  position: relative;
}
body header > .container > .wrapper > .header > .nav > .item > a {
  display: block;
  min-width: 43px;
  padding: 11px 13px 32px;
  border-left: 1px solid #D5D8DA;
  line-height: 22px;
  text-align: center;
  font-size: 14px;
}
body header > .container > .wrapper > .header > .nav > .item > a > .highlight {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 20px;
  background-color: #005A50;
}
body header > .container > .wrapper > .header > .nav > .item.last > a {
  padding-right: 7px;
}
body header > .container > .wrapper > .header > .nav > .item:hover > a > .highlight,
body header > .container > .wrapper > .header > .nav > .item.current > a > .highlight {
  display: block;
}
body header > .container > .wrapper > .header > .nav > .item > .dropdown {
  display: none;
  position: absolute;
  top: 65px;
  left: 0;
  min-width: 215px;
  padding: 8px 0;
  overflow: hidden;
  text-align: left;
  background-color: #7D7D7D;
}
body header > .container > .wrapper > .header > .nav > .item > .dropdown > .item {
  display: block;
  padding: 5px 20px;
  white-space: nowrap;
  overflow: hidden;
  line-height: 25px;
  color: #FFF;
}
body header > .container > .wrapper > .header > .nav > .item > .dropdown > .item:hover {
  background-color: #005A50;
}
body header > .container > .wrapper > .header > .nav > .item > .dropdown > .border {
  height: 1px;
  margin: 0 20px;
  background-color: #6E6E6E;
}
body header > .container > .wrapper > .header > .nav > .item:hover > .dropdown {
  display: block;
}
body header > .container > .wrapper > .m-header {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
}
body header > .container > .wrapper > .m-header > .item {
  vertical-align: middle;
}
body header > .container > .wrapper > .m-header > .button {
  cursor: pointer;
}
body header > .container > .wrapper > .m-header > .button > .block {
  width: 56px;
  height: 7px;
  margin-top: 6px;
  background-color: #005A50;
}
body header > .container > .wrapper > .m-header > .fix {
  width: 0px;
  height: 100%;
}
body header > .m-nav {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
}
body header > .m-nav > .item {
  display: block;
  padding: 8px 24px;
  border-bottom: 1px solid #E2D8BF;
  line-height: 24px;
  font-size: 18px;
  background-color: #005A50;
  color: #FFF;
}
body #banner {
  max-width: 1776px;
  margin: 0 auto;
}
body #banner > .wrapper {
  position: relative;
  z-index: 0;
}
body #banner > .wrapper > .banner {
  position: relative;
}
body #banner > .wrapper > .banner > img {
  width: 100%;
  height: auto;
}
body #banner > .wrapper > .banner > .overlay {
  position: absolute;
  left: 24px;
  right: 24px;
  top: 46%;
}
body #banner > .wrapper > .banner > .overlay > h2 {
  max-width: 1150px;
  margin: 0 auto;
  line-height: 60px;
  text-align: center;
  font-size: 39px;
  font-weight: 400;
  color: #FFF;
}
body #banner > .wrapper > .banner > .overlay > h3 {
  padding: 5px 0;
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
  color: #FFF;
}
body #banner > .wrapper > .banner > .overlay.style-1 > h2,
body #banner > .wrapper > .banner > .overlay.style-1 > h3 {
  color: #2B2B2B;
}
body #banner > .wrapper > .banner > .overlay.style-2 > h2,
body #banner > .wrapper > .banner > .overlay.style-2 > h3 {
  color: #FFF;
}
body #no-banner {
  height: 116px;
}
body #menu {
  position: relative;
  margin-top: -88px;
  margin-bottom: -14px;
  text-align: center;
}
body #menu > .item {
  width: 101px;
  height: 131px;
  padding: 0 15px;
  margin: 20px 20px 0 20px;
  cursor: pointer;
  overflow: hidden;
  background: url(img/subpage_button_rollout.png) no-repeat;
}
body #menu > .item > .item {
  vertical-align: middle;
}
body #menu > .item > .text {
  width: 100%;
  line-height: 22px;
  font-size: 12px;
  font-weight: 700;
  color: #2B2B2B;
}
body #menu > .item > .fix {
  width: 0px;
  height: 100%;
}
body #menu > .item.current {
  background-image: url(img/subpage_button_rollover.png);
}
body #menu > .item:hover {
  background-image: url(img/subpage_button_rollover2.png);
}
body #navigation {
  border-bottom: 1px solid #CBCBCB;
}
body #navigation > .center {
  padding-top: 14px;
  padding-bottom: 14px;
  line-height: 34px;
}
body #navigation > .center > .oneline {
  font-size: 17px;
  font-weight: 700;
  color: #222;
}
body #navigation > .center > .oneline > a {
  font-size: 17px;
  font-weight: 700;
  color: #222;
}
body #content {
  margin-top: 142px;
  z-index: 2;
}
body #main {
  min-height: 400px;
  padding-left: 0;
  padding-right: 0;
}
body #main > .year-tabs {
  position: relative;
  padding: 33px 23px 0;
  border-bottom: 7px solid #E5D9B3;
  line-height: 35px;
}
body #main > .year-tabs > .prev,
body #main > .year-tabs > .next {
  position: absolute;
  bottom: 0;
  width: 23px;
  height: 35px;
}
body #main > .year-tabs > .prev {
  left: 0;
  background: url(img/arrow_left_enable.png) no-repeat;
}
body #main > .year-tabs > .prev.disable {
  background-image: url(img/arrow_left_disabled.png);
}
body #main > .year-tabs > .next {
  right: 0;
  background: url(img/arrow_right_enabled.png) no-repeat;
}
body #main > .year-tabs > .next.disable {
  background-image: url(img/arrow_right_disabled.png);
}
body #main > .year-tabs > .list {
  white-space: nowrap;
  overflow: hidden;
}
body #main > .year-tabs > .list > div {
  display: inline-block;
  vertical-align: top;
}
body #main > .year-tabs .tab {
  width: 101px;
  height: 35px;
  margin-left: 1px;
  white-space: normal;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  background-color: #F6F2E7;
  color: #2B2B2B;
}
body #main > .year-tabs .tab:first-child {
  margin-left: 0;
}
body #main > .year-tabs .tab.active {
  cursor: default;
  background-color: #E5D9B3;
}
body #main > .year > .select-outer {
  width: 187px;
}
body #main > .year > .select-outer > .select {
  float: left;
  width: 100%;
  text-align: left;
  cursor: pointer;
}
body #main > .year > .select-outer > .select > .select-input {
  padding: 0 37px 0 19px;
  line-height: 35px;
  background: url(img/pull-down-btn.png) no-repeat right center #B0A683;
}
body #main > .year > .select-outer > .select > .select-input > .select-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #FFF;
}
body #main > .year > .select-outer > .select > .select-container {
  display: none;
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  max-height: 150px;
  border: 1px solid #B0A683;
  overflow-x: hidden;
  overflow-y: auto;
}
body #main > .year > .select-outer > .select > .select-container > div {
  padding: 0 19px;
  cursor: pointer;
  line-height: 35px;
  background-color: #FFF;
  color: #B0A683;
}
body #main > .year > .select-outer > .select > .select-container > div:hover {
  background-color: #B0A683;
  color: #FFF;
}
body #main > .year > .select-outer > .select.select-fix {
  position: relative;
}
body #stock {
  padding-bottom: 15px;
  z-index: 1;
}
body footer {
  background-color: #F2F2F2;
}
body footer > .container {
  padding-top: 23px;
}
body footer > .container > .nav {
  line-height: 24px;
  font-size: 12px;
}
body footer > .container > .nav > a {
  font-size: 12px;
}
body footer > .container > .copyright {
  padding-bottom: 23px;
  line-height: 24px;
  font-size: 12px;
}
body footer > .container > .copyright > span {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
}
body footer > .container > .copyright > span > a {
  font-size: 12px;
}
body #loading {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  text-align: center;
  background: #FFF;
}
body #loading > img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -16px auto auto -16px;
}
body .list.article > .loading,
body .reports > .loading {
  height: 72px;
  background: url(img/loading-icon.gif) no-repeat center center;
}
body .list.article {
  padding-top: 22px;
}
body .item.article {
  padding: 16px 0;
  border-bottom: 1px solid #CECECE;
  line-height: 22px;
}
body .item.article > .title {
  display: block;
  padding-left: 112px;
  padding-right: 157px;
}
body .item.article > .title > .date {
  width: 102px;
  margin-left: -112px;
  font-size: 14px;
  font-weight: 700;
  color: #2B2B2B;
}
body .item.article > .title > .download {
  width: 145px;
  height: 33px;
  margin-right: -157px;
  border: 1px solid #E6DCBD;
  line-height: 33px;
  text-align: center;
  font-size: 14px;
  color: #57646D;
}
body .item.article > .title > .text {
  font-size: 14px;
  font-weight: 700;
  color: #005A50;
}
body .detail.article {
  padding: 11px 21px 21px;
  border: 1px solid #CBCBCB;
}
body .detail.article > .title {
  position: relative;
  padding: 3px 123px 15px 92px;
  border-bottom: 1px solid #005A50;
  line-height: 22px;
  font-size: 14px;
  font-weight: 700;
  color: #005A50;
}
body .detail.article > .title > .date {
  width: 82px;
  margin-left: -92px;
  font-size: 14px;
  font-weight: 700;
  color: #2B2B2B;
}
body .detail.article > .title > .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 113px;
  height: 31px;
  line-height: 31px;
  text-align: center;
  text-transform: none;
  font-weight: 400;
  background-color: #BBB27D;
  color: #FFF;
}
body .detail.article > .editor {
  margin-top: 13px;
}
body .detail.article > .download {
  display: block;
  padding: 12px 18px 12px 54px;
  margin-top: 44px;
  line-height: 22px;
  font-size: 14px;
  font-weight: 700;
  background: url(img/icon_document_download.png) no-repeat 13px 11px #4A4A4A;
  color: #FFF;
}
body .detail.article > .gallery > .item {
  width: 17%;
  margin-left: 3.75%;
  margin-top: 20px;
}
body .detail.article > .gallery > .item.col-0 {
  margin-left: 0;
}
body .detail.article > .gallery > .item > .image {
  padding: 4px;
  border: 1px solid #CBCBCB;
}
body .detail.article > .gallery > .item > .image > img {
  width: 100%;
  height: auto;
}
body.wide .m,
body.wide .n {
  display: none;
}
body.wide .w {
  display: block;
}
body.wide .w.inline-block {
  display: inline-block;
  vertical-align: top;
}
body.wide .parent > .w.item {
  display: inline-block;
  vertical-align: top;
}
body.wide #banner {
  position: relative;
  height: 346px;
  overflow: hidden;
}
body.wide #banner > .wrapper {
  position: absolute;
  left: 50%;
  width: 1776px;
  height: 346px;
  margin-left: -888px;
}
body.normal #banner > .wrapper > .banner > .overlay,
body.mobile #banner > .wrapper > .banner > .overlay {
  position: static;
  padding: 25px 18px;
  background-color: #57646D;
}
body.normal #banner > .wrapper > .banner > .overlay > h2,
body.mobile #banner > .wrapper > .banner > .overlay > h2 {
  line-height: 44px;
  font-size: 35px;
  color: #FFF;
}
body.normal #banner > .wrapper > .banner > .overlay.style-1,
body.mobile #banner > .wrapper > .banner > .overlay.style-1 {
  background-color: transparent;
}
body.normal #banner > .wrapper > .banner > .overlay.style-1 > h2,
body.mobile #banner > .wrapper > .banner > .overlay.style-1 > h2 {
  color: #2B2B2B;
}
body.normal #no-banner,
body.mobile #no-banner {
  height: 0;
}
body.normal #menu,
body.mobile #menu {
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}
body.normal #menu > .item,
body.mobile #menu > .item {
  display: block;
  width: auto;
  height: auto;
  padding: 8px 24px;
  margin: 0;
  border-bottom: 1px solid #D2D2D2;
  background: none;
}
body.normal #menu > .item > .text,
body.mobile #menu > .item > .text {
  line-height: 24px;
  font-size: 18px;
}
body.normal #menu > .item:hover,
body.normal #menu > .item.current,
body.mobile #menu > .item:hover,
body.mobile #menu > .item.current {
  background: none #E6DCBD;
}
body.normal #menu > .item:hover > .text,
body.normal #menu > .item.current > .text,
body.mobile #menu > .item:hover > .text,
body.mobile #menu > .item.current > .text {
  color: #FFF;
}
body.normal .m,
body.normal .w {
  display: none;
}
body.normal .n {
  display: block;
}
body.normal .n.inline-block {
  display: inline-block;
  vertical-align: top;
}
body.normal .parent > .n.item {
  display: inline-block;
  vertical-align: top;
}
body.normal .container,
body.normal .center {
  padding-left: 24px;
  padding-right: 24px;
}
body.mobile .n,
body.mobile .w {
  display: none;
}
body.mobile .m {
  display: block;
}
body.mobile .m.inline-block {
  display: inline-block;
  vertical-align: top;
}
body.mobile .parent > .m.item {
  display: inline-block;
  vertical-align: top;
}
body.mobile .container,
body.mobile .center {
  padding-left: 24px;
  padding-right: 24px;
}
body.mobile .detail.article > .gallery > .item {
  width: 100%;
  margin-left: 0;
}
body header > .container > .wrapper > .header > .nav > .item:nth-child(n+2) > a {
  padding: 0 13px 25px;
  margin-top: -4px;
}
body #banner.index > .wrapper {
  position: relative;
  z-index: 0;
}
body #banner.index > .wrapper > .cycle-slideshow > .slide {
  position: relative;
}
body #banner.index > .wrapper > .cycle-slideshow > .slide > img {
  width: 100%;
  height: auto;
}
body #banner.index > .wrapper > .cycle-slideshow > .slide > .overlay {
  position: absolute;
  left: 50%;
  bottom: 25%;
  width: 42%;
  max-width: 495px;
}
body #banner.index > .wrapper > .cycle-slideshow > .slide > .overlay > h2 {
  line-height: 60px;
  font-size: 39px;
  font-weight: 400;
}
body #banner.index > .wrapper > .cycle-slideshow > .slide > .overlay > h3 {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 25px;
  margin-top: 5px;
  line-height: 24px;
  font-size: 14px;
}
body #banner.index > .wrapper > .cycle-slideshow > .slide > .overlay.style-1 > h2 {
  color: #2B2B2B;
}
body #banner.index > .wrapper > .cycle-slideshow > .slide > .overlay.style-1 > h3 {
  background: url(img/banner_link_arrow_2.png) no-repeat right 10px;
}
body #banner.index > .wrapper > .cycle-slideshow > .slide > .overlay.style-2 > h2,
body #banner.index > .wrapper > .cycle-slideshow > .slide > .overlay.style-2 > h3 {
  color: #FFF;
}
body #banner.index > .wrapper > .cycle-slideshow > .slide > .overlay.style-2 > h3 {
  background: url(img/banner_link_arrow_1.png) no-repeat right 10px;
}
body #banner.index > .wrapper > .cycle-slideshow > .slide > .overlay.position-1 {
  top: 25%;
  left: auto;
  bottom: auto;
  right: 50%;
}
body #banner.index > .wrapper > .cycle-slideshow > .slide > .overlay.position-2 {
  top: 25%;
  left: 50%;
  bottom: auto;
  right: auto;
}
body #banner.index > .wrapper > .cycle-slideshow > .slide > .overlay.position-3 {
  top: auto;
  left: auto;
  bottom: 25%;
  right: 50%;
}
body #banner.index > .wrapper > .cycle-slideshow > .slide > .overlay.position-4 {
  top: auto;
  left: 50%;
  bottom: 25%;
  right: auto;
}
body #banner.index > .cycle-prev,
body #banner.index > .cycle-next {
  position: absolute;
  top: 50%;
  width: 58px;
  height: 142px;
  margin-top: -71px;
  cursor: pointer;
  z-index: 1;
}
body #banner.index > .cycle-prev {
  left: 12px;
  background: url(img/banner_arrow_left.png) no-repeat;
}
body #banner.index > .cycle-next {
  right: 12px;
  background: url(img/banner_arrow_right.png) no-repeat;
}
body #content {
  padding-bottom: 41px;
}
body #main > .wrapper .block {
  width: 326px;
  height: 227px;
  padding: 23px 25px 18px;
  margin-top: 24px;
  border-bottom: 10px solid #BBAC7C;
  background-color: #F6F0E0;
}
body #main > .wrapper .block > .top {
  position: relative;
  padding-right: 70px;
  border-bottom: 1px solid #005A50;
  line-height: 25px;
}
body #main > .wrapper .block > .top > h2 {
  text-transform: uppercase;
  font-size: 17px;
  color: #2B2B2B;
}
body #main > .wrapper .block > .top > .more {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 17px;
  font-weight: 700;
  color: #005A50;
}
body #main > .wrapper .block.business > .top {
  margin-top: -7px;
  border-bottom: 0;
  line-height: 32px;
}
body #main > .wrapper .block.business > .top > .control {
  position: absolute;
  top: 0;
  right: 0;
}
body #main > .wrapper .block.business > .top > .control > .item {
  width: 32px;
  height: 32px;
  margin-left: 7px;
}
body #main > .wrapper .block.business > .top > .control > .item.gallery-prev {
  background: url(img/arrow_dn.png) no-repeat;
}
body #main > .wrapper .block.business > .top > .control > .item.gallery-next {
  background: url(img/arrow_up.png) no-repeat;
}
body #main > .wrapper .block > .content {
  margin-top: 18px;
  line-height: 25px;
  text-align: justify;
  font-size: 14px;
  color: #57646D;
}
body #main > .wrapper .block > .list {
  margin-top: 10px;
}
body #main > .wrapper .block > .list > .item {
  padding: 11px 0;
  border-top: 1px solid #CEC9BC;
  line-height: 23px;
}
body #main > .wrapper .block > .list > .item:first-child {
  border-top: 0;
}
body #main > .wrapper .block > .list > .item > .date {
  width: 84px;
  font-size: 14px;
  color: #57646D;
}
body #main > .wrapper .block > .list > .item > .title {
  width: 242px;
  font-size: 14px;
  color: #005A50;
}
body #main > .wrapper .block > iframe {
  width: 100%;
  height: 182px;
  margin-top: 20px;
}
body #main > .wrapper .block > .gallery {
  margin: 0 -7px;
}
body #main > .wrapper .block > .gallery > .slide {
  width: 100%;
}
body #main > .wrapper .block > .gallery > .slide > .item {
  margin: 10px 7px 0;
}
body #main > .wrapper .block > .report {
  margin-top: 13px;
}
body #main > .wrapper .block > .report > .text {
  position: relative;
  width: 159px;
  min-height: 154px;
  padding-bottom: 34px;
  margin-right: 15px;
  line-height: 22px;
}
body #main > .wrapper .block > .report > .text > .date {
  font-size: 14px;
  color: #57646D;
}
body #main > .wrapper .block > .report > .text > .title {
  font-size: 14px;
  font-weight: 700;
  color: #005A50;
}
body #main > .wrapper .block > .report > .text > .download {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: 36px;
  line-height: 24px;
  font-size: 14px;
  background: url(img/icon-pdf.png) no-repeat 3px center;
  color: #57646D;
}
body #main > .wrapper .block > .report > .image {
  border: 1px solid #CBCBCB;
}
body.wide #banner.index {
  position: relative;
  height: 638px;
  overflow: hidden;
}
body.wide #banner.index > .wrapper {
  position: absolute;
  left: 50%;
  width: 1776px;
  height: 638px;
  margin-left: -888px;
}
body.normal #banner.index > .wrapper > .cycle-slideshow > .slide > .overlay,
body.mobile #banner.index > .wrapper > .cycle-slideshow > .slide > .overlay {
  position: static;
  width: auto;
  max-width: 100%;
  padding: 25px 18px;
}
body.normal #banner.index > .wrapper > .cycle-slideshow > .slide > .overlay > h2,
body.mobile #banner.index > .wrapper > .cycle-slideshow > .slide > .overlay > h2 {
  line-height: 44px;
  font-size: 35px;
}
body.normal #banner.index > .wrapper > .cycle-slideshow > .slide > .overlay.style-2,
body.mobile #banner.index > .wrapper > .cycle-slideshow > .slide > .overlay.style-2 {
  background-color: #57646D;
}
body.mobile #main > .wrapper > .left {
  width: 100%;
  min-height: 0;
  margin-right: 0;
}
body.mobile #main > .wrapper > .middle {
  width: 100%;
  margin-right: 0;
  margin-top: 23px;
}
body.mobile #main > .wrapper > .right {
  width: 100%;
  margin-top: 45px;
}
