body {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    font-family: "PingFang SC", "Microsoft YaHei";
    letter-spacing: 0px;
    text-align: left;
    color: #333;
}
a:active {
    word-spacing: 0;
    transition: 0.2s;
    color: #555;
}
a:link, a:visited {
    text-decoration:none;
    color: #555;
}
a:hover
{
    color: #dc3545;
    text-decoration:underline;
}


iframe {
    border: none;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.clear{
    clear: both;
}

button:focus {
    border: none;
    outline: none;
}

input::-webkit-input-placeholder{
    color: #ccc;
}
input::-moz-placeholder{
    color: #ccc;
}
input:-ms-input-placeholder{
    color: #ccc;
}


/*------------------------- width  --------------------------*/
.auto-width {
    width: auto;
}

.width-500 {
    width: 500px;
}

.w-85 {
    width: 85%;
}

.w-60 {
    width: 60%;
}

.w-35 {
    width: 35%;
}

.navbar {
    padding: 0;
}

.navbar-bg {
    height: 70px;
    background-color: #fff;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
}

.navbar-header .logo {
    font-size: 28px;
    font-weight: 700;
    color: #333333;
    padding-top: 0;
    padding-left:20px;
}
.navbar-header .logo img{width:110px;max-width:110px;
}
.navbar-header .dw{
    padding-left:20px;
    font-size: 14px;
    position: relative;
}
.dw .nav-link{
    display: inline;
    padding:0.5rem 0rem;
}
.dw .dropdown-menu{
    width: 80px;
    min-width: 60px;
    padding-left: 15px;
    left:35px;
    right: inherit;
    line-height: 30px;
    font-size: 14px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.3)!important;
}
.dw a {
    color: #333333;
}

.navbar-header .navbar-collapse .navbar-nav {
    padding: 0px;
}

.navbar-header .navbar-collapse .navbar-nav li a {
    font-size: 18px;
    font-style: normal;
    text-decoration: none;
    line-height: 68px;
    letter-spacing: 0px;
    color: #333333;
    text-transform: none;
    padding: 0px 20px;
    margin-right: 2px;
    border-bottom: solid 2px #ffffff;
}

.navbar-header .navbar-collapse .navbar-nav li .current {
    border-bottom: solid 2px #333333;
    color: #333333;
    font-weight: 600;
}

.navbar-header .navbar-collapse .navbar-nav li a.dropdown-toggle {
    position: relative;
}

.navbar-header .navbar-collapse .navbar-nav li a.dropdown-toggle::after {
    font-family: "unicons";
    border: none !important;
    content: "";
    font-size: 16px;
    position: absolute;
    right: auto;
}

.navbar-header .navbar-collapse .navbar-nav li a:hover {
    border-bottom: solid 2px #333333;
    color: #dc3545;
}

.navbar-header .sticky {
    background-color: #fff;
    box-shadow: 0 0 18px rgba(48, 63, 100, 0.13);
}

li.simple-dropdown:hover > .dropdown-menu {
    display: block;
    top: 100%;
}

.dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.navbar-toggler {
    outline: none;
    border: none;
}
.navbar-right{
    padding-left: 50px;
    color:#236674;
    font-family:"微软雅黑";
    font-weight:bold;
}
.section-1{
    padding-top:70px;
    height: 610px;
}
.section-1 img{
    height: 100%;
}
.banner-1 {
    background-size:100% 100%;
    height: 100%;
}

.banner-1 h2 {
    font-size: 46px;
    color: #fff;
    font-weight: 600;
    text-shadow: 0px 4px 16px rgba(0, 0, 0, 0.5);
    text-align: center;
    margin-top: 15%;
}
.search-from{
    max-width: 740px;
    padding: 30px 15px 0px 15px;
    margin:0 auto;
    width: 100%;
}

h3 {
    font-size: 30px;
    padding: 20px 0 20px 0;
    text-align: center;
}
.form-control{
    border-radius: 0;
    height: calc(2.5em + .75rem + 2px);
}
.btn-default{
    border-radius: 0;
    padding:0 44px;
    background-color: #333333;
    color: #fff;
    font-size: 16px;
    height: calc(2.5em + .75rem + 2px);
}
.banner-1 .btn:hover{
    color: #fff;
}
.nav-center{
    margin: 0 auto;
}
.nav-tabs{
    border:none;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link{
    height: 30px;
    color: #333;
    border:none;
    line-height: 30px;
    padding:0 20px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    background-color: #333333;
    height: 30px;
    color: #fff;
    border:none;
    line-height: 30px;
    padding:0 20px;
    border-radius: 15px;
}
.nav-tabs .nav-item{
    margin-bottom: 0px;
    margin-top: 10px;
}

.tab-content{

}

.thumbnail {
    margin-top:30px;
    margin-left:5px;
    margin-right:5px;
    background-color: #fff;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
    overflow:hidden;
    width:100%;
    border-radius: 3px;
}
.list-img{
    width:100%;
    overflow: hidden;
    padding: 35% 0;
    position: relative;
}
.list-img img{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    background: skyblue;
}
.thumbnail .list-img2{
    overflow: hidden;
    width: 100%;
}
.thumbnail img{
    -webkit-transition:all 0.5s ease-in;
    width: 100%;
    height: 100%;
}
.thumbnail img:hover{
    transform: scale(1.1);
}
.thumbnail .list-title
{
    display:block;
    font-size: 18px;
    color: #333333;
    font-weight: 600;
    padding:15px 0 10px 15px;
    max-height:48px;
    height:48px;
    overflow:hidden;
    float: left;
}
.thumbnail .list-price
{
    display:inline-block;
    font-size: 15px;
    font-weight: 500;
    padding:15px 10px 0px 0px;
    color: #dc3545;
    max-height:48px;
    height:48px;
    overflow:hidden;
    text-align:right;
    float:right;
}
.thumbnail .hsitem {
  
    position: absolute;
    top: 8px;
    right: 8px;
    color: #fff;
    padding: 3px 6px;
    background: green;
    border-radius: 3px;
    opacity: 0.8;
    filter: alpha(Opacity=80);
    z-index: 999;
    font-size: 12px;
}
.font-s{
    font-size: 12px;
}
.caption{
    padding-bottom: 10px;
}
.thumbnail .list-mx{
    font-size: 12px;
    color: #666666;
    line-height: 18px;
    padding-right: 0;
}

.thumbnail .list-mx span{
    padding:0px 0px 0 4px;
}

.list-icon{
    margin-left: 10px;
    padding-bottom: 10px;
}
.list-icon .icon{
    color:#ccc;
}
.btn-sm{
    line-height: 14px;
    font-size: 12px;
    padding:4px 10px;
    margin-left: 5px;
    background-color: #333333;
    border:solid 1px #333333;
    border-radius: 0;
    float: right;
    margin: 0 20px 0 0;
}
.list-more{
    margin: 40px 0;
    text-align: center;
}
.btn-outline-secondary{
    border-color: #333333;
    padding:0.375rem 1.75rem;
    border-radius: 0;
    color: #333333;
}
.section-2{
    background: url("../images/bg-1.png");
    background-size: 100% 100%;
    padding-bottom: 1px;
}
.index-new-list{
    margin-top: 10px;
    border-bottom: solid 1px #dddddd;
    padding-bottom:20px;
}
.index-new-list-time{
    font-size: 16px;
    line-height: 32px;
}
.index-new-list-title{
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    line-height: 32px;
}
.index-new-list-content{
    font-size: 12px;
    color: #666666;
    line-height: 18px;
}
.index-new-list-more{
    padding: 15px 0;
}
.bt-more{
    border:solid 1px #ccc;
    padding: 2px 10px;
    color: #ccc;
    font-size: 12px;
    border-radius: 0;
}
.bg-footer{
    background-color: #122538;
    color: #fff;
    font-size: 14px;
}
.bg-footer a{color:#ffffff}
.bg-footer a:hover{color: #dc3545}
.footer-li{
    padding: 15px 15px 15px 0;
}
.footer-li span{
    padding-right: 5px;
}
.footer-line{
    border-bottom: solid 1px #666;
}
.footer-line p{
    margin: 0;
}
.footer-line .font14{
    font-size: 14px;
    line-height: 24px;
    margin-top: 26px;
    margin-bottom: 0;
}
.bg-footer h4{
    font-size: 24px;
    line-height: 40px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom:20px;
}
.bg-footer h5{
    font-size: 18px;
    line-height: 40px;
    font-weight: 400;
    margin-top: 20px;
}
.info_contact{
    line-height: 40px;
    padding-bottom: 25px;
}
.q-link 
{
    padding-bottom:10px;
    }
.q-link li{
    line-height: 40px;
    width: 20%;
}
.q-link li a{
    color: #fff;
}
.qrcode
{
    text-align: center;
    padding-bottom:20px;
}
.form-email{
    height: 32px;
    width: 80%;
    padding-left: 8px;
    border: solid 1px #979797;
    border-right:none;
    font-size: 12px;
}
.btn-email{
    padding:0 10px;
    background-color: #fff;
    color: #333;
    font-size: 14px;
    height:32px;
    border: solid 1px #979797;
    border-radius: 0;
}
.copyright{
    padding: 10px 0 10px 0;
    line-height: 25px;
    text-align:center;
}
.copyright span {
    padding: 0 10px;
}

.ptop70{
    padding-top: 70px;
}
.mtop20{
    margin-top: 20px;
}
/*公寓详情*/

.brand-txt{
    font-size: 12px;
    line-height: 32px;
}
.dt-input{
border:solid 1px #cccccc;
    height: 32px;
}

.control-button {
    border: none;
    color: #333;
    background-color: #333;
    height: 20%;
    top: 40%;
    width: 8%;
}

.gy-js{
    background-color: #F4F4F4;
    padding: 10px 20px 20px 20px;
    height: 539px;
    border-radius: 4px;
}
.gy-js .gy-title, .gy-js h1{
    font-size: 1.5em;
    font-weight: 500;
    padding: 15px 20px 10px 20px;
    line-height: 1.75rem;
    text-align: center;
}
.gy-js .gy-s{
    line-height: 36px;
    font-size:15px;
    overflow:hidden;
}
.gy-js .gy-t{
    float: left;
    width: 60px;
    text-align: right;
    color:Gray;
    padding-right: 10px;
    
}
.gy-js .gy-v{
    float: left;
    text-align: left;
    color:Gray;
    font-size:18px;
}
.gy-js a
{
    color: #dc3545
}

.gy-js .gy-line{
    border-bottom: dashed 1px #dddddd;
    margin: 5px 0;
}
.gy-xq
{
    padding-top:20px;
    }
.gy-xq h3 {
    font-size: 24px;
    padding: 20px 0 10px 0;
    text-align: center;
}
.news-content h2, .gy-xq h2 {
    font-size: 18px;
    line-height: 30px;
    font-weight:bold;
    font-family:"微软雅黑";
}

.gy-xq .gy-htmlcon img{max-width:100%}
.gy-htmlcon {padding-top:20px;}

.gy-xq p{
    line-height: 36px;
}
.gongyu_rentprice 
{
    width: 100%;
    margin-bottom: 10px;
    margin-top: 20px;
}
.gongyu_rentprice th{
    border-bottom: solid 2px #333;
    border-top: solid 1px #333;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
}
.gongyu_rentprice td{
    border-bottom: solid 1px #ccc;
    line-height: 40px;
    text-align: center;
}

.gy-zlzx{
    background-color: #F4F4F4;
    line-height: 80px;
    font-size: 20px;
}
.gy-zlzx .iconfont{
    font-size: 32px;
    padding: 0 20px 0 60px;
}
.gy-xgzx{
    line-height: 40px;
    padding: 10px 20px 10px 20px;
}
.gy-xgzx .time{
    float: right;
    font-size:12px;
    padding-left:10px;
    font-style:italic;
}
.gy-xgzx .title
{
    overflow:hidden;
    max-height:40px;
    }
.gy-xgzx .icon{
    font-size: 10px;
    padding-right:5px;
}
.gy-p20{
    padding: 0 10px;
}

.newlist-bg{
    height: 270px;
    margin-top: 70px;
    background-size:100% 100%;
    position: relative;
    overflow: hidden;
    padding: 0px 0 140px;
    background-color: #7b9499;
    background: linear-gradient(-180deg, #7b9499, #b68256);
}
.newlist-t{
    text-align: center;
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    padding-top: 80px;
}
.newlist-t p{
    margin-bottom: 0;
}
.newlist-e{
    font-size: 24px;
}

.newlist-nav{
    margin: 20px 0 0 0;
}
.newlist-nav .nav-tabs .nav-item.show .nav-link, .newlist-nav .nav-tabs .nav-link.active{
    border-radius: 0;
    line-height: 40px;
    height: 40px;
    border: solid 1px #333333;
}
.newlist-nav .nav-tabs .nav-item.show .nav-link, .newlist-nav .nav-tabs .nav-link{
    border-radius: 0;
    line-height: 40px;
    height: 40px;
    border:solid 1px #ddd;
}

.newlist-content{
    margin-top: 10px;
    padding-bottom: 20px;
    border-bottom: dashed 1px #ddd;
}
.newlist-title{
    font-size: 18px;
    line-height: 48px;
    font-weight: 400;
    flex: 0 0 100%;
}
.newlist-img
{
    float: left;
    width: 150px;
    height: 100px;
    overflow: hidden;
    margin-right: 20px;
    }
.newlist-j{
    font-size: 14px;
    color: #999999;
    padding-bottom: 10px;
    flex: 0 0 100%;
}

.newlist-z{
    font-size: 12px;
    color: #999;
    line-height: 24px;
}
.newlist-z .iconfont{ font-size: 14px;
 line-height: 24px;
}
.newlist-z .time-y{
    text-align: right;
}
.nav-e{
    margin: 30px 0;
}
.page-item:first-child .page-link{
    border-radius: 0;
}
.page-item:last-child .page-link{
    border-radius: 0;
}
.page-link{
    color: #333;
    border-color: #bbb;
    line-height: 1.5;
    padding: 0.5rem 1.1rem;
}
.page-item.active .page-link{
    border-color: #333333;
    background-color: #333333;
}

.right-list{
    background-color: #f8f8f8;
    padding:20px;
}
.right-list-title{
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
}
.right-list-m{
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: dashed 1px #ddd;
}
.right-list-m .j-img{
    width:160px;
    height:120px;
    border-radius: 3px;
}
.right-list-m .j-name{
    font-size: 16px;
    line-height: 36px;
    padding-left: 10px;
    padding-bottom: 5px;
}
.right-list-m .j-price{
    font-size: 16px;
    color: #F69057;
    padding-left: 10px;
    padding-bottom: 10px;
}
.right-list-m .list-icon{
    color: #999;
    margin-top: 10px;
    font-size: 12px;
}

.left-list h1,.news-x-title{
    font-size: 24px;
    font-weight: 500;
    line-height: 48px;
    text-align: center;
    margin: 20px 20px 0 20px;
}
.news-f-title{
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    color: #999;
    padding-bottom: 10px;
    border-bottom: dashed 1px #ddd;
}
.news-f-title span{
    padding-left: 80px;
}
.news-content{
    padding: 20px 10px 20px 10px;
}

.news-content p{
    /*text-indent: 2em;*/
    line-height: 36px;
    margin-bottom: 0.5em;
}
.news-content a {
    color: blue;
}

.news-prenext{
    margin-bottom:10px;
    height:25px;
    color:Gray;
    font-size:15px;
    max-height:25px;
    overflow:hidden;
}

.about-bg{
    height: 270px;
    margin-top: 70px;
    background-size:100% 100%;
    position: relative;
    overflow: hidden;
    padding: 0px 0 140px;
    background-color: #7b9499;
    background: linear-gradient(-180deg, #7b9499, #b68256);
}
.about-j{
    line-height: 36px;
}
.about-fs{
    background-color: #f8f8f8;
    padding: 20px 0 10px 50px;
    color: black;
}
.about-fs .iconfont{
    font-size: 36px;
    display: block;
    line-height: 60px;
}

.about-bq{
    border: solid 1px #ccc;
    padding: 20px;
    height: 350px;
    overflow-y: scroll;
    line-height: 30px;
    margin-bottom: 50px;
}
.about-bq p{
    text-indent: 2em;
}
.hotel-bq{
    margin-top: 10px;
    border-bottom: dashed 1px #ddd;
    padding-bottom:10px;
    margin-bottom: 10px;
}
.hotel-bq .li-title{
    margin: 20px 0 0 10px;
}
.hotel-bq .nav-item.show .nav-link, .hotel-bq .nav-link{
    height: 24px;
    color: #333;
    border:none;
    line-height: 30px;
    padding:0 10px;
    margin-right: 24px;
    margin-top: 15px;
}
.hotel-bq:last-child{
    /*border: none;*/
}
.hotel-bq .nav-item.show .nav-link, .hotel-bq .nav-link.active{
    background-color: #333333;
    height: 26px;
    color: #fff;
    border:none;
    line-height: 24px;
    padding:0 10px;
    border-radius: 4px;
}
.hotel-li-bg{
    margin-top: 10px;
    background-color: #333333;
    height: 41px;
}
.hotel-li-bg .nav-tabs .nav-item.show .nav-link, .hotel-li-bg .nav-tabs .nav-link.active{
    background-color: #fff;
    color: #333333;
    border-radius: 0;
}
.hotel-li-bg .nav-tabs .nav-item.show .nav-link, .hotel-li-bg .nav-tabs .nav-link{
    color: #fff;
    margin-top: 5px;
    line-height: 36px;
    height: 36px;
    padding: 0 24px;
}
.hotel-li-bg .iconfont{
    color: #fff;
}

.hotel-li-bg .nav-tabs .nav-link.active .iconfont{
    color: #333333;
}

.slide_body{
    margin-top: 20px;
}

.page
{
    padding: 10px 10px 20px 0;
    float: none;
    font-size: 12px;
    text-align: center;
}
.page a
{
    border: 1px solid #DBDBDB;
    padding: 3px 7px 1px 7px;
    margin: 0 2px;
    line-height: 12px;
    height: 12px;
}
.page span
{
    border: 1px solid #DBDBDB;
    color: #999999;
    padding: 3px 7px 1px 7px;
    margin: 0 2px;
    line-height: 12px;
    height: 12px;
}
.page .onfocus
{
    color: #ffffff;
    background-color: #007e89;
}

.shareBox{display:inline; overflow:visible;right:0px;height:20px; padding:5px 0 0 5px; margin-bottom:20px; line-height:20px;font-size:12px; text-align:left; color:#d9d9d9}
.shareBox span{color:#666; vertical-align:middle;}
.shareBox span.word_desc{float:left; color:#666; display:inline-block; padding-top:1px; padding-left:5px;}
.ssina_btn,.sqq_btn,.skx_btn,.srr_btn,.sdb_btn,.shxwb_btn,.ssohu_btn,.sqqz_btn{display:inline-block; margin:0px 8px; width:0px; height:20px; padding-left:16px;background:url(/img/icons-share.gif) no-repeat 0 2px; vertical-align:middle; position:relative;}
.ssina_btn{background-position:0px -198px;}
.sqq_btn{background-position:0px -162px;}
.skx_btn{background-position:0px -37px;}
.srr_btn{background-position:0px -77px;}
.sdb_btn{background-position:0px -117px;}
.ssohu_btn{background-position:0px -234px;}
.sqqz_btn{ background-position:0px -269px;}
.shareBox a div{ position:absolute; overflow:hidden; width:0px;background:url(/img/sharetip.gif) no-repeat 0 0px;height:20px; padding-top:2px; color:#666; text-align:center;text-decoration:none; line-height:18px; }
.shareBox a:hover{ text-decoration:none}
.shareBox a:hover div,.shareBox a .on{ top:-20px; width:91px; left:-38px}
#douban div{ background-position:0px -22px;}
#douban a:hover div,#douban .on{ top:-20px; width:91px; left:-64px}


.BMap {
    box-sizing: content-box;
    position: absolute;
    left: 16px;
    z-index: 19;
    overflow: hidden;
}

.BMap .iwTitle, .BMap a{
    color: #CC5522;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
}
.BMap .iwContent 
{
    font-size: 14px;
}
.BMap .iwContent p{font-size:14px;}
.BMapview
{
    width:99%;
    height:400px;
    margin:10px 0 20px 0;
}
.BMap_bubble_title
{
    color: #CC5522!important;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    margin-top:10px; 
    margin-left:15px;
    z-index: 10;
}
.BMap_bubble_title a{
    color: #CC5522;
}


/*友情链接*/
.friend-link 
{
     color:#a0a0a0;
     font-size:14px;
     padding-bottom:20px;
    }
.friend-link span
{
    padding-right:20px;
    
    }
.bg-gray
{
    background-color:#eeeeee;color:#808080;
    }
.green 
{
    color: #009900;
    }
.red
{
    color:Red;
    }
.orange
{
    color:orange
    }
.blue
{
    color:Blue;
      }
.redspan{font-size: 12px;color:white;background-color:Red;padding:2px; border-radius: 3px; margin:0 2px;}
.greenspan{font-size: 12px;color:white;background-color:green;padding:2px; border-radius: 3px; margin:0 2px;}
.bmenu{display:none;}



@media (max-width: 992px) {
    body header {
        position: relative;
    }

    .navbar-collapse {
        background-color: #fff;
        box-shadow: 0px 0px 20px 0px rgba(52, 92, 97, 0.2);
        width: 160px;
        position: absolute;
        top: 50px;
        right: 20px;
    }
    .right-navigation{
        display: none;
    }
    
    .navbar-header .logo img{width:70px;max-width:70px;}
    

    .right-list
    {
        display:none;
        }
    .left-list {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .news-content img
    {
        font-size: 1.5rem;
        line-height: 180%;
        vertical-align: top;
        max-width: 99%;
    }

}
@media (max-width:768px) {
    .right-navigation{
    display: none;}
    
    .section-1{
        height:400px;
    }
    .banner-1 h2
    {
        font-size:30px;
        }
    .bmenu
    {
        overflow: hidden;
        width: 100%;
        margin: 0 auto;
        position: fixed;
        left: 0px;
        right: 0px;
        z-index: 100;
        bottom: 0px;
        background: #494949;
        display: inline;
    }
    .bmenu ul
    {
        overflow: hidden;
    }
    .bmenu ul li
    {
        float: left;
        width: 100%;
        line-height: 40px;
        font-weight: normal;
        font-size: 24px;
        color: #ffffff;
        height: 40px;
        overflow: hidden;
        text-align: center;
    }
    .bmenu ul li a
    {
        color: #ffffff;
    }
}
@media (max-width:576px) {
    .right-navigation{
        display: none;
    }
    .right-list{
        display: none;
    }
    .section-1{
        height:300px;
    }
    .banner-1 h2
    {
        font-size:23px;
        }
    .BMapview
    {
        max-height:350px;
    }

}
@media (min-width:992px) {
    .container{
        max-width: 1200px;
    }
}
@media (max-width: 1198px) {
    .navbar-collapse {
        background-color: #fff;
        box-shadow: 0px 0px 20px 0px rgba(52, 92, 97, 0.2);
        width: 160px;
        position: absolute;
        top: 50px;
        right: 20px;
    }
    .right-navigation{
        display: none;
    }
    .navbar-header .navbar-collapse .navbar-nav li a {
        font-size: 14px;
        font-style: normal;
        text-decoration: none;
        line-height: 40px;
        letter-spacing: 0px;
        color: #333333;
        text-transform: none;
        padding: 0px 20px;
        margin-right: 2px;
        border-bottom: 0;
    }
    .navbar-header .navbar-collapse .navbar-nav li a:hover {
        border-bottom: 0;
        color: #fff;
        background-color: #333333;
    }
    .navbar-header .navbar-collapse .navbar-nav li .current {
        border-bottom: 0;
        color: #fff;
        background-color: #333333;
        font-weight: 600;
    }
}


.fc{
    position: fixed;
    bottom: 40px;
    right: 20px;
    text-align: center;
    font-size: 12px;
}
.fc p{
    margin: 0;
}
.fc img{
    width: 100px;
    height: 100px;
}



