/* 初始化 */
html, body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, span, i, strong, dl, dt, dd, a, span, 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: "微软雅黑" !important; margin: 0; padding: 0; color: #333; border: none; -webkit-overflow-scrolling: touch; }
html, body { min-width: 320px; max-width: 1920px; margin: 0 auto; overflow-x: hidden; width: 100%; -height: 100%; }
html { font-size: 62.5%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { font-size: 1.4rem; -position: relative; overflow-x: hidden; color: #333; background-color: #f6f6f6; }
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, ol { list-style: none; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
img { border: none; max-width: 100%; object-fit: cover; }
.fl { float: left; }
.fr { float: right; }
.pubcon { width: 1200px; margin: 0 auto; }
.over { overflow: hidden; }

#panel-search { border-bottom: 10px solid #014683; padding: 20px 0; margin-bottom: 40px; overflow: hidden; background: #fff; }
#panel-search .portlet { float: none; }
#panel-search .portlet, #panel-hotwords { width: 1200px; overflow: hidden; margin: 0 auto; }

/* 底部样式 */
.footer { margin-top: 40px; }
.foot_top { background: #014683; }
.foot_row1 { padding-top: 30px; padding-bottom: 10px; border-bottom: 1px solid #346b9c; }
.foot_logo { height: 40px; }
.foot_syPic { margin-left: 20px; }
.foot_nav a { display: inline-block; font-size: 14px; color: #fff; line-height: 40px; margin-left: 10px; }
.foot_row2 { padding-top: 15px; padding-bottom: 35px; }
.foot_row2 .txt p { font-size: 14px; line-height: 2em; color: #fff; }
.foot_row2 .txt p span, .foot_row2 .txt p a { -display: block; font-size: 14px; color: #fff; }
.foot_row2 .ewm img { width: 85px; margin-left: 20px; }
.foot_bot { height: 50px; line-height: 50px; background: #333; }
.foot_bot p, .foot_bot p a { font-size: 12px; color: #fff; }

@media screen and (max-width: 769px) {
	.foot_row1 { display: none; }
	.foot_row2 { padding: 10px 0; }
	.foot_row2 .txt { width: 100%; float: none; text-align: center; }
	.foot_bot { height: auto; line-height: 2em; background: #333; padding: 10px 0; text-align: center; }
	.foot_bot p { float: none; }
}

