/*底部置于最底部样式-----start-----*/
html {
    height: 100%;
}
body {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}
.content-all {
    flex: 1;
    padding: 20px;
}
#lk_footer {
    padding: 20px;
}
/*底部置于最底部样式-----end------*/



/*------------------------------通用样式-start-----------------------------*/
body{

    font-family:"Maison Neue Book", "Helvetica Neue", Helvetica, Arial, "Liberation Sans", FreeSans, sans-serif;
    cursor: default;
}
body{
    /*屏幕右侧滚动条点位，勿删除*/
    width:100%;
    overflow-y:scroll;
    scrollbar-base-color:transparent;
    scrollbar-darkshadow-color:transparent;
    scrollbar-highlight-color:transparent;
    scrollbar-face-color:transparent;
}
ul, ol, li {
    list-style: none;
}

a {
    text-decoration: none;
}

.clearfix:after{
    content:"";
    display:block;
    clear:both;
}
@font-face {
    font-family: lk;
    src: url('../lib/fonts/lk.eot') format('embedded-opentype'),
    url('../lib/fonts/lk.svg') format('svg'),
    url('../lib/fonts/lk.ttf') format('truetype'),
    url('../lib/fonts/lk.woff') format('woff');
}

[class^="icon-"],
[class*=" icon-"]{
    font-family: lk;
    font-style: normal;
}
/*----------------------通用样式-end---------------------------*/

/***********************头部的样式--start--***********************/
#lk_header{
    background-color: #fff;
    position: fixed;
    top:0;
    left:0;
    width:100%;
    z-index: 2;
}
#lk_header .navbar-lk{
    border-bottom:1px solid #e0e0e0;

}

#lk_header .container{


}


/*导航栏 start--*/
nav.navbar li:hover .dropdown-menu {
    /*解决鼠标滑过时子菜单不自动弹出问题*/
    display: block;
}

#lk_header .navbar-lk .navbar-brand{
    height:60px;
    /*测试背景色不起作用*/
    /*background-color: yellow;*/
    /*margin-left:15px;*/
    /*margin-right:60px;*/

}
#lk_header .navbar-lk .navbar-brand img{
    /*限定logo尺寸，原始尺寸无所谓*/
    /*width:140px;*/
    width:180px;
}
#lk_header .navbar-lk .navbar-nav>li>a{
    /*background-color: red;*/
    /*导航的文字垂直居中，不设定高度时是自然居中的*/
    height:40px;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-right:10px;
}
/*鼠标悬停样式，排除了右边的按扭，按扭不需要悬停样式*/
#lk_header .navbar-lk .navbar-nav>li:not(.anniu)>a:hover{
    border-bottom:3px solid #D17474;
}

#lk_header .navbar-lk .navbar-nav>li>a{
    border-bottom:3px solid #FFFFFF;
}

#lk_header .navbar-lk .navbar-nav>li a.nav-link1{
    /*本页导航栏默认下划线*/
    border-bottom:3px solid #D17474;
}

#lk_header .navbar-lk .navbar-toggle {
    /*调整折叠按扭上下偏差，经测试无效*/
    margin-top: 1px;
}


#lk_header .user-center {
    display: none;
}

#lk_header .submit-project-btn{
    border-radius: 18px;
}
/*导航栏 end--*/
/***********************头部的样式--end---***********************/


/*------------------------------副页的封面图片-start-------------------------------------*/

#index_photo>div {

    /*height: 320px;*/

    /*background-color: yellow;*/
    /*附页Banner图片由后台提供, 2021-04-05 */
    /*background: url(../images/beijing.jpg) no-repeat center;*/
    /*副页的封面图片*/
}

/*------------------------------副页的封面图片-end---------------------------------------------*/


/***********************footer的样式--start--***********************/
#lk_footer{
    width:100%;
    /*height:200px;高度不指定，由mtmb控制*/
    /*background:url("../images/ft_bg.png") no-repeat center;*/
    background: #ffffff;
    color:#262626;
}

#lk_footer .container .row a{
    color:#262626;
    text-decoration:none;
}
#lk_footer .container .qr-picture img{
    width:120px;
}
/***********************footer的样式--end--***********************/
/*loading---start----*/
#loading{
    display: none;
    height: 80px;
    width: 80px;
    position: fixed;
    margin: auto;
    top: 100px; /*底部固定*/
    left: 0; /*实现div的居中*/
    right: 0; /*实现div的居中*/
    text-align: center; /*div的内容居中*/
    z-index: 999;
}
#loading .div-img{
    margin:auto auto;
}
#loading img{
    width:100%;
}
/*loading---end----*/
