html {
   /* height: 100%;*/
}
*{
    margin: 0;
    padding: 0;
}
ul li{
    list-style:none;
}
body {

   /* min-height: 100%;
    height: auto !important;
    height: 100%;*/
    /*margin: 0 auto -210px;*/
    padding-top: 80px;
    background-color: #f5f5f5;
}
.content{
    /*330px = 210px(footer高度) + 20px(footer的margin-top) + 100px(padding-top,padding-bottom)*/
    /*min-height: calc(100vh - 310px);*/
    min-height: calc(100vh - 50px);
}
footer {

    margin-top: 20px;
    width: 100%;
    background-color: #505050;
    color: white;
    font-size: 18px;
    padding: 6px 15px;
   /* position: absolute;
    bottom: 0;*/
}
footer .container {
    width: auto;
    max-width: 680px;
   /* padding: 50px 15px;*/
}
footer p {
    margin: 10px 0;
    text-align: center;
}
footer a,footer a:hover{
    color: white;
}
.p-content{
    width: 1200px;
    margin: 0 auto;
}

nav ul{
    padding: 0;
    margin:0;

}
nav ul li{
    list-style:none;
    float:left;
    color:#e3e3e3;
    font-size: 18px;
    margin-right: 20px;
    margin-top: 0px;
    padding: 0 10px;
}
nav ul li a{
    color:#e3e3e3;
    text-decoration:none;
}
/*nav ul li a.active{
    background-color:#53a4f4;
    color: white;
}*/
nav ul li.active{
    background-color:#53a4f4 !important;
    color: white !important;
}
nav ul li:hover{
    background-color:#5089c1;
    color: white !important;
    text-decoration:none;
}



/*左侧咨询栏*/
#rightask {
    position: fixed;
    width: 54px;
    height: 275px;
    right: 0px;
    bottom: -105px;
    z-index: 100;
}

#rightask ul li {
    width: 54px;
    height: 54px;
    float: left;
    position: relative;
    border-bottom: 1px solid #444;
}

#rightask ul li .sidebox {
    position: absolute;
    width: 54px;
    height: 54px;
    top: 0;
    right: 0;
    transition: all 0.3s;
    background: #000;
    opacity: 0.8;
    filter: Alpha(opacity=80);
    color: #fff;
    font: 14px/54px "微软雅黑";
    overflow: hidden;
}

#rightask ul li .sidebox:hover {
    background: #009688;
    opacity: 1;
    filter: Alpha(opacity=100);
}

#rightask ul li .sidetop{
    width: 54px;
    height: 54px;
    line-height: 54px;
    display: inline-block;
    background: #000;
    opacity: 0.8;
    filter: Alpha(opacity=80);
    transition: all 0.3s;
}


#rightask ul li .sidetop:hover {
    background: #ae1c1c;
    opacity: 1;
    filter: Alpha(opacity=100);
}

#rightask ul li img {
    float: left;
}


/*折叠卡*/
.panel-group .panel .panel-heading .accordion-toggle.collapsed:before, .panel-group .panel .panel-heading a[data-toggle=collapse].collapsed:before {
    content: '\e64b';


}

.panel-group .panel .panel-heading a[data-toggle=collapse] {
    display: block;
}

.panel-group .panel .panel-heading a[data-toggle=collapse]:before {
    content: '\e648';
    display: block;
    float: right;
    font-family: themify;
    font-size: 14px;
    text-align: right;
    width: 25px;

}

.panel-group .panel .panel-heading .accordion-toggle {
    display: block
}

.panel-group .panel .panel-heading .accordion-toggle:before {
    content: '\e648';
    display: block;
    float: right;
    font-family: themify;
    font-size: 14px;
    text-align: right;
    width: 25px
}

.panel-group .panel .panel-heading + .panel-collapse .panel-body {
    border-top: none
}

.panel-group .panel-heading {
    padding: 12px 20px;
    background-color: #f7f7f7;

}
.panel-group .panel-heading a{
    color: #079fff !important;
    font-size: 18px;
}
.panel-group{
    border: 1px #d5d5d5 solid;
    border-radius: 10px !important;

}
.panel-group .panel{
    border-radius: 10px !important;
}

.panel .panel-heading{
    border-radius: 10px !important;
}
.panel .panel-heading{
    border-radius: 10px 10px 0 0 !important;
}
*{
    /*font-family: "Microsoft YaHei,Rubik,sans-serif";*/
    font-family: "Microsoft YaHei", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
   /* font-family: "Microsoft YaHei", "Open Sans",
    "Helvetica Neue", Helvetica, Arial, sans-serif !important;*/
}