.header{
    position: fixed;
    width:100%;
    height:96px;
}
.logo_img{
    float: left;
    height: 100%;
    margin-left: 190px;
    width:403px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo_img img{
    height: 70px;
    width: 100%;
}
.logo_title{
    float: left;
    margin-left: 30px;
    line-height: 96px;
    color: #fefefe;
    font-size: 36px;
}
.weather{
    float: right;
    height: 100%;
    line-height: 96px;
    font-size: 30px;
    color: #fefefe;
    margin-right: 60px;
}
.footer{
    height:180px;
    position: fixed;
    bottom: 0;
    width:100%;
    text-align: center;
    color:#fff;
    background: #fff;
    border-top: 1px solid #f2f2f2;
}
.col-md-2{
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.col-md-2 p{
    font-size: 24px;
    color: #444469;
}
.footer .col-md-10{
    position: relative;
    overflow: hidden;
    -webkit-box-orient: horizontal;
    display: -webkit-box;
    margin-bottom: 0;
    height: 100%;
    padding: 0;
}
.footer .col-md-10 a{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    -webkit-box-flex: 1;
    height: 100%;
    width: 206px;
    border-right: 1px solid #f2f2f2;
}
.footer .col-md-10 a div{
    height: 130px;
    width: 100%;
    border-radius: 50%;
}
.footer .col-md-10 a .bb_img{
    text-align: center;
    display: inline-block;
    height: 80px;
    width: 80px;
    /* border-radius: 50%; */
    background-image: url(../images/home.png);
    background-size: 100% 100%;
}
/*原视频板块*/
.footer .col-md-10 a .buy_ning{
    text-align: center;
    display: inline-block;
    height: 80px;
    width: 80px;
    /* border-radius: 50%; */
    background-image: url(../images/ticket.png);
    background-size: 100% 100%;
}

.footer .col-md-10 a .jingdian_img{
    text-align: center;
    display: inline-block;
    height: 80px;
    width: 80px;
    /* border-radius: 50%; */
    background-image: url(../images/view.png);
    background-size: 100% 100%;
}
.footer .col-md-10 a .zhusu_img{
    text-align: center;
    display: inline-block;
    height: 80px;
    width: 80px;
    /* border-radius: 50%; */
    background-image: url(../images/hotel.png);
    background-size: 100% 100%;
}
.footer .col-md-10 a .canyin_img{
    text-align: center;
    display: inline-block;
    height: 80px;
    width: 80px;
    /* border-radius: 50%; */
    background-image: url(../images/eating.png);
    background-size: 100% 100%;
}
.footer .col-md-10 a .gonglue_img{
    text-align: center;
    display: inline-block;
    height: 80px;
    width: 80px;
    /* border-radius: 50%; */
    background-image: url(../images/play.png);
    background-size: 100% 100%;
}
.footer .col-md-10 a .ditu_img{
    text-align: center;
    display: inline-block;
    height: 80px;
    width: 80px;
    /* border-radius: 50%; */
    background-image: url(../images/map.png);
    background-size: 100% 100%;
}
.footer .col-md-10 a .dongwu_img{
    text-align: center;
    display: inline-block;
    height: 80px;
    width: 80px;
    /* border-radius: 50%; */
    background-image: url(../images/animal.png);
    background-size: 100% 100%;
}

.footer .col-md-10 a .zhiwu_img{
    text-align: center;
    display: inline-block;
    height: 80px;
    width: 80px;
    /* border-radius: 50%; */
    background-image: url(../images/plant.png);
    background-size: 100% 100%;
}
.footer .col-md-10 a .shipin_img{
    text-align: center;
    display: inline-block;
    height: 80px;
    width: 80px;
    /* border-radius: 50%; */
    background-image: url(../images/video.png);
    background-size: 100% 100%;
}

.footer .col-md-10 a .yuliu_img{
    text-align: center;
    display: inline-block;
    height: 80px;
    width: 80px;
    /* border-radius: 50%; */
    background-image: url(../images/yuliu.png);
    background-size: 100% 100%;
}

.footer .col-md-10 a p{
    text-align: center;
    color: #4f5255;
    font-weight: bold;
    font-size: 30px;
    /*margin-top: 5px;*/
}
.jieshao{
    height: 150px;
    width: 100%;
}
.jieshao p{
    height: 50px;
    line-height: 50px;
}
.jieshao p span:first-child{
    float: left;
    margin-left: 22px;
}
.jieshao p span:last-child{
    float: right;
    margin-right: 22px;
}
