html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

.hidden {
  overflow: hidden;
}

.fixed {
  position: fixed;
}

.hide {
  display: none;
}

.block {
  display: block;
}

.inline-block, .header-top-right .sub-nav ul li {
  display: inline-block;
}

.inline {
  display: inline;
}

.relative {
  position: relative;
}

.hide-text {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}

body {
  font-family: "Microsoft JhengHei", Helvetica, Arial, Verdana, sans-serif;
  word-break: break-word;
  background: url(../images/bg.png) 0 0 repeat;
}

.clearfix {
  content: ".";
  display: block;
  clear: both;
  _display: inline;
}

header {
  height: 180px;
  padding-top: 14px;
  background: url(../images/header_bgr.png) 0 0 repeat-x;
}
header .header-inner {
  width: 970px;
  margin: 0 auto;
}
header .header-top {
  height: 129px;
}

.logo {
  float: left;
  width: 280px;
  padding-left: 10px;
}
.logo a {
  font-size: 11px;
  color: #7e7b74;
  text-decoration: none;
}

.header-top-right {
  float: right;
  width: 670px;
  padding-right: 10px;
}
.header-top-right .top-ads {
  width: 100%;
  height: 93px;
  text-align: right;
}
.header-top-right .top-ads img {
  padding: 3px;
  border: 1px solid #d2d2d2;
}
.header-top-right .sub-nav {
  height: 19px;
  text-align: right;
}
.header-top-right .sub-nav ul li {
  height: 19px;
  color: #d2d2d2;
}
.header-top-right .sub-nav ul li a {
  font-size: 13px;
  text-decoration: none;
  padding: 0 0.5em;
  color: #7e7b74;
}
.header-top-right .sub-nav ul li a:hover {
  color: #9c843d;
}

nav {
  height: 51px;
  padding: 0 25px;
  background: url(../images/nav_bg.png) 0 0 no-repeat;
}
nav li {
  display: block;
  position: relative;
  width: 115px;
  float: left;
  text-align: center;
}
nav li a {
  display: block;
  font-size: 15px;
  text-decoration: none;
  line-height: 54px;
  color: white;
}
nav li a:hover {
  background: url(../images/nav_h.png) 0 0 no-repeat;
}
nav li a.active {
  background: url(../images/nav_h.png) 0 0 no-repeat;
}
nav li:hover ul.nav-down {
  display: block;
}

nav.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: -5px;
  z-index: 999;
  background: url(../images/nav_bgr.png) 0 0 repeat-x;
}
nav.fixed .nav-inner {
  width: 970px;
  margin: 0 auto;
}

ul.nav-down {
  display: none;
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 100;
  border: 1px solid #7e7b74;
}
ul.nav-down li {
  height: 45px;
  background-image: none;
  background-color: black;
  border-bottom: 1px solid #7e7b74;
}
ul.nav-down li a {
  line-height: 45px;
}
ul.nav-down li a:hover {
  background-image: none;
  background-color: #5c6333;
}

.wrapper {
  position: relative;
  width: 960px;
  margin: 0 auto;
}

.search {
  position: absolute;
  right: 0;
  top: 10px;
  width: 200px;
  height: 21px;
  padding: 2px 5px;
  border: 1px solid #d2d2d2;
  text-align: left;
  background-color: white;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0 -1px 1px #d2d2d2;
  -moz-box-shadow: 0 -1px 1px #d2d2d2;
  box-shadow: 0 -1px 1px #d2d2d2;
}
.search input {
  height: 19px;
  border: none;
  outline: none;
  background-color: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.search input.search-btn {
  position: absolute;
  right: 2px;
  height: 19px;
  width: 19px;
  cursor: pointer;
  background: url(../images/icon_search.png) center 3px no-repeat;
}

.top {
  padding: 20px 0 15px;
}

.top-inner {
  margin-top: 33px;
}

.side {
  float: left;
  width: 230px;
  height: 360px;
  background-color: black;
}
.side .side-link {
  display: table-cell;
  width: 320px;
  height: 180px;
  text-align: center;
  vertical-align: middle;
}

.title {
  margin-bottom: 2px;
}
.title h2 {
  font-size: 13px;
  line-height: 35px;
  color: #4a4a4a;
}
.title h2 span {
  font-size: 16px;
}

.hot {
  position: relative;
}
.hot .title {
  padding-left: 1em;
  background-color: #d2d2d2;
}
.hot .arrow-left {
  width: 18px;
  height: 34px;
  position: absolute;
  left: 15px;
  top: 58%;
  margin-top: -17px;
  cursor: pointer;
  z-index: 10;
}
.hot .arrow-right {
  width: 18px;
  height: 34px;
  position: absolute;
  right: 15px;
  top: 58%;
  margin-top: -17px;
  cursor: pointer;
  z-index: 10;
}

.hot-pic {
  width: 850px;
  overflow: hidden;
  padding: 20px 55px;
  margin-bottom: 15px;
  background-color: #efefef;
}
.hot-pic .hot-pic-inner {
  width: 850px;
}
.hot-pic li {
  float: left;
  width: 170px;
  height: 125px;
  font-size: 15px;
  text-align: center;
}
.hot-pic li a {
  color: #4a4a4a;
  line-height: 24px;
  text-decoration: none;
}
.hot-pic li a:hover {
  color: #9c843d;
}

.main {
  padding: 15px 0 40px;
  margin-bottom: 20px;
  background: url(../images/main_bottom.png) bottom center no-repeat;
}

.left {
  float: left;
  width: 660px;
  background: url(../images/left_title.png) left 21px no-repeat;
}

.right {
  float: right;
  width: 260px;
}

.chief-work .chief-work-title {
  padding-bottom: 15px;
  background: url(../images/right_title.png) 0 21px no-repeat;
}
.chief-work li {
  padding-bottom: 10px;
}
.chief-work li img {
  padding: 2px;
  outline: 1px solid #d2d2d2;
}
.chief-work li h3 {
  text-align: center;
}
.chief-work li h3 a {
  font-size: 13px;
  line-height: 2;
  text-decoration: none;
  color: #7e7b74;
}

.chief-blog {
  padding-top: 30px;
}
.chief-blog .chief-blog-title {
  height: 40px;
  padding-left: 1em;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7e7b74), color-stop(100%, #383329));
  background-image: -webkit-linear-gradient(#7e7b74, #383329);
  background-image: -moz-linear-gradient(#7e7b74, #383329);
  background-image: -o-linear-gradient(#7e7b74, #383329);
  background-image: linear-gradient(#7e7b74, #383329);
}
.chief-blog .chief-blog-title h2 {
  color: white;
  line-height: 40px;
}
.chief-blog .chief-blog-list ul {
  width: 248px;
  border: 1px solid #d2d2d2;
  padding: 15px 5px 10px;
  background-color: white;
  font-size: 0;
}
.chief-blog .chief-blog-list li {
  padding-bottom: 10px;
  text-align: center;
  width: 82px;
  display: inline-block;
}
.chief-blog .chief-blog-list li a {
  font-size: 13px;
  line-height: 1.5;
  text-decoration: none;
  color: #4a4a4a;
}

.bottom-ads {
  width: 960px;
  margin: 0 auto;
}
.bottom-ads img {
  padding: 4px;
  border: 1px solid #d2d2d2;
  margin-bottom: 20px;
}

.fb {
  width: 928px;
  padding: 14px;
  border: 1px solid #d2d2d2;
  margin: 0 auto 30px;
  background-color: white;
}

.footer {
  height: 136px;
  background: url(../images/footer_bg.png) bottom center repeat-x;
}
.footer .footer-inner {
  width: 960px;
  margin: 0 auto;
}

.footer-link {
  height: 43px;
  text-align: center;
}
.footer-link li {
  display: inline-block;
  text-align: center;
  font-size: 13px;
  color: #c0bfbf;
}
.footer-link li a {
  padding: 0 1em;
  line-height: 43px;
  color: #7e7b74;
  text-decoration: none;
}
.footer-link li a:hover {
  color: #9c843d;
}

.copyright {
  padding: 15px;
  font-size: 11px;
  text-align: center;
  line-height: 1.65;
  color: white;
}
.copyright p.studio-xin {
  padding-top: 0.5em;
  font-size: 11px;
  color: #7e7b74;
}
.copyright p.studio-xin a {
  color: #9c843d;
}
.copyright p.studio-xin a:hover {
  color: #c66900;
}

.social-btn {
  padding: 10px;
  text-align: right;
}
.social-btn .fb-like {
  padding-right: 15px;
}

.theme {
  float: left;
  margin-right: 10px;
  margin-top: -33px;
}
.theme .theme-tab {
  overflow: hidden;
  width: 500px !important;
  height: 33px;
  display: block;
}
.theme .theme-tab li {
  display: block;
  float: left;
  width: 85px;
  height: 33px;
  margin: 7px 1px 0 0;
  text-align: center;
  line-height: 24px;
  background-color: #d2d2d2;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #716d66), color-stop(100%, #756f68));
  background-image: -webkit-linear-gradient(#716d66, #756f68);
  background-image: -moz-linear-gradient(#716d66, #756f68);
  background-image: -o-linear-gradient(#716d66, #756f68);
  background-image: linear-gradient(#716d66, #756f68);
}
.theme .theme-tab li:hover {
  margin: 0 1px 0 0;
  line-height: 33px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7e7b74), color-stop(100%, #383329));
  background-image: -webkit-linear-gradient(#7e7b74, #383329);
  background-image: -moz-linear-gradient(#7e7b74, #383329);
  background-image: -o-linear-gradient(#7e7b74, #383329);
  background-image: linear-gradient(#7e7b74, #383329);
}
.theme .theme-tab li a {
  color: white;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 3px;
  text-decoration: none;
}
.theme .theme-tab li.selected {
  margin: 0 1px 0 0;
  line-height: 33px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7e7b74), color-stop(100%, #383329));
  background-image: -webkit-linear-gradient(#7e7b74, #383329);
  background-image: -moz-linear-gradient(#7e7b74, #383329);
  background-image: -o-linear-gradient(#7e7b74, #383329);
  background-image: linear-gradient(#7e7b74, #383329);
}
.theme .theme-pic {
  overflow: hidden;
  height: 360px;
  width: 720px;
}
.theme .theme-pic li {
  float: left;
  position: relative;
}
.theme .theme-pic li .theme-pic-des {
  position: absolute;
  left: 0;
  width: 160px;
  padding: 10px;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.5);
}
.theme .theme-pic li .theme-pic-des p {
  color: white;
  font-size: 15px;
  line-height: 1.6;
}

.left-index-title ul {
  font-size: 0;
}
.left-index-title li {
  display: inline-block;
  width: 200px;
  height: 36px;
  background: url(../images/left_index_tab.png) left top no-repeat;
}
.left-index-title li.active {
  width: 200px;
  height: 37px;
  background: url(../images/left_index_tab.png) left -40px no-repeat;
}
.left-index-title h2 {
  margin-right: 2px;
}
.left-index-title h2 a {
  display: inline-block;
  width: 200px;
  height: 36px;
  color: #4a4a4a;
  text-decoration: none;
  text-align: center;
}

.left-list {
  clear: both;
}
.left-list li {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #d2d2d2;
  overflow: hidden;
}
.left-list .left-list-pic {
  float: left;
  width: 185px;
  height: 100px;
}
.left-list .left-list-des {
  float: left;
  width: 475px;
  height: 100px;
}
.left-list .left-list-des span.date {
  font-size: 12px;
  color: #c0bfbf;
  line-height: 1.8;
}
.left-list .left-list-des h3 a {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  color: #3b599d;
  text-decoration: none;
}
.left-list .left-list-des h3 a:hover {
  color: #162027;
}
.left-list .left-list-des p {
  font-size: 13px;
  line-height: 1.5;
  color: #4a4a4a;
}
