@import url("css/bootstrap.min.css");
body {
  background-color: #ffffff;
  font-size: 15px;
  font-family: "Apple LiGothic Medium", "Microsoft JhengHei", "SimHei";
}
/*
Override Bootstrap
*/
.navbar-default {
  background-color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
  color: #3e3a39;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #3e3a39;
}
.navbar-default .navbar-nav > .active > a {
  color: #3e3a39;
  background: #b5b5b6;
}
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #3e3a39;
  background: #b5b5b6;
}
.form-control {
  font-size: 22px;
}
.pager li > a,
.pager li > span {
  background: none;
  border: none;
  color: #000;
}
.pager li > a:hover,
.pager li > span:hover,
.pager li > a:focus,
.pager li > span:focus {
  color: #fff;
}
.index {
  position: relative;
  background: #ffffff;
}
.index header {
  background: #ffffff;
  border-top: #000 solid 5px;
}
.index h2 {
  text-align: center;
}
.index h3 {
  text-align: center;
}
.index p {
	text-align: center;
	margin: 20px auto;
	color: #000;
	font-size: 18px;
}
.index nav {
  border-top: 10px solid #000;
}
.index nav img.logo {
  margin-left: 0px;
  width: 170px;
}
.index nav img.logo-2 {
  margin-left: 10px;
    width: 170px;
}
.index nav a {
  color: #fff;
}
.index .carousel-caption {
  line-height: 250px;
  font-size: 150%;
}
.index .row {
  margin: 0 auto;
}
.index #aboutus {
  margin-top: 80px;
}
.index #introduction {
  padding: 60px 0;
}
.index #introduction .frame {
  position: relative;
  overflow: hidden;
  margin: 10px 0;
  border: 5px #fff solid;
  box-shadow: 0px 1px 7px #bababa;
}
.index #introduction .frame .overlay {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #b5b5b6;
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.index #introduction .frame img {
  -webkit-transform: translate(-12.5px, -8px);
  -moz-transform: translate(-12.5px, -8px);
  -o-transform: translate(-12.5px, -8px);
  transform: translate(-12.5px, -8px);
  -webkit-transition: width 0.4s linear, height 0.4s linear, -webkit-transform 0.4s linear;
  -moz-transition: width 0.4s linear, height 0.4s linear, -moz-transform 0.4s linear;
  -o-transition: width 0.4s linear, height 0.4s linear, -o-transform 0.4s linear;
  transition: width 0.4s linear, height 0.4s linear, transform 0.4s linear;
  -moz-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.index #introduction .frame:hover img {
  -moz-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -webkit-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
  opacity: 0.7;
}
.index #introduction .frame:hover .overlay {
  opacity: 0;
}
.index #blog {
  background: #d4d1cf;
  padding-top: 60px;
}
.index #blog p {
	padding-bottom: 50px;
	color: #000;
}
.index #blog .blogSnapshot {
  padding-top: 150px;
  background: url("images/blog_sample.png") no-repeat center center;
  backrgound-size: 100% auto;
  height: 400px;
}
.index #blog .blogSnapshot .blogButton {
  display: block;
  margin: 0 auto;
  width: 250px;
  height: 85px;
  color: #000;
  font-weight: bold;
  text-align: center;
  line-height: 65px;
  background: #ffffff;
  z-index: 1001;
  border: 8px solid #000;
  border-radius: 10px;
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}
.index #blog .blogSnapshot .blogButton:hover {
  background: #000;
  color: #fff;
}
.index #another {
  padding: 60px 0px;
  background: url("images/block_bg.jpg") no-repeat; background-size:cover;
}
.index #another h2 {
  color: #fff;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.index #another p {
  color: #fff;
}
.index #another h3 {
  margin-top: 35px;
  color: #fff;
}
.index #another img {
  margin-top: 35px;
  padding: 20px;
  width: 200px;
  height: 200px;
}
.index #service {
  padding: 60px 0;
}
.index #service .greenBorder {
  border-top: #ffffff solid 25px;
  margin-top: 50px;
}
.index #service .serviceItem {
  padding: 30px 20px;
  background: #fff;
  border-bottom: #ececec solid 3px;
  border-left: #ececec solid 3px;
  border-right: #ececec solid 3px;
  text-align: center;
}
.index #service .serviceItem .circle {
  display: block;
  margin: 10px auto;
  width: 150px;
  height: 150px;
  background: #ffffff;
  border: 10px;
  border-radius: 100px;
}
.index #service .serviceItem .circle img {
  padding: 30px 30px;
  width: 150px;
  height: 150px;
}
.index #socialNetwork {
  background: #ffffff;
  height: 90px;
  padding: 20px 0;
}
.index #socialNetwork ul {
  margin: 0 auto;
  padding-top: 8px;
  text-align: center;
  width: 250px;
}
.index #socialNetwork ul li {
  float: left;
  padding: 0 5px;
  list-style: none;
}
.index #contactus {
  padding: 50px 0 100px 0;
  background: url("images/contact_bg.jpg");
  display: block;
}
.index #contactus h2 {
  color: #fff;
}
.index #contactus p {
  color: #fff;
}
.index #contactus input {
  margin: 10px 0;
}
.index #contactus textarea {
  margin: 10px 0;
  width: 100%;
  height: 121px;
}
.index #contactus a {
	display: block;
	width: 100%;
	height: 10px;
	color: #fff;
	text-align: center;
	line-height: normal;
	transition: All 0.5s ease;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
.index #contactus a:hover {
	color: #FF0;
	text-align: center;
}
.index footer {
	display: block;
	height: 100px;
	background: #792a2e;
	border-bottom: #ffffff solid 20px;
}
.index footer p {
	line-height: 25px;
	padding: 0 0 0 10px;
	color: #FFF;
}
.index .gotoTop {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 50px;
  background: url("images/top.png") no-repeat;
  width: 60px;
  height: 60px;
  opacity: 0.5;
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}
.index .gotoTop:hover {
  opacity: 1;
  cursor: pointer;
}
header {
  background-color: #000;
  height: 50px;
}
footer {
  background-color: #000;
  height: 100px;
  font-size:15px;
}
.pc {
  display: block;
}
.mobile {
  display: none;
}
a:hover {
  text-decoration: none;
}
aside {
  padding: 0 20px;
  background: #ffffff;
  height: 1864px;
}
aside #subtitle {
  color: #fff;
}
aside h2 {
  margin-bottom: 15px;
  font-weight: bold;
  color: #fff;
}
aside ul {
  padding: 0;
}
aside ul li {
  padding: 3px 0;
  list-style: none;
  border-bottom: dashed 1px #fff;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
aside ul li a {
  color: #ffffff;
}
aside #logo {
  display: block;
  border-bottom: dashed 1px #000;
  padding: 50px 0;
}
aside div {
  display: block;
  padding: 10px 5px;
}
aside #tags ul li {
  float: left;
  margin: 2px;
  padding: 2px 12px;
  background: #fff;
  border: none;
  border-radius: 10px;
}
aside #tags ul li .info {
  padding-left: 5px;
}
aside #socialNetwork {
  clear: both;
  padding-bottom: 50px;
}
aside #socialNetwork ul li {
  float: left;
  border: none;
}
aside .arrow {
  position: absolute;
  top: 1600px;
  padding: 0px;
  right: 15px;
  width: 0;
  height: 0;
  border: solid 132px;
  border-color: #ffffff #ececec #ececec #ececec;
}
#main {
  margin: 0 0 45px 0;
}
#main h3 {
  font-weight: bold;
    font-size: 22px;
}


#main article {
  color: #6b6b6b;
  position: relative;
  display: block;
  background: #fff;
  margin-bottom:20px;
}
#main article h5 {
  font-weight: bold;
}
#main article p {
  display: block;
  word-wrap: break-word;
  font-size: 16px;
  line-height: 1.2;
}
#main article .more {
  position: absolute;
  display: block;
  right: 0px;
  padding: 0 20px;
  color: #fff;
  background: #ffffff;
  font-weight: bold;
  text-align: center;
  height: 35px;
}
#main article .more:hover {
  color: #f4f710;
}
#main article .titleBody {
  display: block;
  padding: 20px;
}
#main article .titleBody h2 {
  font-weight: bold;
}
#main article .titleBody a {
  color: #6b6b6b;
}
#main article .metaInfo ul {
  padding-left: 8px;
}
#main article .metaInfo ul li {
  padding: 5px 0;
  list-style: none;
}
#main article .metaInfo ul li .info {
  padding-left: 10px;
}
#main article .postDate {
  float: right;
}
#main article .postDate .date {
  font-size: 25px;
}
#main article .postDate .yearMonth {
  font-size: 15px;
}
#main article .tags {
  clear: both;
  margin: 40px 10px;
}
#main article .tags span {
  float: left;
  padding-left: 25px;
}
#main article .tags ul li {
  float: left;
  margin: 2px;
  padding: 2px 15px;
  background: #ffffff;
  border: none;
  border-radius: 10px;
  list-style: none;
}
#main article .tags ul li a {
  color: #fff;
}
#main article .socialNetwork {
  clear: both;
  margin: 20px 10px;
  padding: 10px 0px;
}
#main article .socialNetwork span {
  float: left;
  padding-left: 25px;
}
#main article .socialNetwork ul li {
  float: left;
  margin: 1px;
  border: none;
  list-style: none;
}
#main article .dateInfo {
  height: 90px;
  display: block;
  margin: 20px 20px 0 10px;
}
#main #pager {
  margin: 0 auto;
  text-align: center;
}
#main #relativePost {
  clear: both;
  display: block;
  padding: 30px 0px;
  background: #fff;
}
#main #relativePost .inner {
  display: block;
  padding: 0 15px;
  border-bottom: 1px solid #999;
  z-index: -1;
  margin-top: 60px;
  margin-left: 15px;
  margin-right: 15px;
}
#main #relativePost h4 {
  display: block;
  margin-top: 50px;
  padding: 2px 0 2px 40px;
  background: #ffffff;
  color: #fff;
  font-weight: bold;
}
#main #relativePost ul {
  padding-left: 0;
  padding-right: 30px;
}
#main #relativePost ul li {
  float: right;
  list-style: none;
}
#main #relativePost ul li img {
  margin: 0 10px;
  width: 100px;
  height: 100px;
}
#main #relativePost ul li span {
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  text-align: center;
  width: 80px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666;
}
#main #comment {
  margin: 30px 0;
  padding: 30px 40px;
  background: #fff;
  clear: both;
}
#main #comment .name {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}
#main #comment h4 {
  padding-bottom: 15px;
  border-bottom: solid 1px #ccc;
  font-weight: bold;
  letter-spacing: 2px;
}
#main #comment img {
  width: 100px;
  height: 100px;
}
#main #comment .commentDate {
  display: block;
  height: 80px;
  float: left;
  color: #666;
  padding-left: 10px;
  border-left: 1px solid #ccc;
}
#main #comment .commentDate .date {
  font-size: 50px;
  line-height: 100%;
  margin-top: -3px;
}
#main #reply {
  display: block;
  padding: 30px 40px;
  background: #fff;
}
#main #reply h4 {
  padding-bottom: 15px;
  border-bottom: solid 1px #ccc;
  font-weight: bold;
  letter-spacing: 2px;
}
#main #reply input {
  margin: 10px 0;
  background: #ececec;
  border: none;
}
#main #reply textarea {
  margin-top: 10px;
  background: #ececec;
  border: none;
  height: 122px;
}
#main #reply a {
  display: block;
  margin-top: 10px;
  width: 100%;
  height: 122px;
  background: #ffffff;
  color: #fff;
  text-align: center;
  line-height: 120px;
  vertical-align: middle;
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}
#main #reply a:hover {
  background: #000;
}
#main .pager .previous {
  float: left;
  display: block;
  padding: 10px 25px;
  background: #ececec;
  border: 5px solid #000;
  border-radius: 10px;
  color: #000;
  font-weight: bold;
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}
#main .pager .previous:hover {
  background: #000;
}
#main .pager .previous:hover a {
  background: #000;
  color: #ffffff;
}
#main .pager .next {
  float: right;
  display: block;
  padding: 10px 25px;
  background: #ececec;
  border: 5px solid #000;
  border-radius: 10px;
  color: #000;
  font-weight: bold;
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}
#main .pager .next:hover {
  background: #000;
}
#main .pager .next:hover a {
  background: #000;
  color: #ffffff;
}
footer {
  color: #fff;
  text-align: center;
  overflow: hidden;
}
footer p {
  line-height: 25px;
    padding: 20px 0 0 0;
}

@media screen and (min-width: 1000px) and (max-width: 1200px) {
	aside .arrow{
	border-width: 107px;
	top:1649px;
	}	
}
@media screen and (max-width: 1000px) {
  .pc {
    display: none;
  }
  .mobile {
    display: block;
  }
  aside {
    height: auto;
    margin: 0 -15px;
  }
  aside .arrow {
    display: none;
  }
  .index .row {
    width: 100%;
  }
  .index .gotoTop {
    display: none;
  }
  .index #another {
    background-size: 120% 120%;
  }
  .index #service {
    padding: 20px 0;
  }
  .index #contactus {
    padding: 20px;
  }
  #main #relativePost .inner {
    display: block;
    padding: 0 15px;
    border-bottom: 1px solid #000;
    z-index: -1;
    margin-top: 50px;
  }
  #main #relativePost ul li img {
    margin: 0 5px;
    width: 80px;
    height: 80px;
  }
  #main #comment img {
    display: none;
  }
  #main #comment img .commentDate {
    border-left: 1px solid #ccc;
  }
  #main #reply a {
    width: 100%;
    height: 30px;
    line-height: 30px;
  }
}
