/*
* @Author: Sun Jijing
* @Date:   2023-12-25 16:17:45
* @Last Modified by: Sun Jijing
* @Last Modified time: 2024-01-16 13:44:20
*/

/* 产品模块样式 */
.eps-portlet-header { position: relative; }
.eps-shadow.eps-dn { top: 20px !important; left: 0 !important; }
.phone_icon { display: none; }

/* 图片自适应 */
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, 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; color: #333; border: none; }
html, body { min-width: 320px; max-width: 1920px; margin: 0 auto; width: 100%; }
html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { font-size: 14px; position: relative; -overflow-x: hidden; color: #333; background-color: #fff; }
input, button, select, textarea { outline: none; }
em, i { font-style: normal; }
strong { font-weight: 550;font-family: 微软雅黑;color: #333;}
.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: 1200px; margin: 0 auto; }
.over { overflow: hidden; }
.none{display:none;}
@media print { body { transform: scale(0.8); /* 缩小到80% */ transform-origin: top left; /* 从左上角开始缩放 */ } /* 其他打印样式 */ }


/* 头部样式 */
.head_top { background: url(/eportal/uiFramework/commonResource/image/2024041219320136233.jpg) no-repeat center bottom; }
.head_top .link { text-align: right; padding-top: 20px; margin-bottom: 40px; }
.head_top .link a { font-size: 16px; color: #045ba8; display: inline-block; margin: 0 15px;cursor:pointer;}
.head_top .link i { font-size: 14px; color: #045ba8; display: inline-block; margin: 0 15px; }
.head_top .link img { vertical-align: middle; }
.head_top .logo { padding-bottom: 80px; }
.head_top .logo img {}
.head_nav { background: #045ba8; }
.head_nav_list li { float: left; width: 14.28%; text-align: center; height: 60px; line-height: 60px; }
.head_nav_list li a { font-size: 24px; color: #fff; }
.head_nav_list li:hover, .head_nav_list li.on { background: #eaf9ff; box-shadow: 0 5px 10px #ccc; position: relative; z-index: 2; }
.head_nav_list li:hover a, .head_nav_list li.on a { font-weight: bold; color: #0071b7; }

.search { width: 350px; height: 50px; border: 1px solid #d6d6d6; border-radius: 4px; overflow: hidden; margin-top: 20px; }
.search_form input { width: 250px; height: 50px; float: left; line-height: 50px; font-size: 14px; color: #333; padding: 0 10px; }
.search_form button { width: 80px; height: 50px; text-align: center; line-height: 50px; font-size: 14px; color: #fff; background: #177cd8; }

/*分页样式*/
.detail_head .func .print{ display: inline-block; margin-left: 20px; font-size: 16px; color: #333; cursor:pointer; }
.detail_head .func .print img{width:18px;vertical-align: middle;border:1px solid #015293;padding:6px;border-radius:50%;margin-right:6px;background:#f5f7f8;}
.detail_head .func .print:hover {color:#015293;}
.detail_head .func .print:hover img{background:none;}
@media screen and (max-width:768px) {
.detail_head .func .print{display:none !important;}
}

/* 底部样式 */
.foot_link { padding: 5px 0; background: #f1f2f3; }
.foot_link_con { overflow: hidden; }
.foot_link_list { width: 110%; }
.foot_link_item { width: 230px; height: 40px; margin-right: 65px; line-height: 40px; appearance: none; float: left; border: 1px solid #ebebeb; padding: 0 20px; background: #fff url(/eportal/fileDir/sfj/template/common/ztfoot/select_icon.png) no-repeat 94% center; }
.foot_con { background: #015293; }
.foot_top { overflow: hidden; padding-top: 40px; padding-bottom: 10px; }
.foot_top .module { padding: 20px; background: #0460a3; }
.foot_top .xglj { margin-right: 20px; text-align: center; }
.foot_top .xglj p { font-size: 16px; color: #89b1d6; margin-top: 10px; }
.foot_top .copyright { margin-right: 20px; width: 515px; padding:10px 20px;}
.foot_top .copyright p { font-size: 16px; color: #89b1d6; line-height: 30px; }
.foot_top .dzbs img { max-height: 72px; margin: 0 10px; }
.foot_top .ewm img { display: inline-block; margin: 0 4px; }
.foot_bot { line-height: 46px; text-align: center; }
.foot_bot span { margin: 0 18px; }
.foot_bot * { font-size: 16px; color: #89b1d6; }

@media screen and (max-width: 1200px) {
	* { box-sizing: border-box; }
	.pubcon { width: 92%; }

	/* 头部样式 */
	.head_top .link { margin-bottom: 20px; }
	.head_top .logo { padding-bottom: 20px; }
	.head_top .logo img { height: 60px; }
	.head_nav_list li { height: 50px; line-height: 50px; }
	.head_nav_list li a { font-size: 18px; }

	/* 底部样式 */
	.foot_link_list { width: 100%; display: flex; flex-wrap: wrap; }
	.foot_link_item { width: 32%; margin-right: 2%; }
	.foot_link_item:nth-child(3n) { margin-right: 0; }
	.foot_top { display: flex; justify-content: space-between; }
	.foot_top .module { display: flex; align-items: center; padding: 15px; }
	.foot_top .xglj { width: 10%; margin-right: 0; }
	.foot_top .copyright { width: 45%; margin-right: 0;  flex-direction: column; }
	.foot_top .module.dzbs { width: 20%; }
	.foot_top .xglj p, .foot_top .copyright p, .foot_bot * { font-size: 14px; }
	.foot_top .dzbs img { max-height: 40px; }
	.foot_top .ewm img { height: 60px; }
	.foot_bot { line-height: 2em; }
}

@media screen and (max-width: 1024px) {
	/* 头部样式 */
	.head_top { padding-top: 20px; }
	.head_top .link { display: none; }

	/* 底部样式 */
	.foot_top { flex-wrap: wrap; padding-top: 10px; }
	.foot_top .module { margin-bottom: 10px; padding: 10px; }
	.foot_top .xglj { width: 18%; justify-content: center; }
	.foot_top .copyright { width: 41%; }
	.foot_top .module.dzbs, .foot_top .module.ewm { width: 100%; align-items: center; justify-content: center; }
}

@media screen and (max-width:768px) {
	/* 头部样式 */
	.header { position: relative; padding: 10px 0; border-bottom: 1px solid #eee; z-index: 10; }
	.head_top { padding-top: 0; background: none; }
	.head_top .logo { padding-bottom: 0; }
	.head_top .logo img { height: 40px; }
	.phone_icon { display: block; position: absolute; right: 4vw; top: 10px; }
	.phone_icon a { display: flex; width: 40px; height: 40px; background: #045ba8; border-radius: 50%; justify-content: center; align-items: center; }
	.phone_icon a img { height: 50%; }
	.head_nav { display: none; }
	.head_nav { background: #fff; position: absolute; top: 61px; width: 100vw; left: 0; box-shadow: 0 5px 5px #aaa; }
	.head_nav_list { padding: 10px 0; }
	.head_nav_list li { float: none; width: 100%; height: 40px; line-height: 40px; text-align: center; }
	.head_nav_list li a { color: #333; }
	.head_nav_list li:hover, .head_nav_list li.on { background: none; box-shadow: none; }

	/* 底部样式 */
	.foot_link_item { padding: 0 10px; }
	.foot_top .xglj { width: 31%; }
	.foot_top .copyright { width: 100%; }
	.foot_top .copyright p { line-height: 2em; }
	.foot_bot span { white-space: nowrap; }
}