@charset "UTF-8";
::-moz-selection {
  background: #05367b;
  color: #fff;
}
::selection {
  background: #05367b;
  color: #fff;
}

::-moz-selection {
  background: #05367b;
  color: #fff;
}

::-webkit-selection {
  background: #05367b;
  color: #fff;
}

body {
  font-family: "微软雅黑", arial, "华文细黑", sans-serif;
  color: #333;
}

.bgfa {
  background-color: #fafafa;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #042b62;
  text-decoration: none;
}
a:focus {
  text-decoration: none;
  color: #05367b;
  outline: 5px auto #ab449e;
}

.fs-7 {
  font-size: 14px;
}

.fs-8 {
  font-size: 12px;
}

/* 大标题 */
.big-title {
  line-height: 1.8em;
  margin-bottom: 20px;
}
.big-title h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
}
.big-title .en-title {
  font-size: 12px;
  color: #999;
}

.thaiyue-nav .thaiyue-logo img {
  /*height: 100%;*/
}
.thaiyue-nav .thaiyue-logo h1 {
  width: 130px;
  padding: 0;
  margin: 0;
}

.index-item {
  overflow: hidden;
  padding-left: 0;
  margin-left: -2px;
  margin-right: -2px;
}
.index-item li {
  list-style: none;
  float: left;
  width: 50%;
  padding: 2px;
}
.index-item .item {
  display: block;
  padding: 20px 0 20px 20px;
  background-color: #fff;
  overflow: hidden;
}
.index-item .item-b {
  float: left;
  width: 20%;
  margin-right: 10px;
}
.index-item .item-b img {
  max-width: 100%;
}
.index-item .list-fonts {
  padding-top: 5px;
  margin-bottom: 0;
}
.index-item .list-fonts > span {
  font-size: 12px;
  color: #999;
}

.footer-clumn .f-c dd {
  font-size: 14px;
}

@media (max-width: 768px) {
  .thaiyue-nav .thaiyue-logo h1 {
    width: 110px;
  }
}/*# sourceMappingURL=akesislife.css.map */