@charset "UTF-8";
/**
 * 初始化
 */
.mt-0 {
  margin-top: 0; }

.mt-20 {
  margin-top: 20px; }

/**
 * 头部导航
 */
body {
  background-color: #fbfbfb; }

#nav {
  padding: 5px 0;
  background-color: #3498db; }
  #nav li a {
    font-size: 16px;
    color: #fff; }
  #nav .navbar-toggle {
    background-color: #fff; }
  #nav .logo {
    margin-top: 5px;
    vertical-align: middle; }
    #nav .logo a {
      padding-left: 0; }
      #nav .logo a:first-child img {
        margin-top: 3px; }
    #nav .logo img {
      max-width: 100%;
      margin-top: 9px;
      vertical-align: middle; }
  #nav .container {
    position: relative; }

.navbar-default.navbar-set-color {
  margin-bottom: 0;
  background-color: #fbfbfb;
  border: none; }
  .navbar-default.navbar-set-color .navbar-brand {
    color: #3498db;
    font-size: 14px; }

/**
 * 通知
 */
.inform-wrap {
  padding-top: 10px;
}
.inform-wrap small {
  margin-right: 15px;
}

.pic img {
  width: 100%;
  height: auto; }

.inform-wrap h4 {
  margin-top: 0;
  color: #3498db;
  padding-left: 13px;
  margin-bottom: 20px;
  border-left: 2px solid #3498db; }

.inform-wrap li {
  margin-bottom: 12px;
  list-style: none;
  position: relative;
  margin-left: 15px;
  padding-left: -15px; }
  .inform-wrap li:before {
    background-color: #9e9e9e;
    content: "";
    position: absolute;
    left: -15px;
    top: 8px;
    width: 4px;
    height: 4px;
    border-radius: 50%; }
  .inform-wrap li:after {
    content: "";
    display: block;
    overflow: hidden;
    height: 0;
    clear: both; }
  .inform-wrap li a {
    color: #9e9e9e;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis; }
    .inform-wrap li a:hover {
      color: #3498db; }
  .inform-wrap li span {
    float: right;
    margin-left: 10px;
    color: #3498db;
    background-color: #fff;
    position: relative;
    z-index: 1; }

/**
 * 作品公式
 */
.product-wrap h3 {
  color: #3498db; }

.product-wrap .more {
  float: right;
  margin: 6px 25px 0 0; }

.product-list {
  overflow: hidden; }
  .product-list img {
    width: 100%; }
  .product-list .padding-bt {
    padding: 10px;
    text-align: center; }
  .product-list .col-md-3 {
    display: block;
    margin-bottom: 15px; }
  .product-list .col-md-4 {
    padding-left: 0;
    display: block;
    margin-bottom: 15px; }
    .product-list .col-md-4 .table-bordered {
      padding-bottom: 10px; }
    .product-list .col-md-4:hover {
      text-decoration: none; }
      .product-list .col-md-4:hover .table-bordered {
        border-color: #3498db; }
    .product-list .col-md-4 p {
      margin: 0 15px; }
    .product-list .col-md-4 .modal-title {
      overflow: hidden;
      padding: 0 15px;
      margin: 10px 0 15px;
      color: #a2a2a2;
      font-size: 16px;
      height: 44px;
      text-overflow: ellipsis; }
    .product-list .col-md-4 .desc {
      color: #9cd2f6;
      padding-bottom: 0;
      white-space: nowrap;
      overflow: hidden; }
      .product-list .col-md-4 .desc span {
        margin-left: 15px; }
        .product-list .col-md-4 .desc span:first-child {
          margin-left: 0; }

.product-wrap .rank-wrap h3 {
  overflow: hidden; }
  .product-wrap .rank-wrap h3 span {
    float: left;
    margin-right: 10px; }

#myTab {
  float: left;
  border: none; }
  #myTab li {
    margin-left: 16px; }
    #myTab li small {
      color: #9e9e9e;
      font-size: 16px; }
  #myTab .active small {
    color: #3498db;
    text-decoration: underline; }

.product-wrap .rank-wrap .table {
  table-layout: fixed; }
  .product-wrap .rank-wrap .table > tbody > tr > td {
    border-top: none;
    padding: 11px 5px;
    font-size: 14px;
    color: #898989;
    border-bottom: 1px dashed #dcdcdc;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
    .product-wrap .rank-wrap .table > tbody > tr > td:first-child {
      color: #3498db; }

/**
 * 成果展示
 */
.results-show {
  background-color: #fff; }
  .results-show .tab-content li {
    margin-bottom: 12px;
    list-style: none;
    position: relative;
    margin-left: 15px;
    padding-left: -15px; }
    .results-show .tab-content li:before {
      background-color: #9e9e9e;
      content: "";
      position: absolute;
      left: -15px;
      top: 8px;
      width: 4px;
      height: 4px;
      border-radius: 50%; }
    .results-show .tab-content li:after {
      content: "";
      display: block;
      overflow: hidden;
      height: 0;
      clear: both; }
    .results-show .tab-content li a {
      color: #9e9e9e;
      float: left;
      overflow: hidden;
      white-space: nowrap;
      width: 100%;
      -ms-text-overflow: ellipsis;
      text-overflow: ellipsis; }
      .results-show .tab-content li a:hover {
        color: #9e9e9e; }
    .results-show .tab-content li span {
      float: right;
      margin-left: 10px;
      color: #9e9e9e;
      background-color: #fff;
      position: relative;
      z-index: 1; }
  .results-show .product-wrap ul {
    padding-left: 0; }
  #toTab {
    overflow: hidden; }
    #toTab li {
      list-style: none;
      height: 34px;
      line-height: 34px;
      background-color: #e9e9e9;
      float: right;
      width: 45%;
      padding-left: 16px;
      color: #a0a0a0;
      font-size: 14px;
      position: relative; }
      #toTab li:before {
        content: "";
        border: solid transparent;
        border-width: 34px 17px;
        border-bottom-color: #e9e9e9;
        position: absolute;
        left: 0;
        top: -100%;
        left: -17px; }
      #toTab li:first-child {
        float: left; }
        #toTab li:first-child:before {
          top: 0;
          left: 100%;
          margin-left: -17px;
          border-bottom: none;
          border-top-color: #e9e9e9; }
    #toTab .active {
      background-color: #3498db; }
      #toTab .active:before {
        border-bottom-color: #3498db; }
      #toTab .active:first-child:before {
        border-top-color: #3498db; }
      #toTab .active a {
        color: #fff;
        text-decoration: none; }
  .results-show .table {
    table-layout: fixed; }
    .results-show .table thead {
      background-color: #f6f6f6; }
    .results-show .table td {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }

/**
 * 底部版权
 */
footer {
  background-color: #3498db;
  text-align: center;
  color: #fff;
  padding: 10px; }
  footer p {
    margin: 0;
    margin-top: 10px; }
    footer p:first-child {
      margin-top: 0; }
    footer p span {
      margin-left: 15px; }
      footer p span:first-child {
        margin-left: 0; }

.fl-n li {
  float: none; }


.nav.navbar-nav>li>a {
  color: #fff;
}
.nav.navbar-nav>li>a:hover {
  color: #d0d0d0;
}

.nav-list-active,#bs-example-navbar-collapse-1 .nav-list{
    box-shadow: 0 0 5px #5e9acc;
        background: #5e9acc;
        z-index: 10
}
.nav-list-active>a{
  color: #fff!important
}
.nav-list-active{
  position: relative;
  
}
.nav-border{
  border-bottom: 0;
}
.nav-list-active>.nav-list{
  position: absolute;
  /*left: -1px;*/
  z-index: 1;
  min-width: 324px;
}
.nav-list-active>.nav-list ul{
  padding: 0px;
}
.nav-list-active>.nav-list ul li{
  list-style: none;
  color: #fff;
  padding: 14px 45px;
}
.nav-list-active>.nav-list ul li:hover{
  background: #3f8ccc;
  cursor: pointer;
}
.hidden{
  display: none
}

.caption div p:last-child {
  margin: 0;
}

.caption-in {
  height: 305px;
  overflow: hidden;
}

.caption p {
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.caption p a {
  display: inline-block;
  max-width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.caption > a {
  display: block;
}

.caption i {
  color: #36a8ce;
  margin-right: 4px;
}

.caption p i {
  position: relative;
  top: -5px;
}

/* 结果展示 */
.results-show .thumbnail > p {
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px solid #a29c9c;
  /* box-shadow: 0px 1px 5px #d5d8dc inset; */
  margin-bottom: 0;
  color: #fff;
  background: rgb(52, 122, 183);
  text-shadow: 0.2em 0.2em 0.2em #000;
}

.results-show .thumbnail > p i {
  margin-right: 6px;
}

.results-show .thumbnail {
  padding: 0;
  transition: all .5s;
}

.results-show .thumbnail span {
  color: #898989;
  float: right;
}

.results-show .thumbnail img {
  width: 100%;
}
.results-show .thumbnail:hover {
  box-shadow: 0 0 10px #a9a8b1;
}

.perfect-wrap table tr.th {
  background-color: #3398dc;
  color: #fff;
}

.perfect-wrap table tr:nth-child(even){
  background-color: #e5e6e6;
}

.navbar-collapse {
  background-color: #3398dc;
}

h3.show-question {
  border-left: 3px solid #3398dc;
  display: block;
  padding-left: 10px;
}

h3.show-question .more {
  top: 26px
}

@media (max-width: 1199px) {
  .product-wrap h3 {
    font-size: 18px; }
  #myTab li small {
    font-size: 14px; }
  .rank-wrap h3 {
    overflow: hidden; }
    .rank-wrap h3 span {
      float: left;
      margin-right: 10px; }
  .rank-wrap .table {
    table-layout: fixed; }
    .rank-wrap .table > tbody > tr > td {
      font-size: 12px;
      padding: 10px 5px; }
  .inform-wrap li:last-child {
    display: none; }
  .inform-wrap h4 {
    margin-bottom: 16px; } }

@media (max-width: 991px) {
  .inform-wrap li {
    margin-bottom: 10px; }
    .inform-wrap li:last-child {
      display: none; }
    .inform-wrap li:nth-of-type(5) {
      display: none; }
  .inform-wrap h4 {
    margin-bottom: 10px; }
  .product-wrap .product-list .col-md-4 .modal-title {
    font-size: 14px;
    height: 40px; }
  .product-wrap .product-list .col-md-4 .desc {
    font-size: 12px; }
  .results-show .product-wrap li span {
    display: none; } }

@media (max-width: 768px) {
  .caption p a {
    max-width: 230px;
  }
  #carousel-example-generic {
    margin-top: 0; }
  .inform-wrap li span {
    display: none; } }

@media (max-width: 767px) {
  .inform-wrap h4 {
    margin-top: 10px; }
  .results-show .table td:last-child {
    display: none; } }

@media (max-width: 767px) {
  .results-show .table td:nth-of-type(4) {
    display: none; } 
  .sm-mt-20 {
    margin-top: 20px;
  }
  }

@media (max-width: 480px) {
  .inform-wrap .pic {
    width: 100%; } }

@media (min-width: 768px) {
  #carousel-example-generic {
    margin-top: 114px; } }

@media (min-width: 992px) {
  #carousel-example-generic {
    margin-top: 0; } }