 
.fl-l {
    float: left;
    line-height: 30px;
}

.fl-r {
    float: right;
    line-height: 30px;
}

.top- {
    /* border-bottom: 2px solid #1c5bb8; */
    height: 30px;
    font-size: 14px;
    background: #fff;
}

.top- span {
    margin-left: 20px;
}

.content {
    width: 1200px;
    margin: 0 auto;
 
    overflow: hidden;
position:relative;
}

.foot {
    border-top: 10px solid #003388;
}

.foot-t {
    background: #e5f1ff;
}

.foot-t ul {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.foot-t ul li {
    display: inline-block;
    border: 1px solid #ddd;
    height: 40px;
    width: 180px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    margin: 30px 16px 30px 0;
    /*position: relative;*/
}

.foot-t ul li.last {
    margin-right: 0;
    text-align: left;
}

.foot-t ul li.last span {
    margin-left: 10px;
}

span.slt- {
    position: relative;
    display: block;
    cursor: pointer;
}

span.slt-::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #83a5de;
    right: 15px;
    top: 16px;
}

 

.foot-t ul li.last .links a {
    width: 12%;
}

.ft-bs {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}

.ft-bs span {
    margin: 0 10px;
}

.foot-b {
    margin: 25px 0;
}

.ft-txt {
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    border-left: 1px solid #c5c5c5;
    padding-left: 40px;
    font-size: 16px;
}

.ft-txt span {
    margin-right: 20px;
}

.navMap {
    position: absolute;
    right: 0;
    top: 30px;
    text-align: center;
    color: #1c5bb8;
    line-height: 1;
}

.navMap-icon {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: url("/scsslt/xhtml/20gb/images/navMap-icon.png") no-repeat;
    background-size: cover;
}

.navMap a {
    color: inherit;
}

@media screen and (max-width: 1200px) {
    .bigBg,
    .top-,
    .nav,
    .foot {
        width: 1200px;
    }
}