/* 页面小于1200 */
@media all and (max-width:1200px){
    #test1{
        position: relative;
        width: 998px!important;
        margin: 0 auto;
        height: 400px!important;
    }
    .banner-ul{
        position: absolute;
        bottom: 0;
        height: 80px;
        width: 1000px;
        margin: 0 auto;
       
    }
    .news{
        width: 1000px;
        margin: 0 auto;
        height: 50px;
        border-bottom: 2px solid #0c7ed9;
        background: url('../images/news.png')no-repeat left top;
    }
    .news-cont{
        width: 1000px;
        margin: 0 auto;
        height: auto;
        padding-top: 32px;
    }
    .banner-news{
        position: relative;
        float: none;
        margin: 0 auto 20px;
        width: 673px;
        /* margin-top: 32px; */
        height: auto;
        overflow: hidden;
        zoom: 1;
            
    }
    .news-rt{
        float: none;
        width: 498px;
        height: 355px;
        margin:  0 auto;
    }
    .content03{
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding-top: 50px;
        display: flex;
        justify-content: space-between;
    }
    .cont-div{
        width: 368px;
        transform: scale(.8);
        -webkit-transform:scale(.8);  
        -moz-transform:scale(.8);  
        transform-origin: 0 0;
    }

    .content05{
        height: 450px;
        width: 100%;
        margin: 0 auto;
        padding-top: 60px;
    }
    .cont05-lt{
        float: left;
        width: 32%;
    }
    .vid{
        width: 100%;
        background: url('../images/vid.png')no-repeat left top;
    }
    .img-video{
        width: 100%;
        margin-top: 30px;
        position: relative;
        height: 300px;
    }
    .video-a{
        display: block;
        width: 100%;
        height: 260px;
        overflow: hidden;
    }
    .video-a img{
        width: 100%;
        height: 100%;
        transition: 1s;
    }
    .video-a img:hover{
        transform:scale(1.1);
    }
    .img-video p{
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -155px;
        font-size: 16px;
        color: #fff;
        height: 56px;
        line-height: 56px;
        width: 80%;
        text-align: center;
        background: #0c7ed9;
    }
    .cont05-rt{
        float: right;
        width: 62%;
    }
    .meit{
        width: 100%;
        background: url('../images/meiti.png')no-repeat left top;
    }
    .meiti-ul{
        width: 100%;
        margin-top: 28px;
    }
    .meiti-ul li{
        height: 150px;
        border-bottom: 1px dashed #bfbfbf;
        margin-bottom: 19px;
    }
    .meiti-ul li img{
        float: left;
        width: 164px;
        height: 124px;
    }
    .ul-info{
        position: relative;
        float: right;
        width: 600px;
    }
    .ul-info h5{
        font-size: 18px;
        color: #074475;
        margin-top: 5px;
    }
    .ul-info p{
        font-size: 16px;
        color: #666;
        line-height: 30px;
        margin-top: 18px;
    }
    .ul-info span{
        display: block;
        color: #999;
        font-size: 16px;
        margin-top: 6px;
    }
    .ul-info .ul-a{
        position: absolute;
        font-size: 16px;
        right: 10px;
        bottom: 30px;
    }
    .ul-info .ul-a:hover{
        color: #0c7ed9;
    }

}
/* 屏幕小于1000px */
@media all and (max-width:1000px){
    #test1{
        position: relative;
        width: 830px!important;
        margin: 0 auto;
        height: 400px!important;
    }
    .banner-ul{ 
        position: absolute;
        bottom: 0;
        height: 80px;
        width: 830px;
        margin: 0 auto;
    }

}
/* 屏幕小于768px、平板 */
@media all and (max-width:768px){
    #test1{
        position: relative;
        width: 768px!important;
        margin: 0 auto;
        height: 400px!important;
    }
    .banner-ul{
        position: absolute;
        height: 80px;
        background: #0c7ed9;
        width: 768px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    .banner-ul li{ 
        width: 25%;
        border-right: 2px solid #69b0e8;
        height: 58px;
        line-height: 58px;
        margin-top: 11px;
    }
}
/* 屏幕小于750px、移动端、手机 */
@media all and (max-width:750px){

}