#header{}
#header .top-bar{
    height: 40px;
    border: 1px solid #e0e0e0;
    line-height: 39px;
    text-align: center;
}
#header .top-bar .top-bar-1{
    border-right: 1px solid #e0e0e0;
    position: relative;
}
#header .top-bar .top-bar-1 a:hover img{
    display: block;
}
#header .top-bar .top-bar-1 .ma{
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -60px;
    margin-top: -10px;
    z-index: 9999;
}
#header .top-bar .top-bar-2{
    border-right: 1px solid #e0e0e0;
}
#header .top-bar .top-bar-3{
    border-right: 1px solid #e0e0e0;
}
.btn-group-sm>.btn, .btn-sm{
    background: #0ab4f7;
    color: #fff;
    border: 0;
}
.btn-group-sm>.btn, .btn-sm:hover{
    background: #086df2;
    color: #fff;
    border: 0;
}
.navbar-default{
    background: #fff;
    margin-bottom: 0;
}
.navbar-default .navbar-nav>li>a{
    height: 70px;
    line-height: 45px;
}
.navbar-default .navbar-nav>li>a:hover{
    color: #000;
    border-bottom: 3px solid #0ab4f7;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
    border: none;
}
.navbar-toggle{
    margin-top: 18px;
}
#carousel .item{
    background-size: cover;
    background-position: center center;
}
@media screen and (min-width: 800px){
    #carousel .item1{
        height: 476px;
        background-image: url('../img/a.png');
    }
    #carousel .item2{
        height: 476px;
        background-image: url('../img/b.png');
    }
    #carousel .item3{
        height: 476px;
        background-image: url('../img/c.png');
    }
}
@media screen and (max-width: 800px){
    #carousel .item1{
        height: 300px;
        background-image: url('../img/1.jpg');
    }
    #carousel .item2{
        height: 300px;
        background-image: url('../img/2.jpg');
    }
    #carousel .item3{
        height: 300px;
        background-image: url('../img/3.jpg');
    }
}
#about{
    margin-top: 30px;
}
.about-title{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
.about-info{
    text-indent: 2rem;
    color: rgb(127,127,127);
    padding: 30px 0;
    line-height: 30px;
}
#product{
    background: #f0f0f0;
    padding: 30px 0;
}
#product .nav{
    font-size: 18px;
}
#product .nav a{
    color: #999;
}
#product .nav li.active a{
    border: none;
    background: transparent;
    border-bottom: 2px solid #0ab4f7;
    color: black;
}
.line-one{
    display: flex;
    flex-direction: row;
}
.line-one img{
    padding-top: 50px;
}
.text-box{
    display: flex;
    flex-direction: column;
    padding-top: 130px;
    margin-left: 10px;
}
.text-box p{
    line-height: 13px;
    color: rgb(127,127,127);
}
.line-two{
    margin-top: 20px;
    font-size: 18px;
    color: #0ab4f7;
}
.line-three{
    margin-top: 20px;
    font-size: 30px;
}
.line-four{
    margin-top: 20px;
}
.vip-title{
    margin-top: 80px;
    font-size: 30px;
    color: rgb(148,57,60);
}
.vip-info{
    line-height: 25px;
}
.link-box{
    display: flex;
    flex-direction: row;
    margin-top: 30px;
    justify-content: space-between;
    align-items: center;
}
.link-box li{
    list-style: none;
}
.link-box li img{
    width: 40%;
    border-radius: 50%;
}
#footer{
    margin-top: 30px;
    height: auto;
    width: 100%;
    background: rgb(58,56,58);
}
.footer-left{
    text-align: center;
    color: #fff;
    padding-top: 20px;
    border-right: 1px solid #e0e0e0;
}
.footer-left div{
    padding-top: 20px;
}
.footer-left span{
    margin-left: 20px;
}
.footer-center{
    color: #fff;
    padding-top: 50px;
    border-right: 1px solid #e0e0e0;
    text-align: center;
}
.footer-right{
    text-align: center;
    padding-top: 50px;
    color: #fff;
}
.footer-right img{
    width: 13%;
    border-radius: 50%;
}
