/* color & font preset */
.text-center {
  text-align: center;
}
.c_000 {
  color: #000000;
}
.c_fff {
  color: #ffffff;
}
.c_333 {
  color: #333333;
}
.c_666 {
  color: #666666;
}
.c_999 {
  color: #999999;
}
.c_pink {
  color: #ff9cbe;
}
.c_orange {
  color: #ff6908;
}
/* width & container preset */
.container {
  width: 996px;
  margin-left: auto;
  margin-right: auto;
}
.w300 {
  width: 300px;
}
.w315 {
  width: 315px;
}
.w395 {
  width: 395px;
}
.w10p {
  width: 10%;
  float: left;
}
.w15p {
  width: 15%;
  float: left;
}
.w25p {
  width: 25%;
  float: left;
}
.w50p {
  width: 50%;
  float: left;
}
.w75p {
  width: 75%;
  float: left;
}
.w100p {
  width: 100%;
  float: left;
}
/* animate &effect preset */
/* fixed preset */
body {
  font-family: "microsoft yahei";
}
img {
  vertical-align: top;
}
/* jumbotron
 * author: sammok2003@hotmail.com;
 */
.jumbotron {
  height: 360px;
  background: url("../images/jumbotron_item01.jpg") no-repeat center 0;
}
.junbotron-body {
  padding-top: 48px;
}
.jumbotron_count {
  display: inline-block;
  line-height: 36px;
  padding: 8px 20px;
  font-size: 18px;
  color: #666666;
  background: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.jumbotron_count_group {
  margin: 0 18px;
}
.jumbotron_count_group i {
  display: inline-block;
  width: 30px;
  height: 36px;
  padding: 0 1px 1px 0;
  text-align: center;
  font-style: normal;
  font-size: 22px;
  background: url("../images/jumbotron_number_bg.png") no-repeat;
}
.jumbotron_title {
  padding: 30px 0;
  color: #333333;
}
.jumbotron_title h1 {
  font-size: 72px;
  font-weight: normal;
  line-height: 1em;
}
.jumbotron_title small {
  font-size: 24px;
  color: #666666;
}
/* biaoyu
 * author: sammok2003@hotmail.com;
 */
.biaoyu {
  background: #f5f5f5;
  border-bottom: 1px solid #ededed;
}
.biaoyu_body {
  height: 200px;
}
.biaoyu_item {
  line-height: 200px;
  font-size: 60px;
}
.biaoyu_item h2 {
  font-weight: normal;
  font-size:85px;
  line-height:2.2;
}
.biaoyu_control {
  position: absolute;
  top: 78px;
  width: 45px;
  height: 45px;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.biaoyu_control.left {
  left: 0;
  background: url("../images/biaoyu_left.png") no-repeat;
}
.biaoyu_control.left:hover {
  background: url("../images/biaoyu_left_on.png") no-repeat;
}
.biaoyu_control.right {
  right: 0;
  background: url("../images/biaoyu_right.png") no-repeat;
}
.biaoyu_control.right:hover {
  background: url("../images/biaoyu_right_on.png") no-repeat;
}
/* page
 * author: sammok2003@hotmail.com;
 */
.page_header {
  padding: 17px 0 20px 0;
}
.page_header_title {
  line-height: 30px;
}
.page_header_title h2 {
  font-size: 30px;
  font-weight: normal;
  color: #333333;
}
.page_header_title .icon {
  margin-right: 10px;
}
/* panel
 * author: sammok2003@hotmail.com;
 */
.panel_body {
  padding: 10px;
  border: 1px solid #f3f3f3;
}
.panel_body:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
/* list
 * author: sammok2003@hotmail.com;
 */
.list {
  overflow: hidden;
  padding: 5px;
  margin-bottom: -5px;
}
.list * {
  line-height: 1em;
}
.list .list_item:last-child {
  border-bottom: none;
}
.list_heading {
  padding: 0 0 10px 0;
  margin-bottom: 2px;
  border-bottom: 1px solid #f3f3f3;
}
.list_heading h3 {
  font-size: 16px;
  font-family: "microsoft yahei";
  font-weight: normal;
}
.list_item {
  padding: 14px 0;
  border-bottom: 1px dashed #f3f3f3;
}
/* rank
 * author: sammok2003@hotmail.com;
 */
.rank {
  padding: 0 0 5px 0;
}
.rank td,
.rank th {
  line-height: 32px;
}
.rank th {
  padding: 4px 0 5px 0;
}
.rank a {
  color: #ff6fa1;
}
.rank strong {
  color: #ff6908;
}
.rank_num {
  display: inline-block;
  width: 19px;
  height: 19px;
  line-height: 19px;
  margin-right: 16px;
  text-align: center;
  color: #666666;
  font-style: normal;
}
.rank_num.active {
  color: #fff;
  background: #ff6908;
  border-radius: 19px;
}
/* expert_tab
 * author: sammok2003@hotmail.com;
 */
.expert_tab {
  padding: 0 54px;
  position: relative;
}
.expert_tab_body {
  overflow: hidden;
}
.expert_tab_body ul {
  width: 1000%;
}
.expert_tab_body ul:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.expert_tab_item {
  float: left;
  height: 268px;
  margin-right: 30px;
  background: #ffffff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.expert_tab_item a {
  text-decoration: none;
}
.expert_tab_item .thumb {
  width: 200px;
  height: 200px;
  overflow: hidden;
}
.expert_tab_item .thumb img {
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
  -ms-transition: all 0.45s;
  -o-transition: all 0.45s;
  transition: all 0.45s;
}
.expert_tab_item p {
  padding: 10px 0 0 15px;
  font-size: 18px;
  color: #333333;
}
.expert_tab_item small {
  padding: 0 0 0 15px;
  font-size: 14px;
  color: #999999;
}
.expert_tab_item:hover {
  background: #eee;
}
.expert_tab_control {
  position: absolute;
  top: 78px;
  width: 32px;
  height: 50px;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.expert_tab_control.left {
  left: 0;
  background: url("../images/tab_control_left.png") no-repeat;
}
.expert_tab_control.left:hover {
  background: url("../images/tab_control_left_on.png") no-repeat;
}
.expert_tab_control.right {
  right: 0;
  background: url("../images/tab_control_right.png") no-repeat;
}
.expert_tab_control.right:hover {
  background: url("../images/tab_control_right_on.png") no-repeat;
}
/* button
 * author: sammok2003@hotmail.com;
 */
.btndis {
  display: inline-block;
  line-height: 30px;
  padding: 11px 24px 13px 24px;
  font-size: 24px;
  font-family: "microsoft yahei";
  color: #ffffff;
  background: #ff9cbe;
  -webkit-box-shadow: inset 0 -2px 0 #fc7da9;
  -moz-box-shadow: inset 0 -2px 0 #fc7da9;
  box-shadow: inset 0 -2px 0 #fc7da9;
  border: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
  -ms-transition: all 0.45s;
  -o-transition: all 0.45s;
  transition: all 0.45s;
  cursor: pointer;
}
.btndis:hover {
  text-decoration: none;
  background: #ffbad2;
}
