@charset "UTF-8";

@media only screen and (max-width:319px) {
    html,body {
        font-size: 10px;
    }
}

@media only screen and (min-width:240px) and (max-width:319px) {
    html,body {
        font-size: 11px;
    }
}

@media only screen and (min-width:320px) and (max-width:374px) {
    html,body {
        font-size: 13px;
    }
}

@media only screen and (min-width:375px) and (max-width:413px) {
    html,body {
        font-size: 14px;
    }
}

@media only screen and (min-width:414px) and (max-width:767px) {
    html,body {
        font-size: 16px;
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    html,body {
        font-size: 18px;
    }
}

@media only screen and (min-width:1024px) and (max-width:1119px) {
    html,body {
        font-size: 24px;
    }
}

@media only screen and (min-width:1200px) and (max-width:1920px) {
    html,body {
        font-size: 36px;
    }
}

body {
    overflow-x: hidden;
    background-color: #Fafbfc;
}

button.btn-margin{
    margin-right: 5rem;
}

div.rowStyle{
    margin-top: 20px;
}

.static-top {
    padding: 1rem 5px 5px 5px;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    height: auto;
    background-color: #0bb8ec;
    color: #ffffff;
    text-align: center;
    font-size: 1.25rem;
    z-index: 99999;
}

.static-top li,.top-ope {
    font-size: 1.2rem;
}

.mian-page,.back,
.top-ope.back img {
    height: 1.5rem;
    width: 1.5rem;
    margin-bottom: 3px;
}

.top-left {
    float: left;
    margin-left: 5px;
    cursor: pointer;
    padding-bottom: 0.5rem;
}

.top-right {
    cursor: pointer;
    float: right;
    margin-right: 5px;
    padding-bottom: 0.5rem;
}

.top-div {
    margin-top: 5rem;
}

.static-top a,.static-top a:hover,.static-top a:visited {
    color: #ffffff;
}

.orange {
    background-color: orange;
    color: #ffffff;
}

.static-bottom {
    background-color: #0bb8ec;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    font-size: 2.5rem;
    height: auto;
    cursor: pointer;
    color: #ffffff;
}

.blank-top {
    height: 4rem;
}

body.pageSubmit {
    padding-bottom: 3rem;
}

.container,.container-fluid {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.btn-primary {
    background-color: #2b98db;
    border-color: #FFF;
}

.btn-warning,.btn-warning.focus,.btn-warning:focus {
    background-color: #F90;
    border-color: #f49200;
}

a:focus,a:hover {
    text-decoration: none;
}

.btn-primary.focus,.btn-primary:focus {
    background-color: #0a77bc;
}

i {
    font-style: normal;
}

.bg-gray {
    background-color: #f5f5f5
}

@media (min-width:320px) {
    .form-inline .form-control-static,.form-inline .form-group {
        display: inline-block
    }

    .form-inline .control-label,.form-inline .form-group {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn {
        width: auto
    }

    .form-inline .input-group>.form-control {
        width: 100%
    }

    .form-inline .checkbox,.form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox label,.form-inline .radio label {
        padding-left: 0
    }

    .form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.panel-no {
    border-radius: 0;
}

.panel-no+.panel-line {
    margin-top: -20px;
}

.panel-line,.panel-line-n,.panel-line-s,.panel-line-ns {
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    background-color: #EEE;
    height: .75rem;
    line-height: normal;
}

.panel-line-n {
    border-bottom: 0;
}

.panel-line-s {
    border-top: 0;
}

.nav-top {
    position: relative;
    z-index: 11;
}

.nav-top .home {
    width: 2.4rem;
    height: 2.4rem;
    text-align: center;
    overflow: hidden;
    display: block;
    position: absolute;
    right: .25rem;
    top: .25rem;
    z-index: 11;
    border-radius: 100%;
    background-color: rgba(0,0,0,0.38);
    background-image: url(/css/images/logoWhite38.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 90%;
    font-size: 0;
}

.nav-top .home .glyphicon {
    position: absolute;
    width: 1.4rem;
    height: 1.4rem;
    font-size: 1.4rem;
    top: .5rem;
    left: .5rem;
    color: #FFF;
    display: none;
}

.carousel {
    height: 10rem;
    overflow: hidden;
    z-index: 2;
}

.carousel-indicators {
    bottom: 0;
}

.carousel-indicators li {
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%;
    margin-top: 0.1em
}

.carousel-indicators .active {
    width: 0.8rem;
    height: 0.8rem;
    margin-top: 0;
}

.carousel-inner,.carousel-inner>.item {
    height: 100%;
}

.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img {
    min-width: 100%;
    min-height: 100%;
    height: auto
}

.navIndex {
    margin-top: -1px;
    z-index: 1;
    margin-right: -3px;
}

.navIndex .col-xs-4 {
    border-left: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    margin-left: -1px;
    margin-top: -1px;
    text-align: center;
    padding: 0;
    position: relative;
}

.navIndex .col-xs-4 a:before {
    display: block;
    content: "";
    position: absolute;
    width: 3rem;
    height: 3rem;
    top: 40%;
    left: 50%;
    margin-left: -1.5rem;
    margin-top: -1.5rem;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.navIndex .col-xs-4 a.ico0:before {
    background-image: url(/css/images/navIndex0.png);
}

.navIndex .col-xs-4 a.ico1:before {
    background-image: url(/css/images/navIndex1.png);
}

.navIndex .col-xs-4 a.ico2:before {
    background-image: url(/css/images/navIndex2.png);
}

.navIndex .col-xs-4 a.ico3:before {
    background-image: url(/css/images/navIndex3.png);
}

.navIndex .col-xs-4 a.ico4:before {
    background-image: url(/css/images/navIndex4.png);
}

.navIndex .col-xs-4 a.ico5:before {
    background-image: url(/css/images/navIndex5.png);
}

.navIndex .col-xs-4 a.ico6:before {
    background-image: url(/css/images/navIndex6.png);
}

.navIndex .col-xs-4 a.ico7:before {
    background-image: url(/css/images/navIndex7.png);
}

.navIndex .col-xs-4 a.ico8:before {
    background-image: url(/css/images/navIndex8.png);
}

.navIndex .col-xs-4 a:link,.navIndex .col-xs-4 a:visited {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    color: #333;
}

.navIndex .col-xs-4 a:hover,.navIndex .col-xs-4 a:focus {
    text-decoration: none;
}

.navIndex .col-xs-4 i {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 15%;
    left: 0;
    font-style: normal;
}

.navTravel {
    padding-right: .75rem;
}

.navTravel .col-xs-4 a:before {
    display: none;
}

.navTravel .col-xs-4 {
    border: 0;
    margin: 0;
    padding: .5rem 0 0 .5rem;
}

.navTravel .col-xs-4 i {
    position: relative;
    bottom: 0;
    left: 0;
    font-style: normal;
}

.navTravel .col-xs-4 a:link,.navTravel .col-xs-4 a:visited {
    padding: 1.5em 0;
    border-radius: .25rem;
    border: 1px solid #DDD;
    box-sizing: border-box;
    background-color: #FFF;
}

.navTravel .col-xs-4 a:hover,.navTravel .col-xs-4 a:focus {
    transform: scale(1,1);
    background-color: #2b98db;
    border: 1px solid #2b98db;
    color: #FFF;
}

.navActp {
    position: fixed;
    right: 0;
    top: 40%;
    width: 4rem;
    margin-top: -10.5rem;
    z-index: 10;
    font-size: 0.875rem;
    display: none;
    -webkit-transition: top .5s ease-in;
    -moz-transition: top .5s ease-in;
    transition: top .5s ease-in;
}

.navActp.min {
    top: 0%;
    margin-top: 0rem;
}

.navActp.siderShow {
    top: 50%;
}

.navActp.min.siderShow {
    top: 10%;
}

.navActp .navbar-nav {
    margin: 0;
    float: none;
}

.navActp .navbar-nav>li {
    float: none
}

.navActp a,.navActp a:link,.navActp a:visited {
    font-size: 1rem;
    display: block;
    padding: 1rem 0;
    background-color: #2b98db;
    color: #FFF;
    text-align: center;
    border: 2px solid #FFF;
    border-top: 0;
    -webkit-transition: background-color .2s ease-in;
    -moz-transition: background-color .2s ease-in;
    transition: background-color .2s ease-in;
}

.navActp.min a,.navActp.min a:link,.navActp.min a:visited {
    padding: .5rem 0;
}

.navActp .navbar-nav>li:first-child a {
    border-top: 2px solid #FFF;
}

.navActp .navbar-nav>li>a:hover,.navActp .active a:link,.navActp .active a:visited,.navActp .navbar-nav>li>.active a:hover {
    background-color: #0a77bc;
}

.containerXian h2 {
    border-bottom: 1px solid #2b98db;
    font-size: 1.25rem;
    padding: 0 0 .5rem .25rem;
    line-height: 1;
}

.containerXian h2:before {
    font-size: 0.75rem;
    content: " ";
    border: .3rem solid #FFF;
    width: 1rem;
    height: 1rem;
    background-color: #2b98db;
    display: inline-block;
    margin-right: 1rem;
    border-radius: 100%;
    box-shadow: 0 0 1px #2b98db;
    overflow: hidden;
    vertical-align: middle;
    margin-top: -0.25rem;
}

.containerXian .w-m {
    padding: .25rem;
    margin: 0 .5rem
}

.containerXian .carousel {
    border: 1px solid #DDD;
    border-radius: .25rem;
}

.containerXian .w-m p {
    text-indent: 2em;
    font-size: .875rem;
    color: #888
}

.sightList ul {
}

.sightList li {
    margin-bottom: 1.5rem;
}

.sightList li:last-child {
    margin-bottom: -1.5rem;
}

.sightList li .content {
    border: 1px solid #DDD;
    padding: .25rem;
    padding-bottom: 0;
    border-radius: .25rem;
    background-color: #f9f9f9;
    line-height: 2rem;
    text-align: center;
    display: block;
    margin-bottom: 1.5rem;
    color: #666;
    position: relative;
}

.sightList li b {
    display: block;
    position: relative;
    z-index: 2;
    background-color: #f9f9f9;
}

.sightList li .img-m {
    height: 14rem;
    overflow: hidden;
    display: block;
    position: relative;
    z-index: 2;
    background-color: #f9f9f9;
}

.sightList li .img-m img {
    min-height: 100%;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2
}

.sightList li .content s {
    position: absolute;
    display: block;
    width: 10rem;
    height: 3rem;
    left: 50%;
    margin-left: -5rem;
    z-index: 1;
    bottom: -3rem;
    overflow: hidden;
}

.sightList li .content s:after {
    content: "";
    display: block;
    width: 20rem;
    height: 20rem;
    border: 1px solid #DDD;
    border-radius: 1rem;
    background-color: #f9f9f9;
    position: absolute;
    bottom: 2.25rem;
    left: 50%;
    margin-left: -11.35rem;
    -moz-transform: rotate(60deg) skewY(-30deg);
    -webkit-transform: rotate(60deg) skewY(-30deg);
    -o-transform: rotate(60deg) skewY(-30deg);
    transform: rotate(60deg) skewY(-30deg);
    z-index: 1;
}

.picTextList li.media {
    padding: .25rem
}

.picTextList li.media .media-left {
    width: 6rem;
    height: 6rem;
    overflow: hidden;
    float: left;
    background-color: #FFF;
    margin-right: .5rem;
    padding-right: 0;
}

.picTextList li.media .media-left img {
    min-height: 100%;
    min-width: 100%;
    max-width: 100%;
}

.picTextList li.media h4 {
    font-size: 1.125rem;
    color: #666;
    padding: .5rem 0 0;
}

.picTextListHotel li.media .media-body {
    height: 6rem;
    position: relative;
    font-size: 1.125rem;
}

.picTextListHotel li.media p.priceShow {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    padding-right: 7rem;
    margin-bottom: 0;
}

.picTextListHotel p.priceShow .text {
    display: block;
    width: 92%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}

.picTextListHotel .price {
    margin-right: -6.5rem;
    margin-top: -0.70rem;
}

.picTextList li.media .media-left img {
    margin-left: 0
}

.rank,.price-m {
    color: #ff7d13;
    display: inline-block
}

.price-m > i {
    font-size: 1.5rem;
    margin: 0 .125rem;
}

.price-no {
    padding-top: 0.5rem;
    display: inline-block
}

.picTextList li.media p {
    text-indent: 0;
}

.tableTraffic>tbody>tr>td,.tableTraffic>tbody>tr>th,.tableTraffic>tfoot>tr>td,.tableTraffic>tfoot>tr>th,.tableTraffic>thead>tr>td,.tableTraffic>thead>tr>th {
    vertical-align: middle;
    font-size: 0.875rem;
    font-weight: normal;
}

.picTextList li.media p:last-child {
    margin-bottom: 0
}

.tableTraffic>tbody>tr>td,.tableTraffic>tbody>tr>th {
    color: #666;
}

.tableTraffic>thead>tr>td,.tableTraffic>thead>tr>th {
    white-space: nowrap;
}

.containerXian .w-m .tableTraffic p {
    text-indent: 0;
}

.pointList {
    height: auto;
}

.pointList .detail {
    height: 10.6rem;
    line-height: 1.25rem;
    padding: 1rem 15px;
    font-size: .875rem;
    color: #999;
    border-bottom: 1px solid #DDD;
    background-color: #FFF;
}

.containerXian .pointList .detail {
    border-bottom: 0;
}

.pointList .detail p {
    text-indent: 2em;
    z-index: 2;
    overflow: hidden;
}

.pointList .img-m {
    overflow: hidden;
    position: relative;
}

.pointList .img-m > img {
    width: 100%;
    min-height: 100%;
    height: auto;
}

.pointList .img-m h3 {
    width: 100%;
    padding: .5rem 15px;
    background-color: rgba(0,0,0,0.68);
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    color: #FFF;
    font-size: 1rem;
}

.pointList .badge {
    position: absolute;
    right: 15px;
    bottom: 11rem;
    color: #CCC;
}

.glimg .picTextList li.media .media-left {
    width: 90%;
    margin: 1rem auto 0;
    float: none;
    display: block;
    padding-right: 0;
    height: inherit;
}

.glimg .picTextList li.media .media-left img {
    width: 100%;
    height: auto;
    min-height: inherit;
}

.glimg .media-body {
    width: 100%;
    margin: 0 auto;
    display: block;
    padding-bottom: 1rem;
}

.HDList li .content {
    padding: 0
}

.sightList li .img-m {
    border: 0.25rem #FFF solid;
}

.HDList li b {
    width: 100%;
    bottom: 0.2rem;
    padding: 1rem 0 0;
    position: absolute;
    z-index: 2;
    background-color: transparent;
    background: -webkit-gradient(linear,top center,bottom center,from(rgba(0,0,0,0)),to(rgba(0,0,0,1)));
    background: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,1) 100%);
    color: #FFF;
    border-left: 0.25rem #FFF solid;
    border-right: 0.25rem #FFF solid;
    font-size: .75rem
}

.HDList li .img-m {
    height: 12rem;
    overflow: hidden;
}

html.scroll,html.scroll body {
    overflow: hidden;
    box-sizing: border-box;
}

#pageContain {
    overflow: hidden;
}

a.more,a.more:link,a.more:visited {
    content: " ";
    width: 43px;
    height: 43px;
    display: block;
    background: url(/css/images/more.png) no-repeat center 5px;
    background-size: contain;
    position: fixed;
    bottom: 5px;
    left: 50%;
    margin-left: -22px;
    z-index: 999;
}

.scrollPage {
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    background-color: #fff;
}

.scrollPage .contain {
    width: 100%;
    height: 100%;
    display: none;
    position: relative;
    z-index: 0;
    box-sizing: border-box;
    padding-top: 40px;
    padding-bottom: 20px;
    background-image: url(/css/images/wechatImg/blank.png)
}

.scrollPage.current .contain,.scrollPage.slide .contain {
    display: block;
}

.scrollPage.current {
    display: block;
    z-index: 1;
}

.scrollPage.slide {
    display: block;
    z-index: 2;
}

.scrollPage.swipe {
    display: block;
    z-index: 3;
    transition-duration: 0ms !important;
    -webkit-transition-duration: 0ms !important;
}

#navBar {
    z-index: 3;
    position: absolute;
    top: 40%;
    right: 3%;
}

#navBar .active {
    background-color: #2b98db;
}

#navBar li {
    cursor: pointer;
    margin-bottom: 10px;
    transition: all .7s ease;
    border-radius: 50%;
    line-height: 10em;
    text-align: center;
    width: 1em;
    height: 1em;
    overflow: hidden;
    background-color: #ddd;
}

.listGonglue li {
    position: relative;
    height: auto;
    min-height: inherit;
    margin-bottom: 3rem;
    text-align: center;
}

.listGonglue li .title {
    padding-top: 1rem;
    position: relative;
}

.listGonglue li .ainfo {
    padding: 2rem 5px 1rem 1.5rem;
    position: relative;
    font-weight: normal;
    text-align: left;
}

.listGonglue li .ainfo .datetime {
    position: absolute;
    right: 1rem;
    top: 2rem;
}

.listGonglue li p.detail {
    padding: 0 5px;
    display: none;
}

.listGonglue li a:link,.listGonglue li a:visited {
    width: 96%;
    display: block;
    margin: auto;
    padding-right: 20px;
}

.listGonglue li .attach:link,.listGonglue li .attach:visited {
    display: inline;
}

.listGonglue li img {
    width: 85%;
    height: auto;
    -webkit-box-shadow: 4px 4px 0px #DDD,8px 8px 0px #E9E9E9,12px 12px 0px #F8F8F8;
    -ms-box-shadow: 4px 4px 0px #DDD,8px 8px 0px #E9E9E9,12px 12px 0px #F8F8F8;
    box-shadow: 4px 4px 0px #DDD,8px 8px 0px #E9E9E9,12px 12px 0px #F8F8F8;
}

@media only screen and (min-height:240px) and (max-height:319px) {
    .listGonglue li img {
        width: 65%;
    }
}

@media only screen and (min-height:320px) and (max-height:480px) {
    .listGonglue li img {
        width: 70%;
    }
}

@media only screen and (min-height:481px) and (max-height:568px) {
    .listGonglue li img {
        width: 80%;
    }
}

.listGonglue .but {
    color: #FFF;
    background-color: #EC971F;
    border-color: #ed7b01;
    width: 81%;
    margin: 0 auto;
    line-height: 1.82857143;
}

.listGonglue .but:focus {
    color: #333;
    background-color: #E6E6E6;
    border-color: #8C8C8C;
}

.listGonglue button {
    margin: 0 .5em 0 2em;
}

.wxInfo {
    padding: .5rem;
    text-align: center;
    display: none;
}

.wxInfo .code img {
    width: 90%;
}

.wxShow {
    display: none;
}

.articleDetail {
    margin: -20px 10px -20px
}

.articleDetail h1 {
    font-size: 1.25rem;
    padding: 0 15px;
}

.articleDetail .panel-heading {
    border-bottom: 1px dashed #DDD
}

.articleDetail .panel-body {
    padding-top: 0;
}

.articleDetail p {
    margin: .75rem 0;
    text-indent: 2em;
    font-size: 0.875rem;
    line-height: 1.6;
    color: #666
}

.articleDetail .panel-body img {
    display: block;
    max-width: 90%;
    margin: 20px auto;
    padding: 0;
}

.articleDetail .panel-body .attachment {
    margin: 10px;
}

.articleDetail .upfilepic,.articleDetail .upfilepictext {
    display: block;
    text-align: center
}

.articleDetail .upfilepic+br,.articleDetail .upfilepictext+br {
    display: none;
}

.articleDetail .panel-body .attachment .title {
    border-bottom: 1px dashed #EEE;
    margin: 0 0 5px;
    font-weight: bold;
}

.articleDetail .panel-body .attachment img {
    vertical-align: middle;
    line-height: 25px;
    padding: 5px;
}

.articleDetail .panel-body .attachment a {
    display: inline-block;
    zoom: 1;
    margin-right: 1em;
}

.loading {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.12);
    position: fixed;
    z-index: 1100;
    top: 0;
    left: 0;
}

.modal-footer.center {
    text-align: center;
}

.row.list-group-item {
    margin-bottom: 0;
}

.loading:after {
    content: " ";
    width: 4rem;
    display: block;
    height: 4rem;
    background-color: #008CD6;
    position: fixed;
    z-index: 11;
    top: 50%;
    left: 50%;
    margin: -2rem 0 0 -2rem;
    -webkit-animation: rotateplane 2s infinite ease-in-out;
    -moz-animation: rotateplane 2s infinite ease-in-out;
    animation: rotateplane 2s infinite ease-in-out;
    background-image: url(/css/images/loadWhite.png);
    background-position: center center;
    background-size: 90%;
    background-repeat: no-repeat;
    border-radius: .5rem;
    opacity: .90;
}

.loading i {
    position: fixed;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    font-style: normal;
    color: #999;
    text-align: center;
    margin-top: 40px;
    z-index: 11;
}

@-webkit-keyframes rotateplane {
    0% {
        -webkit-transform: perspective(8em)
    }

    50% {
        -webkit-transform: perspective(8em) rotateX(180deg)
    }

    100% {
        -webkit-transform: perspective(8em) rotateY(180deg) rotateX(180deg)
    }
}

@-moz-keyframes rotateplane {
    0% {
        -moz-transform: perspective(8em)
    }

    50% {
        -moz-transform: perspective(8em) rotateX(180deg)
    }

    100% {
        -moz-transform: perspective(8em) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes rotateplane {
    0% {
        -webkit-transform: perspective(8em) rotateX(0deg) rotateY(0deg);
        transform: perspective(8em) rotateX(0deg) rotateY(0deg);
    }

    50% {
        -webkit-transform: perspective(8em) rotateY(-180.1deg) rotateX(0deg);
        transform: perspective(8em) rotateY(-180.1deg) rotateX(0deg);
    }

    100% {
        -webkit-transform: perspective(8em) rotateY(-180deg) rotateX(-179.9deg);
        transform: perspective(8em) rotateY(-180deg) rotateX(-179.9deg);
    }
}

@-webkit-keyframes slideright {
    0% {
        right: -5rem;
        opacity: 0;
    }

    50% {
        right: -5rem;
        opacity: 0;
    }

    100% {
        right: 0rem;
        opacity: 1;
    }
}

@keyframes slideright {
    0% {
        right: -5rem;
        opacity: 0;
    }

    50% {
        right: -5rem;
        opacity: 0;
    }

    100% {
        right: 0rem;
        opacity: 1;
    }
}

.trajqtc .media-body {
    margin-left: 10px;
    width: 70%;
    float: left;
}

.wxInfo {
    text-align: center;
}

footer {
    text-align: center;
    background-color: #EEE;
    padding: .5rem;
    color: #999;
    line-height: 1.5;
    font-size: .875rem
}

footer.fixbottom {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

/*----底部菜单 新----*/
.footer-margin { height: 3.6em; }
.nav-footer {
	position: fixed;
	z-index: 10;
	height: 3em;
	width: 100%;
	bottom: 0;
	left: 0;
	background-color: rgba(255,255,255,0.98);
	box-shadow: 0 -1px 5px #AAA;
}
.nav-footer a:link,
.nav-footer a:visited {
	float: left;
	width: 33.333%;
	text-align: center;
	line-height: 5.5em;
	color: #999;
	position: relative;
	font-size: 0.8125em;
}
.nav-footer a:hover,
.nav-footer a:active,
.nav-footer .on:link,
.nav-footer .on:visited,
.nav-footer .on:hover,
.nav-footer .on:active { color: #0088DB }
.nav-footer .glyphicon {
	position: absolute;
	width: 2em;
	height: 2em;
	top: 8px;
	left: 50%;
	margin-left: -1em;
	font-size: 1.25em;
}
/*----底部菜单 新----*/

.main-body {
    padding: 15px;
}