﻿body {
    font-family:"Microsoft YaHei";
    font-size: 12px;
}
.form-control{ box-shadow: none;}
.form-control:focus{ box-shadow: none;}

/*新增与重写适应jquery validate的类,需改js中的默认class*/
label.has-error { color:#d16e6c;padding-left: 0;}
label.has-error:empty{ display: none!important;}
.has-error .has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error .input-group-addon{color:#d16e6c}
.has-error .form-control{border-color:#d16e6c;-webkit-box-shadow:none;box-shadow:none;color:#d16e6c;}
.has-error .form-control:focus{border-color:#db8978;-webkit-box-shadow:none;box-shadow:none;}

.boxed {
    background:#fff;box-shadow:0 0 25px rgba(0,0,0,.16);border-left:1px solid #e1e1e1;border-right:1px solid #e1e1e1
}
header {
    background: #fdfdfd;
}
.header-top {
    padding-bottom: 10px;
}
.header-text{ font-size: 14px;padding-top: 5px;}
.header-text span {
    font-size: 18px;
    color: #61A629;
    font-weight: 600;
}
/*.affix {
    position: fixed;

    top: 0;
    z-index: 9999;
    border-bottom: 1px solid #ccc;
    opacity: 0.95;
}*/
.navbar-default {
    /*background: #416FA9;*/
    border-width:0;
    background-color:transparent;
    background-image:linear-gradient(to bottom,#00598d,#004870);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00598D',endColorstr='#004870',GradientType=0);
    margin-bottom:0;
    border-radius:0;
    min-height:35px
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    padding-top:10px;
    padding-bottom:10px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #EEE;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #EEE;
  background-color: #004C77;
}
.dropdown-menu {
    background: #004C77;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #EEE;
  white-space: nowrap;
}
.doc-container {
    /*padding-left:0;
    padding-right:0;*/
    padding-top: 20px;
    padding-bottom: 20px;
    background: none repeat scroll 0 0 #fff;
    /*border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.16);*/
}
aside h3 {
    margin-top: 0;
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 10px;
    border-bottom: 2px solid #4682b4;
}
aside .nav > li > a {
    /*background: #eee;*/
    /*background: linear-gradient(#A9B2B9, #939CA5, #8F99A3);*/
    /*color: #ffffff;*/
    color: #555;
    border-bottom: 1px solid #ddd;
}
aside .nav>li>a:hover {
    background: transparent;
    color: #929ca5;
    /*background: linear-gradient(#FE0103, #E80405, #CB0708);*/
}
aside .nav>li>a:before {
    color: #4682b4;
    content: "";
    float: left;
    font-family: FontAwesome;
    padding-right: 20px;
    
}
aside .nav{ margin-bottom: 20px;}
aside .list-group-item .ico{ margin-right: 10px;}
.navbar {
    margin-bottom: 2px;
}
.navbar-default {
    /*background: #2560A2;*/
    /*border-width: 0;*/
}
.navbar-default .navbar-nav > li > a {
    /*color: #FFF;*/
}
.dropdown-menu {
    font-size: 12px;
}
.banner {
    /*background: #0071B7;*/
}
.main-header{border-bottom:1px solid #eee;padding-bottom: 10px;margin-bottom: 20px;}
.main-header h1,.main-header h2{font-size:18px;margin:0;display:inline-block;color: #333;font-weight: 300;float: left;}
.main-header .breadcrumb{font-size: 12px;margin-bottom: 0;background: transparent;padding-top: 5px;padding-bottom: 0;}
.breadcrumb a{ color: #666;}

.post-list li {
    border-bottom: dotted 1px #ddd;
    padding: 10px 0;
}
.post-list a {
    color: inherit;
}
    .post-list li:before {
        font-family: FontAwesome;
        /*content: "\f105";*/
        content:"\f138";
        padding-left:5px;
        padding-right:6px;
        color:#4682b4;
    
    }
.page-header {
    font-size: 24px;
    margin-top: 0;
}
.post-content {
    line-height: 1.8;

}
.post-content img {
    display: block;
  max-width: 100% !important;
  height: auto !important;
}
.post-content h1 {
    font-size: 20px;
}
.post-content table {
        width: 100% !important;
        max-width: 100% !important;
  margin-bottom: 20px;
    }
.post-content table p{
margin-bottom:0 !important
}
    .post-content table th {
        background: #EDFAFF;
    }
.post-content table > thead > tr > th,
.post-content table > tbody > tr > th,
.post-content table > tfoot > tr > th,
.post-content table > thead > tr > td,
.post-content table > tbody > tr > td,
.post-content table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border: 1px solid #ddd;
}
.post-content table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.post-header {
    color: #666;
    margin-bottom: 15px;
}
.product-item {
    margin-bottom: 15px;
}
.product-item .thumbnail {
    margin-bottom: 5px;
}
.product-item .caption {
    text-align: center;
    height: 18px;
    overflow: hidden;
}
footer {
    background:#3C3C3C;
    padding-top:10px;
    padding-bottom:10px;
    color:#eee;
}

.col-header {
    border-bottom: 1px solid #eee;
    overflow: hidden;
    margin-bottom: 5px;
}

    .col-header h3 {
        float: left;
        font-size: 13px;
        margin-top: 0;
        font-weight: 600;
        color: #383838;
    }
    .col-header h3 span {
        font-size: 10px;
        text-transform: uppercase;
        color: #999999;
        font-weight: normal;
    }

    .col-header>span {
        float: right;
        margin-top: 2px;
    }

.home-container {
    margin-top: 20px;
}
.col-p p {
    line-height: 1.85;
}

.col-list li {
    border-bottom: 1px dashed #ddd;
    padding: 7px 0;
}

    .col-list li:before {
        font-family: FontAwesome;
        content: "\f105";
    }

    .col-list li a {
        padding-left: 10px;
    }

.img-contact {
    margin-top: 5px;
}
.down{ margin-bottom: 10px;}
.down .col-sm-3 {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    margin-bottom: 5px;
}
#queen ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 618px;
    height: 175px;
    overflow: hidden;
}

#queen li {
    overflow: hidden;
    float: left;
}

.rec-product {
    width: 145px;
    height: 175px;
    margin-right: 8px;
    margin-bottom: 0;
    float: left;
}

    .rec-product .caption {
        margin-top: 8px;
        height: 34px;
        overflow: hidden;
        text-align: center;
            word-wrap:break-word;word-break:normal;
    }

#css-content {
}
.friend {
    left: -3000px;
    position: absolute;
}