*{
    margin: 0;
    padding: 0;
}
p{
    margin-bottom: 0!important;
}
ol,ul,li {
    list-style: none;
}
a,a:hover{
    text-decoration: none;
}
/*导航样式*/
.headerBg {
    padding: 0px 15px;
    background-color: #242c3b;
}
.navbar-inverse {
     background-color: #242c3b;
     border-color: #242c3b;
}
.logo {
    padding-top: 13px;
}
.navbar-inverse .navbar-nav>li>a {
    color: #e0e0e0;
}
.active {
    color: #2970ed!important;
    border-bottom: 1px solid #2970ed;
}
.navRight li {
    color:#fff;
    padding: 14px 20px;
    font-size: 14px;
    text-indent: .4em;
    background-image: url("../images/telQ.png");
    background-repeat: no-repeat;
    background-size: 20px ;
    background-position: 0 14px;

}
.navRight li:nth-child(1) {
    background-size: 18px ;
    background-position: 0 -18px;
}
/*公用title*/
.title {
    line-height: 30px;
    text-align: center;
    color: #131b25;
}
.subTitle {
    margin-bottom: 20px!important;
    padding-bottom: 10px;
    line-height: 20px;
    text-align: center;
    border-bottom: 1px solid #ebebeb;
}
/*尾部上咨询*/
.zixun {
    margin-top: 40px;
    padding: 30px 0;
    width: 100%;
    height: 260px;
    background-image: url("../images/perSale.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.perSale {
    display: block;
    margin: 20px auto;
    padding: 6px 28px ;
    background-color: #286aee;
}
.perSalePosition {
    position: absolute;
    top: 66%;
    left: 50%;
    margin-left: -57px;
}
.preSale {
    text-decoration: none;
    color: #eee;
}
/*公用尾部*/
.footer {
    position: relative;
    width: 100%;
    border-top: 4px solid #40b8f6;
    background-color: #242c3b;
}
.vLine {
    display: inline-block;
    position: absolute;
    top:30px;
    left: 50%;
    width: 1px;
    height: 190px;
    background-color: #303a4d;
}
.footerCon {
    width: 100%;
    height: 190px;
    margin: 30px auto;
}
.footerCon0,
.footerCon3 {
    padding-left: 30px;
}
.footerCon0 {
    border-right: 1px solid #303a4d
}
.footerCon3 {
    border-left: 1px solid #303a4d;
}
.footerCon h5 {
    padding: 20px 20px 5px 0px;
    color: #d0cdd0;
}
.footerLink,
.footerLink a {
    font-size: 12px;
    line-height: 20px;
    color: #d0cdd0;
}
.footerLinkBg {
    line-height: 30px;
    text-indent: 3.2em;
    background-image: url("../images/footer0.png");
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: 15px 0;
}
.footerBg {
    width: 90px;
    height: 90px;
    margin-top: 10px;
    background-image: url("../images/footer1.png");
    background-repeat: no-repeat;
    background-size: 100%;
}
.friendLine {
    width: 100%;
    padding: 10px 0;
    border-top: 1px solid #303a4d;
    color: #bebcbd;
}
.friendLine a{
    color: #bebcbd;;
}
.recordNum {
    padding: 15px 0;
    font-size: 12px;
    text-align: center;
    background-color: #1d2330;
    color: #9b9ca0;
}
.qqFixed {
    position: fixed;
    right: 0;
    bottom: 150px;
}
@media (max-width: 992px) {
   .vLine {
       display: none;
   }
    .footerCon3 {
        border-left: none;
    }
    .footerCon2 {
        border-right: 1px solid #303a4d;
    }
}
@media (max-width: 770px) {
    .footerCon0,
    .footerCon2 {
        border: none;
    }
    .footerCon {
        padding-left: 30px;
        height: 130px;
    }
}