* {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    font-size: 16px;
    overflow-x: hidden;
    background: #ffffff;
}

.clearfix:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    /* 触发 hasLayout */
    zoom: 1;
}

.left {
    float: left;
}

.right {
    float: right;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: #11469e;
    text-decoration: none;
}

li {
    list-style: none
}

input, button, select, textarea {
    outline: none;
    border: none;
    box-shadow: none;
    background: none;
}

/*banner*/
.banner {
    width: 100%;
    height: 54vw;
    background: url("/mobile/banner_m.jpg") no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.banner .slh{
    padding: 5px;
    background: #2071c4;
    color: #fff;
    height: 1.1rem;
    line-height: 1rem;
    right: 0.3rem;
    font-size: .9rem;
    z-index: 2;
    top: 0.3rem;
    position: absolute;
}
/*导航*/
.nav {
    position: absolute;
    color: #2071c4;
    width: 100%;
    bottom: -1rem;
}

.nav ul {

}

.nav li {
    font-size: 1rem;
    line-height: 2.5rem;
    float: left;
    height: 2.5rem;
    font-weight: bold;
    width: 32.8%;
    text-align: center;
    color: #356CB7;
}
.nav i{
    width: 2px;
    float: left;
    display: inline-block;
    height: 1rem;
    margin-top: .7rem;
    background: #356CB7;
}
.nav .line {
    width: 100%;
    height: 1px;
    float: left;
    background: #D8E5E5;
}

.nav li.active {
    color: #ffffff;
    background: url("/mobile/nav_active_m.png") .5rem -0.1rem;
    background-size: 100% 100%;
}


/*尾部*/
.footer {
    width: 100%;
    margin: 0 auto;
    color: #ffffff;
    line-height: 1.5rem;
    padding: 0 0 1rem;
    background: url("/mobile/footer_m.jpg") no-repeat center bottom;
    min-height: 6.4rem;
}

.footer .content {
    width: 100%;
    margin: 0 auto .6rem;
    padding-bottom: .6rem;
    border-bottom: 1px solid #54A0CC;
}

.footer .content .sign {
    width: 48%;
}

.footer .content .sign img {
    display: block;
    width: 32%;
    margin: 2rem auto 0;
}

.footer .content .code {
    width: 50%;
}

.footer .content .code img {
    display: block;
    width: 40%;
    margin: 1rem auto .5rem;
}

.footer p {
    text-align: center;
    font-size: .9rem;
}

.footer p img {
    vertical-align: bottom;
    display: inline-block;
    margin-right: 3px;
}

/*面包屑导航*/
.pos {
    width: 90%;
    height: 1rem;
    line-height: 1rem;
    margin:1.5rem auto 0.8rem ;
    font-size: .9rem;
    color: #454545;
}

/*子栏目导航*/
.licon {
    width: 94%;
    margin: 0.35rem auto 0.75rem;
    overflow: hidden;
}

.mlist {
    overflow: hidden;
    width: 99%;
    margin: 0 auto;
    border: 1px solid #dfdfdf;
    border-bottom: none;
}

.mlstop {
    width: 100%;
    background: #3d7fc0;
    color: #ffffff;
    background-size: 101% 100%;
    font-size: 1.1rem;
    text-align: center;
    height: 2.9rem;
    position: relative;
    line-height: 2.9rem;
    font-weight: bold;
}

.mlstop img {
    position: absolute;
    right: 10px;
    top: 0.9rem;
    width: 1.5rem;
    height: 1rem;
}

.mlist ul li {
    width: 100%;
    text-align: center;
    height: 2.6rem;
    line-height: 2.6rem;
    border-bottom: 1px solid #dfdfdf;
    font-size: 1rem;
}
