/*���� */
.navbar{
    background: #ffffff;
    border-radius: 0px;
    min-height: 70px;
    box-shadow: 0px 4px 14px #d0d0d0;
}
.container-fluid{
    max-width: 1180px;
    min-height: 100px;
}
.navbar-brand{
    height: 70px;
    line-height: 40px;
}
.navbar-nav>li>a{
    line-height: 40px;
    /*font-size: 20px;*/

}
.navbar-default .navbar-nav>li>a{
    color: #206FA2
}
/*���� end*/
/*body*/
body{
    background: #f4f4f6
}
/*body end*/
/*����*/
.content{
    max-width: 1180px;
    margin:0 auto;
}
.thumbnail{
    border: none;
    border-radius: 0px;
    box-shadow: 4px 5px 5px #d0d0d0;
}
/*���� end*/
/*·������*/
.breadcrumb{
    background: none;
    border-radius: 0px;
    border-bottom-width: 1px;
    border-bottom-color: #f4f4f4;
    border-bottom-style: solid;
}
ol.breadcrumb>li>a{
    color: #444444;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    text-decoration: none;
}
/*·������*/
.caption >h4{
    display: inline-block;
    font-size: 20px;
    color: #444444;
}
.caption >p {
    font-size: 17px;
    color: #7a7a7a;
    display: inline-block;
    float: right;
}
/*·������ end*/
/*banner */
.banner img{
    display: block;
    width: 100%;
}
/*banner end*/


p{
    margin: 0px;
    padding: 0px;
}
/*��������*/
#page_context{
    padding: 5px;
    font-size: 15px;
}
#page_context >p {
    margin-top: 5px;
    margin-bottom: 5px;
}
#page_context span{
    line-height: 30px;
}
/*��������end*/
#bs-example-navbar-collapse-1 >ul{
    /*margin-top: 20px;*/
}
/*������*/
.search_input {
    width: 341px;
    height: 36px;
    line-height: 36px;
    padding: 0 0 0 5px;
    border: 1px #0066b3 solid;
    font-size: 14px;
    font-family: "Microsoft Yahei",Arial, Helvetica, sans-serif,"����";
    color: #333333;
    margin: auto;
    display: block;
}
/*������ť*/
.search_btn {
    width: 100px;
    height: 38px;
    font-family: "Microsoft Yahei",Arial, Helvetica, sans-serif,"����";
    line-height: 38px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background:#0066b3  no-repeat;
    cursor: pointer;
    margin: auto;
    display: block;
}
/*�رհ�ť*/
.gb_btn {
    height: 30px;
    text-align: right;
    padding-top: 3px;
    padding-right: 3px;
}
/*�ײ� end*/
footer{
    margin-top: 578px;
    background: #DDDDDD;
    padding-top:20px;
    padding-bottom: 20px;
}
footer p{
    text-align: center;
}