@charset "utf-8";
/* CSS Document */
/*2022.03.04 */

.fl {
    float: left;
}

.fr {
    float: right;
}

.pos {
    position: relative;
}

.box {
    overflow: hidden;

}

.container {
    max-width: 1200px;
    width: 90%;
}

.wc-topbg{


}
.top{
    background: url(../images/topbg.jpg) no-repeat center center;
    background-size: cover;
    min-height: 140px;
    padding-top: 25px;

}

.logo{
    text-align: left;
}
.top-right{
    padding-top: 27px;
}


.top-right .home{
    padding-top: 10px;

}
.top-right .home a{

    padding: 0 6px;
    text-decoration: none;

}
.top-right .home a:hover{
    opacity: 0.78;
}
.searchbg{
    background: url(../images/search1.png) no-repeat center top;
    width: 216px;
    height: 41px;
    padding-left: 10px;

}
.searchbg input.inp-text{
    background: none;
    border: none;
    line-height: 39px;
    padding-left:5px;
    font-size: 14px;
    width: 165px;
    color: #333;

}
.searchbg input.inp-but{
    background: none;
    border: none;
    height:41px;
    width: 40px;
    padding: 0;

}

.wc-menu {


}

.wc-menu ul {
    /*转化为table 并且，宽度百分百，*/
    display: table;
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    margin: 0 15px;
}

.wc-menu ul li {
    line-height: 70px;
    position: relative;
    /*居中并且转为table-cell*/
    text-align: center;
    display: table-cell;
    /*float: left;*/
    list-style: none;
    /*margin: 0 20px;*/
}


.wc-menu ul li a {
    font-size: 18px;
    color: #333;
    position: relative;
    display:block;
    transition: all 0.2s;
    text-decoration: none;
    border-bottom: 4px solid transparent;
}

.wc-menu ul li a.selected,
.wc-menu ul li a.parent,
.wc-menu ul li a.move {
    border-bottom:4px solid #b7ab59;
}

.wc-menu ul li a.active,
.wc-menu ul li a.move,
.wc-menu ul li a.selected,
.wc-menu ul li a.parent {
    border-bottom:4px solid #b7ab59;
}

.wc-menu ul li a:hover {
    border-bottom:4px solid #b7ab59;
}

.wc-menu ul li a.active,
.wc-menu ul li a:hover {
    border-bottom:4px solid #b7ab59;
}

.wc-menu ul li .ernav {
    position: absolute;
    /*position: relative;*/
    left: 0px;
    top: 70px;
    background: #710808;
    min-width: 100%;
    z-index: 111 !important;
    display: none;
    opacity: 0.95;

}

.wc-menu ul li:nth-child(2) .ernav,
.wc-menu ul li:nth-child(7) .ernav,
.wc-menu ul li:nth-child(9) .ernav{
    min-width: 130%;
}

.wc-menu ul li .ernav ul {
    padding-left: 0;
    margin: 0;
}

.wc-menu ul li .ernav ul li {
    /*text-align: center;*/
    float: none;
    display: block;
    /*二级下拉有影响，需要转化为块状*/
    background: none;
    text-align: left;
    line-height: 34px;
    border: none;
    border-bottom: 1px solid #f3edeb;
}

.wc-menu ul li .ernav ul li:last-child {
    border-bottom: none;
}

.wc-menu ul li .ernav ul li a {
    line-height: 26px;
    font-size: 15px;
    /*text-align: center;*/
    background: none;
    box-shadow: none;
    border-radius: 0;
    color: #fff;
    margin: 0;
    display: block;
    padding: 14px 10px;
    text-align: center;
    border-bottom: none;
    font-weight: normal;
    transition: all 0.8s;
}

.wc-menu ul li .ernav ul li a:hover {
    background: #d9c16b;
    color: #fff;
    opacity: 0.95;
    transition: all 0.8s;
}

/*menu End*/

img {
    max-width: 100%;
}


/* 本例子css */

.banner {
    overflow: hidden;
    text-align: right;
}

.banner img {
    cursor: pointer;

}


.banner .swiper-container {
    width: 100%;
    margin: 0;

    padding: 0;
}

.banner .swiper-wrapper {
    width: 100%;

}

.banner .swiper-container .swiper-slide {


}

.banner .swiper-container a{
    text-decoration: none;
    display: block;


}
.banner .swiper-container a .b-tt{
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: left;
    width: 100%;
    z-index: 11;
    background: #9d1a1a;
    width: 360px;
    height: 420px;
    padding: 45px 35px 15px;

}
.banner .swiper-container a .b-tt span{
    display: block;
    font-size: 20px;
    color:#fff;
    line-height: 41px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.banner .swiper-container a .b-tt p{
    font-size: 16px;
    line-height: 31px;

    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;

    margin-top:20px;




}


.banner .swiper-container .swiper-pagination {
    width: 100%;
    text-align: right;
    bottom: 20px;
    padding-right: 20px;
}

.banner .swiper-container .swiper-pagination-bullet {
    display: inline-block;
    width: 18px;
    height: 18px;
    background:#9d1a1a;
    cursor: pointer;
    opacity: 1;
    border-radius: 3px;
    margin-right:13px;

}

.banner .swiper-container .swiper-pagination-bullet-active {
    background:#b7ab59;
    opacity: 1;
}


/*banner end*/

.newsbg{
    padding: 25px 0 30px;

}

.new-top{
    overflow: hidden;
    border-bottom: 2px solid #9e1b1b;
}
.new-top .new-tit h4{
    font-size: 26px;
    color:#333;

    display: inline-block;

}
.new-top .new-tit h4 img{
    padding-right: 10px;

}
.new-top2{

    border-bottom: 2px solid #fff;
}
.new-top2 .new-tit h4{

    color:#fff;


}







.new-top .new-more a{
    font-size: 14px;
    color: #b9a766;
    display: block;
    margin-top: 22px;
    text-decoration: none;
    transition:all 0.8s;
    padding: 5px 10px;
}
.new-top .new-more a:hover{
    opacity: 0.8;
    transition:all 0.8s;
    background: #9e1b1b;
}
.new-top2 .new-more a{
    color: #fff;
}








.new-leftcon{

}
.new-leftcon .swiper-container1{

}
.new-leftcon .swiper-container1 .swiper-slide1{
    margin-top:19px;
    border-bottom: 1px solid transparent;
}
.new-leftcon .swiper-container1 a{
    display: block;
    text-decoration: none;
    border-bottom: 1px dotted #ddc679;
}
.new-leftcon .swiper-container1 a .li-img{
    width: 135px;

}
.new-leftcon .swiper-container1 a .li-tt{
    width:calc(100% - 28px);
    margin-top: -5px;


}
.new-leftcon .swiper-container1 a .li-tt p{
    font-size: 16px;
    color: #333;
    line-height: 26px;
    overflow: hidden;
    height: 56px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}

.new-leftcon .swiper-container1 a .li-tt span{
    font-size: 14px;
    color: #333;
    line-height: 31px;
}

.new-leftcon .swiper-container1 .swiper-slide1:hover{
    border-bottom: 1px solid #9e1b1b;
}




/**/
.news-midcon{
    padding-top: 18px;

}
.news-midcon ul{
    padding: 0;
    margin: 0;
}
.news-midcon ul li{
    margin-bottom: 25px;
}
.news-midcon ul li:nth-child(5){
    margin-bottom: 0;
}
.news-midcon ul li .li-date{
    width:70px;
    height:80px;
    background:#9e1b1b;
    text-align: center;
    color: #fff;
    padding-top: 15px;

}
.news-midcon ul li .li-date p{
    font-size: 22px;
    font-weight: bold;
    color:#fff;
    margin-bottom: 0px;


}
.news-midcon ul li .li-date span{
    display: block;
    font-size: 16px;
    color: #fff;


}
.news-midcon ul li .li-tt{
    width: calc(100% - 92px );
    border-bottom: 1px dotted #ddc679;
    height: 80px;

}
.news-midcon ul li .li-tt a{
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 31px;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-midcon ul li:hover .li-tt{
    border-bottom: 1px solid #9e1b1b;
}

.new-rightcon{

}
.new-rightcon .swiper-container1{

}
.new-rightcon .swiper-container1 .swiper-slide1{
    display: block;
    text-decoration: none;
    margin-top: 25px;
}


.new-rightcon .swiper-container1 a{
    display: block;
    text-decoration: none;
}
.new-rightcon .swiper-container1 a:hover .li-tt span{
    color:#9e1b1b;
    text-decoration: underline;
}
.new-rightcon .swiper-container1 a .li-img{
    width: 87px;

}
.new-rightcon .swiper-container1 a .li-tt{
    width: calc(100% - 100px);


}
.new-rightcon .swiper-container1 a .li-tt span{
    display:block;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;

    margin-bottom: 18px;


}
.new-rightcon .swiper-container1 a .li-tt p{

    font-size: 14px;
    color: #999;
    margin-bottom: 0;
}
.new-rightcon .swiper-container1 a .li-tt p img{
    padding-right: 5px;


}


/**/

.news{
    background: url(../images/newbg.jpg) repeat left top;

    padding: 0px 0 20px;
}

.news-leftul{

}
.news-leftul ul{
    padding: 0;
    margin: 0;
}
.news-leftul ul li{
    line-height: 31px;
    padding: 11px 0;
    font-size: 16px;
    color: #333;
    border-bottom: 1px dotted #ddc678;
}
.news-leftul ul li:hover{
    border-bottom: 1px solid #9e1b1b
}
.news-leftul ul li a{
    float: left;
    text-decoration: none;
    color: #333;
    width:calc(100% - 90px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.news-leftul ul li a img{
    margin-right: 8px;
    padding-bottom: 5px;
}
.news-leftul ul li span{
    float: right;
    width: 90px;
}
.news-leftul ul li a:hover{
    color: #9e1b1b;
}

/**/
.news-rightul{

}
.news-rightul ul{
    padding: 0;
}
.news-rightul ul li{
    padding: 11px 0;
    line-height: 31px;
    border-bottom: 1px dotted #ddc678;
}
.news-rightul ul li a{
    display: block;
    text-decoration: none;
}
.news-rightul ul li a img{
    float: left;
    width: 18px;
    padding-top: 5px;

}
.news-rightul ul li a span{
    display: block;
    width: calc(100% - 28px);
    float: right;
    font-size: 16px;
    color: #333;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

}

.news-rightul ul li:hover{
    border-bottom: 1px solid #9e1b1b;
}


/**/
.noticebg{
    padding: 10px 0 30px;

}
.notice-ul{

}
.notice-ul ul{
    padding: 0;
    margin: 0;
}

.notice-ul ul li{
    float: left;
    border: 2px solid #d8c06a;
    text-align: center;
    width: 47.5%;
    margin-top: 20px;
    margin-right: 5%;
    padding: 22px 0 20px;

}
.notice-ul ul li:nth-child(even){
    margin-right: 0;

}

.notice-ul ul li a{
    display: block;
    text-decoration:none;


}
.notice-ul ul li a span{
    display: block;
    font-size: 16px;
    color: #333;
    margin-top: 8px;

}
.notice-ul ul li:hover{
    border: 2px solid #861a1a;
}

.notice-ul ul li a img{
    display: inline-block;
}
.notice-ul ul li:hover  a img {
    animation: 1s ease-in-out 0s normal none 1 running doudong1;

}

@keyframes doudong1 {
    0% {
        transform: rotateY(0deg);
    }

    50% {
        transform: rotateY(90deg);
    }

    100% {
        transform: rotateY(0deg);
    }
}





/**/
.schoolbg{
    background: url(../images/schoolbg.jpg) no-repeat center center;
    background-size: cover;
    padding: 15px 0;
    min-height: 235px;

}
.school-con{

}
.school-con .swiper-container1{
    padding: 0;
    margin: 0;
    margin-top: 18px;

}
.school-con .swiper-container1 a{
    display: block;
    text-decoration: none;

    margin-bottom: 30px;
    text-align: center;
}

.school-con .swiper-container1 a img{
    border-radius: 5px;
}


.school-con .swiper-container1 a span{
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;

    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;

}

.school-con .swiper-container1 .swiper-slide:nth-child(4) img{
    border:4px solid #fff;
    border-radius: 5px;

}
.school-con .swiper-container1 .swiper-slide:nth-child(5) img{
    border:4px solid #fff;
    border-radius: 5px;

}
.school-con .swiper-container1 .swiper-slide:nth-child(6) img{
    border:4px solid #fff;
    border-radius: 5px;

}









/*footer*/

.footer {
    min-height: 20px;
    padding: 35px 0 10px;
    text-align: left;
    cursor: pointer;
    background: #333;
    border-top: 4px solid #811c29;

}
.fp-left{

}
.fp-left p{
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 0;
}


.fp-right{

}
.fp-right ul{
    text-align: right;
}
.fp-right ul li{
    /*float: left;*/
    display: inline-block;
    margin-left:60px;
}
.fp-right ul li a{
    display: block;
    text-decoration: none;
    text-align: center;

}
.fp-right ul li a span{
    display: block;
    font-size: 14px;
    color: #d6d6d6;
    margin-top: 10px;

}
.fp-right ul li:hover img {
    animation: 1s ease-in-out 0s normal none 1 running doudong1;
}

.f-bot{
    border-top: 1px solid #484848;
    padding-top: 15px;
    margin-top: 15px;

}
.f-bot p{
    margin-bottom: 0;
}





/*.wc-copyEnd*/




@media (max-width: 1320px) {


    .new-rightcon .swiper-container a .li-tt p:last-child{
        font-size: 12px;

    }





}




@media (max-width: 1280px) {





}


@media (max-width: 1200px) {

    .new-rightcon .swiper-container1 a .li-tt span{

        -webkit-line-clamp: 1;
    }

    /*中等屏幕设备 桌面*/

    .new-top .new-tit h4{
        font-size: 22px;
        margin: 5px 0;
    }
    .new-rightcon .swiper-container a .li-tt p{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .new-leftcon .swiper-container a .li-tt p{
        line-height: 29px;
    }
    .notice-ul ul li a span{
        font-size: 14px;

    }
    .banner .swiper-container a .b-tt span{
        line-height: 37px;

    }




    .fp-right ul li{
        margin-left: 50px;
    }







}

@media (max-width: 1090px) {

    .fp-right ul li{
        margin-left: 30px;
    }

    .fp-right ul{
        padding: 0;
    }








}


@media (max-width: 991px) {
    /*小屏幕设备 平板*/

    .container {
        width: 94%;
    }
    .logo1 img{
        height:80px;
    }



    .news-rightul ul li a span{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp:2;
        -webkit-box-orient: vertical;
    }
    .newsbg{
        padding: 20px 0 10px;
    }
    .news{
        padding: 20px 0 10px;
    }

    .banner .swiper-container a .b-tt span{
        line-height: 30px;
        -webkit-line-clamp:3;
    }
    .news-midcon ul li .li-tt a{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp:2;
        -webkit-box-orient: vertical;
    }







    .footer{
        padding: 20px 0;
    }







}

@media (max-width: 767px) {
    /*超小屏幕设备 手机*/
    .right-nr table td,
    .right-nr table th {
        white-space: nowrap;
    }
    .logo1 {
        padding-bottom: 1px;
        width: 100%;
        text-align: left;
    }


    .container {
        width: 100%;
    }

    .banner{
        margin-right: -15px;
        margin-left: -15px;
    }

    .banner .swiper-container{
        padding-bottom: 30px;

    }
    .banner .swiper-container a .b-tt{
        /*display: none;*/
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 100%;
        height: 41px;
        overflow: hidden;
        padding: 5px 10px;
        top: auto;


    }
    .banner .swiper-container a .b-tt span{
        font-size: 16px;

    }



    .banner .swiper-container .swiper-pagination-bullet{
        width: 12px;
        height: 12px;
        border-radius: 100%;
        background: #fff;
        border: 1px solid #ccc;

    }
    .banner .swiper-container .swiper-pagination{
        bottom:2px;
        text-align: center;
        padding-right: 0;
    }
    .banner .swiper-container .swiper-pagination-bullet-active {
        background:#9d1a1a;
        opacity: 1;
    }
    .new-top{
        padding-bottom: 5px;

    }
    .new-top .new-tit h4{
        font-size: 18px;
        margin: 0;
    }
    .new-top .new-tit h4 img{
        height: 30px;

    }
    .new-top .new-more a{
        margin-top: 1px;

    }

    .news-mid{
        margin-top: 20px;

    }
    .news-right{

    }
    .new-rightcon .swiper-container .swiper-slide{
        margin-bottom:15px;

    }
    .new-rightcon .swiper-container a .li-tt p:last-child{
        font-size: 14px;

    }
    .news-left{
        overflow: hidden;

    }
    .news{
        padding-top: 20px;
    }
    .news-right{
        margin-top: 20px;

    }

    .notice-right{
        margin-top: 20px;

    }
    .notice-ul ul{
        padding-bottom: 10px;

    }
    .notice-ul ul li{
        width: 49%;
        margin-right: 2%;
    }


    .school-con .swiper-container{
        padding-bottom: 40px;

    }
    .school-con .swiper-container .swiper-pagination{
        bottom:2px;
        text-align: center;
        padding-right: 0;
    }
    .school-con .swiper-container .swiper-pagination-bullet{
        width: 10px;
        height: 10px;
        background: #fff;
    }
    .school-con .swiper-container .swiper-pagination-bullet-active {
        background:#9d1a1a;
        opacity: 1;
    }


    .fp-right{
        margin-top: 10px;

    }

    .fp-right ul{
        width: 100%;
        display: table;
    }

    .fp-right ul li{
        margin: 0;
        display: table-cell;
        text-align: center;
    }

}