.clearfix:before,
.clearfix:after {
   content: ".";
   display: block;
   height: 0;
   visibility: hidden;
}
.clearfix:after {clear: both;}
.clearfix {zoom: 1;}


.header-menu .top-search-box {
    display: none;
}




.phone-btn {
    position: absolute;
    display: none;
    top: 50%;
    right: 1%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    margin-right: 4vw;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    overflow: hidden;
}

.phone-btn i {
    position: relative;
    display: block;
    width: 100%;
    height: 3px;
    background: #191919;
    margin: 4px 0 7px 0;
    border-radius: 2px;
}

.navWrap {
    z-index: auto;
}


/* 手机菜单 */
.phone-nav {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    width: 60%;
    z-index: 3;
height: calc(100vh - 90px);
    overflow: auto;
}

.phone-nav .accordion {
    width: 100%;
    background: #d40f20;
    color: #fff;

}

.phone-nav .accordion .link>a {
    color: #fff;
    font-weight: 700 !important;
}

.phone-nav .accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 42px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #df505d;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.phone-nav .accordion .link .toggle {
    float: right;
}

.phone-nav .accordion li:last-child .link {
    border-bottom: 0;
}

.phone-nav .accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
}

.phone-nav .accordion li.open .link {
    color: #ff9900;
}



.phone-nav .accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);

}


.phone-nav .submenu {
    display: none;
    background: #cf4250;
    font-size: 14px;
}

.phone-nav .submenu li {
    border-bottom: 1px solid #9e9d9d;
}

.phone-nav .submenu a {
    display: block;
    text-decoration: none;
    color: #d9d9d9;
    padding: 12px;
    padding-left: 42px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.phone-nav .submenu a:hover {
    background-color: #eff6ff67;
    color: rgb(0, 0, 0);
}


.mask-box {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000017;
    z-index: 2;
}


@media (max-width:1024px) {
body{min-width:auto}
    .top-wrap-box,
    .header-menu,
    .news-middle,
    .notice-wrap,
    .notice-title,
    .xue-shu-jiao-liu-box,
    .news-middle-r-list ul,
    .news-middle-r-list li,
    .xue-shu-jiao-liu-title,
    .xueshu-list-box,
    .link-box,
    .footer-wrap,
    .footer-copy,
    .ny_right,
    .ny_right1 {
        box-sizing: border-box;
        width: 100%;
    }

    /* 控制内容区域宽度 */
    .news-middle-box,
    .notice-box,
    .xue-shu-jiao-liu,
    #footer {
        padding: 0 2%;
        box-sizing: border-box;
    }

    .ny_right,
    .ny_right1{
        padding-left: 2%;
        padding-right: 2%;
    }


.head-we-box div {
 float: none !important;
display:inline-block
}




    #header {
        height: 100px;
    }


    .top-wrap-box {
        height: 50px;
    }

    .logo {
        width: 100px;
        margin-left: 10px;
    }

    .logo a {
        display: block;
    }

    .logo img {
        width: 100%;
    }

    .top-wrap {
        height: 50px;
    }

    .head-we-box {
        float: none;
        margin-left: 110px;
        padding-top: 6px;
        margin-top: 0;
        text-align: center;
    }

    .head-we-box p {
        display: block;
        margin-right: 5px;

    }

    #header .top-wrap .top-search-box {
        display: none;
    }

    .header-menu>ul {
        display: none;
    }

    .header-menu {
        width: auto;
        height: 50px;
        position: relative;
        padding-left: 120px;
        box-sizing: border-box;
    }

    .header-menu .phone-btn {
        display: block;
    }

    .header-menu .top-search-box {
        display: block;
        float: left;
        margin-top: 8px;
    }

    .header-menu .search-input {
        width: 200px;
        border: 1px solid #191919;
    }

    #banner {
        height: 26vw;
    }

    #banner .slider-btn {
        display: inline !important;
        top: 50%;
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
        background-size: 100% 100%;

    }

    #banner .banner-pageing {
        bottom: 10px;
    }

    #banner .banner-pageing a {
        width: 14px;
        height: 14px;
        background-size: 80%;


    }

    #banner .banner-pageing a.active,
    #banner .banner-pageing a:hover {
        background-size: 100% 100%;
    }


    .news-middle-box {
        height: auto;
    }


    .news-middle-l,
    .news-middle-r,
    .news-middle-r-box,
    .notice-r {
        width: 100%;
    }


    .news-middle-l-img {
        float: none;
        width: 100%;
        height: 360px;
    }

    .news-middle-l-img a {
        display: block;
        height: 100%;

    }

    .news-middle-l-img img {
        display: block;
        width: 100%;
        height: 100%;

    }

    .news-middle-l-top {
        position: static;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        height: 120px;
        box-sizing: border-box;
    }

    .news-middle-top-title {
        margin-top: 5px;
        height: 60px;
    }

    .news-middle-top-btn {
        float: none;
        width: auto;
        margin-left: 0;
        margin-top: 0;
        margin-right: 20px;
        text-align: right;
    }


    .news-middle-l-title {
        float: none;
        display: block;
        margin-top: 10px;
        margin-left: 6px;
        width: auto;
    }

    .news-middle-l-title a {
        display: block;
        line-height: 20px;
    }

    .news-middle-top-title a {
        display: block;
        line-height: 20px;
        height: 56px;
        overflow: hidden;
    }

    .news-middle-l-time {
        display: block;
        float: none;
        width: 100%;
        margin-left: 7px;
        margin-bottom: 10px;
    }

    .news-middle-top-title {
        margin-left: 0;
        width: 100%;
        margin-bottom: 10px;
    }

    .news-middle-r {
        border: none;
    }

    .news-middle-r-title,
    .news-middle-r-list ul {
        margin-left: 0;
    }

    .news-middle-r-list ul {
        margin-left: 0;
    }

    .news-middle-r-list li a {
        display: block;
        width: calc(100% - 55px) !important;
        overflow: hidden;
        height: 37px;
    }

    .notice-l {
        float: none;
    }

    .notice-l-img {
        width: 100%;
        height: 79vw;
    }

    .notice-l-img a,
    .notice-l-img img {
        display: block;
        width: 100%;
        height: 100%;
    }

    .notice-l-content {
        width: 100%;
        margin-top: 2vw;
        margin-left: 0;
    }

    .notice-l-content-time {
        margin-top: 2vw;
        margin-bottom: 2vw;
    }

    .notice-l-content-intro {
        height: 100px;
    }

    .notice-l-content-more {
        float: right;
    }

    .notice-r {
        margin-top: 4vw;
    }

    .notice-inner-r {
        height: auto;
        width: auto;
    }



    .notice-list-box {
        width: 100%;
        overflow: hidden;
    }

    .notice-inner-list {
        width: 100%;
    }

    .notice-inner-l span {
        width: 80px;
    }

    .notice-inner-r {
        float: none;
        margin-left: 80px;
    }

    .notice-inner-title {
        float: none;
        display: block;
        width: auto;
    }

    .notice-inner-title a {
        display: block;
        overflow: hidden;
    }

    .notice-inner-info {
        float: none;
        display: block;
        height: 38px;
        width: auto;
        overflow: hidden;
    }


    .xueshu-inner-box {
        float: none;
        margin-left: 70px;
        width: auto;
    }

    .xueshu-inner-title {
        display: block;
        float: none;
        margin-left: 0;
    }

    .xueshu-inner-info {
        display: block;
        float: none;
        margin-left: 0;
        overflow: hidden;
        height: 35px;
    }

    .notice-box,
    .xue-shu-jiao-liu,
    #footer {
        height: auto;
    }

    .friendship-link,
    .contact-box {
        width: 100% !important;
        height: auto;
    }


    .friendship-link {
        border: none;
        margin-top: 0;
    }

    .contact-box {
        border: none;
        margin-top: 0;
    }

    .friendship-link span {
        margin-left: 0;
        width: 100%;
        margin-bottom: 10px;
    }

    .friendship-link ul {
        margin-left: 0;
        float: none;
    }

    .contact-box span {
        margin-left: 0;
    }

    .contact-box ul {
        margin-left: 0;
    }

    .friendship-link ul li {
        width: 25%;
    }

    .footer-copy {
        margin-top: 10px;
        height: 40px;
        line-height: 40px;
    }

    .return_top {
        width: 60px;
        height: 60px;
        bottom: 50px;
        right: 36px;
        background-size: 100% 100%;
    }



    /* 子页 */
    .nybanner {
        height: 18.3vw;
        background-size: 100% 100% !important;
    }

    .ny {
        width: 100%;
    }
    .ny_left {
        display: none;
    }

    .nytit {
        background-size: 18px;
        padding-left: 20px;
    }

    .nytit a {
        padding-right: 0;
    }


    .ny_right_con {
        box-sizing: border-box;
        padding-top: 0;
        padding-left: 0;
    }

    .Newslist ul li {
        box-sizing: border-box;
        height: 40px;
        line-height: 40px;
        background-position: left 17px;
        padding-left: 10px;
    }

    .Newslist ul li a {
        display: block;
        margin-right: 80px;
        height: 40px;
        overflow: hidden;
        
    }

    .content,
    .content-title,
    .content-con,
    .sxt p{
        width: 100%;
    }
.content-con{
overflow: auto;
    }
    .content-con p img,
    .dpzw p img {
        width: 100%;
height: auto !important;
    }



    .Pic ul li {
        float: none;
        width: 100%;
        height: auto;
        padding: 0;
    }

    .Pic ul li a {
        display: block;
    }

    .Pic ul li a img {
        width: 100%;
        height: 69vw;
    }

    .Pic ul li span {
        width: 100%;
    }


}

@media (max-width: 400px) {
    .head-we-box {
        font-size: 12px;
    }

    #header {
        height: 90px;
    }

    .header-menu {
        padding-left: 105px;
        height: 40px;
    }

    .logo {
        width: 90px;
    }

    .header-menu .search-input {
        width: 180px;
        height: 28px;
    }

    .top-search-box .search-btn {
        top: 5px;
    }

    .header-menu .top-search-box {
        margin-top: 5px;
    }

    .phone-btn {
        width: 25px;
        right: 5px;
    }

    .phone-btn i {
        margin: 4px 0 5px 0;
    }

    #banner .slider-btn {
        width: 30px;
        height: 30px;
    }


    #banner .banner-pageing a {
        width: 10px;
        height: 10px;
    }

    .notice-list-box {
        height: 80px;
    }

    .notice-inner-list {
        margin-top: 10px;
    }

    .notice-inner-info {
        margin-top: 5px;
    }

    .notice-inner-l span {
        width: 65px;
    }

    .notice-inner-r {
        margin-left: 65px;
    }

    .xueshu-list-box {
        margin-bottom: 20px;
    }

    .xueshu-inner-info {
        margin-top: 5px;
    }

    .xueshu-inner-box {
        margin-top: 4px;
    }

    .return_top {
        width: 50px;
        height: 50px;
        bottom: 47px;
        right: 25px;
    }
}

@media (max-width: 350px) {
    body {
        width: 350px;
        min-width: 350px;
    }


    /* #header,
    #banner,
    .news-middle-box,
    .notice-box,
    .xue-shu-jiao-liu,
    .header-menu,
    #footer,
    .ny_right,
    .ny_right1 {
        width: 350px;
        min-width: 350px;
    } */



}