body{ font-family:"微软雅黑"; font-size:14px; color:#3f3f3f;}
a{text-decoration:none;}
.mheader{width: 100%;height: 50px;color: #333333;position: relative; z-index: 999; background: #ffffff; line-height: 50px;font-size: 18px; border-bottom: 1px solid #dddddd; top: 0;}
.mheader>img{ height: 37px; margin: 5px 0 0 5%; float: left;}
.mheader .fl img{width: 13px;margin: 0 0 0 13px;vertical-align: middle;cursor:pointer; }
.mheader .fl{ width: 20px; height: 50px;}
.mheader .fr img{width: 22px;margin: 0 8px 0 0;vertical-align: middle;}
.mna{ height: 80px; background: #347ad7; border-top: 1px solid #1f66c4;}
.mna li{ height: 39px; width: 25%; float: left; line-height: 40px; border-top: 1px solid #1f66c4; border-right: 1px solid #1f66c4; box-sizing:border-box; text-align: center;}
.mna li a{ font-size: 18px !important; color: #ffffff;}

.mfooter .mf1{ height: 40px; line-height: 40px; text-align: center; margin: 0; color: #0f6aa7;}
.mfooter .mf1 a{ margin: 0 10px; font-size: 14px !important; color: #0f6aa7;}
.mfooter .mfc{ line-height: 25px; text-align: center; background: #10568a; color: #ffffff; padding: 10px 0; margin: 0; font-size: 12px !important;}

.msearch {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    width: 40px;
    height: 50px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.msimg {
    width: 100%;
}
.msearch_input {
    padding: 10px;
    background-color: #ffffff;
    border-radius: 3px;
    background: #ffffff;
    width: 96%;
    position: absolute;
    top: 62px;
    z-index: 999;
    left: 2%;
    min-height: 58px;
display: none;
}
.msearch_input:before{
    z-index: 99;
    top: -8px;
    display: block;
    width: 0;
    height: 0;
    background: transparent;
    border-style: solid;
    border-width: 0 .34rem .34rem .34rem;
    border-color: transparent transparent #ffffff transparent;
    content: " ";
    position: absolute;
    right: 0px;
}
.msearch_input input {
    width: 100%;
    height: 37px;
    border: 1px solid #ddd;
    text-indent: 10px;
    font-size: 14px;
}
.msearch_input a {
    position: absolute;
    top: 10px;
    right: 10px;
}
.msearch_input a img {
    max-width: 100%;
    display: block;
}