* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    color:#333;
    font-size:16px;
}
a, a:focus {
    outline: none;
    cursor: pointer;
}
ul, li, ol {
    margin: 0;
    padding:0;
    list-style: none;
}
div {
    display: block;
    position: relative;
}
header {
    height: 75px;
    background: #494751;
    display: table;
    width: 100%;
}
header, header a {
    color:#fff;
}


.logo-wrap {
    position: absolute;
}
.logo img {
    height: 56px;
    margin-top: 9px;
    margin-left: 10px;
}
.header-phone {
    padding-top: 16px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 6;
}
.header-phone .navbar-toggle {
    border: 0 none;
    margin-top: 0;
    outline: 0 none;
    padding: 5px 11px;
    width:42px;
    height:42px;
    background: #0f0e10;
    border-radius: 100%;
    margin-right: 0;
}
.header-phone .navbar-toggle .icon-bar {
    background: #fff;
    border-radius: 2px;
    display: block;
    height: 2px;
    margin: 2px auto 3px;
    float:left;
    width: 100%;
}
.header-phone .navbar-toggle.hover {
    background: #e60213;
}
.header-phone .navbar-active .icon-bar {
    background: #e60213;
}
.nav-bar {
    left: 0;
    padding-left: 120px;
    position: absolute;
    top: 0;
}
.navbar-nav > li > a {
    line-height: 45px;
    font-size: 18px;
    color: #fff;
}
.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
    background: #1d1d20;
}
.top-icon-link {
    float: right;
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 5;
}
.top-icon-link a {
    display: inline-block;
    background: #0f0e10;
    border-radius: 100%;
    padding: 5px;
    width:42px;
    height:42px;
    margin: 16px 5px 0;
    text-align: center;
    line-height: 32px;
    font-size:20px;
}
.top-icon-link a:hover {
    color:#fff;
    background: #cb0101;
}
.owl-controls {
    position: absolute;
    bottom:10px;
    z-index: 11;
    width:100%;
}
.owl-controls .owl-dots {
    margin: 0 auto;
}
.owl-theme .owl-dots .owl-dot span {
    background: #fff;
    opacity: 1;
    width:45px;
    height:4px;
    margin:5px 3px;
}
.owl-theme .owl-dots .owl-dot.active span {
    opacity: 0.5;
}
.pcBan {
    display: block;
}
.moBan {
    display: none;
}
.layer-step {
    text-align: center;
    margin: 30px 0;
}

.steps li {
    float:left;
    width: 20%;
    padding: 50px 10px 20px;
    
}
.stepBox {
    border: 1px solid #aaa;
    border-radius: 2px;
    position: relative;
    display: table;
    width:100%;
    padding:0 5px 10px;
}
.steps .number {
    float:left;
    width:100%;
}
.steps .number span {
    margin: -38px auto 10px;
    width:68px;
    height:68px;
    background: #222;
    font-size: 28px;
    line-height: 68px;
    display: block;
    border-radius: 100%;
    color:#fff;
}
.steps li:nth-child(2n+1) .number span {
    background: #d00000;
}
.steps li .btn {
    display: block;
    margin: 8px auto;
    float: none;
    width:80%;
}
.steps li h4 {
    font-size: 18px;
    line-height: 1.2;
    height:44px;
    display: table;
    width:100%;
    text-align: center;
    padding:0 10px;
    overflow: hidden;
}
.steps li .text {
    color:#777;
    margin: 15px 0;
    height:80px;
    line-height: 20px;
    overflow:hidden;
}
.btn {
    border: 2px solid #494751;
    background: #fff;
    color: #494751;
    text-transform: uppercase;
}
.btn:hover, .btn-hover {
    background: #494751;
    color: #fff;
}
.btn-hover:hover {
    background: #fff;
    color: #494751;
}
.layer-advs {
    background: #eceeef;
    padding:20px 0;
}
.layer-advs a img {
    width:100%;
    margin: 10px 0;
}
.advs-title {
    position: absolute;
    bottom:25px;
    right:15px;
    background: rgba(0, 0, 0, 0.5);
    width:65%;
    float:left;
    padding:5px 15px 8px;
    line-height: 1.4;
    text-transform: uppercase;
    font-size:18px;
    color:#fff;
}
.layer-about {
    margin: 30px auto 60px;
    text-align: center;
    color:#777;
    line-height: 1.6;
}
.layer-about h1 {
    color:#222;
    text-transform: uppercase;
    font-size:24px;
    font-weight:500;
    padding:10px 0 20px;
}
.footer {
    background: #414b52;
    padding:30px 0;
}
.footer, .footer a {
    color:#fff;
}
.f-link h4 {
    font-size:22px;
    font-weight:400;
}
.f-link .fa {
    font-size:27px;
    margin-right: 8px;
}
.f-link a {
    padding-left:40px;
    display: block;
    color:#999;
    line-height: 30px;
}
.f-link a:hover {
    color:#fff;
}
.footer .pull-right {
    text-align: right;
}
.footer .pull-right h1 {
    font-size:24px;
    letter-spacing: 3px;
    margin-top: 10px;
}
.foot-social-icon {
    display: block;
}
.foot-social-icon a {
    display: inline-block;
    width: 36px;
    text-align: center;
}
@media (max-width:1024px) {
    .steps li {
        width:100%;
    }
    .navbar-nav > li > a {
        font-size: 15px;
    }
}
@media (max-width:880px) {
    
    .nav-bar {
        padding-left: 80px;
    }
    .navbar-nav > li > a {
        font-size: 14px;
    }
}
@media (max-width:768px) {
    .nav-bar {
        position:absolute;
        z-index: 50001;
        top:75px;
        left:0;
        text-align: center;
        width:100%;
        background: rgba(0, 0, 0, 0.9);
        padding-left:0;
    }
    .navbar-nav {
        margin: 0;
    }
    .navbar-nav > li > a {
        line-height: 25px;
    }
    .top-icon-link {
        padding-right: 50px;
    }
    .nav-phone {
        background: #eeeeee;
        display: none;
        left: 0;
        position: absolute;
        top: 75px;
        width: 100%;
    }
    .nav-phone a {
        color: #333;
        display: block;
        height: 42px;
        line-height: 42px;
        margin: 0 15px;
        text-decoration: none;
    }
    .moBan {
        display: block;
    }
    .pcBan {
        display: none;
    }
    .f-link {
        text-align: center;
    }
    .f-link a {
        padding-left:0;
    }
    .f-link .fa {
        display: block;
        margin: 0 auto 15px;
        font-size:36px;
    }
    .f-link .col-xs-12 {
        margin-bottom: 30px;
    }
    .footer .pull-right {
        text-align: center;
    }
}