@charset "UTF-8";
body {
  margin: 0 !important;
  padding: 0 !important;
  font-family: "\5FAE\8F6F\96C5\9ED1", "Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue", Helvetica, Arial, sans-serif, tahoma, "\5B8B\4F53";
  font-size: 14px;
  line-height: 1.5; }

body, p, ul, li, table, tr, td, ol, a {
  /*font-family: '宋体';*/
  /*font-size: 1em;*/ }

.padding0 {
  padding: 0 !important; }

.padding10 {
  padding: 10px !important; }

.padding15 {
  padding: 15px !important; }

.padding20 {
  padding: 20px !important; }

.padding30 {
  padding: 30px !important; }

.padding-LR-10 {
  padding-left: 10px !important;
  padding-right: 10px !important; }

.padding-TB-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.padding-LR-20 {
  padding-left: 20px !important;
  padding-right: 20px !important; }

.padding-TB-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

.padding-LR-30 {
  padding-left: 30px !important;
  padding-right: 30px !important; }

.padding-TB-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }

.padding-LR-40 {
  padding-left: 40px !important;
  padding-right: 40px !important; }

.padding-TB-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important; }

.margin-LR-10 {
  margin-left: 10px !important;
  margin-right: 10px !important; }

.margin-TB-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

.margin-LR-20 {
  margin-left: 20px !important;
  margin-right: 20px !important; }

.margin-TB-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important; }

.margin-LR-30 {
  margin-left: 30px !important;
  margin-right: 30px !important; }

.margin-TB-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important; }

.margin-LR-40 {
  margin-left: 40px !important;
  margin-right: 40px !important; }

.margin-TB-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important; }

.margin-t-5 {
  margin-top: 5px !important; }

.margin-t-6 {
  margin-top: 6px !important; }

.margin-t-7 {
  margin-top: 7px !important; }

.margin-t-8 {
  margin-top: 8px !important; }

.margin-t-9 {
  margin-top: 9px !important; }

* {
  list-style: none; }

.clear {
  clear: both;
  display: block; }

.BkColor {
  background-color: black; }

.BkColor2 {
  background-color: #fb3838; }

.header_top {
  height: 2px;
  display: block;
  overflow: hidden; }

.logodiv {
  max-width: 958px;
  height: 120px;
  margin: 0 auto; }

.webwidth {
  max-width: 958px;
  margin: 0 auto; }

.navbarphone {
  color: white; }

@media screen and (min-width: 768px) {
  .barheight {
    position: static;
    height: 70px;
    margin-bottom: 3px !important; }
    .barheight .collapse {
      position: static;
      height: 70px !important; }
      .barheight .collapse .nav {
        height: 70px !important; }
        .barheight .collapse .nav li {
          height: 70px !important; }
          .barheight .collapse .nav li a {
            line-height: 50px !important;
            font-size: 18px !important;
            color: white;
            padding: 8px 20px !important;
            /*动画 hover 结合*/
            /*transition: All 0.4s ease-in-out;
            -webkit-transition: All 0.4s ease-in-out;
            -moz-transition: All 0.4s ease-in-out;
            -o-transition: All 0.4s ease-in-out;*/ }
            .barheight .collapse .nav li a:hover {
              background-color: white;
              color: black;
              /*transform: rotate(360deg);
              -webkit-transform: rotate(360deg);
              -moz-transform: rotate(360deg);
              -o-transform: rotate(360deg);
              -ms-transform: rotate(360deg);*/ }
    .barheight .navbar-brand {
      height: 70px !important;
      line-height: 35px !important;
      padding-left: 15px !important;
      padding-right: 40px !important; } }
@media screen and (max-width: 768px) {
  .barheight {
    position: relative; }
    .barheight .navbar-collapse {
      position: absolute;
      z-index: 999;
      top: 70px;
      width: 100%; }
      .barheight .navbar-collapse ul {
        background-color: black !important;
        border-radius: 5px;
        opacity: 0.8; }
        .barheight .navbar-collapse ul li {
          float: left;
          padding: 20px; }
          .barheight .navbar-collapse ul li a {
            color: white; } }
.panelheight {
  min-height: 180px !important; }

.panelminheight div {
  overflow: inherit !important; }

.footernav {
  display: inline-block !important;
  padding: 0 !important; }
  .footernav li {
    float: left !important;
    display: inline-block !important;
    padding: 5px; }

.floatright {
  float: right; }

td {
  padding: 8px 6px;
  line-height: 14px; }

td:first-child {
  text-align: right;
  font-weight: bold; }

tr:nth-child(odd) {
  background: #eee; }

tr:nth-child(even) {
  background: #ddd; }

.static {
  position: static !important; }

.headTitle {
  padding-right: 6px !important; }

.more {
  float: right; }

.LR {
  padding-right: 12px !important; }

img {
  margin: 0 auto; }

.articleDesc {
  padding: 10px 10px 10px 40px;
  line-height: 2em; }

.productimgs {
  background-color: #eee;
  padding: 5px;
  border: 1px solid #999;
  margin: 0 5px 0 5px; }
  .productimgs img {
    border: 1px dotted #999; }

.pdesc {
  padding: 15px; }

/*COL等高CSS*/
.row2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }

.row2 > [class*='col-'] {
  display: flex;
  flex-direction: column; }

/*body {
  padding-top: 50px;
  padding-bottom: 20px;
  margin-bottom: 100px;
  font-family: "\5FAE\8F6F\96C5\9ED1", "Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue", Helvetica, Arial, sans-serif, tahoma, "\5B8B\4F53";
  font-size: 16px;
  line-height: 1.5;
}*/
a:focus {
  outline: none !important; }

#mainnav {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  font-size: 14px;
  line-height: 1.42;
  font-weight: bold;
  border: none !important; }

.navbar-brand {
  float: left;
  padding: 15px 15px 15px 45px;
  font-size: 26px;
  font-family: "amblebold_italic";
  font-weight: normal;
  line-height: 18px;
  height: 50px;
  color: white; }

.navbar-brand strong {
  font-family: "\5FAE\8F6F\96C5\9ED1", "Microsoft Yahei", "Hiragino Sans GB", tahoma, "\5B8B\4F53";
  font-weight: normal; }

.navbar-brand span {
  display: inline-block;
  color: white; }

.glyphicon {
  color: #8ba8af; }

a .glyphicon {
  color: inherit; }

.big-glyph {
  display: block;
  text-align: center;
  font-size: 3.0em;
  margin-bottom: 0.25em; }

/* Header
-------------------------------------------------- */
.header {
  background: #8ba8af;
  padding: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid #E3E3E3; }

.header h1 {
  font-family: "\5FAE\8F6F\96C5\9ED1", "Microsoft Yahei", "Hiragino Sans GB", "Ubuntu", Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif, "\5B8B\4F53";
  color: #fff;
  font-size: 26px;
  padding: 0px;
  margin: 0px; }

.content {
  margin-bottom: 40px; }

/* Features
-------------------------------------------------- */
.features {
  background: #FFFFFF;
  color: #808080;
  text-align: left; }

.features .feature {
  min-height: 80px;
  margin-bottom: 55px; }

.features .feature-icon {
  font-size: 55px;
  float: left;
  margin-top: 10px;
  margin-right: 25px;
  margin-bottom: 10px; }

.features .feature h5 {
  font-family: "amblebold_italic", "\5FAE\8F6F\96C5\9ED1", "Microsoft Yahei", "Hiragino Sans GB", tahoma, "\5B8B\4F53";
  font-size: 19px;
  line-height: 20px;
  color: #404040;
  font-weight: bold; }

.features .feature p {
  font-size: 14px; }

/* Stats
-------------------------------------------------- */
.stats {
  color: #808080; }

.stat-icon {
  font-size: 40px;
  height: 50px;
  line-height: 50px; }

.stat-number {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px; }

/* Footer
-------------------------------------------------- */
.footer {
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 100px;
  border-top: 1px solid #ccc; }

.footer-copyright p {
  margin: 20px 0px;
  color: #c0c0c0; }

.footer-copyright a {
  color: #ffffff; }

.footer .container {
  padding-right: 15px;
  padding-left: 15px; }

.footer .footer-menu {
  background-color: #dedede; }

.footer .footer-copyright {
  background-color: #3e3e3e; }

.bcit50 {
  background-size: 48px 43px; }

.footer .nav-pills > li > a {
  color: #5B5B5D;
  border-radius: 0px; }

.footer .nav-pills > li > a:hover {
  color: #ffffff;
  background-color: #3e3e3e; }

.footer .nav-pills > li.active > a {
  background-color: #aaa;
  border-radius: 0; }

.footer .nav {
  margin-right: 120px; }

/* Sub header
-------------------------------------------------- */
.title {
  font-size: 22px;
  color: #5B5B5D;
  margin-bottom: 40px; }

.title-end {
  margin-bottom: 20px; }

/* Content
-------------------------------------------------- */
.download h3 {
  font-family: "amblebold_italic", "\5FAE\8F6F\96C5\9ED1", "Microsoft Yahei", "Hiragino Sans GB", tahoma, "\5B8B\4F53";
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: bold; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

.well hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #E3E3E3;
  margin: 1em 0;
  padding: 0; }

.well h3 {
  margin-top: 0; }

.list-group-item:hover,
.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #FCF8E3; }

h4.list-group-item-heading {
  font-weight: bold; }

p.list-group-item-text {
  line-height: 1.5; }

h1, h2, h3, h4 {
  font-family: "amblebold_italic", "\5FAE\8F6F\96C5\9ED1", "Microsoft Yahei", "Hiragino Sans GB", tahoma, "\5B8B\4F53"; }

.council img {
  padding-right: 20px; }

/* Jumbotron
-------------------------------------------------- */
.jumbotron {
  background-color: #8ba8af; }

.jumbotron p {
  /*font-weight: lighter;*/
  letter-spacing: 0.33px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  color: #333; }

.jumbotron h1,
.jumbotron .h1 {
  font-family: "amblebold_italic", "\5FAE\8F6F\96C5\9ED1", "Microsoft Yahei", "Hiragino Sans GB", tahoma, "\5B8B\4F53";
  color: #fff;
  font-size: 42px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.8); }

.jumbotronwidth {
  max-width: 100%;
  float: right;
  margin-right: 40px; }

@media (max-width: 991px) {
  .jumbotron {
    padding-top: 10px;
    padding-bottom: 20px; } }
/* Twitter widget
-------------------------------------------------- */
.tweet {
  padding-left: 10px; }

.navbar-text iframe {
  margin: -5px 0px -5px 0px;
  padding: 0px; }

/* News List
-------------------------------------------------- */
.newsitem {
  padding: 0.5em;
  border-bottom: 1px solid #efefef;
  position: relative; }

.newsitem .date {
  position: absolute;
  /*top: 1em;*/
  left: 0;
  color: #8ba8af; }

.newsitem p {
  margin: 0 0 0 6em;
  padding: 0; }

/* Columns of same height
   http://www.bootply.com/126437
--------------------------------------------------*/
@media (min-width: 992px) {
  .row-md-flex, .row-md-flex > div[class*='col-'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1 1 auto; }

  .row-md-flex-wrap {
    -webkit-flex-flow: row wrap;
    align-content: flex-start;
    flex: 0; }

  .row-md-flex > div[class*='col-'], .container-md-flex > div[class*='col-'] {
    margin: -.2px;
    /* hack adjust for wrapping */ }

  .container-md-flex > div[class*='col-'] div, .row-md-flex > div[class*='col-'] div {
    width: 100%; }

  .flex-md-col {
    display: flex;
    display: -webkit-flex;
    flex: 1 100%;
    flex-flow: column nowrap; }

  .flex-md-grow {
    display: flex;
    -webkit-flex: 2;
    flex: 2; } }
@media (max-width: 390px) {
  .features .feature-icon {
    margin-bottom: 25px; } }
@media (max-width: 320px) {
  .features .feature {
    margin-bottom: 60px; }

  .features .feature-icon {
    margin-bottom: 45px; } }
.btn.btn-block {
  white-space: normal; }

div.WB_widget.WB_follow_ex {
  display: inline-block; }

.WB_widget cite {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.weixin {
  display: inline-block;
  vertical-align: top;
  margin-top: -3px;
  margin-right: 5px;
  position: relative; }

.weixin .weixin-qrcode {
  position: absolute;
  z-index: 1;
  -webkit-transition: opacity .5s, top .5s, visibility .5s;
  transition: opacity .5s, top .5s, visibility .5s;
  opacity: 0;
  top: 35px;
  visibility: hidden; }

.weixin:hover .weixin-qrcode {
  opacity: 1;
  top: 25px;
  visibility: visible; }

@media (max-width: 768px) {
  .row h2 {
    margin-left: 15px; }

  .container > .navbar-header {
    margin-left: -6px; } }
@media (max-width: 322px) {
  .navbar-default .navbar-brand {
    padding-left: 0;
    background: none; } }
.jumbotron {
  padding-top: 68px;
  padding-bottom: 48px;
  width: 100%; }

.menu li a {
  line-height: 32px !important;
  color: white !important; }
.menu li :hover {
  background-color: #ae3910 !important; }
  .menu li :hover a {
    text-decoration: underline; }
.menu li.active a {
  line-height: 32px !important;
  color: white !important;
  background-color: #ae3910 !important; }

.Text {
  color: white; }
  .Text:hover {
    color: white; }
  .Text h2 {
    padding-bottom: 10px;
    border-bottom: 1px dotted #ddd; }
  .Text .item-content {
    font-size: 12px !important; }
    .Text .item-content .link {
      font-size: 14px !important; }

.link {
  color: #fb3838; }
  .link:hover {
    color: yellow; }

.footer {
  background-color: #ddd; }

.productitem {
  font-size: 12px;
  border: 0px; }
  .productitem .card-content {
    padding-top: 5px;
    line-height: 14px !important;
    text-align: center; }
  .productitem:hover .card-content span {
    color: blue; }
  .productitem img {
    width: 80%;
    border: solid 1px #ddd; }

.product {
  position: relative; }
  .product .more {
    position: absolute;
    top: 2px;
    right: 15px;
    color: green; }

a {
  color: blue; }
  a:hover {
    color: #fb3838; }

.kefu {
  position: relative; }
  .kefu .head {
    z-index: 100;
    position: absolute;
    right: 2px;
    width: 100px;
    height: 100px;
    top: 2px;
    background-image: url(/template/index/default/images/kefu2.png);
    background-repeat: no-repeat;
    background-position: right top; }

.kefucontact {
  margin-left: 20px; }

.friend {
  padding-left: 0px !important; }
  .friend li {
    float: left;
    padding-right: 10px; }

.search {
  margin-bottom: 5px !important; }

.ProductPart {
  padding: 5px;
  margin-bottom: 20px !important; }
  .ProductPart li {
    float: left;
    padding: 2px 10px;
    font-weight: bold; }

.productList {
  padding: 5px !important;
  border: 1px solid #ddd;
  margin-bottom: 20px; }
  .productList .item-heading {
    margin-right: 15px !important; }
  .productList .item-content h4 {
    margin: 3px 0; }
    .productList .item-content h4 a {
      color: gray; }
      .productList .item-content h4 a:hover {
        color: #fb3838; }
  .productList .item-content h6 {
    color: blue; }
  .productList .item-content p {
    margin-bottom: 2px !important;
    line-height: 1.1em; }

.positionbar {
  border: 1px solid #ddd; }

.productDetail {
  position: relative; }
  .productDetail .head {
    position: absolute;
    bottom: 5px;
    font-size: 18px;
    background-color: #777;
    width: 98%;
    margin: 0 auto;
    left: 1%;
    padding: 5px;
    border-radius: 5px;
    opacity: 0.8;
    color: white; }
  .productDetail img {
    width: 85%;
    margin: 0 auto;
    border: 1px solid #ddd; }
  .productDetail .prev {
    border: 0px !important;
    position: absolute;
    left: 5px;
    top: 45%; }
    .productDetail .prev a img {
      border: 0px !important; }
  .productDetail .next {
    border: 0px !important;
    position: absolute;
    right: 16%;
    top: 45%; }
    .productDetail .next a img {
      border: 0px; }

h1 {
  font-size: 18px; }

.product-details div .productitem {
  margin: 10px 0; }

.my_page {
  font-size: 18px; }
  .my_page .pagination li {
    float: left;
    padding: 5px 12px;
    border: 1px solid #eee; }
  .my_page .pagination .active {
    background-color: #eee; }

.noborder {
  border: none !important; }

.warning {
  color: red !important; }

A.blackA:link {
  color: black; }

A.blackA:visited {
  color: black; }

.PNTitle {
  font-weight: normal !important;
  font-size: 12px;
  color: black; }
  .PNTitle:link {
    color: black; }

.PNText {
  font-weight: normal !important;
  font-size: 12px; }

/*# sourceMappingURL=css.css.map */
