/* 自定义 */
.header {
    height: 90px;
    padding-top: 10px;
}

.logo {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 7px;
}

.logo img {
    float: left;
    height: 45px;
}

.logo h2 {
    float: left;
    padding-left: 10px;
    text-align: left;
    line-height: 23px;
    padding-top: 5px;
}

.logo h2 p {
    font-weight: normal;
    font-size: 10px;
    opacity: 0.6;
}

.tels {
    padding-top: 8px;
    padding-left: 55px;
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    color: #555;
}

.nav {
    background: #f4f4f4;
}

.nav ul {
    display: grid;
    grid-auto-flow: column;
}

.nav ul li a {
    display: block;
    text-align: center;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
}

.nav ul li a:hover {
    background: rgba(255, 255, 255, 0.5);
    font-weight: bold;
    color: #16b777;
}

.nav ul li a.cur {
    color: #ffffff;
    font-weight: bold;
    background: #38ae34;
}

.m-nav {
    position: fixed;
    width: 100%;
    height: 48px;
    background: #38ae34;
    color: #fff;
    z-index: 99999;
    top: 0;
}

.m-nav .logo img {
    height: 30px;
}

.m-nav .logo {
    left: 8px;
}

.js-nav{
    position: relative;
}
.js-menu{
    font-size: 16px;
    padding: 5px 10px 0px;
}
.js-menu li a{
    display: block;
    padding: 10px 20px;
    border-bottom: 1px solid #eee;
}
.js-menu li a i{
    float: right;
    color: #999;
}
.js-menu li a:hover{
    background: #FF0005;
    color: #fff;
}

.m-menu-icon {
    float: right;
    cursor: pointer;
    margin-top: 10px;
    margin-right: 10px;
}

.banner-index,
.banner-index div.mw {
    height: 360px;
    background: url("/static/images/banner-index.png") no-repeat center;
}

.banner-index h1 {
    position: absolute;
    color: #ffffff;
    top: 120px;
    left: 330px;
    font-size: 48px;
}

.banner-index ul {
    position: absolute;
    color: rgba(255, 255, 255, 0.9);
    top: 55px;
    right: 3%;
    font-size: 40px;
    width: 300px;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding-bottom: 20px;
}

.banner-index ul li {
    float: left;
    padding-top: 35px;
    width: 100%;
    height: 70px;
    text-align: center;
}

#carousel-index img,
#carousel-index-m img {
    height: 100%;
    width: 100%;
}

.m-nav,
#carousel-index-m {
    display: none;
}

.tit-1,
.tit-2 {
    position: relative;
    height: 35px;
    border-bottom: 2px solid #eee;
}

.tit-1 h2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 34px;
    z-index: 2;
    border-bottom: 2px solid #38ae34;
    padding: 0px 10px;
}

.tit-2 h2 {
    display: inline-block;
    font-size: 20px;
}

.tit-2 h2 span {
    float: left;
    width: 6px;
    height: 20px;
    background: #38ae34;
    border-radius: 4px;
    margin-top: 6px;
    margin-right: 6px;
}

.tit-1 a,
.tit-2 a {
    margin-top: 8px;
    float: right;
    color: #999;
}

.tit-1 a,
.tit-1 a i,
.tit-2 a,
.tit-2 a i {
    font-size: 14px !important;
}

.lines {
    display: flex;
    margin-top: 10px;
    font-size: 16px;
}

.lines div.title {
    flex-grow: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lines div.date {
    font-size: 14px;
    padding-top: 1px;
    color: #666;
    white-space: nowrap;
}

.list-2 .lines {
    font-size: 14px;
}

.i-down-li a {
    display: block;
    height: 50px;
    line-height: 50px;
    color: #FFF;
    opacity: 0.9;
    border-radius: 6px;
    text-align: center;
}

.i-down-li a:hover {
    opacity: 1;
    font-size: 18px;
}

.footer {
    padding: 20px 0px 15px;
    margin-top: 20px;
    text-align: center;
    line-height: 2.5;
    border-top: 1px solid #EEE;
}

.footer a {
    color: #fff;
}

.article-text-center {
    text-align: center;
}


/* 公共 */
div {
    box-sizing: border-box;
}
.d-none{
    display: none;
}
.pos-relative {
    position: relative;
}

.pos-absolute {
    position: absolute;
}

.float-right {
    float: right;
}

.text-red {
    color: #FF0005;
}

.text-center{
    text-align: center;
}

.top-0 {
    top: 0;
}

.bottom-0 {
    bottom: 0;
}

.left-0 {
    left: 0;
}

.right-0 {
    right: 0;
}

.pad-top-5 {
    padding-top: 5px;
}

.pad-top-20 {
    padding-top: 20px;
}

.link-red a:hover {
    color: #D90B18;
}

.img-fluid,
.img-fluid img {
    max-width: 100%;
    height: auto;
}

.pagination {
    margin-top: 10px;
    padding: 10px 0px;
    font-size: 16px;
}

.pagination li {
    border: 1px solid #e6e6e6;
    padding: 8px 13px 5px;
    display: inline-block;
    margin-right: 10px;
    background-color: #FFF;
}

.pagination .active {
    background-color: #16BAAA;
    color: #fff;
}

.pagination .disabled {
    color: #aaa;
}

/* 手机 */
@media screen and (max-width: 768px) {
    body {
        padding-top: 48px;
    }

    .lines {
        font-size: 14px;
    }

    .footer,
    .footer p span {
        display: block;
        text-align: left;
    }

    .m-d-block,
    .m-nav,
    #carousel-index-m,
    .cns {
        display: block;
    }

    .m-d-none,
    .header,
    .nav,
    .banner-index,
    .cns2 {
        display: none;
    }

    .article-text-center {
        text-align: left;
    }
}