
* {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    height: 100%;
}

html {
    width: 100%;
    height: 100%;
}

li {
    list-style: none;
}

.pingbaobox {
    width: 100%;
    height: 100%;
    overflow: hidden;
}


.p_top .top_news ul li p {
    text-align: center;
}

.top_logo {
    width: 10%;
    text-align: center;
    float: left
}

.p_logo h1 {
    margin-top: 10px;
    text-align: center;
    font-size: 26px;
    font-family: SimHei;
}

.p_logo {
    overflow: hidden;
}

.p_date {
    text-align: center;
    font-size: 16px;
}

.p_wea {
    text-align: center;
}

.p_logo .p_logo2 {
    width: 100%;
    height: 22%;
    overflow: auto;
}

.p_hot .p_hot_title {
    margin-top: 100px;
    text-align: center;
    font-size: 40px;
    font-weight: 900;
    color: #fff;
    font-family: SimHei;
}

.p_video {
   object-fit: cover;
    height: 94%;
    width: 100%;
    max-width: 100%;
}

.p_video .p_video_title {
    text-align: center;
    font-size: 30px;
    color: #FECA40;
    background-color: #3d7ff7;
    font-family: SimHei;
    height：8%；
}
#midVideos{
    max-width: 100%;
}
.p_footer {
    width: 100%;
    background-color: lightblue;
}

.js-silder {
    position: relative;
    min-width: 320px;
    height: 100%;
}

.silder-scroll {
    width: 100%;
    overflow: hidden;
    height: 100%;
}

.silder-main {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;
}

.silder-main-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}

.silder-main-img img {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}

.js-silder-ctrl {
    display: none;
    width: 100%;
    text-align: center;
}

.silder-ctrl-prev,
.silder-ctrl-next {
    position: absolute;
    top: 0;
    width: 8%;
    height: 100%;
    vertical-align: middle;
    cursor: pointer;
    color: #fff;
    font-family: "宋体";
    font-size: 52px;
    font-weight: 600;
    text-shadow: #666 2px 2px 5px;
}

.silder-ctrl-prev {
    left: 0;
    text-align: left;
}

.silder-ctrl-next {
    right: 0;
    text-align: right;
}

.silder-ctrl-prev>span,
.silder-ctrl-next>span {
    position: absolute;
    top: 50%;
    margin-top: -40px;
}

.silder-ctrl-prev>span {
    left: 0;
}

.silder-ctrl-next>span {
    right: 0;
}

.silder-ctrl-con {
    display: inline-block;
    width: 4%;
    padding: 10px 0;
    margin: 0 10px;
    cursor: pointer;
}

.silder-ctrl-con>span {
    display: block;
    line-height: 0;
    text-indent: -9999px;
    overflow: hidden;
    padding: 5px 0;
    cursor: pointer;
    background-color: #e4e4e4;
}

.silder-ctrl-con.active>span {
    background-color: #7bbedf;
}

.p_top {
    height: 4%;
    width: 100%;
    overflow: hidden;
}

.top_logo {
    float: left;
    width: 10%;
}

.top_news {
    float: left;
    width: 90%;
    text-align: center;
    height: 100%;
    line-height: 100%;
    color: #ff0000;
    font-size: 24px;
    overflow: hidden;
}

.top_news ul li {
    list-style-type: none;
    font-size: 24px;

}

.p_logo {
    width: 100%;
    height: 13%;
}

.p_wea {
    margin-left: 0;
}

.middle-pingbao {
    width: 100%;
    height:72%;
    overflow: hidden;
}

.clearfix {
    *zoom: 1;
    z-index: 999;
}

.clearfix:after {
    content: ".";
    height: 0;
    clear: both;
    visibility: hidden;
    display: block;
    font-size: 0;
    line-height: 0;
}

.p_hot {
 
    width: 100%;
    height: 50%;
    overflow: hidden;
}

.p-bottom {
    width: 100%;
    height: 50%;
    overflow: hidden;
}

.p_video-tit {
    float: left;
    width: 4%;
    text-align: center;
    font-size: 40px;
    color: #FECA40;
    background-color: #59b5b6;
    padding-top: 142px;
    height: 440px;
}

.p_pic_title {
    padding: 5px 0;
    text-align: center;
    font-size: 30px;
    color: #FECA40;
    background-color: #3d7ff7;
    /* background: #000000; */
    font-family: SimHei;
    height: 5%;
}

/*例子*/
#midVideos {
    width: 100%;
    height: 100%
}

.p_footer {
    height: 15%;
    overflow: hidden;
    width: 100%;
}
.swiper-slide img{
    height: 100%;
    object-fit: cover;
    width: 100%;
}