body, html,input{font-family:"微软雅黑";}
.navbar{
    height: 80px;
    position: fixed;
    top:0px;
    z-index: 999;
    min-width: 1200px;
    width: auto;
    width: 100%;
    border-radius: inherit;
}
.navbar-brand>img{
    display: inline;
}
.navbar-brand{
    height: 80px;
    line-height: 80px;
    padding: 0 60px 0 0;
}
.container-fluid{
    width:1200px;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover{
    background:none;


}
.navbar-inverse .navbar-nav>li>a{
    color: #fff;
}

.nav>li>a{
    line-height: 76px;
    padding:0 30px;
}
.nav>li>a:hover{
    border-bottom: 3px solid #0086f8;
}
.dropdown:hover{
    background: none;
}
.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{
    background: none;
    border-bottom: 3px solid #0086f8;
}
.addrleft{
    left: -274px;
    border: none;
    top:79px;
    width: 1200px;
    background: #000729;
    opacity: 0.94;
    padding-bottom: 40px;
}
.addrleft li{
    margin: 0px;
    list-style: none;
    color: #fff;
}
.showmenu{
    width: 1080px;
    float: right;
}
.showmenulist{
    margin-top: 20px;
    color: #fff;
}
.showmenulist li{
    width: 230px;
    margin-right: 20px;
    float: left;
}
.title{
    font-size: 16px;
    color: #ffffff;
    line-height: 48px;
}
.title:hover{
    text-decoration: none;
    color: #fff;
}
.showmenulist li a{

    width: 100%;
    display: inline-block;
}
.contenttxt{
    line-height: 36px;
    color: #cacaca;
}
.contenttxt:hover{

    color: #ffffff;
}
.linklogin{
    float: right;
    background: #00a0ea;
    border-radius:18px;
    margin-top: 20px;
}
.login{
    display: inline-block;
    line-height: 36px;
    padding: 0 20px;
    height: 36px;
    color: #fff;
    border-radius:18px 0px 0px 18px;
}
.login:hover{
    background: #0086f8;
    color: #fff;
    text-decoration: none;
}
.register{
    display: inline-block;
    line-height: 36px;
    padding: 0 20px;
    height: 36px;
    color: #fff;
    border-radius:0px 18px 18px 0px;
}
.register:hover{
    background: #0086f8;
    color: #fff;
    text-decoration: none;
}



.foot-img{
    width: 100%;
}
.foot-img img{
    width: 100%;
}
.foot-cent{
    background-color: #1d1d1d;
    height: 170px;
    width: 100%;
    display: flex;
    flex-direction: row;
}
.foot-cent-itme{
    width: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}
.foot-cent-itme:hover{
    list-style: none;
    text-decoration: none;
}
.box{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
}
.blue{
    width: 300px;
    text-align: center;
    color: #018aff;
    font-size: 24px;
}
.gray{
    width: 280px;
    text-align: center;
    font-size: 18px;
    color: #b2b2b2;
}
.foot-buttom{
    width: 100%;
    background: #23262a;
    height: 220px;
}
.foot-buttom-fl{
    float: left;
    width: 480px;
    margin-top: 60px;
}
.foot-buttom-fl span{
    display: inline-block;
}
.foot-buttom-fl-cent{
    float: left;
    display: inline-block;
    width: 300px;
    color: #fff;
    padding-left: 10px;
    height: 94px;
}
.foot-buttom-img{
    float: left;
    width: 94px;
    height:94px;
    display: inline-block;
}
.foot-buttom-fl-title{
    padding-top: 10px;
    display: inline-block;
    width: 300px;
    font-size: 18px;
    color: #b5b5b5;
}
.foot-buttom-fl-txt{
    font-size: 36px;
}
.foot-buttom-fr{
    float: left;
    margin-top: 60px;
}
.foot-buttom-fr-top{
    font-size: 16px;
    color: #fff;
}
.foot-buttom-fr-top a{
    margin-top: 10px;
    margin-right: 50px;
    line-height: 42px;
    color: #fff;
}
.foot-buttom-fr-btu{
    color: #999999;
    font-size: 12px;
}


