.footer {
	width: 100%;
	height: 150px;
	margin: 0 auto;
	font-size: 14px;
	font-weight: normal;
	padding-top: 20px;
	/*background: rgba(191,213,234,0.8);*/
	background: #fff;
}

.footer table {
	margin: 0 auto;
	vertical-align: middle;
	text-align: center;
}

.footer table td {
	line-height: 38px;
}
.div{
	width: 100%;
	height: 10px;
	background: #ececec;
}


/*  */
.app-footer {
    /* background: #e1e4e7; */
    border-top: 6px solid #0e4c95;
    height: 210px;
    min-width: 1200px;
	font-size: 16px;
    line-height: 32px;
}
.t-center {
    text-align: center;
}
.container-content {
    width: 1200px;
    margin: 0 auto;
}
.app-footer .links {
    font-size: 12px;
    line-height: 66px;
    border-bottom: 4px solid #d5dade;
    margin-bottom: 20px;
}
.app-footer .link-item {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 12px;
    /* padding: 0 16px 0 12px; */
    /* width: 266px; */
    height: 32px;
    line-height: 32px;
    text-align: left;
    /* background: #fff; */
    text-decoration: none;
    font-size: 15px;
    color: #333;
    letter-spacing: 0;
    /* background-image: url(/image/index/list-icon-select.png);
    background-repeat: no-repeat;
    background-size: 10px 5px;
    background-position: 235px 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; */
}
#go-top {
    position: fixed;
    display: none;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    right: 13.8%;
    bottom: 200px;
    cursor: pointer;
}