.top{
	    min-width: 1200px;
}
.topbar{
	min-width: 1200px;
	background-color: #fff;
}
.topbar .header{
	overflow: hidden;
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
	height: 80px;
}
.topbar .header > a{
	display: block;
	float: left;
	margin-top: 28px;
}
.topbar .header > ul{
	float: right;
	padding: 20px 0px;
}
.topbar .header > ul > li{
	float: right;
	margin-left: 23px;
}
.login_block_bg{
	height: 40px;
	background: url("../platform/img/login_bg.png") no-repeat 8px center;
}
.financial_entrance_bg{
	width: 130px;
	height: 40px;
	background: url("../platform/img/financialIn_bg.png") no-repeat 8px center;
}
.government_entrance_bg{
	width: 130px;
	height: 40px;
	background: url("../platform/img/governmentIn_bg.png") no-repeat 8px center;
}
.topbar .header > ul > li a{
	display: block;
	color: #333;
	font-size: 14px;
	line-height: 40px;
	padding-left: 35px;
	text-decoration: none;
}



.foot{
    width: 100%;
    min-width: 1200px;
    height: 110px;
    background: url(../platform/img/foot_bg.png) no-repeat bottom center;
    background-size: 100% 100%;
}
.midbackgroup{
	
	background-image: url(../platform/img/new-login-bg.jpg);
}
.foot .footer{
	width:900px;
    margin: 0 auto;
    padding: 5px 0 0 0;
    position: relative;
}
.foot .col5{
    width: 19%;
    display:inline-block;
    position: relative;
}
.foot .form-control{
	width: 132px;
    height: 25px;
    position: absolute;
    left: 0;
    right: 0;
	margin: 0 auto;
	font-size: 14px;
	color: #666;
	padding: 0px 8px;
	line-height: 25px;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	background: url(../platform/img/xiala.png) no-repeat scroll right center transparent;
	background-color: rgba(255,255,255,.5);
	border-radius: 4px;
}
.foot .footer .form-control:last-child{
	margin-right: 0px;
}
.foot .footer .form-control:focus{
	outline: none;
}
.foot > p{
	font-size: 14px;
	color: #a7a7a8;
	line-height: 40px;
    text-align: center;
    position: absolute;
    bottom: 2px;
    left: 0;

right: 0;
margin: 0 auto;}


.common-bottom {
	height: 381px;
	background: url('../platform/img/common-bottom.png') no-repeat center center;
	width: 100%;
	position: relative;
}

.common-bottom .blogroll {
	width: 988px;
	margin: 0 auto;
	position: relative;
}

.common-bottom .blogroll .blogroll-title {
	padding: 20px 0 25px;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 20px;
	text-align: center;
}

.common-bottom .blogroll .blogroll-list {
	display: flex;
	flex-wrap: wrap;
}

.common-bottom .blogroll .blogroll-list .blogroll-list-item {
	width: 247px;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 26px;
}

.common-bottom .blogroll::after {
	content: "";
	position: absolute;
	bottom: -22px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	opacity: 0.09;
}

.common-bottom .copyright {
	z-index: 295;
	height: 82px;
	display: flex;
	background-color: rgba(36, 36, 36, 0.69);
	width: 100%;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 13px;
	color: #FFFFFF;
}