body{
    font-family: '微软雅黑 Regular', '微软雅黑';
    font-size: 14px;
    color: #333;
    background-color: #163226;
    padding: 0;
    margin: 0;
}
.f_left{float:left;}
.f_right{float:right;}
.ver_mid{vertical-align:middle;}
.panel-footer ul li a{
    color: #999;
}
.main{width: 1200px;margin: 0 auto;}

label{font-weight:normal;}
input,select{vertical-align: middle;}

.text-primary,
a.text-primary:hover, a.text-primary:focus,
.text-primary a:hover, .text-primary a:focus{color:#2284e9;}
.text-warning{color:#ff6b08;}
.text-success{color:#3c921a;}

/*顶部*/
#header{ width: 100%; height: 39px; position: fixed;top: 0;background: #FBFBFB;border-bottom: 1px solid #E9EDEE;z-index: 99;}
#header .header_dv{ width: 1200px;height: 39px;margin: auto;}
.header_dv .logo{height: 37px;vertical-align: middle;}
.header_dv .phone{color: #D93600;margin-left: 10px;font-size: 17px;font-style: italic ;font-weight: bold;}
.header_dv .header_right{float: right;font-size: 16px; font-family: '微软雅黑';line-height: 35px;}
.header_dv .header_right a{color: #333;}