.tableBtn{
	display: flex;
	justify-content: space-between;
	margin: 40px auto;
}
.tableBtn>div{
	width: 175px;
	height: 65px;
	background: #EDEDED;
	text-align: center;
	line-height: 65px;
	font-size: 16px;
	font-weight: 300;
	color: #000000;
	cursor: pointer;
	margin-left: 10px;
	margin-right: 10px;
}
.tableView{
	width: 1200px;
	margin: 20px auto;
}
.actives{
color: #FFFFFF !important;
background: #0E6EB8 !important;
}
.Content{
	width: 1200px;
	margin: 80px auto;
}
.Content>div:nth-child(3)>img{
	margin: 30px auto;
	display: block;
}
.Content>div:nth-child(1){
	text-align: center;
	font-size: 25px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #000000;
	margin-top: 30px;
}
.Content>div:nth-child(2){
	text-align: center;
	margin-top: 10px;
	color: RGBA(147, 147, 147, 1);
	
}

.shu{
	width: 3px;
	height: 17px;
	background: #2773D9;
	margin-left: 5px;
	margin-right: 5px;
}

.ContentText1{
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #000000;
	margin-top: 30px;
}
.btnView{
	width: 1200px;
	margin: 70px auto;
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.btnView>div{
	width: 588px;
	height: 51px;
	background: #FFFFFF;
	border: 1px solid #DCDCDC;
	cursor: pointer;
	line-height: 50px;
	padding-left: 10px;
}
.btnView>div:hover{

background: #D40001;
	color: white;
}
.content{
	width: 1200px;
	margin: 30px auto;
}