﻿/*文本颜色及背景*/
.bg-white {
  background-color: #fff;
}
.bg-gray {
  background-color: #f2f2f2;
}
.bg-red {
  background-color: #e22124;
}
.bg-light-blue {
  background-color: #f4f5f9;
}
.bg-skyblue {
  background-color: #90aff5;
}
.bg-light-gray {
  background-color: #f2f2f2;
}
.bg-pink {
  background-color: #f47494;
}
.bg-seablue {
  background-color: #ff0000;
}
.bg-hnared {
  background-color: #d80000;
}
.bg-hnayellow {
  background-color: #ffff00;
}
.cl-ccc {
  color: #ccc;
}
.cl-white {
  color: #fff;
}
.cl-ccc-hv:hover,
.cl-ccc-hv:active {
  color: #666;
}
.cl-999 {
  color: #999;
}
.cl-666 {
  color: #666;
}
.cl-222 {
  color: #222;
}
.cl-333 {
  color: #333;
}
.cl-333 {
  color: #333;
}
.cl-light-red {
  color: #ff4947;
}
.cl-deep-red {
  color: #dd1b1c;
}
.cl-main-red {
  color: #e22124;
}
.cl-main-green {
  color: #66cc66;
}
.cl-light-red-hv:hover,
.cl-light-red-hv:active {
  color: #e22625;
}
.cl-yellow {
  color: #f6f158;
}
.cl-orange {
  color: #f5b21d;
}
.cl-green {
  color: #32bf47;
}
.cl-light-gray {
  color: #b4b4b4;
}
.cl-pink {
  color: #f47494;
}
.cl-hnared {
  color: #ff0a0a;
}
.cl-seablue {
  color: #ff7d00;
}
.mv-text-bo {
  font-weight: bolder;
}
/*首页样式*/
.th-homebg {
  background: #000 url(../img/bg.jpg) no-repeat center 0;
  background-size: 100% auto;
  /*min-width: 1200px;*/
}
.th-contentbox {
  width: 1064px;
  margin: 10px auto;
}
.th-logo {
  text-align: center;
  margin-top: 70px;
}
.th-nav-title {
  margin-top: 10px;
  color: #ffffff;
  padding-left: 10px;
  font-size: 14px;
}
.th-nav-box {
  height: 60px;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.7);
  /*filter: alpha(opacity=70);*/
}
.th-detail-box {
  height: 280px;
  color: white;
  font-size: 14px;
  line-height: 30px;
  padding: 10px;
}
.th-imgbox {
  height: 160px;
  padding-top: 10px;
}
.col-xs-125 {
  float: left;
  width: 12.5%;
}
.th-nav-item {
  text-align: center;
  line-height: 50px;
  font-size: 14px;
}
.th-boxing {
  -moz-box-sizing: border-box;
  /*Firefox3.5+*/
  -webkit-box-sizing: border-box;
  /*Safari3.2+*/
  -o-box-sizing: border-box;
  /*Opera9.6*/
  -ms-box-sizing: border-box;
  /*IE8*/
  box-sizing: border-box;
}
.th-img-title {
  margin-top: 5px;
}
.th-subdetail-t {
  margin-top: 30px;
}
.th-last-b {
  margin-bottom: 108px;
}
.th-table-bg {
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.7);
  /*filter: alpha(opacity=70);*/
}
.th-table-tdbox {
  text-align: center!important;
  font-size: 14px!important;
  vertical-align: middle!important;
  color: white;
}
.th-note-bottom {
  font-size: 14px;
  color: white;
  margin-top: 10px;
}
.th-detnoh-box {
  color: white;
  font-size: 14px;
  line-height: 30px;
  padding: 10px;
}
.th-headnav-box {
  padding-left: 16px;
  padding-right: 16px;
  background-color: rgba(0, 0, 0, 0.7);
}
.th-admin-note
{
  color: #ff0000;
  font-size: 14px;
  line-height: 30px;
  padding: 10px;
  text-align: right;
  font-weight: bold;
}
@media(min-width:768px){
  .col-sm-125 {
    width: 12.5%;
    float: left;
  }
}
