#partner, h1 {
    font-family: 'Microsoft YaHei', 'OpenSans', Arial, Helvetica, sans-serif;
}
body
{
    overflow-y: scroll;
}
.logo-box div
{
    width: 92px;
    height: 38px;
    margin-left: auto;
    margin-right: auto;
}
.logo-box div:after
{
    content: '™';
    position: absolute;
    left: 95px;
    top: -2px;
    color: #000;
}
#logo img
{
    max-height: 38px;
    margin-top: 6px;
}
.btn {margin: 0;}
@media (min-width: 992px)
{
    #nav_box{float:right;}
}
@media (max-width: 992px)
{
    .animated-text h2{font-size:24px;}
}
@media (max-width: 991px) and (min-width: 768px)
{
    #nav_box ul{margin-left:200px;}
}
@media (min-width: 768px)
{
    .animated-text h2{top:-17px}
}
@media (max-width: 520px)
{
    #query span.input-group-addon{padding: 6px 40px;}
    .animated-text h2{top:-17px}
}
#footer{overflow: hidden;}
#footer img{width:171px;height:38px;}
h2.title
{
    width: 100%;
    padding-left: 20px;
    font-size: 16pt;
    height: 40px;
    line-height: 40px;
    color: #FFF;
    background: #2e2624;
}
#query
{
    margin-top: 30px;
    cursor: pointer;
}
#query input
{
    background: #e9e9e9;
    border-radius: 0;
    font-size: 14pt;
    text-align: center;
    border-left: none;
    border-right: none;
    border-top: 1px solid #2e2624;;
    border-bottom: 1px solid #2e2624;;
}
#query input::-webkit-input-placeholder
{
    color: #aaaaab;
    text-align: center;
}
#query input:-moz-placeholder
{
    color: #aaaaab;
    text-align: center;
}
#query input::-moz-placeholder
{
    color: #aaaaab;
    text-align: center;
}
#query input:-ms-input-placeholder
{
    color: #aaaaab;
    text-align: center;
}
#query .form-control
{
    height: 37px;
}
#query .input-group-addon
{
    padding: 6px 75px;
    font-size: 14pt;
    color: #FFF;
    background: #373737;
    border: 1px solid #2e2624;
}
#query_info
{
    height: 20px;
    background: #eaeaea;
    text-align: center;
}
.hidden1
{
    display: none;
}
table
{
    margin-top: 30px;
}
.table th
{
    font-size: 14pt;
    color: #aaaaab;
}
.table tr td
{
    font-size: 14pt;
    color: #656464;
}
.table th:first-child
{
    border-right: 1px solid black;
}
.table tr td:first-child
{
    border-right: 1px solid black;
}
.table > thead > tr > th,
.table > tbody > tr > td
{
    padding: 3px 16px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}
#table1 th,
#table2 th
{
    color: #aaaaab;
    border-top: 1px solid black;
}