.banner-info p {
	font-size: 16px;
	color: #fff;
	position: absolute;
	left: 260px;
	top: 70px;
	}
.banner-info p:last-child{
	top: 100px;
}
.main-button {
	margin: 50px 0 0 220px;
}
.main-button input{
	height: 48px;
	width: 510px;
	padding-left: 30px;
	box-sizing: border-box;
	margin-right: 20px;
	border: 1px solid #ddd;
}
.main-button button {
	height: 48px;
	width: 110px;
	border: none;
	color: #fff;
}
.main-button .cx {
	background-color:#2177D8;
	margin-right: 20px;
}
.main-button .cz {
	background-color:#dedede ;
}
.main-table {
	width: 1200px;
	height: auto;
	margin-top: 50px;
}
.main-table table{
	width: 1200px;
	text-align: center;
	margin-bottom: 20px;
	border-collapse: collapse;
}
.main-table table th {
	color: #000;
	font-size: 16px;
	height: 76px;
	text-align: left;
	border-bottom: 1px solid #ddd;
	padding-left: 10px;
	box-sizing: border-box;
}
.main-table table td {
	padding: 20px 0;
	font-size: 14px;
}
.main-table  tr {
	height: 76px;
}
.main-table ul li:hover{
	color: #1d92f7;
}
.main-table ul li:nth-child(2n){
	background-color: #f9f9f9;
}
.main-table ul li {
	padding: 20px 0;
	width: 1200px;
}
.main-table ul li span {
	text-align: left;
	display: inline-block;
	padding-left: 10px;
	box-sizing: border-box;
}
.ov_hide{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
