/* 轮播 */
.banner{position: relative;overflow: hidden;}
.banner .imgbox{position: relative;transform:translateX(0);transition:transform 1s;}
.banner .bannerImg {float:left;cursor: pointer;width:100%;height:450px;}
.banner .dot{position: relative;width: 100%;height:15px;bottom:80px;text-align: center;}
.banner .dot a{display: inline-block;width: 12px;height: 12px;border-radius:12px;background-color: rgba(255,255,255,0.5);margin: 0 5px;}
.banner .dot a.active{background-color:rgba(255,255,255,1);width:13px;height:13px;border-radius:13px;box-shadow: 0 1px 5px rgba(12,79,136,1);}
/* 查询 */
.aboutSearch {
    height: 138px;
    position: relative;
    z-index: 10;
    top: -50px;
    background: #fff;
    box-shadow: 0 1px 1px rgba(146, 135, 135, 0.26)
}
.aboutSearch ul li{float:left;width:16.6%;text-align: center;overflow: hidden; cursor:pointer;}
.aboutSearch ul li img{margin-top:30px}
.aboutSearch ul li:nth-child(4) img,.aboutSearch ul li:nth-child(6) img{margin-top:32px}
.aboutSearch ul li .aboutSearch_text{font-size: 20px;color:#333;font-weight:bold;margin:10px 0;}
.aboutSearch ul li .aboutSearch_more{color:#AB000E;}
/* 新闻 */
.newsContent{height:416px;}
.newsContent .news_title{height:80px;line-height:80px;background: url("../img/news_head.png") no-repeat;text-align: center;font-size:24px;color:#fff;font-weight: bold;}
.newsContent ul li{width:376px;float:left;}
.newsContent>ul>li:nth-child(2){margin:0 30px;}
.news_item li{font-size:14px;color:#333;box-sizing: border-box;padding:30px 20px;box-shadow:0px 1px 3px 0px rgba(195,5,34,0.09);height:336px;}
.news_items_Box{height:302px;overflow-y: hidden;}
.news_item li a{display:block;height:35px;line-height: 30px;}
.news_item li a:hover {color:#DF0000;cursor: pointer;}
.news_item_icon{float: left;position: relative;top: 11px;width: 6px;height:8px;background:url("../img/icon.png") no-repeat;margin-right:8px;line-height: 30px;}
.news_item li a:hover .news_item_icon{background:url("../img/icon_h.png") no-repeat;}
.news_item_text {
    display: inline-block;
    width: 235px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}
.news_item_date {
    float: right;
    color: #333;
}
/* 视频 */
.video{height:430px;margin-top:50px;}
.video_title{height:80px;background: url('../img/1190_headBg.png') no-repeat;line-height: 80px;text-align: center;font-size: 24px;color: #fff;}
.video-banner{
    height:350px;
    /*outline:1px solid #000;*/
    position:relative;
}
.video-banner .swiper-container .swiper-slide{
    width:100%;
    height:350px;
}
.video-banner .swiper-container .swiper-slide img{
    width:100%;
    height:100%;
}
.video-banner .swiper-container .swiper-slide video{
    width:100%;
    height:100%;
    outline:none;
    object-fit:fill;
}
.video-banner .swiper-container .swiper-slide .layer-mask{
    width:100%;
    height:100%;
    opacity: 0.7;
    transition: all 0.5s;
    background-color: #3e3e3e;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}
.video-banner .swiper-container .swiper-slide .layer-mask .play-btn{
    display:block;
    width:44px;
    height:44px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top:-22px;
    margin-left:-22px;
}
/*.swiper-slide-active .layer-mask {
    display: none;
}*/

/*.img_show{width:230px;height:350px;background:rgba(255,255,255,0.5);}
.img_show img{position: relative;z-index:-1;} 
.video li{float:left;}
.video_box{margin: 0 20px;position: relative;}
.videoBtn{position: absolute;top:130px;left:325px;}
.Pause{display: block;}
.Play{display: none;}
.left{position: absolute;top:130px;left:20px;display: none; }
.right{position: absolute;top:130px;right:20px;display: none;}
.video_box:hover{cursor: pointer;}
.video_box:hover .vidB{display: block;}*/

/* 音乐播放 */
.musicBtn {
    width: 85px;
    height: 105px;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    z-index: 10;
    background-image: url('../img/music.png');
    cursor: pointer;
}
.grid-music-container {
    width: 483px;
    height: 66px;
    background-color: rgba(0,0,0,.5);
    position: fixed;
    top: 58%;
    left: 88%;
    z-index: 10;
    transform: translate(-50%,-50%);
}
.m-now-info {
    width: 483px;
    height: 66px;
    /*opacity: 0.5;*/
    position: relative;
}
.m-now-controls {
    width: 483px;
    height: 6px;
    background: #000000;
    opacity: 0.8;
}
.u-music-title {
    position: absolute;
    width: 220px;
    height: 60px;
    line-height: 60px;
    top: 6px;
    left: 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    color: #FFFFFF!important;
    text-shadow: 0px 0px 2px #000000;
}
.m-play-controls {
    position: absolute;
    width:180px;
    height:60px;
    right:0;
    top:6px;
}
.m-play-controls .u-play-btn {
    display: block;
    float: left
}

.m-play-controls-left {
    position: absolute;
    width: 40px;
    height: 60px;
    left: 0;
    top: 6px;
}

.m-play-controls-left .u-play-btn-left {
    display: block;
    float: left
}


.m-play-controls .ctrl-play {

    margin: 10px 25px;
    width: 40px;
    height: 40px;
    background-image: url('../img/start.png');
}
    .m-play-controls .ctrl-pause {
        margin: 10px 25px;
        width: 40px;
        height: 40px;
        background-image: url('../img/pause.png');
        display:none;
    }
.m-play-controls .prev {
    width: 19px;
    height: 18px;
    margin: 21px 0;
    background-image: url('../img/pre.png');
}
.m-play-controls .next {
    width: 21px;
    height: 18px;
    margin: 21px 0;
    background-image: url('../img/next.png');
}
.m-play-controls .close {
    width: 16px;
    height: 16px;
    margin: 22px 20px 22px 48px;
    background-image: url('../img/close.png');
}
.m-play-controls-left .close {
    width: 16px;
    height: 16px;
    margin: 6px 20px 22px 6px;
    background-image: url('../img/close.png');
}
/* 友情链接 */
.friendly_link{min-height:200px;margin-top:50px;}
.friendly_link ul{box-shadow:0px 1px 3px 1px rgba(171,0,14,0.07);box-sizing: border-box;padding: 20px;overflow: hidden;}
.friendly_link li{float:left;width:17%;height:46px;line-height:46px;border:1px solid #D5DFE5;border-radius: 5px;text-align: center;margin:1px 16px;cursor: pointer;}
.friendly_link li .link-line{display: inline-block;width: 150px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
