* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	list-style: none;
}

div {
	display: block;
}

.mbx-b-cen ul>li {
	width: 50%;
}

.box1-top h6 {
	font-size: 40px;
	line-height: 1;
	font-family: "Poppins";
	color: #333;
	margin-bottom: 40px;
	text-align: center;
	margin-top: 65px;
}

.box1-top-a {
	margin-bottom: 70px;
}

.box1-top-a p {
	width: 355px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #888;
	font-size: 16px;
	margin-bottom: 10px;
}

.box1-top-a form {
	position: relative;
}

.box1-top-a input {
	width: 100%;
	text-indent: 2em;
	height: 50px;
	border: 1px solid #1b1b1b;
	font-size: 16px;
	color: #333;
	border-radius: 3px;
}

.box1-top-a button {
	border: none;
	outline: none;
	background: none;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	cursor: pointer;
}

.box1-top-a .iconfont {
	background: none;
	color: #0974c7;
}

.box1-top-b {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
	line-height: 1;
	padding-bottom: 20px;
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: 20px;
}

.box1-top-b p {
	color: #0974c7;
}

.box1-bom {
	width: 100%;
	margin-bottom: 120px;
}

.box1-bom table {
	width: 100%;
	font-family: "Myriad Pro";

}

.box1-bom table th {
	height: 50px;
	background: #0974c7;
	color: #fff;
	font-size: 16px;
	padding: 0 5px;
}
.box1-bom table td {
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	height: 60px;
	color: #333333;
	padding: 0 5px;
}

.box1-bom table td img {
	margin: 0 auto;
	max-height: 90%;
}

.box1-bom table {
	border-collapse: collapse;
}

.box1-bom th,
.box1-bom td {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 1024px) {
	.box1-top h6{
		font-size: 30px;
		margin: 60px 0 40px;
	}
	.box1-top-a{
		margin-bottom: 40px;
	}
	.box1-bom{
		margin-bottom: 70px;
	}
}
@media (max-width: 768px) {
	.box1-top h6{
		font-size: 26px;
		margin: 50px 0 30px;
	}
	.box1-top-a{
		margin-bottom: 30px;
	}
	.box1-bom{
		margin-bottom: 50px;
	}
}
@media (max-width: 500px) {
	.box1-bom table td,
	.box1-bom table th{
		font-size: 12px;
	}
	.box1-top h6{
		font-size: 22px;
		margin: 40px 0 25px;
	}
	.box1-top-a{
		margin-bottom: 25px;
	}
	.box1-top-a input{
		text-indent: 15px;
	}
	.box1-bom{
		margin-bottom: 40px;
	}
}