/* 重写 */
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    border-color: #337ab7;
}

.nav>li>a:focus, .nav>li>a:hover {
    color: #ccc;
    text-decoration: none;
    background-color: transparent;
}

.dropdown-menu{
    background-color: #333;
}

.dropdown-menu.animated {
    animation-duration: .25s;
}

/* 头部 */
.top-header{
    overflow: auto;
}

.navbar.menu a{
    color: #fff;
    font-size: 16px;
}

.headerMB{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 99999999;
    background-color: #333;
}

.headerMB .navbar{
    margin-bottom: 0;
}

.headerMB .navbar-collapse{
    background-color: #fff;
}

.navbar-brand{
    padding: 5px 16px;
}
.navbar-brand img{
    max-height: 100%;
	width: 103px;
    margin-top: 12px;
}

.header {
    background-color: #333;
}

.top_text{
    background-color: #724bdd;
    color: #fff;
}

.logo,.top_tel{
    padding: 20px 0 20px 20px;
}

.logo img{
    width: 240px;
}

.logo h1{
    font-size: 24px;
    color: #f7f8f8;
}

.logo > span{
    margin-left: 20px;
}

.logo > span,.tel{
    color: #fdc800;
    font-size: 26px;
}

.top_tel > img, .tel{
    vertical-align: middle;
}

.top_tel > img{
    max-height: 40px;
}

/* 底部 */
footer{
    padding-top: 90px;
    background-color: #313131;
    color: #fff;
}

.footer-nav-item a,.footer-nav-item a:hover{
    color: #fff;
    font-size: 14px;
    line-height: 28px;
}

footer h1{
    color: #fff;
    font-size: 18px;
}

.footer-nav .line{
    margin-top: 24px;
    margin-bottom: 20px;
    width: 28px;
    height: 5px;
    background-color: #868686;
}

.footer-nav-item:hover .line{
    background-color: #ee8f25;
}

footer h2{
    color: #ee8f25;
    font-weight: bold;
}

.youlian span{
    font-size: 14px;
}

.youlian a{
    color: #fff;
}

.copyright{
    margin-top: 10px;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #434141;
    color: #868686;
    font-size: 14px;
}

h1>strong{
    font-size: 28px;
}

h1>p{
    margin-top: 2px;
    font-size: 22px;
    font-weight: bold;
	letter-spacing:3px;
}

@media (max-width: 768px) {
    footer{
        padding-top: 0;
    }

    .copyright {
        margin-top: 0;
    }
}
