body {
	line-height: 1.5;
}

.cont {
	background: url(../img/query_1.jpg) center center;
	background-size: cover;
	padding-bottom: 6%;
}

.cont input,
.cont select {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

.cont input[type="text"],
.cont input[type="password"],
.cont input[type="email"],
.cont input[type="number"],
.cont select {
	-webkit-appearance: none;
}

.cont input::-ms-clear {
	width: 0;
	height: 0;
}

.cont input::-webkit-credentials-auto-fill-button {
	display: none !important;
	visibility: hidden;
	pointer-events: none;
	position: absolute;
	right: 0;
}

.cont input:focus::-webkit-contacts-auto-fill-button {
	opacity: 0;
}

.cont input:focus,
.cont select:focus {
	outline: none;
}

.cont svg {
	margin: 0 !important;
}

.cont .subtab {
	width: 100%;
	background: #fff;
}

.cont .subtab .w1440 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}

.cont .subtab .w1440::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 1px;
	height: 20px;
	background: #dddddd;
	display: none;
}

.cont .subtab a {
	/*width: 25%;*/
	text-align: center;
	line-height: 70px;
	color: #777777;
	position: relative;
	display: inline-block;
}

.cont .subtab a::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 1px;
	height: 20px;
	background: #dddddd;
	display: none;
}

.cont .subtab a::before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	height: 2px;
	left: 50%;
	transform: translateX(-50%);
	background: #008cd6;
	transition: all 0.3s;
	width: 0;
}

.cont .subtab a:hover {
	color: #008cd6;
}

.cont .subtab a.on {
	color: #008cd6;
}

.cont .subtab a.on::before {
	width: 60px;
}

.cont .search {
	margin-top: 7%;
}

.cont .search .tip {
	color: #999;
	text-align: right;
	font-size: 12px;
}

.cont .search .input-group {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 5px;
	border: 1px solid #ccc;
	background: #fff;
	padding: 0 20px;
	margin-bottom: 10px;
}

.cont .search .input-group input {
	width: calc(100% - 40px);
	height: auto;
	line-height: 45px;
}

.cont .search .input-group input:-ms-input-placeholder {
	color: #666666;
}

.cont .search .input-group input::placeholder {
	color: #666666;
}

.cont .search .input-group input:focus {
	outline: none !important;
	border-width: 0;
	box-shadow: none;
}

.cont .search .input-group .search_btn {
	width: 40px;
	text-align: center;
	cursor: pointer;
}

.cont .screen {
	margin-bottom: 10px;
	display: -ms-flexbox;
	display: flex;
}

.cont .screen .tip {
	width: 120px;
	text-align: center;
	border-radius: 5px;
	background: #008cd6;
	color: #fff;
	line-height: 26px;
	padding: 13px 0;
}

.cont .screen .tab {
	padding: 13px 3% 8px;
	border-radius: 5px;
	background: #fff;
	line-height: 26px;
	margin-left: 10px;
	width: calc(100% - 130px);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.cont .screen .tab a {
	display: block;
	white-space: nowrap;
	margin-right: 6%;
	margin-bottom: 5px;
}

.cont .screen .tab a.on,
.cont .screen .tab a:hover {
	color: #008cd6;
}

.cont .table {
	margin-top: 3%;
	width: 100%;
}

.cont .table table {
	width: 100%;
}

.cont .table table tr {
	background: #fff;
	overflow: hidden;
	width: 100%;
	border-bottom: 2px solid #f5f7fa;
	transition: all 0.3s;
}

.cont .table table tr:hover {
	background: #0ca0f0;
}

.cont .table table tr:hover td {
	color: #fff;
}

.cont .table table tr:nth-child(1) {
	background: #008cd6;
}

.cont .table table tr:nth-child(1) td {
	color: #fff;
	font-size: 16px;
}

.cont .table table tr td {
	padding: 18px 3px;
	font-size: 14px;
	color: #222;
}

.cont .table table tr td:nth-child(1) {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	padding-left: 15px;
	width: 150px;
}

.cont .table table tr td:nth-child(2) {
	width: 190px;
	padding-right: 10px;
}

.cont .table table tr td:nth-last-child(1) {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	padding-right: 15px;
	width: 150px;
}

/* 125% */
@media screen and (max-width: 1440px) {
	.cont .subtab a {
		line-height: 60px;
	}
}

@media screen and (max-width: 1340px) {
	.cont .table table tr:nth-child(1) td {
		font-size: 14px;
	}

	.cont .table table tr td {
		font-size: 12px;
	}
}

/* 150 */
@media screen and (max-width: 998px) {
	.cont .table {
		overflow: overlay;
	}

	.cont .table table {
		width: 1200px;
	}

	.cont .subtab a {
		line-height: 45px;
	}

	.cont .subtab .w1440 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.cont .subtab .w1440 a {
		display: inline-block;
		padding: 0 25px;
		width: auto;
	}

	.cont .subtab .w1440 a::after {
		display: none;
	}

	.cont .subtab .w1440::before {
		display: none;
	}

	.cont .screen {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.cont .screen .tip {
		padding: 8px 0;
		margin-bottom: 8px;
	}

	.cont .screen .tab {
		width: 100%;
		margin-left: 0;
		padding: 10px 15px 5px;
	}

	.cont .table table tr:hover {
		background: #fff;
	}

	.cont .table table tr:hover td {
		color: #222;
	}

	.cont .table table tr:nth-child(1) td {
		font-size: 14px;
	}

	.cont .table table tr td {
		padding: 12px 10px;
		vertical-align: middle;
		font-size: 12px;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.cont .subtab .w1440 a::before {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.banner>img {
		height: 200px;
		object-fit: cover;
	}

	.cont .subtab .w1440 a {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		padding: 0;
		text-align: left;
	}

	.cont .subtab a.on::before {
		width: 80%;
		left: 0%;
		transform: translateX(0%);
	}
}