html,
body {
	margin: 0;
	padding: 0;
}
.pagebox {
	position: relative;
}
@import url("css.css");
.en_font_bold {
	font-family: "Oswald", sans-serif !important;
	font-weight: normal !important;
}
h6 span {
	font-family: "Oswald", sans-serif !important;
	font-weight: normal !important;
}
#w_grid-1603958352678 {
	z-index: 99 !important;
}
a {
	text-decoration: none;
}
a:hover,
a:active {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
}
::placeholder {
	font-size: 14px !important;
	color: #999 !important;
}
@media only screen and (min-width: 769px) {
	.p_page {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.p_page .pre {
		height: 38px;
		margin: 0 5px 0 18px;
		text-align: center;
		padding: 0 10px;
		border-radius: 0px;
		border: 1px solid #ededed;
		background: #ededed;
		color: #333333;
	}
	.p_page .pre:active {
		background: #1f2d49;
		border-color: #1f2d49;
		color: #fff;
	}
	.p_page .pre:hover {
		color: #fff;
		background: #1f2d49;
		border-color: #1f2d49;
		cursor: pointer;
	}
	.p_page .next {
		height: 38px;
		border: 1px solid #ededed;
		background: #ededed;
		color: #333;
		text-align: center;
		padding: 0 10px;
		border-radius: 0px;
	}
	.p_page .next:active {
		background: #1f2d49;
		border-color: #1f2d49;
		color: #fff;
	}
	.p_page .next:hover {
		background: #1f2d49;
		border-color: #1f2d49;
		color: #fff;
		cursor: pointer;
	}
	.p_page .page-num {
		height: 38px;
		min-width: 38px;
		margin: 0 5px 0 0;
		padding: 0 5px;
		background-size: 100% 100%;
		color: #333;
		border: 1px solid #ededed;
		cursor: pointer;
		line-height: 38px;
		display: inline-block;
		font-family: inherit;
		font-size: 14px;
		font-weight: inherit;
		text-decoration: none;
		background-color: #ededed;
		text-align: center;
		border-radius: 0px;
	}
	.p_page .page-num:active {
		color: #fff;
		text-decoration: none;
		background-color: #1f2d49;
		border-color: #1f2d49;
	}
	.p_page .page-num:hover {
		color: #fff;
		border-color: #1f2d49;
		cursor: pointer;
		text-decoration: none;
		background-color: #1f2d49;
	}
	.p_page .page-num.page-num-current {
		text-decoration: none;
		background-color: #1f2d49;
		color: #fff;
		border-color: #1f2d49;
	}
}
@media screen and (max-width: 768px) {
	.p_page > a{
		display: block;
	}
	.c_portalResSearch_total-02001 {
		display: none !important;
	}
	#w_common_text-1618467215741 p:nth-child(1) span {
		font-size: 24px !important;
	}
	#w_common_text-1574676285630 span,
	#w_common_text-1621817227909 span {
		text-align: left !important;
	}
	#c_portalResSearch_total-16038771435896255 .dialog {
		display: none;
	}
	#w_fimg-1603877143074 .p_dimage {
		background: none !important;
	}
	.head_tel {
		display: none;
	}
	.p_pagebox .NumBox {
		display: none !important;
	}
	.p_pagebox {
		width: 100%;
		text-align: center;
	}
	.p_pagebox .js_pageBtnDisable,
	.p_pagebox .js_pageBtnDisable:hover,
	.p_pagebox .js_pageBtnDisable:active {
		background: #f5f5f5 !important;
		border-color: #d9d9d9 !important;
		color: #bfbfbf !important;
		cursor: default;
	}
	.p_pagebox .js_pageBtnDisable .iconfont {
		color: #ddd !important;
	}
	.p_pagebox .js_pageBtnDisable:hover .iconfont {
		color: #bfbfbf !important;
	}
	.p_pagebox .pre {
		width: 48%;
		margin-right: 2%;
		background-color: #1f2d49;
		transform: scale(0.9);
	}
	.p_pagebox .pre:hover {
		color: rgba(255, 255, 255, 1);
		border-color: #1f2d49;
		background-color: #1f2d49;
		cursor: pointer;
	}
	.p_pagebox .pre:active {
		background-color: #1f2d49;
	}
	.p_pagebox .next {
		transform: scale(0.9);
		width: 48%;
		margin-left: 2%;
		background-color: #1f2d49;
	}
	.p_pagebox .next:hover {
		background-color: #1f2d49;
	}
	.p_pagebox .next:active {
		background-color: #1f2d49;
	}
}
::-webkit-scrollbar {
	width: 9px;
	background-color: #fff;
}
::-webkit-scrollbar-thumb {
	border: solid 2px #fff;
	width: 5px;
	border-radius: 4px;
	background-color: #383f4b;
}
::-webkit-scrollbar-corner {
	background-color: #fff;
}
::-webkit-scrollbar:horizontal {
	height: 9px;
}
::-webkit-selection {
	background: #3355a9;
	color: #fff;
}
::-moz-selection {
	background: #3355a9;
	color: #fff;
}
::selection {
	background: #3355a9;
	color: #fff;
}
@keyframes circleProgressLoad_right {
	0% {
		transform: rotate(45deg);
	}
	50%,
	100% {
		transform: rotate(225deg);
	}
}
@keyframes circleProgressLoad_left {
	0%,
	50% {
		transform: rotate(45deg);
	}
	100% {
		transform: rotate(225deg);
	}
}
@-webkit-keyframes to100vh {
	0% {
		width: 0;
	}
	100% {
		width: 100vw;
	}
}
@keyframes to100vh {
	0% {
		width: 0;
	}
	100% {
		width: 100vw;
	}
}
