@charset "UTF-8";
@media screen and (max-width: 480px) {
    body {
        min-width: auto;
        position: relative;
    }
    .container,
    .box {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .books {
        position: absolute;
        display: block;
        z-index: 1111111;
        top: 0;
        right: 0;
    }
    .books::before {
        content: "";
        position: absolute;
        top: 6px;
        right: 10px;
        width: 36px;
        height: 31px;
        background: url("../images/books.png") no-repeat;
        transform: scale(0.8);
        display: inline-block;
    }

    .logo {
        line-height: 110px;
    }

    .search-event,
    .slideBox .hd {
        display: none;
    }
    /* 导航 */
    .nav-bar {
        width: 100%;
        margin: 0 auto;
    }
    .nav {
        display: none;
        padding: 0;
        width: 100%;
        height: initial;
        position: absolute;
        top: 110px;
        left: 0;
        background: #0062ac;
        z-index: 111;
    }
    .nav .nLi>a {
        text-align: center;
        font-weight: bold;
        font-size: 17px;
        display: inline-block;
        width: 70%;
        line-height: 45px;
        height: 45px;
        color: #fff;
    }
    .nav .sub a {
        color: #fff;
        text-align: center;
        font-weight: normal;
        font-size: 15px;
        width: 100%;
        padding: 0;
        height: 45px;
        line-height: 45px;
    }
    .nav .nLi {
        margin: 0;
        position: relative;
        width: 100%;
        padding: 0;
        border-bottom: 1px solid #e7e7e7;
        height: 45px;
    }
    .nav>.nLi span {
        display: block;
        position: absolute;
        top: 5px;
        right: 15px;
        font-size: 24px;
        font-weight: bold;
        line-height: normal;
        color: #fff;
    }
    .nav .sub {
        float: left;
        width: 100%;
        left: 0;
        top: 45px;
        line-height: 50px;
        z-index: 999;
        padding: 0;
        border-radius: 0;
    }
    .nav .sub li {
        border-top: none;
        border-bottom: 1px solid #e7e7e7;
        opacity: 1;
        border-radius: 0;
        background-color: #fcb21b;
    }
    /* 轮播图 */
    #slide{
        margin-bottom: 20px;
    }
    #slide .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }

    /* 主体 */
    .news, .notice, .win-img, .win-txt {
        width: 100%;
    }
    .news .swiper-slide .img{
        height: 240px;
    }
    .news .swiper-slide .txt{
        padding: 20px;
        margin-bottom: 20px;
    }
    .news .swiper-slide .txt h2 a{
        font-size: 20px;
    }
    .news .swiper-slide .txt h3{
        font-size: 16px;
        margin: 0.5em 0;
    }

    .title {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .title h2 a{
        font-size: 20px;
    }
    .title h2 span{
        font-size: 14px;
    }
    .title div{
        font-size: 12px;
        padding-left: 10px;
        border-left-width: 2px;
    }
    .title div h3{
        font-size: 20px;
    }

    .notice{
        margin-top: 10px;
    }
    .notice ul li{
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .notice ul li .text p{
        font-size: 16px;
    }

    .wrapper, .industry {
        padding: 20px 0;
    }
    .win-img .img{
        height: 200px;
    }
    .win-img .txt{
        font-size: 14px;
        padding: 30px 14px 15px;
    }
    .win-img .txt p{
        font-size: 16px;
    }

    .win-txt{
        margin-top: 20px;
    }
    .win-txt p{
        font-size: 16px;
        height: auto;
        margin: 0.8em 0;
    }
    .win-txt .img{
        height: 220px;
    }

    .win-list li {
        width: 100%;
        margin-top: 15px;
        padding-top: 15px;
        font-size: 14px;
    }
    .win-list li h2{
        font-size: 16px;
    }

    .main-4-l,
    .main-4-r {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    .main-2 {
        margin: 20px auto;
    }
    .main-2 ul li {
        width: 50%;
    }

    .box-bg {
        padding-top: 15px;
    }

    .main-4>ul>li {
        float: none;
        width: 100%;
        margin-right: 0;
    }
    .main-4-tit {
        height: 45px;
        line-height: 45px;
    }
    .main-4-tit a:first-of-type {
        font-size: 20px;
        padding-bottom: 7px;
    }
    .main-4-tit a.rt {
        font-size: 14px;
    }

    .link ul li {
        padding: 0 10px 10px 0;
    }

    /* footer */
    .footer{
        font-size: 14px;
    }
    .footer-con {
        padding: 15px 0;
    }
    .footer-con img{
        display: none;
    }
    .footer-con ul li {
        margin: 5px 0;
    }
    .footer .bottom {
        padding: 15px 0;
    }

    /* 二三级 */
    .section {
        width: 100%;
        padding: 15px 0;
        flex-grow: 1;
    }
    .bread span:before {
        display: none;
    }
    .bread {
        padding-left: 15px;
    }
    .left_aside {
        display: none;
    }
    .right_aside {
        margin: 20px 0 30px;
        padding: 0;
    }
    .right_aside .comment {
        min-height: 200px;
        padding: 20px 0;
    }
    .bread p {
        display: none;
    }
    .bread .rt {
        float: left;
    }
    .right_aside .comment .list li {
        font-size: 14px;
    }
    .article {
        padding: 0;
        min-height: 300px;
    }
    .article .caption {
        padding: 15px 0;
    }
    .article .caption h2 {
        font-size: 18px;
        line-height: 1.5em;
    }
    .caption p {
        font-size: 12px;
    }
    .caption p span {
        margin: 0 5px;
    }
    .list-img {
        margin: 0 -5px;
    }
    .list-img li {
        width: 50%;
        padding: 0 5px;
        margin: 10px 0;
    }
    .list-img li>a {
        width: 100%;
        height: auto;
        max-height: 200px;
    }
    .content img{
        height: auto !important;
    }
}
