/*
* @Author: Sun Jijing
* @Date:   2025-01-14 11:30:36
* @Last Modified by:   Sun Jijing
* @Last Modified time: 2025-01-15 10:06:56
* #cssrem:	80
*/

:root { --currentColor: #fff; }

/* 图片自适应 */
img { width: auto\9; 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; color: #333; border: none; box-sizing: border-box; }
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; overflow-x: hidden; }
html, body { width: 100%; height: 100%; }
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: 21.25rem; margin: 0 auto; }
.over { overflow: hidden; }

/* 头部样式 */
.header { position: relative; z-index: 20; }
.head_pub { display: flex; justify-content: space-between; align-items: center; }
.head_nav { display: block; }
.head_nav_list { display: flex; float: right; align-items: center; }
.head_nav_list > li { float: left; display: inline-flex; align-items: center; padding: 0 0.25rem; height: 1.3rem; position: relative; border-bottom: 2px solid #transparent; }
.head_nav_list > li > i { display: none; }
.head_nav_list > li > a { font-size: 0.3rem; }
.head_nav_list > li.on > a { color: #00adeb; }
.head_nav_list > li:hover, .head_nav_list > li.on { border-bottom: 2px solid #00adeb; }
.head_subnav_list { position: absolute; top: 1.3rem; left: 0; background: #fff; display: none; }
.head_subnav_list li { padding: 0 0.4rem; line-height:; line-height: 0.65rem; }
.head_subnav_list li a { font-size: 0.25rem; white-space: nowrap; }
.head_subnav_list li:hover { background: #00adeb; }
.head_subnav_list li:hover a { color: #fff; }
.phone_menu, .phone_nav_close { display: none; }

/* 底部样式 */
.footer { padding-top: 0.8rem; background: #1a1a1a; }
.foot_top { padding-bottom: 0.3rem; overflow: hidden; }
.foot_link { float: left; margin-right: 1.2rem; }
.foot_link .tit { font-size: 0.28rem; font-weight: bold; color: #fff; margin-bottom: 0.3rem; }
.foot_link_ul li a { font-size: 0.23rem; color: rgba(255,255,255,.7); line-height: 2em; }
.foot_link.last { max-width: 4.2rem; }
.foot_link.last p { font-size: 0.23rem; color: rgba(255,255,255,.7); line-height: 1.6em; }
.foot_link.last .num { font-size: 0.3rem; color: #fff; margin-bottom: 0.23rem; }
.foot_link.last .num a { font-size: 0.4rem; color: #fff; }
.foot_ewm { width: 2rem; float: right; }
.foot_ewm img { display: block; width: 100%; }
.foot_ewm p { font-size: 0.23rem; color: rgba(255,255,255,.7); text-align: center; line-height: 3em; }
.foot_bot { height: 0.53rem; line-height: 0.53rem; border-top: 1px solid rgba(255, 255, 255, .2); }
.foot_bot * { font-size: 0.23rem; color: rgba(255,255,255,.7); }
.foot_bot a { margin-left: 0.2rem; }

.businessPop { background: rgba(30, 30, 30, .9); width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 10; display: none; }
.businessClose { position: absolute; top: 0; right: 0.25rem; cursor: pointer; }
.businessClose .icon { width: 0.3rem; height: 0.3rem; }
.businessCon { width: 50%; height: 100%; margin: 0 auto; display: flex; justify-content: center; align-items: center; }

.slide_con { width: 0.9rem; position: fixed; right: 0; top: 50%; transform: translateY(-50%); z-index: 10; }
.slide_list { width: 0.9rem; }
.slide_list li { width: 3.15rem; height: 0.9rem; margin: 1px 0; background: rgba(0, 0, 0, .4); display: flex; transform: translateX(0); transition: all .4s; }
.slide_list li .icon { width: 0.9rem; height: 0.9rem; display: inline-flex; justify-content: center; align-items: center; }
.slide_list li .icon img { width: 0.45rem; }
.slide_list li .txt { display: inline-flex; flex-direction: column; justify-content: center; width: 2.25rem; overflow: hidden; }
.slide_list li .txt * { font-size: 0.17rem; color: #fff; }
.slide_list li .txt p { white-space: nowrap; }
.slide_list li:hover { transform: translateX(-2.25rem); }

@media screen and (max-width: 768px){
	.pubcon { width: 90%; }

	.phone_nav_close { display: block; text-align: right; background: rgba(0, 0, 0, .2); height: 60px; }
	.phone_nav_close svg { display: inline-block; height: 40px; width: 40px; margin-top: 10px; fill: #fff; }
	.phone_menu {display: block; height: 60px;padding: 12px 0;cursor: pointer;}
	.phone_menu svg { width: 100%; height: 100%; }
	.head_nav { display: none; width: 100%; height: 100%; z-index: 100; background: #f6f6f6; position: fixed; left: 0; top: 0; overflow-y: auto; }
	.head_nav_list { display: block; float: none; padding: 20px; }
	.head_nav_list > li { float: none; padding: 0; height: auto; display: block; border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important; position: relative; }
	.head_nav_list > li > a { height: 50px; line-height: 50px; font-size: 16px; }
	.head_nav_list > li > i { display: block; width: 50px; height: 50px; background: url(/hygk/uiFramework/commonResource/image/2025011711580265316.png) no-repeat right center; background-size: 20px; position: absolute; right: 0; top: 0; transform: rotate(0deg); -transition: transform ease 300ms; }
	.head_subnav_list { position: static; background: none; -display: block; }
	.head_subnav_list li { padding: 0 0 0 30px; padding-left: 30px; line-height: 50px; }
	.head_subnav_list li a { display: block; font-size: 14px; background: url(/hygk/uiFramework/commonResource/image/2025011711580265316.png) no-repeat right center; background-size: 18px; }
	.head_nav_list > li > i.on { transform: rotate(90deg); background-position: center top; }

	.foot_link { float: none; margin-right: 0; display: none; }
	.foot_link.last { display: block; }
	.foot_ewm { width: 3rem; float: none; margin: 0.5rem auto; }
	.foot_bot { height: auto; text-align: center; }
	.foot_link .tit { font-size: 18px; }
	.foot_link.last p { font-size: 14px; }
	.foot_bot * { font-size: 14px; }

	.slide_con { display: none; }
}