body{
    background: #F7F8FA;
}
ul.contextual-links,
ul.links,
ul.primary,
.item-list .pager,
div.field-type-taxonomy-term-reference,
div.messages,
div.meta,
p.comment-time,
table,
.breadcrumb {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
input, textarea{
    outline: none;
}
li {
    list-style-type: none;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
    outline: 0;
    border: 0;
}
a{
    text-decoration: none;
}
.header{
    width: 100%;
    height: auto;
    background: #F2F6FF;
    max-width: 860px;
    margin: 0 auto;
}
.header_top{
    padding: 0 .24rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.header_top .logo{
    display: block;
    width: 2.56rem;
}
.header_top .header_tr{
    display: flex;
    align-items: center;
}
.header_tr .hdright{
    display: block;
    width: 1.52rem;
    height: .72rem;
    background: #0067FF;
    border-radius: 48px 48px 48px 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: .28rem;
    color: #FFFFFF;
}
.header_nav{
    display: flex;
    flex-direction: column;
    margin-left: .3rem;
}
.header_nav img{
    display: block;
    width: .42rem;
    height: .42rem;
}
.header_nav span{
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 12px;
    color: #41475E;
}
.links_ul{
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    top: 1rem;
    background: #F2F6FF;
    z-index: 100;
    transition: all .3s;
    overflow: hidden;
}
.links_ul li {
    background: rgba(255, 255, 255, 0.7);
    text-shadow: 0 1px #eee;
    border-radius: 8px;
    margin-bottom: 4px;
    padding: .15rem;
    height: auto;
    margin: .15rem;
}
.links_ul li {
    display: block;
    font-size: .32rem;
}
.links_ul li a{
    display: block;
    color: #0067FF;
}
.links_ul li.active{
    background: #0067FF;
}
.links_ul li.active a.active{
    color: #fff;
}
/*search_box*/
.search_box{
    margin: 0 .24rem;
    height: .8rem;
    background: #FFFFFF;
    border-radius: 5rem;
    border: 1px solid #E5E6EB;
    margin-bottom: .24rem;
    overflow: hidden;
}
.search_box form{
    display: flex;
    height: 100%;
    padding: 0 .32rem;
    align-items: center;
    position: relative;
}
.search_box form .kw{
    flex: 1;
    font-size: .24rem;
    height: 100%;
    display: block;
    border: 0;
}
.search_box form img{
    width: .4rem;
    height: .4rem;
}

input.search_form {
    position: absolute;
    right: 10px;
    font-size: 20px;
    opacity: 0;
}





