html, body {
	margin: 0;
	padding: 0;
}
.pagebox {
	position: relative;
}
@import url('../css/fonts.css');
@font-face {
	font-family: 'OswaldB';
	src: url('../fonts/OswaldB.otf') format('opentype');
}
@font-face {
	font-family: 'MontserratL';
	src: url('../fonts/MontserratL.otf') format('opentype');
}
@font-face {
	font-family: 'MontserratR';
	src: url('../fonts/MontserratR.otf') format('opentype');
}
@font-face {
	font-family: 'RalewayB';
	src: url('../fonts/RalewayB.ttf') format('truetype');
}
@font-face {
	font-family: 'DINCond';
	src: url('../fonts/DINCond.otf') format('opentype');
}
@font-face {
	font-family: 'tensansb';
	src: url('../fonts/tensansb.otf') format('opentype');
}
a {
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
}
@media only screen and (min-width: 769px) {
.p_page .pre {
	display: inline-table;
	position: relative;
	left: 0;
	top: 0;
	float: left;
	height: 38px;
	margin: 0 5px 0 18px;
	text-align: center;
	padding: 0 10px;
	border-radius: 0px;
	border: 1px solid #fff;
	background: #fff;
	color: #333333;
}
.p_page .pre:active {
	background: #0065c8;
	border-color: #0065c8;
	color: #fff;
}
.p_page .pre:hover {
	color: #fff;
	background: #0065c8;
	border-color: #0065c8;
	cursor: pointer;
}
.p_page .next {
	display: inline-table;
	position: relative;
	left: 0;
	top: 0;
	float: left;
	height: 38px;
	border: 1px solid #fff;
	background: #fff;
	color: #333;
	text-align: center;
	padding: 0 10px;
	border-radius: 0px;
}
.p_page .next:active {
	background: #0065c8;
	border-color: #0065c8;
	color: #fff;
}
.p_page .next:hover {
	background: #0065c8;
	border-color: #0065c8;
	color: #fff;
	cursor: pointer;
}
.p_page .pageNum {
	position: relative;
	float: left;
	height: 38px;
	min-width: 38px;
	margin: 0 5px 0 0;
	padding: 0 5px;
	background-size: 100% 100%;
	color: #595959;
	border: 1px solid #fff;
	cursor: pointer;
	line-height: 38px;
	display: inline-block;
	font-family: inherit;
	font-size: 14px;
	font-weight: inherit;
	text-decoration: none;
	background-color: #fff;
	text-align: center;
	border-radius: 0px;
}
.p_page .pageNum:active {
	color: #fff;
	text-decoration: none;
	background-color: #0065c8;
	border-color: #0065c8;
}
.p_page .pageNum:hover {
	color: #fff;
	border-color: #0065c8;
	cursor: pointer;
	text-decoration: none;
	background-color: #0065c8;
}
.p_page .pageNum.active {
	text-decoration: none;
	background-color: #0065c8;
	color: #fff;
	border-color: #0065c8;
}
}
@media screen and (max-width: 768px) {
.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: #0065c8;
}
.p_pagebox .pre:hover {
	color: rgba(255, 255, 255, 1);
	border-color: #0065c8;
	background-color: #0065c8;
	cursor: pointer;
}
.p_pagebox .pre:active {
	background-color: #0065c8;
}
.p_pagebox .next {
	width: 48%;
	margin-left: 2%;
	background-color: #0065c8;
}
.p_pagebox .next:hover {
	background-color: #0065c8;
}
.p_pagebox .next:active {
	background-color: #0065c8;
}
}
::-webkit-scrollbar {
width: 5px;
}
::-webkit-scrollbar-track {
background: #d7d7d7;
border-radius: 6px;
}
::-webkit-scrollbar-thumb {
background: #888;
border-radius: 6px;
}
::-webkit-scrollbar-thumb:hover {
background: #0d59c6;
}
@keyframes circleProgressLoad_right {
0% {
transform: rotate(45deg);
}
50%, 100% {
transform: rotate(225deg);
}
}
@keyframes circleProgressLoad_left {
0%, 50% {
transform: rotate(45deg);
}
100% {
transform: rotate(225deg);
}
}
a:hover {
	color: #0d59c6;
}
body div, span, font, p, td {
	font-family: "微软雅黑" !important;
}
* {
	word-break: unset!important;
}
hr {
	border-bottom: dashed 1px #dcdcdc !important;
}
@media screen and (max-width: 768px) {
.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: #0d59c6;
}
.p_pagebox .pre:hover {
	color: rgba(255, 255, 255, 1);
	border-color: #0d59c6;
	background-color: #0d59c6;
	cursor: pointer;
}
.p_pagebox .pre:active {
	background-color: #0d59c6;
}
.p_pagebox .next {
	width: 48%;
	margin-left: 2%;
	background-color: #0d59c6;
}
.p_pagebox .next:hover {
	background-color: #0d59c6;
}
.p_pagebox .next:active {
	background-color: #0d59c6;
}
}
.amap-copyright {
	display: none !important;
}
.lantern {
	margin-left: 0px !important;
	margin-right: 0px !important;
}
#c_portalResProduct_list-15907231707965831.d_CommonInteractionA, #c_portalResProduct_list-15907231707965831.d_CommonInteractionB {
	width: 0px !important;
}
.p_CommonSwitchBtnA, .p_CommonSwitchBtnB {
	text-align: center !important;
	background: rgba(57,57,57,.3) !important;
	height: 40px !important;
	width: 40px !important;
	border-radius: 40px !important;
	font-size: 18px !important;
	line-height: 40px !important;
}
.p_CommonSwitchBtnA:active, .p_CommonSwitchBtnA:hover, .p_CommonSwitchBtnB:active, .p_CommonSwitchBtnB:hover {
	background: rgb(13, 89, 198, .8) !important;
	color: #fff !important;
}
.p_CommonSquareNumBtn.active, .p_CommonSquareNumBtn:hover .p_CommonSquareNumBtn.active, .p_CommonSquareNumBtn:hover {
	background-color: #0d59c6 !important;
}
.p_CommonSquareNumBtn {
	background-color: #666 !important;
	border-radius: 16px;
}
.e_SideMajorStyleBox-001 .stylebox_top {
	background: #6c6c6c !important;
}
.e_SideMajorStyleBox-001 .stylebox_title {
	background: none !important;
}
.e_FlowCommonStyleBox-001 .stylebox_top {
	background: #0065c8!important;
}
.e_FlowCommonStyleBox-001 .stylebox_title {
	background: none !important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next, .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background: none !important;
}
#w_grid-1612329762261 .p_gridbox {
	overflow: visible !important;
}
#w_grid-1612328695428 .p_gridbox {
	overflow: visible !important;
}
#w_grid-1612332465454 {
	background: url(/img/hcbg.jpg?tenantId=222388&viewType=1&v=1658721152000) fixed no-repeat center center !important;
}
#w_videobackbox-1614236383093 {
	background: #000 !important;
}
#w_grid-1611284024659 {
	background:url(../images/probgx1.jpg) no-repeat 100% 100% #023779 !important;
}


#w_grid-1611541973002 {
	position: absolute !important;
	left: 50% !important;
	top: 6%!important;
	z-index: 20 !important;
	margin-left: -45% !important;
}
#w_common_text-1611296465040.reset_style {
	color: rgba(255,255,255,.6) !important;
	text-decoration: none !important;
}
#w_common_text-1611296465040.reset_style a {
	color: rgba(255,255,255,.6) !important;
	text-decoration: none !important;
}
#w_common_text-1611296465040.reset_style a:hover {
	color: #fff !important;
	text-decoration: underline !important;
}
#w_common_text-1574676285646.reset_style {
	color: rgba(255,255,255,.6) !important;
	text-decoration: none !important;
}
#w_common_text-1574676285646.reset_style a {
	color: rgba(255,255,255,.6) !important;
	text-decoration: none !important;
}
#w_common_text-1574676285646.reset_style a:hover {
	color: #fff !important;
	text-decoration: underline !important;
}
#mapContainer {
	width: 100%;
	height: 650px;
}
#tip {
	height: 30px;
	background-color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	font-size: 12px;
	right: 10px;
	bottom: 20px;
	border-radius: 3px;
	line-height: 30px;
	border: 1px solid #ccc;
}
div.info-top {
	position: relative;
	background: none repeat scroll 0 0 #F9F9F9;
	border-bottom: 1px solid #CCC;
	border-radius: 5px 5px 0 0;
}
div.info-top div {
	display: inline-block;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	line-height: 31px;
	padding: 0 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
div.info-top img {
	position: absolute;
	top: 10px;
	right: 10px;
	transition-duration: 0.25s;
}
div.info-top img:hover {
	box-shadow: 0px 0px 5px #000;
}
div.info-middle {
	font-size: 12px;
	padding: 10px;
	line-height: 21px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
div.info-bottom {
	height: 0px;
	width: 100%;
	clear: both;
	text-align: center;
}
div.info-bottom img {
	position: relative;
	z-index: 104;
}
@media (min-width: 1200px) {
.container {
	width: 95% !important;
}
}
@media only screen and (max-width: 768px) {
#w_common_text-1611296444360 {
	text-align: center !important;
}
#w_common_text-1611296465040 {
	text-align: center !important;
}
#w_fimg-1611296382893 {
	max-width: 155px !important;
	margin: 0 auto !important;
	padding-bottom: 20px !important;
}
#content_box-1574676285608-2 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
#content_box-1574676285608-0 {
	margin-bottom: 0 !important;
}
#content_box-1574676285587-0 {
	margin-top: 0 !important;
}
#w_common_text-1611294817251 p span, #w_common_text-1611286962959 p span, #w_common_text-1611284089789 p span {
	font-size: 30px !important;
}
#w_common_text-1611294817257 p {
	text-align: left !important;
}
#w_grid-1611287358263 > div > .p_gridbox {
	background: none !important;
}
#c_portalResPublic_codeContainer-16112866876642130 {
	min-height: 70px !important;
}
#w_grid-1611286953937 {
	width: 98%!important;
	margin-top: 0 !important;
}
#w_grid-1612332465454 {
	background: #0065c8 !important;
}
#mapContainer {
	width: 100%;
	height: 450px !important;
}
#w_grid-1612422519703 > div > .p_gridbox, #w_grid-1612422519710 > div > .p_gridbox {
	padding: 50px 10px !important;
}
#w_fimg-1612422519720 {
	margin-top: 20px !important;
}
#c_portalResProduct_list-16112858365358706 .pro-list-demo {
	height: 75vw !important;
	padding-bottom: 35px !important;
}
#c_portalResProduct_list-16112858365358706 .fiex-box {
	display: none !important;
}
#w_common_text-1611284089789 {
	margin-top: 15px !important;
}
#w_grid-1579220449920 {
	margin-top: 70px !important;
}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
}
