.head {
    height: auto;
    background: none;
}
.h_top {
    font-size: 12px;
    color: #fff;
    background: #183883;
    line-height: 30px;
}
.content {
    width: 1200px;
    margin: 0 auto;
}

.h_con {
    padding: 20px 0 30px;
    margin: 0 240px;
    height: auto;
}

.clearfix {
    display: block;
}
.h_con .lt {
    float: left;
}
.h_con .t_logo {
    float: left;
    width: 514px;
}
.h_con .t_logo a {
    display: block;
    max-width: 514px;
}
.h_con .dls {
    margin-left: 20px;
    margin-top: 10px;
    float: left;
}
.h_con .dls p {
    font-size: 20px;
    line-height: 1.6;
    color: #e87816;
    font-weight: bold;
}
.h_con .dls dl {
    font-size: 0;
    margin-top: 10px;
}
.h_con dt {
    font-size: 14px;
    color: #133161;
    line-height: 26px;
    display: inline-block;
    margin-right: 5px;
}
.h_con dt:after {
    position: absolute;
    width: 1px;
    height: 51px;
    content: "";
    background: #E1E1E1;
    left: 0;
    top: 4px;
}
.h_con dd {
    display: inline-block;
}
.h_con dd a {
    font-size: 14px;
    color: #133161;
    line-height: 26px;
    display: block;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.h_con .rt {
    float: right;
    padding-left: 50px;
    background: url(../images/qms1.png) no-repeat left top 5px;
}
.h_con .rt h3 {
    font-size: 14px;
    line-height: 1.7;
    color: #000;
    margin-bottom: 6px;
}
.h_con .rt h2 a {
    font-size: 26px;
    line-height: 1.4;
    color: #eeb645;
    font-weight: bold;
    display: block;
}

.h_con .t_logo {
    float: left;
    margin: 0 ;
    background: none;
    background-size: auto;
    height: auto !important;
    padding-right: 0;
    overflow: hidden;
}
.h_con .t_logo a {
    display: block;
    font-size: auto !important;
    font-weight: normal;
    height: auto !important;
    width: auto !important;
    line-height: 0 !important;
    overflow: hidden;
}
.h_con dt {
    float: left;
    padding-left: 0 !important;
    margin-top: 0 !important;
    position: initial;
    font-weight: bolder;
}
.hnav {
    background: #0061ae;
}
.hnav ul {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    height: 62px;
}
.hnav ul li {
    float: left;
    width: calc((100%)/9);
    overflow: hidden;
    text-align: center;
    line-height: 62px;
}
.hnav ul li a {
    color: #fff;
    font-size: 16px;
    display: block;
    line-height: 62px;
}
.hnav ul li.on,
.hnav ul li:hover {
    background: #e67817;
}