@media (min-width: 1920px) {
}
@media (max-width: 1920px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1280px) {
	ul.list-number {
		overflow-y: auto;
	}
	ul.list-number li {
		min-width: 140px;
	}
	.list-sepcialnum {
		overflow-y: auto;
	}
	.list-sepcialnum li {
		min-width: 230px;
	}
}
@media (max-width: 1024px) {
	.list-collum-underline li {
		width: 33.33%;
	}
}
@media (max-width: 980px) {
	footer .s_top {
		flex-direction: column;
	}
	footer .s_top .st_item {
		width: 100%;
	}
	ul.list-icon li {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	header .logo {
		width: 100px;
		background-size: cover;
		height: 32px;
	}
	header .hotline {
		display: none;
	}
	footer {
		padding: 0 0 45px;
	}
	footer .s_top {
		padding: 40px 0 0;
	}
	ul.list-icon li {
		width: 50%;
	}
	.list-collum-underline li {
		width: 50%;
	}
	.list-collum-border li {
		width: 50%;
	}
	.list-collum-border li:nth-child(even):before {
		display: none;
	}
	.list-collum-border li:nth-child(n+5):after {
		display: block;
	}
	.list-collum-border li:nth-child(n+7):after {
		display: none;
	}
	.list-collum-underline-2 li {
		width: 100%;
	}
	#back-to-top.visible {
		right: 15px;
	}
	#back-to-top {
		bottom: 95px;
	}
	.list-collum-underline-1, .list-collum-underline-2 {
		margin: 40px 0 20px;
	}
	.slider360 {
		height: 500px !important;
	}

}
@media (max-width: 736px) {
}
@media (max-width: 414px) {
}
@media (max-width: 375px) {
}
@media (max-width: 320px) {
}