@charset "utf-8";



body {
  font-size: 16px;
  word-spacing:2px;
	letter-spacing:1px;
  line-height: 1.5;
}
a {
  color: #333;
  text-decoration: none;
  
}
a:hover,
a:focus {
  color: #111;
  text-decoration: none;
}
figure {
  margin: 0;
}
.lead {
  line-height: 1.5;
}
@media (min-width: 768px) {
  .lead {
    font-size: 18px;
  }
}

footer{
  color: #333;
}





.article .page-header{
  padding-bottom: 0px;
  margin-top: 20px;
  border-bottom: 2px solid #ccc;
}

.page-header h3 a{
  color: #3686cd
}



.nav.nav-pills>li{
  display: inline-block;
  float: none;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  border-radius: 0;
  color:#fff;
  background-color:#317cc0;
}



.breadcrumb{
  background-color: transparent;
}

.linkList .media-object{
  border: 1px solid #ddd;
}


#frontEnd .text,
#frontEnd .article{
  margin-top: 25px;
  margin-bottom: 25px;
}

#frontEnd .strip{
  margin-bottom: 25px;
}

.article .media-heading,
.articleList .media-heading,
.jobList .media-heading,
.linkList .media-heading{
  margin-bottom: 15px;
}

.linkList .media-heading{
  margin-top: 10px;
}

.article p,
.articleList ,
.jobList p
.linkList p{
  line-height: 1.6;
}

.article p:last-child,
.articleList p:last-child,
.jobList p:last-child {
  color: #888;
}

.articleList p:last-child,
.jobList p:last-child {
    font-size: 85%;
    font-weight: 300;
    line-height: 1;
    white-space: nowrap;
    vertical-align: baseline;
}

.articleList p:last-child span,
.jobList p:last-child span{
  margin-right: 3px;
}


.article p a,
.articleList p a,
.jobList p a
.linkList p a{
  color: #5e5e5e;
}

.articleList .label,
.jobList .label{
    padding: 2.5px 6px;
    font-size: 65%;
    font-weight:normal;
    line-height: 1;
    color: #fff;
    border-radius: 0;
    position: relative;
    left: 4px;
    bottom: 2.8px;
}

.articleList .date,
.jobList .date,
.linkList .date{
    color: #555;
    display: inline;
    font-weight: 300;
    line-height: 1;
    white-space: nowrap;
    vertical-align: baseline;
}

@media (min-width: 768px) {
	.articleList .date,
  .jobList .date,
  .linkList .date{
    position: absolute;
    right:4%;
  }
}

@media (min-width: 768px) {
	.article .media,
  .articleList .media,
  .jobList .media,
  .linkList .media{
    height:120px;
    overflow: hidden;
  }
}




.articleDetail h2{
  margin-bottom:15px;
}

.articleDetail .content {
  color: #555;
  line-height: 1.8;
  padding: 5px;
}




.albumList .thumbnail,
.albumDetail .thumbnail,
.imageDetail .thumbnail,
.productList .thumbnail
{
    padding: 0px;
    margin-bottom: 20px;
    line-height: 1.4285;
    background-color: #fff;
    border:none;
    border-radius:none;
}

.productDetail,.linkDetail
{
    margin-top: 30px;
}

.productDetail .thumbnail
{
    padding: 6px;
    border-radius:0px;
}

.productDetail h2
{
    margin-top: 0px;
    margin-bottom: 15px;
    font-weight: 300;
}

.productDetail h4
{
  font-size: 14px;
  color: #888;
  margin-bottom: 10px;
}

.productDetail .form-group
{
  margin-bottom: 15px;
}

.productDetail .form-group .btn
{
  margin-right: 5px;
}

.productDetail .form-group .btn.active
{
  border-color:#e9190f;
  background-color:transparent;
}

.productDetail .form-group input[name=count]
{
  text-align: right;
  width: 40px;
  padding-left:5px;
  padding-right: 5px;
}



.productDetail p
{
  margin-bottom: 20px;
}

.productDetail .lead
{
  font-size: 16px;
}

.productDetail .btn-demand
{
  margin-top: 30px;
}

.productDetail .nav
{
  margin-top: 30px;
}

.productDetail{
  line-height: 1.3;/*这个必须默认下，不然nav下面的线条会露出来 但狠奇怪不能定位到 .nav 所以下面article 要改回 1.5的 line-height*/
}


.productDetail article
{
  margin-top: 30px;
  line-height: 1.8;
}




.albumList .thumbnail .caption,
.albumDetail .thumbnail .caption{
  height:60px;
  overflow: hidden;
}

.productList .thumbnail .caption{
  height:85px;
  overflow: hidden;
}

.albumList .thumbnail .caption p,
.albumDetail .thumbnail .caption p{
  margin-top: 5px;
  color:#888;
}

.productList .thumbnail .caption p a
.albumList .thumbnail .caption p a,
.albumDetail .thumbnail .caption p a{
  color:#555;
}

.productList .thumbnail .caption p a:hover,
.productList .thumbnail .caption p a:focus,
.albumList .thumbnail .caption p a:hover,
.albumList .thumbnail .caption p a:focus,
.albumDetail .thumbnail .caption p a:hover,
.albumDetail .thumbnail .caption p a:focus{
  color:#333;
}

.imageDetail .thumbnail
{
    height: 680px;
    margin-top: 35px;
    margin-bottom:35px;
}

.imageDetail .thumbnail img
{
  width: auto;
  max-height:100%;
}



.searchResult .media-body p:nth-child(2){  /*官方解释：规定属于其父元素的第二个子元素的每个 p 的背景色，所以是media-body第3个里面的p*/
    font-size: 85%;
    font-weight: 300;
    line-height: 1;
    white-space: nowrap;
    vertical-align: baseline;
}

.searchResult .page-header{
  background-color: #eee;
  margin-top: 5px;
  padding: 5px;
}



.pager li > a, .pager li > span {
  border-radius: 0px;
}

.pager li > a {
  color: #888;
}




.pagination > li > a, .pagination > li > span {
  font-weight: 200;
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.4285;
  color: #aaa;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.comment .form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #888;
  background-color: #f8f8f8;
  background-image: none;
  border: 1px solid #ddd;
  border-radius:0px;
}

.comment textarea.form-control {
  height: auto;
}


.comment .media-object {
  border:1px solid #ddd;
}

.comment .media {
  margin-top: 30px;
}

.comment .media:first-child {
  margin-top: 0px;
}


.resume .resumeForm .control-label {
    text-align: left;
    font-size: 14px;
    margin-bottom: 10px;
}

.resume .resumeForm .form-group button {
  margin-top:15px;
}

.resume .form-horizontal .form-group .control-label{ /*不知道为什么在后台不起效果*/
  text-align: left;
}








.product .thumbnail,
.album .thumbnail{
    padding: 0px;
    border: none;
    border-radius: 0px;
}



.symbol .thumbnail{
  border: none;
  border-radius: 0px;
}


.contact ul li{
  margin-bottom: 10px;
}

.social ul li{
  padding-left: 8px;
  padding-right: 8px;
}

.inscription{
  margin-top: 0px;
  font-size: 14px;
  color: #777
}
.inscription p{
  margin-bottom: 5px;
}

.categoryMenu{
  margin-top: 15px;
}

#frontEnd .categoryMenu.component{
  margin-bottom: 15px;
}


.sidebar{
  margin-top:50%;
}

.sidebar h3{
  font-weight: 400;
}

.sidebar .nav li a {
  border-bottom: 1px solid #ddd;

  font-size:16px;
  color:#555;
  padding-left: 0px;
}

.sidebar .nav li a:hover {
  color:#5bc0de;
  background-color: transparent;
}

.sidebar .nav > li > a.active {
	color: #5bc0de;
}

.sidebar aside{
  font-size: 14px;
  font-weight: 200;
  color: #888;
  margin-top:30px;
  padding: 15px;
  border:1px solid #ddd;
}

.sidebar aside p{
	margin-bottom:6px;
}
.sidebar aside p span{
	padding-left:5px;
}


.btn {
  border-radius: 0px;
}

.btn-primary{
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-primary:focus,
  .btn-primary.focus {
    background-color: #4babd1;
    border-color: #4babd1;
  }
  .btn-primary:hover {
    background-color: #4babd1;
    border-color: #4babd1;
  }
  .btn-primary:active,
  .btn-primary.active,
  .open > .dropdown-toggle.btn-primary {
    background-color: #4babd1;
    border-color: #4babd1;
  }



  #frontEnd .component {
    margin-bottom: 0px;
}

#frontEnd footer section:last-child{
  padding-top: 15px;
}

.btn-default {
  color: #317cc0;
  background-color:transparent;
  border-color: #317cc0;
}

.btn-default:focus,.btn-default.focus,
.btn-default:hover{
  color: #1b6bb6;
  background-color:transparent;
  border-color: #1b6bb6;
}

.btn-htjgjt888 {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
  .btn-htjgjt888:focus,
  .btn-htjgjt888.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
  }
  .btn-htjgjt888:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
  }
  .btn-htjgjt888:active,
  .btn-htjgjt888.active,
  .open > .dropdown-toggle.btn-htjgjt888 {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
  }
  .btn-htjgjt888:active:hover,
  .btn-htjgjt888.active:hover,
  .open > .dropdown-toggle.btn-htjgjt888:hover,
  .btn-htjgjt888:active:focus,
  .btn-htjgjt888.active:focus,
  .open > .dropdown-toggle.btn-htjgjt888:focus,
  .btn-htjgjt888:active.focus,
  .btn-htjgjt888.active.focus,
  .open > .dropdown-toggle.btn-htjgjt888.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
  }
  .btn-htjgjt888:active,
  .btn-htjgjt888.active,
  .open > .dropdown-toggle.btn-htjgjt888 {
    background-image: none;
  }
  .btn-htjgjt888.disabled:hover,
  .btn-htjgjt888[disabled]:hover,
  fieldset[disabled] .btn-htjgjt888:hover,
  .btn-htjgjt888.disabled:focus,
  .btn-htjgjt888[disabled]:focus,
  fieldset[disabled] .btn-htjgjt888:focus,
  .btn-htjgjt888.disabled.focus,
  .btn-htjgjt888[disabled].focus,
  fieldset[disabled] .btn-htjgjt888.focus {
    background-color: #fff;
    border-color: #ccc;
  }
  .btn-htjgjt888 .badge {
    color: #fff;
    background-color: #333;
  }


  
  .navbar-htjgjt888 {
  
    border-color: #e7e7e7;
  }
  .navbar-htjgjt888 .navbar-brand {
    color: #777;
  }
  .navbar-htjgjt888 .navbar-brand:hover,
  .navbar-htjgjt888 .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
  }
  .navbar-htjgjt888 .navbar-text {
    color: #777;
  }
  .navbar-htjgjt888 .navbar-nav > li > a {
    color: #777;
  }
  .navbar-htjgjt888 .navbar-nav > li > a:hover,
  .navbar-htjgjt888 .navbar-nav > li > a:focus {
    color: #fff;
    background-color: #317cc0;
  }
  .navbar-htjgjt888 .navbar-nav > .active > a,
  .navbar-htjgjt888 .navbar-nav > .active > a:hover,
  .navbar-htjgjt888 .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #317cc0;
  }
  .navbar-htjgjt888 .navbar-nav > .disabled > a,
  .navbar-htjgjt888 .navbar-nav > .disabled > a:hover,
  .navbar-htjgjt888 .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
  .navbar-htjgjt888 .navbar-toggle {
    border-color: #ddd;
  }
  .navbar-htjgjt888 .navbar-toggle:hover,
  .navbar-htjgjt888 .navbar-toggle:focus {
    background-color: #ddd;
  }
  .navbar-htjgjt888 .navbar-toggle .icon-bar {
    background-color: #888;
  }
  .navbar-htjgjt888 .navbar-collapse,
  .navbar-htjgjt888 .navbar-form {
    border-color: #e7e7e7;
  }
  .navbar-htjgjt888 .navbar-nav > .open > a,
  .navbar-htjgjt888 .navbar-nav > .open > a:hover,
  .navbar-htjgjt888 .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #317cc0;
  }


.dropdown-menu > li > a {
    color: #888;
}

.dropdown-menu > li {
  border: 1px dotted #aaa;
}

.dropdown-menu > li:first-child ,
.dropdown-menu > li:last-child{
  border:none;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #317cc0;
}


  @media (max-width: 767px) {
    .navbar-htjgjt888 .navbar-nav .open .dropdown-menu > li > a {
      color: #777;
    }
    .navbar-htjgjt888 .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-htjgjt888 .navbar-nav .open .dropdown-menu > li > a:focus {
      color: #fff;
      background-color: #317cc0;
    }
    .navbar-htjgjt888 .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-htjgjt888 .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-htjgjt888 .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #317cc0;
    }
    .navbar-htjgjt888 .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-htjgjt888 .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-htjgjt888 .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent;
    }
  }
  .navbar-htjgjt888 .navbar-link {
    color: #777;
  }
  .navbar-htjgjt888 .navbar-link:hover {
    color: #333;
  }
  .navbar-htjgjt888 .btn-link {
    color: #777;
  }
  .navbar-htjgjt888 .btn-link:hover,
  .navbar-htjgjt888 .btn-link:focus {
    color: #333;
  }
  .navbar-htjgjt888 .btn-link[disabled]:hover,
  fieldset[disabled] .navbar-htjgjt888 .btn-link:hover,
  .navbar-htjgjt888 .btn-link[disabled]:focus,
  fieldset[disabled] .navbar-htjgjt888 .btn-link:focus {
    color: #ccc;
  }



  .label-htjgjt888 {
    background-color: #777;
  }
  .label-htjgjt888[href]:hover,
  .label-htjgjt888[href]:focus {
    background-color: #5e5e5e;
  }



  .panel-htjgjt888 {
    border-color: #ddd;
  }
  .panel-htjgjt888 > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
  }
  .panel-htjgjt888 > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
  }
  .panel-htjgjt888 > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333;
  }
  .panel-htjgjt888 > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
  }


  .btn-demand{
    word-spacing:5px;
	  letter-spacing:3px;
    padding: 10px 30px;
    color: #efefef;
    background-color: #ed4b13;
    border-color: #de3513
  }

  .btn-demand:hover,
  .btn-demand:focus,
  .btn-demand:active{
    color: #fff;
    background-color: #e33715;
    border-color: #e33715
  }

  .picture-preview{
      padding:5px;
      color: #888;
      margin-bottom: 20px;
      background-color: #fff;
      border: 1px dashed #ccc;
  }



  
  .sectionContentTextRender-white,
  .sectionContentTextRender-white a {
    color: #eee;
    
  }
  .sectionContentTextRender-white a:hover,
  .sectionContentTextRender-white a:focus {
    color: #fff;
  }

  .sectionContentTextRender-black,
  .sectionContentTextRender-black a {
    color: #333;
    
  }
  .sectionContentTextRender-black a:hover,
  .sectionContentTextRender-black a:focus {
    color: #111;
  }
