body{
    background: #fff;
}
.header{
    height:55px;
    background:#fff;
    -webkit-box-shadow: 1px 1px 4px #999 ;
    -moz-box-shadow: 1px 1px 4px #999;
    -webkit-box-shadow: 1px 1px 4px #999;
    box-shadow: 1px 1px 4px #999;
    width: 100%;
}
.nav-bar{
    width:1100px;
    margin:auto;
}
.logoBox{
    width:250px;
}
.CityLogo{
    width: 80px;
    padding-top:10px;
}
.CityLogo img{
    width:100%;
}
.nav-word{
    font-size:16px;
}
.logoNav{
    padding:5px 0;
    padding-left:10px;
}
.sjCity span{
    padding:2px 7px;
    font-size:12px;
    background:#E40505;
    color: #fff;
    border-radius:5px;
}
.weatherImg{
    width:40px;
    height:40px;
    margin-top:7px;
}
.weatherImg img{
    width:100%;
}
.weatherWord{
    padding-left: 10px;
    padding-top:7px;
}
.swiper-container {
    width: 100%;
}
.swiper-slide{
    font-size: 0;
}
.swiper-slide img{
    width:100%;
}
.swiper-container-horizontal>.swiper-pagination {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
    margin: 0 3px;
}
.broadcast{
    height:40px;
    overflow:hidden;
    background: #F2F2F2;
    position:relative;
}
.newsBox{
    position:relative;
    width:1100px;
    margin:auto;
}
.speaker{
    width:25px;
    height:25px;
    position: absolute;
    top: 7px;
    left: 0;
}
.speaker img{
    width: 100%;
    height: 100%;
}
.BroadcastNews li{
    height: 40px;
    font-size: 16px;
    line-height:40px;
    padding-left:15px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.BroadcastNews li a{
    color:#333;
}
.function ul{
    width:1100px;
    margin: auto;
}
.function ul li{
    text-align:center;
    width: 20%;
    float:left;
    padding: 10px 0;
    border-bottom:1px dotted #ccc;
}
.function ul li dl dt{
    height:42px;
}
.function ul li dl dt img{
    width:37px;
}
.function ul li dl dd {
    color: #333;
    line-height:25px;
}
.slide{
    position:absolute;
    width:100%;
}
.ClassifyName{
    padding-bottom:10px;
    border-bottom:1px solid #ccc;
    font-size:18px;
}
.classify{
    width:1100px;
    margin:auto;
    padding-top: 30px;
}
.ClassifyName img{
    width:30px;
    padding:0 10px;
    vertical-align:-7px;
}
.ClassifyBox{
    margin:10px 0;
    margin-bottom:30px;
}
.city{
    padding-bottom:10px;
    border-bottom:1px dotted #ccc;
}
.city ul li{
    float:left;
    margin:0 5px;
    margin-top:10px;
}
.city ul li a{
    display:block;
    color:#fff;
    text-align:center;
}
.city ul li a span{
    background: #E40505;
    padding:5px 10px;
    border-radius:4px;
    box-shadow: 1px 1px 1px #999;
    display:block;
}
.city ul li a span b{
    background: #fff;
    font-weight: normal;
    color: #333;
    padding:0 7px;
    border-radius:5px;
    font-size: 12px;
}
.city ul li a span strong{
    font-weight:normal;
    font-size:12px;
}
.city ul li a span.selected{
    background: #85B2D4;
}
.city ul li a span.selected b{
    display:none;
}
.city ul li a span.selected strong{
    padding-right:0;
}
.loader{
    padding-bottom:10px;
    margin:auto;
    box-sizing:border-box;
    display:flex;/*多轮布局*/
    align-items:center;/*垂直*/
    justify-content:center;/*水平*/
}
@-webkit-keyframes loading-7{
    0%{margin-bottom:0}
    50%{margin-bottom:20px;}
    100%{margin-bottom:0px;}
}
@keyframes loading-7{
    0%{margin-bottom:0}
    50%{margin-bottom:20px;}
    100%{margin-bottom:0px;}
}
.loading{
    display:none;
    height:60px;
}
.loading-7{
    text-align:center;
}
.loading-7 i{ display:inline-block;margin-left:5px; background:#333;width:16px;height:16px;border-radius:50%;}
.loading-7 i:nth-child(1){-webkit-animation:loading-7 .7s ease-in 0s infinite;animation:loading-7 .7s ease-in 0s infinite;}
.loading-7 i:nth-child(2){-webkit-animation:loading-7 .7s ease-in 0.15s infinite;animation:loading-7 .7s ease-in 0.15s infinite;}
.loading-7 i:nth-child(3){-webkit-animation:loading-7 .7s ease-in 0.3s infinite;animation:loading-7 .7s ease-in 0.3s infinite;}
.loading-7 i:nth-child(4){-webkit-animation:loading-7 .7s ease-in 0.45s infinite;animation:loading-7 .7s ease-in 0.45s infinite;}
@-webkit-keyframes loading-1{
    0%{ transform:rotate(0deg)}
    50%{ transform:rotate(180deg)}
    100%{ transform:rotate(360deg)}
}
@keyframes loading-1{
    0%{ transform:rotate(0deg)}
    50%{ transform:rotate(180deg)}
    100%{ transform:rotate(360deg)}
}
.loading-1{height:30px; position:relative;line-height: 30px;}
.loading-1 i{width:30px;
    height:30px;
    display:inline-block;
    border-radius:50%;
    background:linear-gradient(transparent 0%,transparent 70%/*transparent透明起始位置*/,#333 30%,#333 100%);
    -webkit-animation:loading-1 .6s linear 0s infinite;
    animation:loading-1 .6s linear 0s infinite;
}
.loading-1 span{
    display:inline-block;
    padding-left:20px;
    vertical-align:7px;
}
.Classifyp{
    font-size:14px;
    line-height:25px;
    padding-top:10px;
    border-top:1px solid #ccc;
    padding-bottom:10px;
}
.hideCon{
    display:none;
}
.footer{
    background: #1a1a1a;
    padding:5px 10px;
}
.footerImg{
    text-align:center;
    padding-top:10px;
}
.footerImg img{
    width:150px;
}
.footer p{
    color:#fff;
    text-align:center;
    padding:5px 0;
}
.footer p a{
    color:#fff;
    padding-left:10px;
}
.searchDiv{
    margin:10px 0;
    padding:0 20px;
}
.searchDiv button{
    height:35px;
    width:15%;
    color:#fff;
    background:#CE3636;
    border:none;
    float:right;
    border-radius:5px;
    font-size:14px;
    box-shadow: 1px 1px 1px #999;
    font-family: '微软雅黑';
}
.SqSpan,.ZkSpan{
    cursor:pointer;
}
