* {
    padding: 0;
    margin: 0;
}

fieldset, img {
    border: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

sup, sub {
    font-size: 100%;
    vertical-align: baseline;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: middle;
}

body {
    width: 100%;
    overflow-x: hidden;
    background: #ffffff;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
    font-size: .32rem;
    color: #333333;
}

li {
    list-style: none
}

.clearfix {
    /* 触发 hasLayout */
    zoom: 1;
}

.clearfix:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}

.hide {
    display: none;
}
 .pos {
    font-size: .3rem;
    width: 94%;
    margin: 0.3rem auto .3rem;
    line-height: .5rem;
}

 .pos img {
    width: .3rem;
    margin-right: .1rem;
}
.banner {
    width: 94%;
    height: 32vw;
    margin: 0 auto;
    background: url("../images/hmhq_banner_m.png") no-repeat;
    background-size: 100% 100%;
}

.main {
    background: #f5f5f5;
    padding: .3rem 0;
}

.main .guide {
    width: 100%;
    margin: 0 auto;
    height: 112vw;
    background: url("../images/hmhq_guide_m.png") no-repeat;
    background-size: 100% 100%;
}

.main .content {
    width: 94%;
    border-radius: .1rem;
    background: #ffffff;
    margin: .5rem auto;
    padding: 3vw;
    box-sizing: border-box;
}
.main .answer{
    height: .36rem;
    text-align: center;
}
.main .answer img {
    height: 100%;
}

.main .content .seek .searchs {
    line-height: 10vw;
    height: 10vw;
    margin-top: .3rem;
    margin-bottom: .3rem;
}

.main .content .seek .searchs input {
    line-height: 10vw;
    display: block;
    border: 1px solid #efefef;
    border-radius: 6px;
    font-size: .32rem;
    height: 10vw;
    outline: none;
    width: 80%;
    -webkit-tap-highlight-color:transparent;
    -webkit-appearance: none; /* 方法2 */
    text-indent: .1rem;
    background: #ffffff;
}

.main .content .seek .searchs .seekBtn {
    font-size: .32rem;
    line-height: 10vw;
    display: block;
    background: #0e83e4;
    color: #ffffff;
    width: 18%;
    border: 1px solid #efefef;
    border-radius: 6px;
    height: 10vw;
}

.main .content .seek .service .serviceNav li {
    width: 47%;
    text-indent: .1rem;
    font-size: .34rem;
    box-sizing: border-box;
    padding-right: .4rem;
    background: url("../images/searviceNav_m.png") no-repeat 96% center;
    background-size: .26rem auto;
    border: 1px solid #efefef;
    line-height: 10vw;

}

.main .content .subject .title {
    border-bottom: 1px solid #efefef;
    padding-bottom: .15rem;
    font-size: .4rem;
    font-weight: bold;
    color: #0e83e4;
    margin-top: 0.34rem;
}

.main .content .subject .title span.line {
    display: inline-block;
    margin-right: .2rem;
    vertical-align: -.04rem;
    width: 3px;
    height: .34rem;
    background: #0e83e4;
}

.main .content .subject .list .section{
    border-bottom: 1px solid #efefef;
    padding: .3rem 0;
}

.main .content .subject .list .section h5{
    font-weight: bolder;
    font-size: .34rem;
    text-align: justify;
    line-height: .54rem;
    margin-bottom: .1rem;
}

.main .content .subject .list .section p{
    text-align: justify;
    font-size: .31rem;
    margin-bottom: .1rem;
    line-height: .5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.main .content .subject .list .section em {
  font-style: normal;
  color: #0e83e4;
}
.main .content .subject .list .section span {
    font-size: .28rem;
    display: inline-block;
    background: #e4efff;
    color: #6189c5;
    padding: 0.1rem;
    border-radius: 0.1rem;
}
.main .content .subject .result{
  text-align: center;
  padding: .4rem 0;
  color: #666666;
}
.main .loading img{
    display: block;
    margin: .4rem auto .3rem;
}
.page {
    margin: .3rem auto;
    text-align: center;
    font-size: .28rem;
}

.page a {
    color: #0e83e4;
    height: .5rem;
    padding: 0 0.12rem;
    margin: 0.14rem 0.06rem;
    display: inline-block;
    line-height: .5rem;
    border: 1px solid #0e83e4;
}

.page a.current {
    background: #0e83e4;
    color: #ffffff;
}

.main .lyzx {
    width: 94%;
    border-radius: .1rem;
    background: #ffffff;
    margin: .5rem auto;
    padding: 3vw 3vw 5vw;
    box-sizing: border-box;
}

.main .lyzx .adBanner {
    margin-top: .3rem;
}

.main .lyzx .adBanner img {
    width: 100%;
}

.main .zct {
    width: 94%;
    border-radius: .1rem;
    background: #ffffff;
    margin: .5rem auto;
    padding: 3vw 3vw 5vw;
    box-sizing: border-box;
}

.main .zct .title {
    border-bottom: 1px solid #efefef;
    padding-bottom: .15rem;
    font-size: .4rem;
    font-weight: bold;
    color: #0e83e4;
}

.main .zct .title span {
    display: inline-block;
    margin-right: .2rem;
    vertical-align: -.04rem;
    width: 3px;
    height: .34rem;
    background: #0e83e4;
}

.main .zct .adBanner {
    margin-top: .3rem;
}

.main .zct .adBanner img {
    width: 100%;
}

.main .serviceCon{
    position: fixed;
    bottom: 0;
    width: 100vw;
    height: 40vh;
    text-align: center;
    z-index: 30;
    background: #ffffff;
    overflow: hidden;
}

.main .serviceCon .serviceTitle {
    font-size: .35rem;
    font-weight: bold;
    border-bottom: 1px solid #dadada;
    line-height: 6vh;
    margin-bottom: 2vh;
}

.main .serviceCon .serviceList {
    overflow: scroll;
    height: 32vh;
    font-size: .32rem;
    line-height: .68rem;
}

.main .mantle {
    z-index: 20;
    position: fixed;
    pointer-events: auto;
    background: rgba(0, 0, 0,0.6);
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}


.bottom{
    font-size:.28rem;
    text-align:center;
    color:#555;
    border-top:1px solid #c6c6c6;
    padding:.15rem 0;
}