.nav>li>a:focus,
.nav>li>a:hover {
    background: unset;
}

.navbar {
    border: 0;
}

.navbar-nav {
    float: right;
    margin: 7.5px -15px;
}

.navbar-toggle {
    background: #fff;
}

.navbar-toggle .icon-bar {
    background: #ccc;
}

.foot-ce.fl {
    width: 700px;
    margin-left: 20px;
}

.news-box .owl-item {
    height: 400px;
}

.news-box .owl-carousel .owl-item img {
    height: 400px;
}

.news-box .owl-carousel .owl-item p {
    position: absolute;
    bottom: 0;
    height: 36px;
    line-height: 36px;
    background: rgb(0, 0, 0, 0.5);
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: aqua;
}

@media only screen and (max-width: 800px) {

    /* 【小屏幕电脑】最大屏幕限制：800px，小于该分辨率的使用此样式 */
    .head-hd {
        width: 100%;
    }

    body>#message,
    body>#message_img {
        display: none;
    }
}

@media only screen and (min-width: 481px) and (max-width: 800px) {
    /* 【平板】屏幕宽度在：481~800px之间 */
}

@media only screen and (max-width: 480px) {

    /* 【手机】最大屏幕限制：480px，小于该分辨率的使用此样式 */
    /* 导航栏 */
    .navbar-nav {
        float: right;
        background: #fff;
        margin-top: 0;
        text-align: center;
    }

    .menu ul>li {
        float: unset;
        display: inline-block;
    }

    .banner {
        overflow: hidden;
        padding-top: 100px;
    }

    .abo-list dl {
        width: 97%;
        margin-bottom: 10px;
    }

    .navbar-collapse.in {
        overflow-y: unset;
    }

    /* 首页内容 */
    .news-list ul li dl {
        width: 100%;
    }

    .news-list>ul>li>dl>dt {
        display: none;
    }

    .news-list>ul>li>dl dd {
        float: left;
        width: 100% !important;
    }

    .news-list {
        width: 100%;
    }

    /* 底部 */
    .foot-fl {
        width: 100%;
        text-align: center;
        margin-bottom: 22px;
    }

    .foot {
        width: 100%;
    }

    .foot-fr.fr {
        display: none;
    }

    .foot-ce.fl {
        width: auto;
    }

    .foot-ce ul li dl {
        padding: 0px 13px;
    }

    .pro-tit-new ul li {
        width: 30%;
        font-size: 12px;
        margin: 0 5px;
    }

    .news-list ul li dl dd.a,
    .news-list ul li dl dd.b,
    .news-list ul li dl dd.c {
        margin-left: 0px;
    }

    .qywh p {
        margin: 0 5px 20px !important;
    }

    .jcyl p {
        width: unset !important;
    }
}

/* fix */
@media only screen and (max-width: 480px) {
    .cont-about-tit {
        width: auto;
    }

    .cont-about-nav {
        width: auto;
    }

    .about-nav {
        width: auto;
    }

    .mtbd-ce {
        width: 100%;
    }

    .content-box {
        overflow-x: auto;
    }

    .bn>div {
        background-position: center !important;
        height: 320px !important;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .qywh>p>img,
    .jcyl>p>img,
    .lxwm img,
    .jcyl>div,
    .about-art-nav p>img,
    .lxwm,
    .abo-list1,
    .abo-list1 dl,
    .mtbd-fl {
        width: 100% !important;
        height: auto !important;
    }

    .mtbd ul li {
        text-align: center;
    }

    .fr.mtbd-fr {
        display: none;
    }

    .mtbd-ce {
        margin-left: 0;
    }
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

/* 2018-7-27 11:43:30 */
.abo-intro-text p {
    color: #000;
    font-size: 16px;
    text-align: left;
    line-height: 32px;
    text-indent: 2em;
}

.abo-intro-img img {
    margin-top: 20px;
}

/* 2018-7-27 11:43:30 */
.table-responsive .table tbody tr {
    height: 50px;
}

.table-responsive .table tbody th,
.table-responsive .table tbody td {
    line-height: 2.4;
}