/*
* @Author: Sun Jijing
* @Date:   2023-12-25 16:17:45
* @Last Modified by: Sun Jijing
* @Last Modified time: 2023-12-27 10:14:47
*/

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

/* 图片自适应 */
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; }
.clear{clear:both}
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; /* 从左上角开始缩放 */ } /* 其他打印样式 */ }

/* 头部样式 */
.header{}
.phone_icon { display: none; }
.head_top { padding-top: 30px; padding-bottom: 20px; }
.head_top .logo img {  }
.head_top .link { font-size: 18px; color: #666; margin-bottom: 25px; text-align: right; }
.head_top .link a { font-size: 18px; color: #666; cursor:pointer;}
.headForm { width: 430px; height: 32px; line-height: 32px; padding: 8px; border-radius: 8px; border: 1px solid #d2e8f3; }
.headForm input { width: 390px; float: left; height: 32px; line-height: 32px; background: none; border: 0;font-size:16px;color:#666; }
.headForm button { width: 32px; height: 32px; background: #015293 url(/eportal/fileDir/wlht/template/common/2023_header/search_but.png) no-repeat center; float: right; border-radius: 8px; }
.head_nav { background: #015293; }
.head_nav_list { overflow: hidden; }
.head_nav_list li { width: 14.28%; float: left; height: 50px; line-height: 50px; text-align: center; }
.head_nav_list li a { font-size: 18px; color: #fff; }
.head_nav_list li img { vertical-align: middle; margin-right: 5px; transform: rotateY(0deg); transition: all linear 300ms; }
.head_nav_list li.on, .head_nav_list li:hover { background: #033c6a; }
.head_nav_list li.on img, .head_nav_list li:hover img { transform: rotateY(180deg); }

/*分页下载*/
.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/wlht/template/common/2023_footer/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: 286px; }
.foot_top .copyright p { font-size: 16px; color: #89b1d6; line-height: 36px; }
.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 15px; }
.foot_bot * { font-size: 16px; color: #89b1d6; }

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

	/* 头部样式 */
	.head_top { padding-top: 20px; }
	.headForm { height: 40px; line-height: 40px; padding: 0 4px; }
	.headForm form { display: flex; justify-content: space-between; align-items: center; }
	.headForm input { height: 40px; line-height: 40px; width: 98%; }
	.headForm button { flex-shrink: 0; }

	.head_nav_list { display: flex; }

	/* 底部样式 */
	.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 { margin-right: 0; }
	.foot_top .copyright { margin-right: 0;  flex-direction: column; }
	.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 { display: flex; justify-content: space-between; align-items: center; }
	.head_top::after { display: none; }
	.head_top .logo img { height: 60px; }
	.head_top .link { display: none; }
	.headForm { width: 220px; }
	.head_nav_list li img { height: 20px; }

	/* 底部样式 */
	.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: 49%; align-items: center; justify-content: center; }
}

@media screen and (max-width:768px) {
.foot_link{display:none;}
	/* 头部样式 */
	.header { border-bottom: 1px solid #eee; position: relative; z-index: 10; }
	.head_top { padding: 10px 0; }
	.headForm { display: none; }
	.head_nav { display: none; }
	.head_top .logo img { height: 40px; }
	.phone_icon { display: block; }
	.phone_icon a { display: inline-block; width: 40px; height: 40px; background: #005293; border-radius: 50%; padding: 8px; margin-left: 10px; }
	.headForm { width: 92vw; position: absolute; left: 4vw; top: 70px; background: #fff; }
	.head_nav { position: absolute; top: 60px; left: 0; width: 100%; }
	.head_nav_list { display: block; padding: 10px 0; }
	.head_nav_list li { width: 100%; float: none; height: 42px; line-height: 42px; }

	/* 底部样式 */
	.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; }
}