* {
    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: 51vw;
    background: url("http://www.leonstrydom.com/gdjyj/public/banner_m1.jpg") no-repeat;
    background-size: 100% 100%;
    position: relative;
}


/*导航*/
.banner .nav {
    position: absolute;
    background: rgba(27, 98, 174, 0.8);
    bottom: .3rem;
    left: 0;
    color: #ffffff;
    width: 100%;
}

.banner .nav li {
    font-size: 1rem;
    line-height: 2.1rem;
    float: left;
    height: 2.1rem;
    width: 33.1%;
    text-align: center;
    color: #fff;
}

.banner .nav li.bottom {
    border-bottom: 1px solid #ffffff;
}

.banner .nav i {
    width: 1px;
    float: left;
    height: 2.1rem;
    background: #fff;
}

/*尾部*/
.footer {
    width: 100%;
    margin: 2rem auto 0;
    /* LWW 20231212 1.5rem -> 1.8rem */
    line-height: 1.8rem;
    padding: 1rem 0;
    background: #f0f0f0;
    min-height: 6.4rem;
    /* LWW 20231212 添加样式 */
    padding-bottom: 6.2rem;
}

.footer .content {
    width: 100%;
    margin: 0 auto .6rem;
    padding-bottom: .6rem;
    border-bottom: 1px solid #ffffff;
}

.footer .content .sign {
    width: 48%;
}

.footer .content .sign img {
    display: block;
    width: 32%;
    margin: 1rem auto ;
}

.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;
}

/*面包屑导航*/
.pos {
    width: 90%;
    /* LWW 20231213 注释height；line-height 1rem -> 1.8rem；background center -> 3px；background-size 100% -> auto */
    /* height: 1rem; */
    line-height: 1.8rem;
    margin: 0.8rem auto;
    background: url(http://www.leonstrydom.com/gdjyj/public/position.png) no-repeat left 3px;
    background-size: auto;
    padding-left: 1rem;
    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: url(http://www.leonstrydom.com/gdjyj/public/mlstop.png) no-repeat 95% center #dfdfdf;
    background-size: 1.4rem auto;
    font-size: 1.1rem;
    text-align: center;
    height: 2.9rem;
    line-height: 2.9rem;
    font-weight: bold;
}

.mlist ul li {
    width: 100%;
    text-align: center;
    height: 2.6rem;
    line-height: 2.6rem;
    border-bottom: 1px solid #dfdfdf;
    font-size: 1rem;
}
