.ms-nav {
    border-bottom-color: #EBEEF5;
    flex-wrap: nowrap;
    flex-direction: row;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    border-bottom-style: solid;
    padding-top: 0px;
    border-bottom-width: 1px;
    justify-content: center;
    height: 120px;
    margin-left: 0px;
}

.ms-nav .body {
    flex-wrap: nowrap;
    flex-direction: row;
    display: flex;
    width: 1400px;
    box-sizing: border-box;
    justify-content: space-between;
    height: 100%;
}
.ms-nav .nav-language {
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    display: flex;
    /*padding-right: 10px;*/
    width: 20px;
    box-sizing: border-box;
    padding-left: 2px;
    justify-content: flex-start;
    height: 20%;
    /*margin-left: 5px;*/
    font-size: 12px;
    background-color: #0d689c;
    color: white;
}

.ms-nav .body .logo {
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    display: flex;
    padding-right: 0px;
    width: 10%;
    box-sizing: border-box;
    padding-left: 0px;
    justify-content: flex-start;
    height: 100%;
    margin: 0px 10px;
}

.ms-nav .body .logo .logo-pic {
    width: 100px;
    height: 100px;
}

.ms-nav .body .logo .logo-desc {
    padding-right: 0px;
    width: unset;
    padding-left: 0px;
    height: unset;
}

.ms-nav .body .nav-h5 {
    padding-bottom: 0px;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    display: none;
    width: 100px;
    box-sizing: border-box;
    padding-top: 0px;
    position: relative;
    right: 0px;
    justify-content: center;
    height: 100%;
}

.ms-nav .body .nav-h5 .nav-h5-icon {
    font-size: 28PX;
}

.ms-nav .body .nav-h5 .nav-h5-body {
    padding-bottom: 10px;
    align-items: flex-start;
    top: 80px;
    flex-wrap: nowrap;
    flex-direction: row;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    padding-top: 10px;
    position: absolute;
    justify-content: center;
    height: 100px;
}

.ms-nav .body .nav-h5 .nav-h5-body .nav-h5-item {
    cursor: pointer;
    flex-direction: row;
    word-wrap: break-word;
    display: inline-block;
    padding-right: 0px;
    font-size: 18PX;
    padding-top: 0px;
    padding-left: 0px;
}

.ms-nav .body .nav-item {
    margin-right: 0px;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    display: flex;
    padding-right: 40px;
    width: 70%;
    box-sizing: border-box;
    padding-left: 40px;
    justify-content: space-between;
    height: 100%;
}

.ms-nav .body .nav-item .item {
    cursor: pointer;
    flex-direction: row;
    word-wrap: break-word;
    display: inline-block;
    padding-right: 0px;
    font-size: 22PX;
    padding-left: 0px;
    font-weight: bolder;
    text-align: center;
}

.ms-nav .body .nav-item .sel{
    color: #409EFF;
}

.ms-nav .body .nav-search {
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    display: flex;
    padding-right: 0px;
    width: 20%;
    box-sizing: border-box;
    padding-left: 0px;
    justify-content: flex-end;
    height: 100%;
    margin-left: 0px;
}

.ms-nav .body .nav-search .ms-search-input {
    border-color: #409EFF;
    align-items: flex-end;
    flex-direction: row;
    border-width: 1px;
    display: flex;
    padding-right: 0px;
    box-sizing: border-box;
    border-style: solid;
    padding-left: 0px;
    justify-content: center;
    height: 32px;
    margin-left: 0px;
    margin-bottom: 0px;
}

.ms-nav .body .nav-search .ms-search-input .ms-search-input-div {
    align-items: center;
    flex-direction: row;
    display: flex;
    padding-right: 0px;
    box-sizing: border-box;
    justify-content: flex-start;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    width: 100%;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    padding-left: 0px;
    height: 100%;
}

.ms-nav .body .nav-search .ms-search-input .ms-search-input-div .ms-input {
    border: 0px;
    background-color: #FFFFFF;
    align-items: center;
    flex-direction: row;
    display: flex;
    padding-right: 4px;
    box-sizing: border-box;
    justify-content: space-between;
    border-top-left-radius: 2px;
    padding-bottom: 0px;
    flex-wrap: nowrap;
    border-bottom-left-radius: 2px;
    width: 90%;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    padding-top: 0px;
    padding-left: 4px;
    height: 30px;
}

.ms-nav .body .nav-search .ms-search-input .ms-search-input-div .ms-input span {
    color: #DCDFE6;
    flex-direction: row;
    word-wrap: break-word;
    display: inline-block;
    padding-right: 0px;
    border-top-left-radius: 0px;
    padding-bottom: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    font-size: 14PX;
    padding-top: 0px;
    padding-left: 0px;
}

.ms-nav .body .nav-search .ms-search-input .ms-search-button {
    cursor: pointer;
    align-items: center;
    flex-direction: row;
    display: flex;
    padding-right: 0px;
    box-sizing: border-box;
    justify-content: center;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    width: 80px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    background-repeat: no-repeat;
    padding-left: 0px;
    height: 100%;
}

.ms-nav .body .nav-search .ms-search-input .ms-search-button:hover {
    background-color: #E6E6E6;
}

.ms-nav .body .nav-search .ms-search-input .ms-search-button i {
    color: #409EFF;
    border-bottom-left-radius: 0px;
    padding-right: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    padding-left: 0px;
    border-top-left-radius: 0px;
}

.ms-nav .body .nav-search .ms-search-input .ms-search-button span {
    color: #409EFF;
    border-bottom-left-radius: 0px;
    flex-direction: row;
    word-wrap: break-word;
    display: inline-block;
    padding-right: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    font-size: 14px;
    padding-left: 0px;
    border-top-left-radius: 0px;
}

.ms-footer {
    background-color: #F2F2F2;
    align-items: center;
    flex-direction: row;
    display: flex;
    padding-right: 0px;
    box-sizing: border-box;
    justify-content: center;
    padding-bottom: 0px;
    flex-wrap: nowrap;
    width: 100%;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    margin-top: 0px;
}

.ms-footer .body {
    flex-wrap: nowrap;
    flex-direction: column;
    display: flex;
    padding-right: 0px;
    width: 1200px;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding-left: 0px;
    justify-content: flex-start;
    margin-top: 20px;
    height: 100%;
}

.ms-footer .body .top {
    align-items: center;
    flex-direction: row;
    display: flex;
    padding-right: 0px;
    box-sizing: border-box;
    justify-content: space-between;
    padding-bottom: 0px;
    flex-wrap: nowrap;
    width: 100%;
    margin-bottom: 90px;
    padding-top: 0px;
    padding-left: 30px;
    margin-top: 0px;
    height: 60%;
}

.ms-footer .body .top .top-left {
    flex-wrap: nowrap;
    flex-direction: row;
    display: flex;
    width: 60%;
    box-sizing: border-box;
    padding-top: 0px;
    padding-left: 0px;
    height: 120px;
}

.ms-footer .body .top .top-left .foot-nav {
    flex-wrap: nowrap;
    flex-direction: column;
    display: flex;
    width: 200px;
    box-sizing: border-box;
    padding-top: 0px;
    height: 100%;
}

.ms-footer .body .top .top-left .foot-nav .nav-item {
    flex-direction: row;
    word-wrap: break-word;
    display: inline-block;
    font-size: 18PX;
    padding-top: 6px;
    height: 32px;
    font-weight: bolder;
}

.ms-footer .body .top .top-left .foot-nav div {
    flex-wrap: nowrap;
    flex-direction: row;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    padding-top: 0px;
    height: 30px;
}

.ms-footer .body .top .top-left .foot-nav div .item {
    color: #767676;
    flex-direction: row;
    word-wrap: break-word;
    display: inline-block;
    font-size: 16PX;
    padding-top: 6px;
    height: 32px;
}

.ms-footer .body .top .top-right {
    flex-wrap: nowrap;
    flex-direction: row;
    display: flex;
    width: 40%;
    box-sizing: border-box;
    padding-top: 0px;
    padding-left: 0px;
    height: 100%;
}

.ms-footer .body .top .top-right .qr {
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
    display: flex;
    width: 60%;
    box-sizing: border-box;
    justify-content: center;
    height: 100%;
}

.ms-footer .body .top .top-right .qr .pic {
    width: 120px;
    height: 120px;
}

.ms-footer .body .top .top-right .qr .text {
    flex-direction: row;
    word-wrap: break-word;
    display: inline-block;
    font-size: 14px;
}

.ms-footer .body .copyright {
    text-align: center;
    flex-direction: row;
    word-wrap: break-word;
    display: inline-block;
    font-size: 14px;
    padding-top: 16px;
    height: 32px;
    width: 100%;
    line-height: 20px;
    margin-bottom: 20px;
}

.ms-footer .body .power {
    color: #5B5B5B;
    text-align: left;
    flex-direction: row;
    word-wrap: break-word;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 0px;
    padding-top: 0px;
    margin-top: 0px;
}

@media (max-width: 600px) {
    .ms-nav {
        border-bottom-color: #EBEEF5;
        flex-wrap: nowrap;
        flex-direction: row;
        display: flex;
        width: 100%;
        box-sizing: border-box;
        border-bottom-style: solid;
        padding-top: 0px;
        border-bottom-width: 1px;
        justify-content: center;
        height: 80px;
        margin-left: 0px;
    }

    .ms-nav .body {
        flex-wrap: nowrap;
        flex-direction: row;
        display: flex;
        width: 100%;
        box-sizing: border-box;
        justify-content: space-between;
        height: 100%;
    }

    .ms-nav .body .logo {
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: row;
        display: flex;
        padding-right: 0px;
        width: 15%;
        box-sizing: border-box;
        padding-left: 0px;
        justify-content: center;
        height: 100%;
        margin: 0px 10px;
    }

    .ms-nav .body .logo .logo-pic {
        width: 60px;
        height: 60px;
    }

    .ms-nav .body .logo .logo-desc {
        width: unset;
        height: unset;
    }

    .ms-nav .body .nav-h5 {
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: row;
        display: none;
        width: 100px;
        box-sizing: border-box;
        justify-content: center;
        height: 100%;
    }

    .ms-nav .body .nav-h5 .nav-h5-icon {
        font-size: 28PX;
        padding-top: 0px;
        padding-left: 0px;
    }

    .ms-nav .body .nav-h5 .nav-h5-body {
        background-color: #F2F6FC;
        flex-direction: column;
        display: none;
        box-sizing: border-box;
        right: 0px;
        justify-content: flex-start;
        padding-bottom: 0px;
        top: 80px;
        flex-wrap: nowrap;
        width: 140px;
        padding-top: 10px;
        position: absolute;
        padding-left: 10px;
        height: 100vh;
        z-index: 2;
    }

    .ms-nav .body .nav-h5 .nav-h5-body .nav-h5-item {
        cursor: pointer;
        color: #303133;
        flex-direction: row;
        word-wrap: break-word;
        display: inline-block;
        padding-right: 0px;
        font-size: 16PX;
        padding-top: 8px;
        padding-left: 0px;
        height: 40px;
    }

    .ms-nav .body .nav-item {
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: row;
        display: flex;
        padding-right: 5px;
        width: 80%;
        box-sizing: border-box;
        padding-left: 0px;
        justify-content: space-between;
        height: 100%;
    }

    .ms-nav .body .nav-item .item {
        cursor: pointer;
        margin-right: 0px;
        flex-direction: row;
        word-wrap: break-word;
        display: inline-block;
        font-size: 13px;
        padding-left: 0px;
        font-weight: bolder;
        text-align: center;
    }

    .ms-nav .body .nav-search {
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: row;
        display: none;
        padding-right: 0px;
        width: 20%;
        box-sizing: border-box;
        padding-left: 0px;
        justify-content: center;
        height: 100%;
        margin-left: 0px;
    }

    .ms-nav .body .nav-search .ms-search-input {
        border-color: #CCCCCC;
        align-items: flex-end;
        flex-direction: row;
        border-width: 1px;
        display: flex;
        width: 100%;
        box-sizing: border-box;
        border-style: solid;
        justify-content: center;
        height: 40%;
    }

    .ms-nav .body .nav-search .ms-search-input .ms-search-input-div {
        flex-direction: row;
        border-right-width: 1px;
        display: flex;
        padding-right: 0px;
        width: 100%;
        box-sizing: border-box;
        border-right-color: #CCCCCC;
        border-right-style: solid;
        height: 100%;
    }

    .ms-nav .body .nav-search .ms-search-input .ms-search-input-div .ms-input {
        border: 0px;
        background-color: #FFFFFF;
        align-items: center;
        flex-direction: row;
        display: flex;
        padding-right: 4px;
        box-sizing: border-box;
        justify-content: space-between;
        border-top-left-radius: 2px;
        padding-bottom: 0px;
        flex-wrap: nowrap;
        border-bottom-left-radius: 2px;
        width: 90%;
        border-bottom-right-radius: 2px;
        border-top-right-radius: 2px;
        padding-top: 0px;
        padding-left: 4px;
        height: 30px;
    }

    .ms-nav .body .nav-search .ms-search-input .ms-search-input-div .ms-input span {
        color: #DCDFE6;
        flex-direction: row;
        word-wrap: break-word;
        display: inline-block;
        padding-right: 0px;
        border-top-left-radius: 0px;
        padding-bottom: 0px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        border-top-right-radius: 0px;
        font-size: 14PX;
        padding-top: 0px;
        padding-left: 0px;
    }

    .ms-nav .body .nav-search .ms-search-input .ms-search-button {
        flex-direction: row;
        display: flex;
        width: 40px;
        box-sizing: border-box;
        background-position: center;
        background-repeat: no-repeat;
        height: 100%;
    }

    .ms-nav .body .nav-search .ms-search-input .ms-search-button i {
        border-bottom-left-radius: 0px;
        padding-right: 0px;
        border-bottom-right-radius: 0px;
        border-top-right-radius: 0px;
        padding-left: 0px;
        border-top-left-radius: 0px;
    }

    .ms-nav .body .nav-search .ms-search-input .ms-search-button span {
        border-bottom-left-radius: 0px;
        flex-direction: row;
        word-wrap: break-word;
        display: inline-block;
        padding-right: 0px;
        border-bottom-right-radius: 0px;
        border-top-right-radius: 0px;
        font-size: 14px;
        padding-left: 0px;
        border-top-left-radius: 0px;
    }

    .ms-footer {
        background-color: #F2F2F2;
        align-items: center;
        flex-direction: row;
        display: flex;
        padding-right: 0px;
        box-sizing: border-box;
        justify-content: center;
        padding-bottom: 0px;
        flex-wrap: nowrap;
        width: 100%;
        padding-top: 0px;
        padding-left: 0px;
        margin-top: 0px;
        height: unset;
    }

    .ms-footer .body {
        padding-bottom: 10px;
        flex-wrap: nowrap;
        flex-direction: column;
        display: flex;
        padding-right: 2px;
        width: 100%;
        box-sizing: border-box;
        padding-top: 10px;
        padding-left: 2px;
        margin-top: 0px;
    }

    .ms-footer .body .top {
        padding-bottom: 0px;
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: column;
        display: flex;
        padding-right: 0px;
        width: 100%;
        margin-bottom: 0px;
        box-sizing: border-box;
        padding-top: 0px;
        padding-left: 10px;
        justify-content: space-between;
        margin-top: 0px;
    }

    .ms-footer .body .top .top-left {
        align-items: center;
        flex-wrap: wrap;
        flex-direction: row;
        display: flex;
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 20px;
        padding-top: 0px;
        padding-left: 0px;
        justify-content: flex-start;
        height: unset;

    }

    .ms-footer .body .top .top-left .foot-nav {
        flex-wrap: nowrap;
        flex-direction: column;
        display: flex;
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 0px;
        padding-left: 0px;
        height: 100%;
    }

    .ms-footer .body .top .top-left .foot-nav .nav-item {
        flex-direction: row;
        word-wrap: break-word;
        display: inline-block;
        font-size: 18PX;
        padding-top: 6px;
        height: 32px;
        font-weight: bolder;
    }

    .ms-footer .body .top .top-left .foot-nav div .item {
        color: #767676;
        flex-direction: row;
        word-wrap: break-word;
        display: inline-block;
        font-size: 16PX;
        padding-top: 6px;
        height: 32px;
    }

    .ms-footer .body .top .top-right {
        flex-wrap: nowrap;
        flex-direction: row;
        display: flex;
        width: 100%;
        box-sizing: border-box;
        padding-top: 0px;
        padding-left: 0px;
    }

    .ms-footer .body .top .top-right .qr {
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: column;
        display: flex;
        width: 100%;
        box-sizing: border-box;
        padding-left: 0px;
        justify-content: center;
        height: 100%;
    }

    .ms-footer .body .top .top-right .qr .pic {
        width: 100px;
        height: 100px;
    }

    .ms-footer .body .top .top-right .qr .text {
        flex-direction: row;
        word-wrap: break-word;
        display: inline-block;
        font-size: 14px;
    }

    .ms-footer .body .copyright {
        text-align: center;
        flex-direction: row;
        word-wrap: break-word;
        display: inline-block;
        font-size: 14px;
        padding-top: 16px;
        height: unset;
        width: 100%;
    }

    .ms-footer .body .power {
        color: #5B5B5B;
        text-align: center;
        flex-direction: row;
        word-wrap: break-word;
        display: inline-block;
        font-size: 14px;
        padding-top: 0px;
    }
}


/********头部样式--begin*********/
#lk-header{
    background-color:#014c8f;
}
#lk-header .top-bar{
    height: 40px;
    line-height: 39px;
    border-bottom: 1px solid #e0e0e0;
}
/********头部样式--end*********/

/********bogo--begin*********/
#lk-logo{
    width: 100%;
    height: 100%;
}

/********bogo样式--end*********/

/********导航条nav样式--begin*********/
#lk-nav{
    background-color:#343434;

}
#lk-nav .navbar-lk{
    border-bottom: 1px solid #e0e0e0;
}
#lk-nav .navbar-lk #nav-link{
    padding-left:80px;
}
#lk-nav .navbar-lk .navbar-brand{
    height: 90px;

}
#lk-nav .navbar-lk .navbar-nav>li>a{
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right:30px;
    color: #e0e0e0;
    font-weight: bold;

}
#lk-nav .navbar-lk .navbar-nav>li>a:hover{
    border-bottom: 2px solid purple;
}
/********nav样式--end*********/

/********banner样式--begin*********/
#lk-banner{
    margin:0 0 0 0;

}
#navbar-collapse ul{
    margin-top: 0px;
}
.carousel-inner .carousel-item img{
    margin:0 auto;
    display: block;
}
/*#lk-banner .carousel-item{*/
/*height:100%;*/
/*}*/
/*#lk-banner .carousel-item img{*/
/*height:100%;*/
/*}*/
/********banner样式--end*********/

/********业务搜索--begin*********/
#lk-sous{
    background-color:#014c8f;
}
#lk-sous .top-bar{
    height:40px;
    line-height: 39px;
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
}

#lk-sous .top-bar p>a{
    line-height: 18px;
    color: #e0e0e0;
}
#lk-sous .top-bar p>a:hover{
    color:#0C0C0C;
}
/********业务搜索样式--end*********/


/** border:1px solid #c1c0c0;*/
/********server样式--begin*********/
#lk-server{

    margin-top:10px;
}
#lk-server .media .media-body p{
    text-indent:1em;
}
/********server样式--end*********/


/********lk-sLogo样式--begin*********/
#lk-sLogo{
    width: 100%;
    height: 100%;
    margin-top: 10px;
}

/********lk-sLogo--end*********/


/********lk-shBusiness样式--begin*********/

#lk-shBusiness{

    margin-top:10px;

}
#lk-shBusiness .media{


}
#lk-shBusiness .media h5{
    display:flex;
    justify-content:center;
    align-items:center;
    color:#000;
    font-weight:bold;
    padding-top:5px;
    padding-bottom:20px;
}
#lk-shBusiness .media p{
    display:flex;
    justify-content:center;
    align-items:center;
    color:#000;
    text-indent:1em;
    padding: 1px 1px 1px 1px;
}
#lk-shBusiness .media img{
    margin-left: 10px;
    border: 10px solid #e0e0e0;
    /*box-shadow:  0 0 0 10px #009688;*/
    outline: dashed 10px #fff;
    box-shadow:10px 0px 0px 0px #e0e0e0;
    box-shadow:0px 10px 0px 0px #e0e0e0;
}

/*说明：（以上部边为例进行说明）
1. 对于上边，沿x轴方向的偏移量显然没有意义，设为0px；
2. 沿y轴正方向阴影进入div内部，不显示，因此写为负数；
3. 扩展半径不要写，或者写成0px，这样就不会影响其他的边；
4. 颜色自定；
5. 模糊程度按需要自定；
6. 下、左、右边阴影按规律类推。
/**!  box-shadow:    */
/*0px -10px 0px 0px #ff0000,   */
/*!*上边阴影  红色*!                 */
/*-10px 0px 0px 0px #3bee17,   */
/*!*左边阴影  绿色*!                 */
/*10px 0px 0px 0px #2279ee,  */
/*!*右边阴影  蓝色*!                */
/*0px 10px 0px 0px #eede15;    */
/*!*下边阴影  黄色*!*/

/********lk-shBusiness--end*********/

/********advantage--begin*********/
#advantagee{
    margin-top:30px;
}
#advantagee .advantage{

    width:100%;
    height:100%;
    margin: 0px auto;
}
#advantagee .advantage img{
    display:block;
    margin: 0px auto;

}
/********advantage--end*********/

/********lk-pcLogo样式--begin*********/
#lk-pcLogo{
    width: 100%;
    height: 100%;
    margin-top: 10px;
}

/********lk-pcLogo--end*********/

/********news样式--begin  border:1px solid #c1c0c0;*********/
#lk-news{
    margin: 0px auto;
}
#lk-news .video{
    display:block;
    margin: 0px auto;
}
#lk-news .newstitle{

}
#lk-news .newstitle ul li{
    padding-top:8px;
    border-bottom:1px dashed #b9b9b9;
    height:35px;
    _height:22px;
    _line-height:26px;
}
#lk-news .newstitle ul li .more{
    padding-right:10px;
    color:#fe6601;
    font-size: 12px;
    font-family:Arial;
    font-weight: bold;
    display:block;
    float:right;
}
#lk-news .newstitle ul li a{
    text-decoration:none;
    color:#000000;
}
#lk-news .newstitle ul li a:hover{

    color:#c1c0c0;
}
#lk-news .newstitle ul li p{
    float:right;
    padding-right:10px;
    height:35px;
    _height:22px;
    _line-height:26px;
}
/********news--end*********/

/********友情链接样式--begin*********/
/*合作伙伴	  border:1px solid #c1c0c0;*/
#lk-link{
    margin-top:20px;
}
@media screen and (min-width: 1201px) {
    #lk-link .Special{
        width:1200px;
        /*overflow:hidden;*/
        margin:0 auto;
        /*height:55%;*/
        margin-top:10px;
        position:relative;
        clear:both;
    }

    #lk-link .title .img{
        overflow:hidden;
        width:100%;
        height:70px;
        background-repeat: no-repeat;
        background-position: center center;
    }
}
@media screen and (max-width: 1200px) {
    #lk-link .Special{
        width:100%;
        /*overflow:hidden;*/
        margin:0 auto;
        /*height:55%;*/
        margin-top:10px;
        position:relative;
        clear:both;
    }
    #lk-link .title .img{
        overflow:hidden;
        width:100%;
        height:70px;
        background-repeat: no-repeat;
        background-position: center center;
    }
}

#lk-link .Special .LeftBotton{
    height:52px;
    width:19px;
    background:url(../img/link/button.gif) no-repeat 11px 0;
    overflow:hidden;
    float:left;
    display:inline;
    margin:20px 0 0 0;
    cursor:pointer;

}
#lk-link .Special .RightBotton{
    height:52px;
    width:19px;
    background:url(../img/link/button.gif) no-repeat -8px 0;
    overflow:hidden;
    float:left;
    display:inline;
    margin:20px 0 0 0;
    cursor:pointer;
}
#lk-link .Special .Cont{
    width:100%;
    overflow:hidden;
    float:left;

}
#lk-link .Special .ScrCont{
    width:100%;
}
@media screen and (min-width: 1201px) {
    #lk-link .Special .Cont .pic{
        width:14%;
        float:left;
        text-align:center;
        padding:5px 0px 5px 0px;
    }
}
@media screen and (max-width: 1200px) {
    #lk-link .Special .Cont .pic{
        width:20%;
        float:left;
        text-align:center;
        padding:5px 0px 5px 0px;
    }
}
@media screen and (max-width: 901px) {
    #lk-link .Special .Cont .pic{
        width:33%;
        float:left;
        text-align:center;
        padding:5px 0px 5px 0px;
    }
}
@media screen and (max-width: 500px) {
    #lk-link .Special .Cont .pic{
        width:50%;
        float:left;
        text-align:center;
        padding:5px 0px 5px 0px;
    }
}

#lk-link .Special .Cont .pic img{
    padding:4px;
    background:#fff;
    border:1px solid #ccc;
    display:block;
    margin:0 auto;
}
#lk-link .Special .Cont a:link,.Special .Cont a:visited{
    color:#626466;
    text-decoration:none;
}
#lk-link .Special .Cont a:hover{
    color:#f00;
    text-decoration:underline;
}
#lk-link .Special #List1,.Special #List2{float:left;}
/********友情链接样式--end*********/

/********底部样式--begin*********/
#lk-footer{
    background-color:#343434;
    margin-top:30px;
    padding-top: 20px;
    width:100%;
    height:100%;
    padding-bottom:10px;

}

#lk-footer .foottop{
    /*border:1px solid #c1c0c0;*/
    display:flex;
    justify-content:center;
    align-items:center;
    color:#000;
    padding: 1px 1px 1px 1px;
    text-align: center;
    margin-bottom: 10px;
}
#lk-footer .foottop .ba{
    color: #ffffff;
}
#lk-footer .foottop a{
    text-decoration:none;
    color:#ffffff;
}
#lk-footer .foottop a:hover{
    color:#c1c0c0;

}
#lk-footer .foottop .foottitle{
    padding-right: 0px;
}
#lk-footer .footbt{
    /*border:1px solid #c1c0c0;*/
    display:block;
    margin:auto;
}
/********底部样式--end*********/

/********底部样式--list信息*********/
#lk-listas{
    margin-top:10px;
}
#lk-listas .navbar a{
    color:#ffffff;
}
#lk-listas .navbar a:hover{
    color:#c1c0c0;

}
#lk-listas .navbar .home{
    color:#000000;

}
#lk-listas .navbar .home a{
    color:#000000;
    text-decoration:none;
}
#lk-listas .navbar .home a:hover{
    color:#000000;

}
#lk-listas .listt{
    border:1px solid #c1c0c0;
    height:50px;
    font-weight:bold;
}
#lk-listas .listt img{
    padding-right:5px;
}
#lk-listas .listinfo{
    margin-top:20px;
    margin-bottom: 20px;
}
#lk-listas .listinfo ul li{

    padding-top:8px;
    border-bottom:1px dashed #b9b9b9;
    height:35px;
    _height:22px;
    _line-height:26px;
}
#lk-listas .listinfo ul li a{
    text-decoration:none;
    color:#000000;
}
#lk-listas .listinfo ul li a:hover{
    color:#c1c0c0;
}
#lk-listas .listinfo ul li span{
    float:left;
    padding-right:50px;
    height:35px;
    _height:22px;
    _line-height:26px;
    padding-left: 20px;
}
#lk-listas .listinfo ul li p{
    float:right;
    padding-right:20px;
    height:35px;
    _height:22px;
    _line-height:26px;
}

/********开始样式--新闻信息中心*********/
#lk-listas .card-body .bj{
    margin-top:20px;
    margin-bottom: 10px;
    border-bottom:1px solid #b9b9b9;
}
#lk-listas .card-body .bj span{
    font-size:12px;
    display:flex;
    justify-content:center;
    align-items:center;
}
#lk-listas .card-body .bj small{
    padding-left: 20px;
}

#lk-listas .dz{
    display:flex;
    justify-content:center;
    align-items:center;
}

#lk-listas .dz select{
    width:200px;
    margin-left: 10px;
}
#lk-listas .search{
    display:flex;
    justify-content:center;
    align-items:center;
}
#lk-listas .search input{
    float:left;
    margin-right:10px;
}
#lk-listas .search button{
    float:right;
}
#lk-listas .hrsou{
    margin-top: 50px;
}


*, ::after, ::before {
    box-sizing: border-box;
}