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;
}

.top-article {
  overflow: hidden;
  width: 960px;
  padding-top: 45px;
}

.banner {
  float: left;
  position: relative;
  padding-left: 10px;
}
.banner .banner-inner {
  width: 510px;
  height: 360px;
  overflow: hidden;
}
.banner .banner-inner li {
  position: relative;
  width: 510px;
  height: 360px;
}
.banner .banner-inner li a {
  color: white;
}
.banner .banner-inner li h2 {
  position: absolute;
  left: 0;
  width: 480px;
  padding: 15px;
  line-height: 1.45;
  font-size: 16px;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.75);
}

#controls {
  position: absolute;
  right: 10px;
  top: 10px;
}
#controls li {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid white;
  margin: 0 5px 0 0;
  background-color: #c0bfbf;
}
#controls li.current {
  background-color: #efefef;
}
#controls a {
  display: inline-block;
  text-indent: -9999px;
}

.top-best-article {
  float: left;
  width: 200px;
  height: 330px;
  padding-left: 10px;
}
.top-best-article li {
  position: relative;
  width: 200px;
  height: 175px;
  overflow: hidden;
  text-align: center;
}
.top-best-article li:first-child {
  margin-bottom: 10px;
}
.top-best-article li h2 {
  position: absolute;
  left: 0;
  width: 180px;
  height: 36px;
  padding: 8px 10px;
  background-color: black;
}
.top-best-article li a {
  font-size: 12px;
  line-height: 1.5;
  text-decoration: none;
  color: white;
}

.breadcrumb {
  height: 36px;
  color: #c0bfbf;
}
.breadcrumb a {
  padding: 0 5px;
  font-size: 15px;
  line-height: 36px;
  color: #7e7b74;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #e2007e;
}

.left-article-title {
  position: relative;
  padding-left: 70px;
  background: url(../images/article_title_icon.png) 0 0 no-repeat;
}
.left-article-title h2 {
  font-size: 16px;
  color: #e2007e;
}
.left-article-title ul {
  position: absolute;
  left: 200px;
  top: 1px;
  font-size: 0;
}
.left-article-title li {
  display: inline-block;
  width: 110px;
  height: 35px;
  text-align: center;
  padding-right: 1px;
  background: url(../images/article_tab.png) 0 0 no-repeat;
}
.left-article-title li a {
  display: inline-block;
  width: 110px;
  height: 35px;
  font-size: 15px;
  line-height: 36px;
  text-decoration: none;
  color: #4a4a4a;
}
.left-article-title li.active {
  background: url(../images/article_tab.png) 0 -40px no-repeat;
  height: 36px;
}

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

.page-select {
  padding: 15px;
  text-align: center;
}
.page-select a {
  padding: 8px;
  font-size: 15px;
  text-decoration: none;
  color: #7e7b74;
}
.page-select a:hover {
  font-weight: bold;
  color: #e2007e;
}

.left-list {
  clear: both;
}
.left-list h1.category-list-title {
  height: 35px;
  padding: 0 0 10px 70px;
  border-bottom: 1px solid #d2d2d2;
  margin-top: 10px;
  font-size: 18px;
  line-height: 55px;
  color: #e2007e;
  background: url(../images/article_title_icon.png) left center no-repeat;
}
.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;
}

.article {
  width: 640px;
  padding: 28px;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.75);
  border: 1px solid #d2d2d2;
  -webkit-box-shadow: 0 1px 3px #7e7b74;
  -moz-box-shadow: 0 1px 3px #7e7b74;
  box-shadow: 0 1px 3px #7e7b74;
}
.article h1 {
  font-size: 28px;
  line-height: 1.35;
  color: #3b599d;
}
.article p {
  font-size: 15px;
  line-height: 1.65;
  padding-bottom: 0.5em;
  color: gray-dark;
}
.article img {
  padding-bottom: 0.5em;
}

.article-arrow {
  position: fixed;
  top: 45%;
  left: 0;
  z-index: 300;
  padding: 0;
  margin: 0;
  width: 100%;
}
.article-arrow a {
  color: #7e7b74;
}
.article-arrow .arrow-prev {
  position: absolute;
  left: 3%;
  top: 0;
  height: 81px;
  padding-left: 35px;
  background: url(../images/article_arrow_left.png) 5px center no-repeat;
}
.article-arrow .arrow-prev p {
  font-size: 15px;
  font-weight: bold;
  line-height: 81px;
}
.article-arrow .arrow-prev:hover .arrow-content-prev {
  display: block;
}
.article-arrow .arrow-next {
  position: absolute;
  right: 3%;
  top: 0;
  height: 81px;
  padding-right: 35px;
  background: url(../images/article_arrow_right.png) 50px center no-repeat;
}
.article-arrow .arrow-next p {
  font-size: 15px;
  font-weight: bold;
  line-height: 81px;
}
.article-arrow .arrow-next:hover .arrow-content-next {
  display: block;
}
.article-arrow .arrow-content-prev {
  display: none;
  position: absolute;
  left: -1%;
  top: 0;
  width: 220px;
  height: 61px;
  padding: 10px 10px 10px 40px;
  border: 1px solid #efefef;
  overflow: hidden;
  background: white url(../images/article_arrow_left.png) 5px center no-repeat;
  -webkit-box-shadow: 0 2px 1px #c0bfbf;
  -moz-box-shadow: 0 2px 1px #c0bfbf;
  box-shadow: 0 2px 1px #c0bfbf;
}
.article-arrow .arrow-content-prev img {
  width: 100px;
  height: 61px;
  float: left;
}
.article-arrow .arrow-content-prev h3 {
  float: left;
  overflow: hidden;
  width: 110px;
  height: 63px;
  font-size: 15px;
  line-height: 1.5;
  padding: 0 0 0 10px;
  color: #3b599d;
}
.article-arrow .arrow-content-next {
  display: none;
  position: absolute;
  right: -1%;
  top: 0;
  width: 220px;
  height: 61px;
  padding: 10px 40px 10px 10px;
  border: 1px solid #efefef;
  overflow: hidden;
  background: white url(../images/article_arrow_right.png) 240px center no-repeat;
  -webkit-box-shadow: 0 2px 1px #c0bfbf;
  -moz-box-shadow: 0 2px 1px #c0bfbf;
  box-shadow: 0 2px 1px #c0bfbf;
}
.article-arrow .arrow-content-next img {
  width: 100px;
  height: 61px;
  float: left;
}
.article-arrow .arrow-content-next h3 {
  float: left;
  overflow: hidden;
  width: 110px;
  height: 61px;
  font-size: 15px;
  line-height: 1.5;
  padding: 0 0 0 10px;
  color: #3b599d;
}

.category-list {
  padding-bottom: 15px;
}
.category-list p {
  padding: 0.25em 0.5em;
  font-size: 15px;
  line-height: 2;
}
.category-list p:nth-child(odd) {
  background-color: #efefef;
}
.category-list p a {
  color: #4a4a4a;
  text-decoration: none;
}
.category-list p a:hover {
  color: #3b599d;
}
.category-list p a span {
  padding-right: 10px;
  color: #7e7b74;
}

.btn-cantact {
  text-align: center;
  padding: 20px 0 35px;
  border-top: 1px solid #d2d2d2;
  margin-top: 20px;
}
.btn-cantact a {
  padding: 8px 30px;
  margin-top: 15px;
  font-size: 16px;
  text-decoration: none;
  letter-spacing: 2px;
  color: white;
  background-color: #c66900;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.btn-cantact a:hover {
  color: #7e7b74;
  background-color: #e2ddd5;
}

.sub {
  padding: 36px 0 0 30px;
}

.sub-title {
  margin-bottom: 10px;
  background: url(../images/sub_title.png) 0 20px no-repeat;
}

.popular-article {
  clear: both;
  padding-top: 15px;
}
.popular-article li {
  padding: 10px;
  margin-bottom: 10px;
  outline: 1px solid #d2d2d2;
  text-align: center;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.75);
}
.popular-article li a {
  font-size: 13px;
  line-height: 1.5;
  text-decoration: none;
  color: #7e7b74;
}

.fb-comments {
  padding-top: 30px;
}
