body {
	line-height: 1.5;
}

.cont {
	background: url(../img/query_1.jpg) center center;
	background-size: cover;
	padding-bottom: 5%;
}

.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 {
	display: inline-block;
	text-align: center;
	line-height: 70px;
	color: #777777;
	position: relative;
}

.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;
	display: none;
}

.cont .subtab a:hover {
	color: #008cd6;
}

.cont .subtab a.on {
	color: #008cd6;
}

.cont .subtab a.on::before {
	width: 60px;
}

.cont .tit {
	width: 100%;
	border-radius: 5px;
	text-align: center;
	line-height: 60px;
	color: #fff;
	background: #008cd6;
	margin-top: 7%;
}

.cont table {
	border-collapse: separate;
	border-spacing: 2px;
	width: 100%;
	border-radius: 5px;
	margin-top: 10px;
}

.cont table td {
	background-color: #fff;
	padding: 13px 10px;
	font-size: 16px;
	color: #222;
	text-align: center;
}

.cont .btmtxt {
	width: 100%;
	border-radius: 5px;
	text-align: center;
	line-height: 50px;
	color: #aaaaaa;
	background: #fff;
	margin-top: 10px;
}

/* 125% */
@media screen and (max-width: 1440px) {
	.cont .subtab a {
		line-height: 60px;
	}
}

@media screen and (max-width: 1366px) {
	.cont table td {
		font-size: 14px;
	}
}

/* 150 */
@media screen and (max-width: 998px) {
	.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;
	}
}

@media screen and (max-width: 768px) {
	.banner>img {
		height: 200px;
		object-fit: cover;
	}

	.cont table td {
		font-size: 12px;
		padding: 6px 0px;
	}

	.cont .tit {
		line-height: 40px;
	}

	.cont .btmtxt {
		line-height: 1.5;
		padding: 15px;
	}

	.cont table {
		margin-top: 5px;
	}

	.cont .btmtxt {
		margin-top: 5px;
	}

	.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%);
	}
}