/* 图片自适应 */
img { width: auto\9; max-width: 100%; height: auto; -ms-interpolation-mode: bicubic; object-fit: cover; }

/* 去除苹果手机默认按钮样式 */
input[type='button'], input[type='submit'], input[type='reset'], textarea { resize: none; -webkit-appearance: none; }

/* 初始化 */
html, body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, hr, input, textarea, select, p, dl, dt, dd, a, span, strong, font, i, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); font-family: "微软雅黑", Arial; margin: 0; padding: 0; box-sizing: border-box; }
html, body { min-width: 320px; margin: 0 auto; width: 100%; }
html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { font-size: 14px; position: relative; color: #333; background-color: #fff; overflow-x: hidden; }
html, body { width: 100%; height: 100%; max-width: 1920px; margin: 0 auto; }
input, button, select, textarea { outline: none; }
em, i { font-style: normal; }
.clearfix:after { display: block; visibility: hidden; clear: both; height: 0; content: ''; }
.clearfix { zoom: 1; }
a { text-decoration: none; }
a:hover { text-decoration: none; }
ul, li, ol { list-style: none; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
img { border: none; max-width: 100%; max-height: 100%; vertical-align: middle; }
.fl { float: left; }
.fr { float: right; }
.pubcon { width: 19.31rem; margin: 0 auto; }
.pubCon { max-width: 1200px; min-width: 1200px; margin: 0 auto; width: 100%; }
.over { overflow: hidden; }
.hide { display: none; }
:root { --theme-color: #0f5593; }

/* 底部样式 */
.customs_footer { border-top: 0.03rem solid #015293; }
.foot_pubcon { width: 17.6rem; margin: 0 auto; }
.footer_link { background: #f5f5f5; }
.footer_link .foot_pubcon { display: flex; height: 1.0rem; align-items: center; }
.footer_link span { font-size: 0.23rem; color: #333; flex-shrink: 0; }
.foot_link_select { padding: 0 0.3rem; position: relative; }
.foot_link_select::after { content: '|'; color: #015293; font-size: 0.2rem; position: absolute; right: 0; top: 50%; transform: translateY(-50%); }
.foot_link_select select { background: none; border: none; font-size: 0.23rem; color: #333; font-size: 0.23rem; line-height: 1em; max-width: 2rem; }
.foot_link_select:last-child::after { display: none; }
.footer_copyright { background: #004378; padding: 0.38rem 0; }
.footer_copyright .foot_pubcon { display: flex; align-items: center; justify-content: space-between; }
.footer_copyright * { color: #fff; line-height: 1.8em; font-size: 0.2rem; }
.footer_copyright .link { margin-bottom: 0.1rem; }
.footer_copyright .link * { font-size: 0.23rem; }
.footer_copyright .link i { font-style: normal; margin: 0 0.15rem; }
.footer_copyright p * { margin-right: 1em; }
.footer_copyright .img { display: inline-flex; }
.footer_copyright .img a { margin-left: 0.17rem; }
.footer_copyright .img img { height: 0.6rem; }

/* 适配代码 */
@media screen and (max-width:1200px) {
	.foot_pubcon { width: 92vw; }
	.footer_link span { font-size: 0.34rem; }
	.foot_link_select select { font-size: 0.3rem; }
	.footer_copyright { padding: 0.5rem 0; }
	.footer_copyright * { font-size: 0.3rem; }
	.footer_copyright .link * { font-size: 0.34rem; }
	.footer_copyright .img img { height: 1rem; }
	.footer_copyright p a, .footer_copyright p span { white-space: nowrap; }
}
@media screen and (max-width:768px) {
	.footer_link { display: none; }
	.footer_copyright .foot_pubcon { display: block; }
	.footer_copyright * { font-size: 14px; }
	.footer_copyright .img a { margin-left: 0; margin-right: 15px; }
	.footer_copyright .img img { height: 40px; }
	.footer_copyright .link * { font-size: 16px; }
	.footer_copyright .link a { white-space:  }
	.footer_copyright .foot_pubcon .txt { margin-bottom: 20px; }
	.footer_copyright .foot_pubcon .img { display: flex; justify-content: center; }
}