/* base */
html {
  min-height: 100%;
  position: relative;
}

body {
  font-family: '微软雅黑', tahoma, "helvetica neue", helvetica, arial;
  font-size: 13px;
  color: #3c3c3c;
}

small {
  font-size: 13px;
}

h2,
.h2 {
  font-size: 24px;
}

h3,
.h3 {
  font-size: 16px;
}

h4,
.h4 {
  font-size: 14px;
}

.pi-main-container {
  padding-bottom: 80px;
}

/* navbar custom */
.navbar-inverse {
  min-height: 30px;
  border-radius: 0;
  background-color: #2d2d2d;
}

.navbar-inverse .navbar-nav > li > a {
  padding: 5px 8px;
}

.navbar-inverse .navbar-brand {
  padding: 5px 15px;
  font-size: 14px;
  height: auto;
}

.navbar-inverse .navbar-right {
  float: right;
  margin-top: 0;
  margin-bottom: 0;
}

.navbar-inverse .navbar-nav > li {
  float: left;
}

.pi-navbar-nav ul {
  display: none;
}

.navbar-default {
  border-radius: 0;
  border-bottom-color: #dddddd;
  background-color: #001e41;
  border-color: #001e41;
}

.navbar-default .navbar-nav>li>a {
  color: #d1e4eb;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
  color: #fff;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  color: #001e41;
}

.navbar-default .navbar-toggle {
  color: #333;
}

@media (max-width: 767px) {
  .navbar-collapse .navbar-brand {
    margin-left: -15px;
  }

  .navbar-collapse .pi-navbar-nav {
    clear: both;
  }
}

@media (min-width: 768px) {
  .pi-navbar-nav li {
    position: relative;
  }

  .pi-navbar-caret {
    display: none;
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    bottom: -1px;
    margin-left: -8px;
    border-bottom: 8px solid #fff;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    z-index: 1002;
  }

  .pi-navbar-caret-outer {
    border-bottom: 8px solid #c2c2c2;
    bottom: 0;
    z-index: 1001;
  }

  .pi-navbar-nav li:hover >ul,
  .pi-navbar-nav li:hover .pi-navbar-caret {
    display: block;
  }

  .pi-navbar-nav ul .dropdown-menu {
    left: 100%;
    top: -5px;
  }
}

/* banner */
.pi-banner-logo {
  height: 56px;
  margin: 0 20px 0 2px;
}

.pi-banner-ad img {
  /*max-width: 100% !important;*/
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}

/* unordered list or ordered list */
.pi-list {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

.pi-order-list {
  counter-reset: section;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

.pi-order-list li,
.pi-list li {
  white-space: nowrap;
  overflow: hidden;
  padding: 3px 0 3px 18px;
  text-overflow: ellipsis;
}

.pi-order-list li {
  position: relative;
}

.pi-order-list li:after {
  content: counter(section);
  counter-increment: section;
  position: absolute;
  left: 0;
  top: 3px;
  color: #428bca;
  font: bold italic 14px/20px arial;
}

.pi-list li {
  background: url(/uploads/image/atimage/square.png) no-repeat left center;
}

.pi-list a,
.pi-order-list a {
  color: #46555f;
}

.pi-list a:hover,
.pi-order-list a:hover {
  color: #262e33;
}

.pi-color {
  color: #f26a18;
}

/* block */
.pi-panel-subline {
  float: right;
}

.pi-panel-subline a {
  color: #3cb4e6;
}

.pi-panel-tab .panel-heading {
  padding: 0;
  height: 40px;
}

.pi-panel-tab-indicators {
  margin: 0 0 -1px 0;
  padding: 0;
  height: 40px;
  line-height: 40px;
}

.pi-panel-tab-indicators li {
  display: inline-block;
}

.pi-panel-tab-indicators a {
  padding: 0 15px;
  cursor: pointer;
  display: block;
  color: #333;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}

.pi-panel-tab-indicators li:first-child a {
  border-left: none;
}

.pi-panel-tab-indicators .active a {
  font-weight: bold;
  border-color: #ddd;
  background: #fff;
}

.panel-body >:last-child,
.panel-body .tab-pane >:last-child {
  margin-bottom: 0;
}

.panel-default {
  border: 0;
  border-radius: 0;
}

.panel-default>.panel-heading {
  color: #3cb4e6;
  background-color: #edf2f5;
  border: 0;
}

/* ellipsis */
.pi-ellipsis {
  overflow: hidden;
  display: block;
  line-height: 1.5;
}

.pi-ellipsis-1 {
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pi-ellipsis-2 {
  max-height: 3em;
}

.pi-ellipsis-3 {
  max-height: 4.5em;
}

.pi-ellipsis-4 {
  max-height: 6em;
}

/* footer */
.pi-footer {
  /*position: absolute;*/
  left: 0;
  right: 0;
  bottom: 0;
  background: #333;
  border-top: 2px solid #428bca;
  color: #fff;
}

.pi-footer-container {
  padding: 15px 0;
}

.pi-footer a {
  color: #fff;
  padding: 0 5px;
}

.pi-footer a:hover {
  color: #0088cc;
}

#pi-logger-output {
  position: relative;
  top: -80px;
}

/* common */
.pi-dashed {
  border-top: 1px dashed #d6d6d6;
}

/* module custom */
.carousel h4 {
  font-size: 18px;
  font-weight: bold;
}

.carousel h4 a {
  color: #fff;
}

.carousel-inner {
  background-color: #333;
  color: #e5e5e5;
}

.carousel-inner >.item {
  margin-right: 10px;
}

.carousel .pi-carousel-indicators {
  text-align: right;
  margin: 0;
  left: auto;
  top: auto;
  right: 15px;
  bottom: 5px;
}

.carousel .pi-carousel-indicators .active {
  background: #428bca !important;
}

.carousel .pi-carousel-indicators li {
  background: #fff !important;
  border-radius: 12px !important;
  margin: 0 8px 0 0 !important;
  width: 12px !important;
  height: 12px !important;
}

.pi-sidenav a {
  color: #2a5db0;
}

.pi-sidenav .active-last >a {
  font-weight: bold;
  color: #2a5db0;
}

.search-index-logo {
  background: url(/uploads/image/atimage/logo.png) no-repeat center center;
  margin: 40px 0 30px;
  display: block;
  height: 95px;
}

.search-logo {
  background: url(/uploads/image/atimage/logo.png) no-repeat;
  text-indent: -9999px;
  background-size: 90% auto;
  text-align: left;
  margin-top: 10px;
  height: 72px;
}

.search-index-logo:focus,
.search-logo:focus {
  outline: none;
}

.ie8 .search-logo,
.ie7 .search-logo {
  background: none;
  text-indent: 0;
}

#pi-gcse-search-box {
  margin-top: 10px;
}

.tag-list-item {
  line-height: 26px;
  height: 26px;
  overflow: hidden;
}

.tag-terms {
  margin-bottom: 10px;
}

.tag-terms a {
  padding: 0 5px;
}

.media-none-image {
  margin-top: 5px;
}

.media-none-image:first-child {
  margin-top: 0;
}

.article-content {
  font-size: 14px;
  line-height: 22px;
  text-align: justify;
  word-wrap: break-word;
}

.article-subline-desc {
  margin-bottom: 5px;
}

.article-content img {
  max-width: 100%;
}

/* bootstrap custom */
.img-responsive {
  margin-left: auto;
  margin-right: auto;
}

h2, .h2 {
  margin: 10px 0;
}

h3, .h3 {
  font-size: 16px;
  margin: 10px 0;
}

h3 .small, h3 small {
  font-size: 80%;
}

.page-header {
  margin-top: 0;
}

.pagination {
  margin: 0 0 20px;
}

.checkbox-inline {
  margin: 0 10px 0 0 !important;
}

@media (min-width: 768px) {
  .navbar-form {
    width: 250px;
  }
}

.ie7 .navbar-form,
.ie8 .navbar-form {
  width: 250px;
}

.btn-primary {
  background-color: #001e41;
  border-color: #001e41;
}

.btn-primary:hover {
  background-color: #3cb4e6;
  border-color: #3cb4e6;
}

/* video */
#pi-video .pi-zone-8 > .panel:first-child,
#pi-video .pi-zone-2 > .panel:first-child {
  margin-bottom: 0;
}

#pi-video .pi-zone-8 > .panel:first-child .panel-heading,
#pi-video .pi-zone-2 > .panel:first-child .panel-heading {
  padding: 5px 15px;
  border-radius: 0;
  background-color: #008bd0;
  color: #eee;
}

#pi-video .pi-zone-2 .panel-heading,
#pi-video .pi-zone-2 .panel-heading a,
#pi-video .pi-zone-2 .panel-heading a:hover {
  color: #fff;
}

#pi-video .video-online >.panel-heading {
  background-color: #d4b640;
}

#pi-video .video-product >.panel-heading {
  background-color: #8db67f;
}

#pi-video .video-news >.panel-heading {
  background-color: #55aacb;
}

#pi-video .video-yantaohui >.panel-heading {
  background-color: #d47840;
}

#pi-video .panel-heading .pi-panel-subline span {
  position: absolute;
  left: 100px;
}

#pi-video .video-online > .panel-heading .pi-panel-subline span a,
#pi-video .video-online > .panel-heading .pi-panel-subline span a:hover {
  color: #ff0000;
}

#pi-video .pi-main-container .media .col-xs-5,
#pi-video .pi-main-container .media .pull-left {
  padding-left: 10px;
  width: 200px;
}

#pi-video .pi-main-container .media .col-xs-5 img,
#pi-video .pi-main-container .media .pull-left img {
  border: 1px solid #bcbcbc;
  padding: 2px;
}

#pi-video .pi-main-container .media .col-xs-7,
#pi-video .pi-main-container .media .media-body {
  padding-right: 10px;
}

/* page */
#pi-page .program-content-body {
  margin: 1px 0 8px;
  border: 1px solid #a2d4eb;
  padding: 7px 11px 2px;
}

#pi-page .program-content-item {
  margin-bottom: 15px;
}

#pi-page .program-content-item table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  color: #000;
}

#pi-page .program-content-item table td {
  background-color: #eee;
}

#pi-page .program-content-item table th {
  font-weight: normal;
  text-align: center;
}

#pi-page .text-left {
  text-align: left !important;
}

#pi-page .program-content-item th,
#pi-page .program-content-item td {
  padding: 0;
}

#pi-page .program-content-item .text-left {
  padding-left: 15px;
}

#pi-page .th-level1 {
  color: #fff;
  background-color: #0b7efd;
  height: 35px;
}

#pi-page .th-level2 {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  background-color: #99c9ff;
  width: 88px;
  height: 24px;
}

#pi-page .table-level2 td {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 88px;
  height: 25px;
}

#pi-page .tr-last td {
  border-bottom: 0;
  color: #666;
}

#pi-page .table-level2 {
  width: 100%;
  height: 103px;
}

#pi-page .table-level2 td.text-left {
  width: 532px;
  height: 25px;
}

#pi-page .program-content-item a,
#pi-page .program-content-item a:hover {
  color: #1481bc;
  margin-right: 8px;
}

#pi-page .program-content-item-img img {
  border: 1px solid #fff;
}

#pi-page .pi-main-container > .row > .col-xs-8 {
  border: 0;
  padding: 0;
  background: transparent;
}

#pi-page .pi-module-content > .page > .col-md-12 {
  padding: 0;
}

/* no_use nav */
.navbar-inverse .navbar-nav > li > a {
    padding: 10px 8px;
}
.navbar-header-ef {
    background: none repeat scroll 0 0 #2d2d2d;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    height: 44px;
    position: relative;
    z-index: 1050;
}
.navbar-header-ef > .container {
    position: relative;

}
.entrance-brand {
    color: #e7e7e7;
    float: left;
    width: 180px;
}
.entrance-brand:hover .nav-modules-container {
    display: block;
}
.entrance-brand a:hover {
    text-decoration: none;
    color: #ffffff;
}
.entrance-main-title {
    color: #e7e7e7;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
}
.entrance-sub-title {
    color: #e7e7e7;
    font-size: 14px;
    line-height: 44px;
}
.nav-modules-container {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    display: none;
    left: 0;
    position: absolute;
    top: 40px;
    z-index: 1015;
}
.nav-modules-container:before {
    border-bottom: 8px solid #d9d9d9;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    content: "";
    display: inline-block;
    left: 164px;
    position: absolute;
    top: -9.5px;
}
.nav-modules-container .nav-modules {
    margin: 0;
    max-width: 565px;
    padding: 0;
}
.nav-modules-container .nav-modules:before {
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    content: "";
    display: inline-block;
    left: 164px;
    position: absolute;
    top: -7.5px;
}
.nav-modules-container .nav-modules a {
    color: #4d4d4d;
}
.nav-modules-container .nav-modules a:hover {
    color: #4d4d4d;
    text-decoration: none;
}
.nav-modules-container .nav-modules .nav-module {
    display: inline-block;
    height: 105px;
    margin: 10px 0;
    text-align: center;
    vertical-align: top;
    width: 140px;
}
.nav-modules-container .nav-modules .nav-module .nav-module-link {
    display: block;
    height: 100%;
    width: 100%;
}
.nav-modules-container .nav-modules .nav-module .nav-module-icon {
    display: table-cell;
    height: 70px;
    line-height: 15px;
    text-align: center;
    vertical-align: middle;
    width: 140px;
}
.nav-modules-container .nav-modules .nav-module .nav-module-icon img {
    max-height: 63px;
    max-width: 100px;
    vertical-align: middle;
}
.nav-modules-container .nav-modules .nav-module .nav-module-title {
    line-height: 15px;
    margin-top: 4px;
}

a {
  color: #3cb4e6;
}

.list-group-item:first-child {
  background-color: #3cb4e6 !important;
  border-color: #3cb4e6 !important;
}