body{
	background: #F4F4F4;
}
.contbox{
	margin-top: 20px;
	overflow: hidden;
}
.contbox>.boxfl{
	width: 130px;
	height: 640px;
	float: left;
	background: #fff;
	border: none;
}
.contbox>.boxfr{
	width: 1050px;
	float: right;
	min-height: 710px;
	background: #fff;
	padding: 10px 20px;
	margin-bottom: 100px;
}
.espetit{
	color: #666666;
	font-size: 18px;
	border-bottom: 2px solid  #E1251B !important;
	position: relative;
	line-height: 30px;
	display: inline-block;
}
.espetit::after{
	content: "";
	width: 1010px;
	height: 1px;
	background: #eee;
	position: absolute;
	bottom: -3px;
	left: 0;
}
.balancebox{
	display: flex;
	align-items: flex-end;
	margin-top: 40px;
	height: 80px;
}
.balancebox .tex1{
	display: flex;
	flex-direction: column;
	font-weight: bold;
	min-width: 200px;
}
.balancebox .tex1 h4{
	margin: 0;
}
.balancebox .tex1 p{
	display: flex;
	align-items: baseline;
	line-height: 30px;
	font-size: 30px;
	margin-top: 10px;
}
.balancebox .tex1 p span{
	line-height: 50px;
	font-size: 50px;
}
.balancebox .tex2{
	font-size: 12px;
	width: 250px;
}
.balancebox .tex2 p{
	margin-top: 5px;
}
.balancebox .tex3{
	width:160px;
	height:40px;
	background:#E1251B;
	border:1px solid #E1251B;
	border-radius:2px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #fff;
}
.balancebox .tex4{
	flex: 1;
	text-align: right;
	height: 80px;
	font-size: 12px;
}
.balancebox .tex4 a{
	color: #1379DE;
}
.btmtit{
	background: #F7F7F7;
	width: 1010px;
	height: 40px;
	line-height: 40px;
	display: flex;
	margin-top: 30px;
}
.btmtit div:nth-child(1){
	position: relative;
	display: flex;
	align-items: center;
	width: 190px;
	justify-content: center;
	cursor: pointer;
}
.btmtit div:nth-child(1).on{
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.12);
}
.btmtit div:nth-child(1).on img{
	transform: rotate(180deg);
}
.btmtit div:nth-child(1) h4{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 5;
	font-weight: normal;
}
.btmtit div:nth-child(1).on h4{
	background: #fff;
}
.btmtit div:nth-child(1) ul{
	position: absolute;
	top: 40px;
	left: 0;
	background: #fff;
	width: 100%;
	box-shadow: 0 0 10px rgba(0,0,0,.12);
	display: none;
	z-index: 10;
}
.btmtit div:nth-child(1) li{
	padding-left: 25px;
	cursor: pointer;
	line-height: 40px;
}
.btmtit div:nth-child(1) li:hover{
	background: #F7F7F7;
	color: #004CDA;
}
.btmtit div:nth-child(2){
	width: 200px;
	text-align: center;
}
.btmtit div:nth-child(3),
.btmtit div:nth-child(4){
	width: 150px;
	text-align: center;
}
.btmtit div:nth-child(5){
    width: 300px;
    text-align: center;
}
.hinttex{
	font-size: 12px;
	color: #999;
	margin-top: 10px;
}
.balancelist{
	border-top: 1px solid #F4F4F4;
	border-bottom: none;
}
.balancelist .row{
	display: flex;
	height: 50px;
	border: 1px solid #F4F4F4;
	border-top: 0;
}
.balancelist .row p{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.balancelist .row p:nth-child(1){
	width: 190px;
}
.balancelist .row p:nth-child(2){
	width: 200px;
	text-align: center;
}
.balancelist .row p:nth-child(3),
.balancelist .row p:nth-child(4){
	width: 150px;
	text-align: center;
}
.balancelist .row p:nth-child(5){
    width: 300px;
    text-align: center;
}


















