html,body{
	font-family: 'Roboto', sans-serif,arial,verdana;
	font-weight: 400;
}
input, button, textarea,select,button{
	font-family: 'Roboto', sans-serif,arial,verdana;
}
.bgf5{
	background: #f5f5f5;
}


/* H5 美化：更大气的移动端视觉样式 */
@media (max-width: 768px){
	:root{ --h5-radius:12px; }

	/* 轻微的页面底色让卡片凸显 */
	body{ background-color:#f6f7f9; color:#0b1b2a; }

	/* 更紧凑的全局侧边距，保留足够呼吸空间 */
	.main_content > .wrapper, .wrapper{ padding-left:12px !important; padding-right:12px !important }

	/* 内层面板风格：圆角、柔和阴影和更舒服的内边距 */
	.about-bg > .wrapper,
	.team-bg > .wrapper,
	.insertwo-bg > .wrapper{
		padding:18px !important;
		border-radius:var(--h5-radius) !important;
		box-shadow:0 10px 30px rgba(11,22,44,0.08) !important;
		background: #ffffff !important;
	}

	/* 标题与引导文字 */
	.ind_title1 .tt{ font-size:20px; font-weight:800; color:#0b1b2a; letter-spacing:0.2px; margin-bottom:8px }
	.ind_title1 .text{ color:#5f6b72; font-size:13px; margin-bottom:12px }

	/* 主要按钮（全宽、渐变、更大的触控目标） */
	.btn.primary{
		display:block;
		width:100%;
		padding:12px 16px;
		border-radius:10px;
		background: linear-gradient(90deg,#d6b24a,#b58f34);
		color:#07182a;
		font-size:15px;
		font-weight:700;
		box-shadow:0 8px 20px rgba(181,143,52,0.12);
		text-align:center;
		text-transform:uppercase;
		letter-spacing:0.6px;
	}

	.more_btn1{ padding:10px 12px; border-radius:8px }

	/* 卡片内边距与圆角 */
	.pro_list_con{ padding:20px 8% !important; border-radius:8px }

	/* 缩略图处理：使用 cover 并限制高度 */
	.ind_pro_pic img{ height:200px; object-fit:cover }
	.ind_box3_r .ind_box3_r_video a img,
	.ind_box4_l_pic img,
	.news_list_pic img{ width:100%; max-height:200px; object-fit:cover }

	/* 轮播点增大，便于触控 */
	.banner.owl-theme .owl-dots .owl-dot span,
	.scroll_dots.owl-theme .owl-dots .owl-dot span{ width:12px; height:12px }
	.banner.owl-theme .owl-dots .owl-dot.active span{ width:28px }

	/* 卡片阴影统一、背景白色，看上去更轻奢 */
	.news-list .news-item,
	.pro_list_con,
	.ind_box5 .news_list1 .item{ box-shadow:0 8px 28px rgba(3,18,34,0.06); border-radius:8px; background:#fff }

	/* logo 略微放大以提高品牌识别 */
	.logo img{ height:56px }
}


/* Additional H5/mobile overrides to reduce large gutters and card paddings */
@media (max-width: 768px){
	/* Reduce inner panel padding so content isn't far from the screen edge */
	.about-bg > .wrapper,
	.team-bg > .wrapper,
	.insertwo-bg > .wrapper{
		padding: 16px !important;
		border-radius: 6px !important;
		box-shadow: 0 12px 24px rgba(3,18,34,0.10) !important;
	}

	/* Make the global page wrapper use small side padding on mobile */
	.main_content > .wrapper,
	.wrapper{
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	/* Reduce card inner padding and image heights on mobile */
	.pro_list_con{ padding: 22px 6% !important; }
	.ind_pro_pic img{ height:220px; object-fit:cover; }

	/* Ensure other thumbnail types also use cover and reasonable height */
	.ind_box3_r .ind_box3_r_video a img,
	.ind_box4_l_pic img,
	.news_list_pic img{ width:100%; height:auto; max-height:220px; object-fit:cover; }

	/* Reduce margins for list items and buttons */
	.pro_list_con{ margin-left:8px; margin-right:8px }
	.more_btn1{ padding:8px 12px }
}

@media (max-width: 420px){
	.about-bg > .wrapper,
	.team-bg > .wrapper,
	.insertwo-bg > .wrapper{ padding:12px !important }
	.ind_pro_pic img{ height:180px }
	.news_list1 .news_list_pic img{ height:160px }
}

.header_box{
	background: #fff;
}
.header_fix{
	width: 100%;
	background: #fff;
	box-shadow: 0 0 7px rgba(115,115,115,.15);
	-webit-transition: all 0.5s;
	transition: all 0.5s;
}
.header_fix.hover{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 4;
}

.header{
	width: 100%;
	position: relative;
	-webit-transition: all 0.5s;
	transition: all 0.5s;
}
.head_t{
	height: 40px;
	background: linear-gradient(90deg,#091233 0%, #15304f 100%);
}
.head_t_l{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}
.head_t_l_item{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	color: #fff;
	line-height: 40px;
	font-size: 14px;
	margin-right: 25px;
}
.head_t_l_item .icon{
	width: 20px;
	height:20px;
	line-height: 20px;
	text-align: center;
	font-size: 18px;
	margin-right: 8px;
}
.head_t_l_item:hover{
	color: #4e4d4e;
}


.head_t_r{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}


.head_lag{
	width: 140px;
	height: 26px;
	position: relative;
	margin-left: 15px;
}
.head_lag_t{
	width: 140px;
	color: #fff;
	font-size: 14px;
	line-height: 26px;
	text-align: center;
	cursor: pointer;
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;

	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
		
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
	position: relative;
}
.head_lag_t::before{
	
}
.head_lag_t .icon{
	color: #fff;
	font-size: 20px;
	margin-right: 8px;
}
.head_lag_t .icon1{
	display: block;
	width: 0;
	height: 0;
    border-top-width: 5px;
	border-left-width: 5px;
	border-right-width: 5px;
    border-bottom-width: 0;
    border-style: solid;
	border-color:#fff transparent transparent transparent;
	margin-left: 8px;
}
.head_lag_down{
	position: absolute;
	left:0;
	top: 33px;
	z-index: 2;
	display: none;
	width: 100%;
	background: #fff;
	text-align: center;
	padding:8px 0;
	box-shadow: 0 2px 5px rgba(0,0,0,.12);
}
.head_lag_down a{
	display: block;
    line-height: 30px;
	color: #333;
	text-align: center;
    font-size: 14px;
    overflow: hidden;
}
.head_lag_down a:hover{
	color: #fff;
	background: #091233;
}
.head_top{
	background: #15304f;
}


.head_b{
	background: #fff;
	height: 109px;
	position: relative;
}
.head_t .wrapper{
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}
.head_b>.wrapper{
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}
.logo{
	width: 300px;
	height:109px;
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;

	
	-ms-justify-content: center;

	
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
}
.logo img{
	display: block;
	max-width: 100%; height:80px
}
.head_r{
	width: calc(100% - 330px);
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
   justify-content: flex-end;
   -ms-justify-content: flex-end;
   -webkit-justify-content: flex-end;
    align-items:center;
    -ms-align-items: center;
	-webkit-align-items: center;
}

.menu{
	width: calc(100% - 50px);
	padding: 0 1%;
}

.menu_dl{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: flex-end;
	-ms-justify-content: flex-end;
	-webkit-justify-content: flex-end;
    
    align-items:center;
    -ms-align-items: center;
	-webkit-align-items: center;
	width: 100%;
}
.menu_dl dd{
	margin: 0 25px;
	position: relative;
	-webit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.menu_dl dd.menu_dd_pro{
	position: static;
}
.menu_tt .text{
	width: 100%;
	display: block;
	color: #333;
	text-align: center;
	line-height:106px;
	font-size: 18px;
	font-weight: 700;
	padding: 0 12px;
	text-transform: capitalize;
	overflow: hidden;
	border-bottom: 3px solid transparent;
}

.menu_dl dd.hover .menu_tt .text{
	color: #091233;
	border-color: #091233;
}




.menu_down_pro{
	display: none;
	position: absolute;
	left: 0;
	top: 109px;
	z-index: 4;
	width: 100%;
	overflow: hidden;
	background: rgba(255,255,255,.96);
	box-shadow: 0 3px 5px rgba(115,115,115,.2);
}
.menu_down_pro .wrapper{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	overflow: hidden;
}
.menu_down_pro_item{
	width: 25%;
	padding: 20px 25px 20px;
	border-bottom: 1px solid #e7e7e7;
	position: relative;
}
.menu_down_pro_item::after{
	content: "";
	display: block;
	position: absolute;
	right:0;
	top: 20px;
	width: 1px;
	height: calc(100% - 50px);
	background: #e7e7e7;
}
.menu_down_pro_title{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	color: #333;
	margin:20px 0;
}
.menu_down_pro_title .icon{
	font-size: 22px;
	width: 30px;
	text-align: center;
}
.menu_down_pro_title .tt{
	width: calc(100% - 22px);
	font-size: 20px;
	font-weight: bold;
}
.menu_down_pro_title:hover{
	color: #091233;
}


.menu_down_pro_list{
	margin-bottom: 30px;
}
.menu_down_pro_list a{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	color: #666;
	font-size: 14px;
	padding: 8px 0;
}
.menu_down_pro_list a .icon{
	width: 20px;
	height: 20px;
	font-size: 16px;
	text-align: center;
	transform: rotateZ(-90deg);
	-webkit-transform: rotateZ(-90deg);
}

.menu_down_pro_list a .tt{
	width: calc(100% - 20px);
	padding-left: 3px;
	font-size: 14px;
}
.menu_down_pro_list a:hover{
	color: #091233;
	transform: translateX(3px);
	-webkit-transform: translateX(3px);
}

.menu_down_pro_more{
	display: block;
	font-size: 16px;
	color: #333;
	margin-bottom: 15px;
}
.menu_down_pro_more:hover{
	color: #091233;
	transform: translateX(3px);
	-webkit-transform: translateX(3px);
}




.menu_down{
	display: none;
	position: absolute;
	left: 0;
	top: 109px;
	z-index: 3;
	width: 247px;
	background: rgba(255,255,255,.96);
	box-shadow: 0 3px 8px rgba(115,115,115,.2);
}
.menu_down a{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
}

/* Added styles for premium private asset management theme */
.hero_finance{
		background: linear-gradient(90deg,#091233 0%, #15304f 100%);
		color: #fff;
		padding: 80px 0;
}
.hero_inner{display:flex;align-items:center;justify-content:space-between}
.hero_left{max-width:720px}
.hero_title{font-size:42px;font-weight:700;margin:0 0 16px;color:#f6d365}
.hero_sub{font-size:18px;color:rgba(255,255,255,.9);margin-bottom:24px}
.hero_cta .btn{display:inline-block;padding:12px 22px;border-radius:4px;margin-right:12px;text-decoration:none}
.btn.primary{background:#c9a24a;color:#091233;font-weight:700}
.btn.ghost{border:1px solid rgba(255,255,255,.15);color:#fff;background:transparent}
.hero_stats{display:flex;gap:20px}
.stat{background:rgba(255,255,255,.04);padding:18px 22px;border-radius:6px;text-align:center;min-width:120px}
.stat .num{font-size:20px;font-weight:700;color:#f6d365}
.stat .label{font-size:13px;color:rgba(255,255,255,.8)}

/* language links in header */
.head_lag_t .lag_link{color:#fff;text-decoration:none;padding:0 6px;font-weight:600}
.head_lag_t .lag_sep{color:rgba(255,255,255,.45);padding:0 6px}

/* responsive */
@media(max-width:900px){
	.hero_inner{flex-direction:column;gap:20px;padding:0 20px}
	.hero_left{text-align:center}
	.hero_stats{justify-content:center}
	.logo{width:200px}
}

/* Footer styles for finance theme */
.footer_finance{background:#07182a;color:#cfd8e3;padding:40px 0 20px}
.footer_finance .footer_top{display:flex;gap:30px;align-items:flex-start;justify-content:space-between}
.footer_finance .footer_col{flex:1;min-width:200px}
.footer_brand{color:#f6d365;font-size:20px;margin:0 0 10px}
.footer_desc{color:rgba(255,255,255,0.8);font-size:14px;line-height:1.6}
.footer_contact div{margin-top:8px}
.footer_col.links ul,.footer_col.investor ul{list-style:none;padding:0;margin:0}
.footer_col.links li a,.footer_col.investor li a{color:rgba(255,255,255,0.85);text-decoration:none}
.footer_col.links h4,.footer_col.investor h4,.footer_col.form h4{color:#fff;margin-bottom:12px}
.footer_form input{width:100%;padding:8px 10px;margin-bottom:8px;border-radius:3px;border:1px solid rgba(255,255,255,0.08);background:transparent;color:#fff}
.footer_form .btn.primary{background:#c9a24a;color:#07182a;padding:10px 14px;border-radius:4px;border:none}
.footer_bottom{display:flex;justify-content:space-between;align-items:center;padding:14px 0;border-top:1px solid rgba(255,255,255,0.03);margin-top:20px;font-size:13px;color:rgba(255,255,255,0.6)}
.wechat_qr{width:48px;height:48px;object-fit:cover;margin-left:8px}
@media(max-width:900px){
	.footer_finance .footer_top{flex-direction:column}
	.footer_bottom{flex-direction:column;gap:8px;text-align:center}
}

/* Mobile improvements for touch, spacing and legibility */
@media (max-width:900px){
	/* Header */
	.head_t{height:auto;padding:8px 0}
	.head_t_l .head_t_l_item{font-size:14px;padding:6px 8px}
	.logo{width:180px;height:auto}
	.logo img{height:56px}

	/* Make menu area more usable on mobile: collapse horizontal menu into hidden area, show menu button clearly */
	.menu{display:none}
	.mobile_menu_btn{display:block;cursor:pointer}

	/* Hero adjustments: reduce size, increase spacing & CTA touch area */
	.hero_finance{padding:36px 0}
	.hero_title{font-size:28px;line-height:1.15}
	.hero_sub{font-size:15px}
	.hero_cta .btn{padding:12px 16px;font-size:15px}

	/* Make hero stats stack and center on small screens */
	.hero_stats{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:10px}
	.stat{min-width:100px;padding:14px}

	/* Mobile menu overlay (full-screen drawer) */
	.mobile_menu_box{
		position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;
		background:linear-gradient(180deg, rgba(7,24,42,0.98) 0%, rgba(7,24,42,0.96) 100%);
		transform:translateX(-100%);transition:transform .28s ease-in-out;padding-top:80px;overflow:auto;display:flex;flex-direction:column;
	}
	.mobile_menu_box.open{transform:translateX(0%)}
	.mobile_menu_dl{display:flex;flex-direction:column;gap:6px;padding:18px}
	.mobile_menu_tt .text{font-size:18px;padding:14px 10px;display:block;color:#fff}
	.mobile_menu_down_clm_tt .tt{font-size:16px;padding:12px 10px;color:rgba(255,255,255,0.9)}

	/* Bigger contact buttons in floating area */
	.public_back_top_btn{right:16px;bottom:18px;padding:8px 12px;border-radius:6px}

	/* Footer: stack columns, enlarge form controls */
	.footer_finance .footer_top{padding:22px}
	.footer_col{width:100%;min-width:auto}
	.footer_form input{font-size:15px;padding:10px}
	.footer_form .btn{width:100%;padding:12px}

	/* Ensure search box visible and easy to use */
	.search_box{padding:10px;background:rgba(255,255,255,0.02)}
	.search_box input{padding:10px 12px;font-size:15px}

	/* minor tweaks to reduce long text wrapping */
	.ind_item_title22{font-size:16px}
}

/* Small JS helper for toggling mobile menu if not present in main.js */
/* This will not run on server side; it is a safe fallback. */
@media (max-width:900px){
}

/* Collapsible footer lists on mobile */
@media (max-width:900px){
	.mobile-collapsible{max-height:120px;overflow:hidden;transition:max-height .28s ease}
	.mobile-collapsible.expanded{max-height:2000px}
	.mobile-more-btn{display:block;margin-top:10px;background:transparent;border:1px solid rgba(255,255,255,0.06);color:#fff;padding:8px 12px;border-radius:4px;font-size:14px}
	.mobile-more-btn:active{transform:translateY(1px)}
	/* hide QR image in footer to save space, show a small icon instead */
	.footer_finance .wechat_qr{width:44px;height:44px}
}

.menu_down a{
	display:flex;
	align-items:center;
	-webkit-align-items:center;
	-ms-align-items:center;
	font-size:16px;
	line-height:22px;
	padding:14px 22px;
	color:#333;
	border-bottom:1px solid #e7e7e7;
}
.menu_down a:last-child{
	border: none;
}
.menu_down a .icon{
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	transform: rotateZ(-90deg);
	-webkit-transform: rotateZ(-90deg);
}
.menu_down a .tt{
	width: calc(100% - 20px);
	padding-left: 5px;
}
.menu_down a:hover{
	color: #091233;
	transform:translateX(3px);
	-webkit-transform:translateX(3px);
}






.head_search{
	width: 46px;
	height: 46px;
	line-height:46px;
	text-align: center;
	color: #091233;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	background: #eaeaea;
	border-radius: 50%;
}

.search_box{
	display: none;
	position: fixed;
	left:50%;
	top: 50%;
	z-index: 5;
	margin:-30px 0 0 -450px;
	z-index: 9;
	width:900px;
	height: 60px;
	padding: 10px;
	background: #f5f5f5;
}
.search_box_text{
	width: calc(100% - 90px);
	height: 40px;
	border: 0;
	font-size: 14px;
	padding-left: 20px;
	background: none;
}
.search_box_text::-webkit-input-placeholder{
	font-size: 14px;
}
.search_box_sub{
	width:40px;
	height: 40px;
	color: #091233;
	font-size: 28px;
	font-weight: bold;
	background: none;
	border: 0;
}

.search_box_close{
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 28px;
	color: #999;
	margin-left: 10px;
	border: 0;
	background: none;
}
.search_box_close:hover{
	transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
}



.header_fix.hover .head_b{
	height: 70px;
}
.header_fix.hover .menu_tt .text{
	height:70px;
	line-height: 70px;
}
.header_fix.hover .menu_dl dd .menu_tt .text::after{
	top: -20px;
}
.header_fix.hover{
	height: 70px;
	box-shadow: 0 0 6px rgba(115,115,115,.2);
	-webit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.header_fix.hover .logo{
	height: 70px;
	padding: 8px 0;
	-webit-transition: all 0.5s;
	transition: all 0.5s;
}
.header_fix.hover .menu_dl dd{
	height: 70px;
	line-height: 70px;
	-webit-transition: all 0.5s;
	transition: all 0.5s;
}
.header_fix.hover .head_t{
	display:none;
}
.header_fix.hover .menu_down_pro,
.header_fix.hover .menu_down{
	top: 70px;
}

/* ~~~~~~~~~~~~~右侧导航,css */
/* ~~~~~~~~~~~~~右侧导航,css */
/* ~~~~~~~~~~~~~右侧导航,css */
.public_right_nav_box {
    position: fixed;
    z-index: 10;
    right: 0;
    top: 220px;
}

.pub_float_right_nav {
    background: #ffffff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.pub_float_right_nav .item {
    position: relative;
    border-bottom: 1px solid #eee;
    background: #ffffff;
}

.pub_float_right_nav>.item:last-child {
    border-bottom: none;
}

.pub_float_right_nav .item:hover .hover_show_text {
    right: 112%;
}

.pub_float_right_nav .item .icon_and_text {
    display: block;
    width: 80px;
    padding: 14px 0 12px;
}

.pub_float_right_nav .item .icon_and_text:hover .iconfont,
.pub_float_right_nav .item .icon_and_text:hover .text {
    color: #091233;
}

.pub_float_right_nav .item .icon_and_text .iconfont {
    font-size: 30px;
    color: #444444;
    text-align: center;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pub_float_right_nav .item .icon_and_text .text {
    font-size: 14px;
    color: #444444;
    text-align: center;
    padding-top: 6px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pub_float_right_nav .item .hover_show_text {
    width: 160px;
    position: absolute;
    z-index: -1;
    top: 50%;
    right: -300%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 10px 6px 10px 10px;
    background: #091233;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -ms-transition: all 0.7s;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}

.pub_float_right_nav .item .hover_show_text a {
    display: block;
}

.pub_float_right_nav .item .hover_show_text::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: -5px;
    top: 50%;
    -ms-transform: translate(0, -50%) rotate(45deg);
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
    background: #fdb900;
}

.hover_show_text.online_Service .online_Service_01 {
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    padding-bottom: 8px;
}

.hover_show_text.online_Service .online_Service_02 img {
    width: 100px;
}

.hover_show_text.hot_line .hot_line_01 {
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
}

.hover_show_text.hot_line .hot_line_02 {
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    padding-top: 2px;
}

.public_right_nav_box .nav_top_img {
    text-align: center;
}

.public_right_nav_box .nav_top_img img {
    max-width: 100%;
}

.public_back_top_btn {
    font-size: 14px;
    color: #444444;
    text-align: center;
    margin-top: 20px;
    padding: 6px 0 8px;
    background: #ffffff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.public_back_top_btn .iconfont {
    font-size: 26px;
}

.public_back_top_btn:hover {
    color: #fdb900;
}

/* ~~~~~~~~~~~~~右侧导航,css~~~~~~~~~~end */
/* ~~~~~~~~~~~~~右侧导航,css~~~~~~~~~~end */
/* ~~~~~~~~~~~~~右侧导航,css~~~~~~~~~~end */


/*
 * wap head
 */
 .mobile_header{
	display: none;
	clear: both;
	width: 100%;
	height: 52px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.mobile_header_top{
	position: fixed;
	left: 0;
	top:0;
	z-index: 7;
	width: 100%;
	height: 52px;
	background:#fff;
	box-shadow: 0 2px 3px rgba(0,0,0,.1);
}


.mobile_logo{
	width: 180px;
	height: 52px;
	margin-left: 10px;
}
.mobile_logo img{
	display: block;
	height:38px;
	width: auto;
}

.mobile_menu_btn{
	position: absolute;
	right: 0;
	top: 0;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	width: 54px;
	height: 52px;
	cursor: pointer;
}
.mobile_menu_btn span{
	display: block;
	height: 3px;
	width: 28px;
	background:#333;
	border-radius: 4px;
	margin-bottom: 6px;
}
.mobile_menu_btn span:last-child{
	margin-bottom: 0;
}
.mobile_search_icon{
	width: 40px;
	height: 52px;
	color: #333;
	font-size: 26px;
	line-height: 52px;
	text-align: center;
	margin-right: 52px;
	cursor: pointer;
}
.mobile_header.hover{
	background:rgba(0,0,0,.5);
	box-shadow: 0 2px 3px rgba(0,0,0,.1);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.mobile_menu_box{
	position: fixed;
	right: -110%;
	top:0;
	z-index: 8;
	width:75%;
	height: 100%;
	background:#fff;
	padding: 20px 15px;
	overflow-y: auto;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile_menu_box.show{
	right: 0;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile_menu_dl dd{
	clear: both;
	line-height: 1.3;
	border-bottom: 1px solid #e1e1e1;
}
.mobile_menu_tt{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.mobile_menu_tt .text{
	float: left;
	width: 80%;
	color: #333;
	font-size: 16px;
	line-height: 24px;
	padding: 10px 0;
	text-transform: capitalize;
}
.mobile_menu_dl dd.hover .mobile_menu_tt .text{
	color: #091233;
}
.mobile_menu_tt_icon{
	display: none;
	float: right;
	float: right;
	width: 44px;
	line-height: 44px;
	text-align: center;
	color: #333;
	font-size: 16px;
	-webit-transition: all 0.5s;
	transition: all 0.5s;
	transform: rotateZ(0deg);
	-webkit-transform: rotateZ(-90deg);
	-moz-transform: rotateZ(-90deg);
	-ms-transform: rotateZ(-90deg);
	-o-transform: rotateZ(-90deg);
}

.mobile_menu_down{
	display:none;
	padding:6px 0 10px 12px;
}
.mobile_menu_down_clm{
	margin-bottom: 8px;
}
.mobile_menu_down_clm_tt{
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	font-size: 14px;
	color: #333;
}
.mobile_menu_down_clm_tt .tt{
	width: calc(100% - 50px);
	color: #333;
	line-height: 20px;
	padding: 7px 0;
}
.mobile_menu_down_clm_tt .icon{
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	transform: rotateZ(0deg);
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-webit-transition: all 0.5s;
	transition: all 0.5s;
}
.mobile_menu_down_clm.hover .mobile_menu_down_clm_tt .icon{
	-webit-transition: all 0.5s;
	transition: all 0.5s;
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
	-moz-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
	-o-transform: rotateZ(180deg);
}
.mobile_menu_down_clm_list{
	display: none;
	padding: 5px 0 0 10px;
}
.mobile_menu_down_clm_list a{
	display: block;
	font-size: 12px;
	line-height: 1.4;
	color: #333;
	padding: 5px 0 5px 14px;
	position: relative;
}
.mobile_menu_down_clm_list a::before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 5px;
	height: 5px;
	margin-top: -3px;
	background:#333;
	border-radius: 50%;
}



.mobile_menu_tt_icon.hover{
	transform: rotateZ(0deg);
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-webit-transition: all 0.5s;
	transition: all 0.5s;
}


/* .mobile_menu_dl dd.hover .mobile_menu_tt .text{
	font-weight: bold;
} */

.mobile_search_box{
	position: fixed;
	left: 0;
	top: 52px;
	z-index: 7;
	display: none;
	width: 100%;
	padding: 20px;
	background: #fafafa;
}
.mobile_search_box form{
	width: 100%;
	padding:2px;
	border-radius: 5px;
	border: 1px solid #ddd;
}
.mobile_search_text{
	float: left;
	line-height: 40px;
	padding-left: 15px;
	font-size: 14px;
	width:calc(100% - 40px);
	border: 0;
}

.mobile_search_btn_text{
	float: right;
	width: 40px;
	height: 40px;
	font-size: 22px;
	color: #091233;
	text-align: center;
	line-height: 40px;
	border: none;
	background: none;
}

.mobile_menu_b{
	margin-top: 40px;
}
.mobile_menu_b_clm{
	margin-bottom: 25px;
}
.mobile_menu_b_clm .tt{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin-bottom: 8px;
}
.mobile_menu_b_clm .tt .icon{
	margin-right: 8px;
	font-size: 16px;
}
.mobile_menu_b_clm .text{
	font-size: 14px;
	color: #333;
}
.mobile_menu_b_clm .text a{
	color: #333;
	word-break: break-all;
}


.mobile_lag_box{
	padding: 30px 0 20px;
	margin-bottom: 40px;
}
.mobile_lag_tt{
	font-size: 18px;
	color:#333;
	font-weight: bold;
	padding-bottom: 18px;
}
.mobile_lag_text{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.mobile_lag_text a{
	color: #333;
	font-size: 16px;
	margin-right: 25px;
}



.mask,
.mobile_menu_mask{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 7;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2);
}
.mobile_menu_mask{
	z-index: 8;
}










/*
 * banner
 */
.banner_box{
	position: relative;
}
.banner{
	clear: both;
}
.banner .item a{
	display: block;
	overflow: hidden;
}
.banner.owl-theme .owl-controls{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	bottom: 15px;
}
.banner.owl-theme .owl-dots .owl-dot span{
    width: 9px;
    height: 9px;
    border-radius: 9px;
    background: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
}
.banner.owl-theme .owl-dots .owl-dot.active span, 
.banner.owl-theme .owl-dots .owl-dot:hover span{
	width: 26px;
    background: #091233;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.scroll_dots.owl-theme .owl-controls{
	width: 100%;
	padding-top: 25px;
}
.scroll_dots.owl-theme .owl-dots .owl-dot span{
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #aaaaaa;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.scroll_dots.owl-theme .owl-dots .owl-dot.active span, 
.scroll_dots.owl-theme .owl-dots .owl-dot:hover span{
    background: #091233;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}


.main_content{
	padding: 20px 0;
}


.ind_box1_title{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	margin-bottom: 40px;
}
.ind_box1_title_l{
	width: 376px;
	font-size: 42px;
	color: #333;
	font-weight: bold;
} 
.ind_box1_title_r{
	width: calc(100% - 376px);
	font-size: 14px;
	line-height: 28px;
	max-width: 776px;
}


.ind_pro_cate_list1{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.ind_pro_cate_list1 dd{
	width: calc((100% - 60px) / 4);
	margin: 0 20px 20px 0;
	background: #fff;
	box-shadow: 0 0 10px rgba(115,115,115,.3);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_pro_cate_list1 dd a{
	height: 100%;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	flex-flow: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	padding:40px 20px;
}
.ind_pro_cate_icon{
	font-size: 64px;
	color: #333;
	margin-bottom: 20px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ind_item_title1{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin-bottom: 18px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.more_btn1{
	width: 194px;
	height: 42px;
	font-size: 16px;
	line-height: 40px;
	color: #666;
	text-align: center;
	background: #fff;
	border: 1px solid #f0f0f0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.more_btn1.w100{
	width: 100%;
}



.ind_pro_cate_list1 dd:hover{
	background: #091233;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_pro_cate_list1 dd:hover .ind_pro_cate_icon,
.ind_pro_cate_list1 dd:hover .ind_item_title1,
.ind_pro_cate_list1 dd:hover .more_btn1{
	color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_pro_cate_list1 dd:hover .more_btn1{
	border: 1px solid #fff;
	background: #091233;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}


/* ind_box2 */
.ind_box2{
	background: #f5f5f5;
}


.ind_title1{
	display: block;
	margin-bottom: 30px;
}
.ind_title1 .tt{
	color: #333;
	font-size: 42px;
	font-weight: bold;
}

.ind_title1 .text{
	padding-top: 7px;
	font-size: 14px;
	color: #333;
	line-height: 28px;
}

.pro_list_default .item{
	max-width: 450px;
	padding:0 10px 10px;
}

.pro_list_default .item a{
	display: block;
	position: relative;
	padding-top: 20px;
}
.pro_list_default .item a::after{
	content: "";
	display: block;
	height: 0;
	width: 100%;
	clear: both;
}
.pro_list_con_bg{
	position: absolute;
	left: 0;
	top: 0;
	width:calc(100% - 20px);
	height: calc(100% - 20px);
	background: #eee;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.pro_list_con{
	width:calc(100% - 20px);
	height: calc(100% - 20px);
	padding: 38px 7%;
	background: #fff;
	position: relative;
	z-index: 2;
	margin: 0 0 0 20px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_pro_pic{
	overflow: hidden;
	margin-bottom: 15px;
}
.ind_pro_pic img {
	width: 100%;
	height: 255px; /* 固定展示高度，可根据需要调整 */
	object-fit: cover; /* 保持宽高比例并裁剪超出部分，避免变形 */
	display: block;
}

/* Overlay the 'more' button centered on the image for mobile */
@media (max-width: 768px) {
	.pro_list_con .ind_pro_pic { position: relative; }
	.pro_list_con .ind_pro_pic .more_btn1{
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		display: inline-flex;
		align-items: center;
		justify-content: center;
		padding: 8px 12px;
		border-radius: 8px;
		background: rgba(0,0,0,0.55);
		color: #fff;
		z-index: 5;
		white-space: nowrap;
	}
}
.ind_item_title2{
	color: #333;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	/*height: 85px;*/
}
.ind_item_title22{
	color: #333;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.ind_item_text2{
	color: #666;
	font-size: 14px;
	line-height: 28px;
}
.pro_list_default .item .more_btn1{
	width: 100%;
}
.pro_list_default .item .ind_item_text2{
	margin-bottom: 30px;
	height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 56px;
}
.pro_list_default .item:hover .pro_list_con_bg{
	background: #091233;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.pro_list_default .item:hover .pro_list_con{
	box-shadow: 0 0 10px rgba(115,115,115,.2);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.pro_list_default .item:hover .more_btn1{
	color: #12014d;
	border-color: #cfa84b;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

/* Fix: when carousel marks an item as selected via `.hover` class, keep 'More' visible */
.pro_list_default .item.hover .more_btn1,
.pro_list_default .item a.hover .more_btn1,
.pro_list_default .item:active .more_btn1{
	color:#f5f4f3;
	border-color:#cfa84b;
}



.ind_box3{
	background: url(../images/ind_bg1.jpg) no-repeat center center / cover;
}
.ind_box3_con{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	background: rgba(255,255,255,.9);
	padding: 50px 0;
}
.ind_box3_l{
	width: 53.3%;
	padding: 0 0 0 3%;
}
.ind_box3_title{
	font-size: 30px;
	color: #333;
	font-weight: bold;
	margin-bottom: 20px;
}
.ind_box3_text{
	font-size:16px;
	color: #333;
	line-height: 30px;
	margin-bottom: 38px;
}

.ind_box3_bars{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding-bottom: 45px;
}
.ab_wenben{ font-size:16px; line-height:30px}
.ind_box3_bars .item{
	width: 25%;
	text-align: center;
	border-right: 1px solid #cdcdcd;
}
.ind_box3_bars .item:last-child{
	border-right: none;
}
.ind_box3_bars .item .num{
	font-size: 36px;
	color: #091233;
	font-weight: bold;
	margin-bottom: 8px;
}
.ind_box3_bars .item .tt{
	font-size: 16px;
	font-weight: bold;
}

.ind_box3_btn_box{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.ind_box3_btn_box .more_btn1{
	border-color: #999;
	margin-right: 20px;
}
.ind_box3_btn_box .more_btn1:hover{
	color: #fff;
	background: #091233;
	border-color: #091233;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.more_btn1.hover{
	color: #fff;
	background: #091233;
	border-color: #091233;
}

.ind_box3_r{
	width: 46.7%;padding: 0 3% 0 5%;
}

.ind_box3_r_video{
	position: relative;
	left:0
}
.ind_box3_r_video a{
	display: block;
	position: relative;
	overflow: hidden;
}
.ind_box3_r_video a img{
	display: block;
	width: 100%;
}
.ind_box3_r_video a .icon{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background:url(../images/video_icon.png) no-repeat center center;
}
.ind_box3_r_video a:hover img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}



/* ind_box4 */
.ind_box4{
	background: #f5f5f5;
}
.ind_box4_con{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.ind_box4_l{
	width: 46%;
	max-width: 650px;
	padding: 20px 0 0 0;
	position: relative;
	margin: 0 auto;
}
.ind_box4_l_bg{
	position: absolute;
	left: 0;
	top: 0;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	background: #091233;
}

.ind_box4_l_con{
	width: calc(100% - 20px);
	position: relative;
	z-index: 2;
	margin: 0 0 0 20px;
	box-shadow: 0 0 12px rgba(115,115,115,.5);
}


.ind_box4_l_con .ind_box3_btn_box{
	position: absolute;
	left: 0;
	bottom: 40px;
	width: 100%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.ind_box4_r{
	width: 52%;
}

.ind_case_list2 dd{
	margin-bottom: 30px;
}
.ind_case_list2 dd:last-child{
	margin-bottom: 0;
}
.ind_case_list2 dd a{
	display: block;
	padding: 25px 6%;
	background: #fff;
	border-left: 3px solid #eee;
}
.ind_case_list2 dd a:hover{
	border-left: 3px solid #091233;
}


/* ind_box5 */
.ind_news_scrol .item{
	max-width: 440px;
}
.news_list_item{
	display: block;
	background: #f5f5f5;
}
.news_list_pic{
	overflow: hidden;
	border: 5px solid #dcdcdc;
}
.news_list_con{
	padding: 20px 25px 30px;
}
.news_list_con .ind_item_title1{
	margin-bottom: 14px;
}

.news_list_con .ind_item_text2{
	margin-bottom: 22px;
}
.news_list_con .more_btn1{
	background: none;
	border-color: #cdcdcd;
}
.news_list_item:hover .more_btn1{
	color: #fff;
	background: #091233;
	border-color: #091233;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.news_list_item:hover .news_list_pic img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}


/* footer */
.footer_t{
	background: #303030;
}
.footer_t_wrap{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.footer_item{
	width: 23%;
}

.footer_title{
	display: block;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 24px;
	border-bottom: 1px solid #3d3d3d;
	margin-bottom: 23px;
}
.footer_pro_list{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.footer_pro_list a{
	width: 48%;
	font-size: 14px;
	line-height: 22px;
	padding: 6px 0;
	color: #ebebeb;
}
.footer_pro_list a:hover{
	color: #091233;
	transform:translateX(3px);
	-webkit-transform:translateX(3px);
}
.footer_ctx .item{
	color: #ebebeb;
	font-size: 14px;
	line-height: 28px;
}
.footer_ctx .item a{
	color: #ebebeb;
}
.footer_ctx .item a:hover{
	color: #091233;
}

.footer_inquiry_text,
.footer_inquiry_area{
	display: block;
	width: 100%;
	height: 40px;
	font-size: 14px;
	color: #333;
	padding-left: 15px;
	border-radius: 5px;
	background: #fff;
	border: none;
	margin-bottom: 10px;
}
.footer_inquiry_text::-webkit-input-placeholder,
.footer_inquiry_area::-webkit-input-placeholder{
	color: #999;
}
.footer_inquiry_area{
	height: 90px;
	padding: 12px 15px;
	resize: none;
}


.footer_inquiry_btn{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	width: 140px;
	height: 38px;
	color: #fff;
	font-size: 16px;
	background: #091233;
	margin-bottom: 20px;
	border: none;
}
.footer_code{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.footer_code .item:first-child{
	margin-right: 20px;
	margin-bottom: 20px;
}
.footer_code .item img{
	display: block;
	width: 120px;
}
.footer_code .item .tt{
	font-size: 14px;
	color: #ebebeb;
	padding-top: 10px;
	text-align: center;
}

.footer_b{
	border-top:1px solid #3f3f3f;
	background: #2c2c2c;
	padding-top: 23px;
	padding-bottom: 23px;
}
.footer_b .wrapper{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.footer_b_text{
	font-size: 14px;
	color: #ebebeb;
	line-height: 28px;
} 
.footer_b_text a{
	color: #ebebeb;
}
.footer_b_text a:hover{
	color: #091233;
}


/* sub_banner */
.sub_banner{

}
.hccpe img{ max-width:100% !important; height:auto !important;display:inline-block;}
.hccpe p{text-wrap: inherit !important; margin-bottom:15px}
.hccpe p span{text-wrap: inherit !important;}

/* location */
.location{
	background: #fff;
	color: #666;
	font-size: 14px;
	line-height: 36px;
	padding-top: 7px;
	padding-bottom: 7px;
	box-shadow: 0 0 5px rgba(115,115,115,.2);
}
.location .wrapper{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
}

.location_icon{
	font-size: 18px;
	margin-right: 8px;
}
.location a{
	color: #666;
	margin: 0 4px;
}
.location a:hover{
	color: #091233;
}


/* AB模板网新增分页样式 www.admibnuy.cn */
.pagebar { padding:20px; overflow:hidden; clear:both}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 8px 10px;
  margin: 0 2px;
  border-radius: 3px; line-height:100%
}
.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #333;
  border: 1px solid #333;
}
.pagination a.page-num-current {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}
.pagination .st{ font-family:宋体}
.text-secondary{ text-align:center; padding:20px 0}


/* page */
.page{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
    padding:25px 0;
}


.page>b{
	color: #fff;
    border: 1px solid #091233;
    background: #091233;
    font-size: 14px;
    line-height: 30px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	padding: 0 7px;
	margin: 0 4px;
}
.page a{
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	line-height: 30px;
	text-align: center;
	color: #333;
	font-size: 14px;
	padding: 0 7px;
	margin: 0 4px;
	border: 1px solid #dcdcdc;
}






.page a.hover,.page a:hover{
	color: #fff;
	border: 1px solid #091233;
	background: #091233;
}
.page a.prev,
.page a.next{
	width: 70px;
}






/* pro_list */
.pro_list1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.pro_list1 .item{
	width: calc((100% - 80px) / 3);
	margin: 0 20px 30px 0;
}



/* pro_det */
.pro_det_t{
	border-top: 10px solid #091233;
}
.pro_det_t .wrapper{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.pro_det_pic_scroll{
	width: 47%;
	position: relative;
	border: 1px solid #dcdcdc;
}
.pro_det_pic_scroll.scroll_dots.owl-theme .owl-controls{
	position: absolute;
	bottom: 25px;
}

.pro_det_inf{
	width:49%;
}

.pro_det_title{
	font-size: 42px;
	font-weight: bold;
	margin-bottom: 28px;
}

.pro_det_desc{
	padding: 12px 0;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
.pro_det_desc .item{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	font-size: 14px;
	line-height: 28px;
	color: #666;
	padding: 3px 0;
}
.pro_det_desc .item .icon{
	width: 18px;
	height: 28px;
}
.pro_det_desc .item .con{
	width: calc(100% - 18px);
}


.pro_det_btn_box{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding: 30px 0;
}
.pro_det_btn{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	font-size: 24px;
	color: #333;
	height: 52px;
	font-weight: bold;
	padding: 0 60px;
	border: 1px solid #999;
}
.pro_det_btn .icon{
	font-size: 24px;
	margin-right: 10px;
}
.pro_det_btn.hover,
.pro_det_btn:hover{
	color: #fff;
	background: #091233;
	border-color: #091233;
	margin-right: 20px;
}
.pro_det_inf_tel{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.pro_det_inf_tel .tt{
	font-size: 16px;
	color: #666;
}
.pro_det_inf_tel .text a{
	color: #091233;
	font-size: 28px;
	font-weight: bold;
}

.pro_det_b_bars_box{
	height: 71px;
	background: #303030;
	border-bottom: 6px solid #091233;
	margin-bottom: 60px;
}
.pro_det_b_bars{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.pro_det_b_bars .item{
	width: 25%;
	height: 71px;
	padding: 23px 0 22px;
	line-height: 36px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	position: relative;
	top: -6px;
}
.pro_det_b_bars .item::after{
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 1px;
	height: 64px;
	background: #434343;
}
.pro_det_b_bars .item.hover{
	background: url(../images/pro_det_icon1.png) no-repeat right 0px top;
}
.pro_det_b_bars .item.hover::after{
	display: none;
}

.pro_det_b_box1_con{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.pro_det_b_box1_l{
	width: 48%;
}
.pro_det_b_box1_l .item{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	padding: 14px 0;
	line-height: 28px;
	border-bottom: 1px solid #dcdcdc;
}
.pro_det_b_box1_l .item .icon{
	width: 18px;
}
.pro_det_b_box1_l .item .tt{
	width: calc(100% - 18px);
	font-size: 16px;
	color: #666;
}
.pro_det_b_box1_l .item .tt a{
    color: #333;white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 85%;
    float: left;
}
.pro_det_b_box1_l .item .tt a:hover{
    color: #c9c7c7;
}
.pro_det_b_box1_l .item .tt strong{
	color: #333;
}

.pro_det_b_box1_r{
	width: 47.8%;
	overflow: hidden;
}


.pro_det_b_title{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	margin-bottom: 30px;
}

.pro_det_b_title .tt{
	padding: 0 12px;
	font-size: 42px;
	color: #333;
	font-weight: bold;
}
.pro_det_b_title::before,
.pro_det_b_title::after{
	content: "";
	display: block;
	width:25%;
	height: 1px;
	background: #dcdcdc;
}
.pro_det_b_box2 table{
	width: 100%;
}
.pro_det_b_box2 table tr td{
	border: 1px solid #dcdcdc;
	padding: 8px 10px;
	font-size: 14px;
}
.pro_det_b_box2 table tr:nth-child(1){
	background: #f5f5f5;
	font-weight: bold;
}


.pro_det_b_box3{
	background:url(../images/message_bg.jpg) no-repeat center center / cover;
}
.pro_det_b_box3 .pro_det_b_title::before,
.pro_det_b_box3 .pro_det_b_title::after{
	background: #fff;
}


.pro_det_form_list1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.pro_det_form_list1 dd{
	width: calc((100% - 50px) / 3);
	margin: 0 25px 18px 0;
}
.pro_det_form_list1 dd:nth-child(3){
	margin-right: 0;
}
.pro_det_form_list1 dt{
	width: 100%;
	margin-bottom: 25px;
}
.pro_det_form_list1 dt:last-child{
	margin-bottom: 0;
}

.pro_det_form_tt{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 17px;
}
.pro_det_form_tt .icon{
	color: #091233;
	margin-right: 3px;
}
.pro_det_form_text,
.pro_det_form_area{
	width: 100%;
	padding-left: 15px;
	border-radius: 3px;
	font-size: 14px;
	color: #333;
	height: 45px;
	background:rgba(255,255,255,.8);
	box-shadow: 0 0 5px rgba(115,115,115,.5) inset;
	border: none;
}

.pro_det_form_area{
	width: 100%;
	height: 115px;
	padding: 12px 15px;
	resize: none;
}

.pro_det_form_list1 .more_btn1{
	display: block;
	cursor: pointer;
	font-weight: bold;
	font-size: 18px;
}



/* case */
.case_list2 dd{
	position: relative;
	margin-bottom: 50px;
}
.case_list2_con{
	position: relative;
	z-index: 2;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	background: #fff;
	width: calc(100% - 20px);
	margin: 0 0 20px 20px;
}

.case_list2_bg{
	position: absolute;
	left: 0;
	top: 20px;
	height: 100%;
	width: calc(100% - 20px);
	background: #eee;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.case_list2_pic{
	width: 400px;
	overflow: hidden;
}

.case_list2_r{
	width: calc(100% - 400px);
	padding: 15px 4%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
}

.case_list2_con .ind_item_title23{
	margin-bottom: 15px;
	color: #333;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.case_list2_con .ind_item_text2{
	margin-bottom: 40px;
}

.case_list2 dd:hover .case_list2_bg{
	background: #091233;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}




/* case_det */
.case_det_t{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	border-top: 10px solid #091233;
	margin-bottom: 20px;
}
.case_det_scroll{
	width: 50%;
	position: relative;
}
.case_det_scroll.scroll_dots.owl-theme .owl-controls{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 18px 0;
	background: rgba(185,185,185,.73);
}
.case_det_scroll.owl-theme .owl-dots .owl-dot span{
	background: #fff;
}

.case_det_r{
	width:50%;
	padding: 30px 3%;
}

.case_det_title{
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 25px;
}

.case_det_b{
	padding: 45px 2%;
}

.case_det_b_title{
	font-size: 24px;
	color: #333;
	font-weight: bold;
	margin-bottom: 25px;
}

.case_det_b_con{
	font-size: 14px;
	line-height: 28px;
	color: #666;
	margin-bottom: 50px;
}
.case_det_b_con img{
	display: block;
    margin: 0 auto;
}

.case_det_b_page{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	border: 1px solid #d5d5d5;
	margin-top: 50px;
}

.case_det_b_page_item{
	width: 45%;
	height: 80px;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	font-size: 16px;
	padding: 0 20px;
}
.case_det_b_page_item .tt{
	width: 64px;
	color: #333;
}
.case_det_b_page_item .text{
	width: calc(100% - 64px);
	line-height: 24px;
}
.case_det_b_page_item .text a{
	display: block;
	color: #666;
	width: 100%;
}
.case_det_b_page_item .text a:hover{
	color: #091233;
}

.case_det_b_page_back{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	width: 10%;
	text-align: center;
	font-size: 16px;
	color: #666;
	height: 80px;
	line-height: 24px;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
}
.case_det_b_page_back:hover{
	color: #091233;
}
.case_det_b_page_back2{
	display: none;
}

.news_list1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.news_list1 .item{
	width: calc((100% - 80px) / 3);
}
.news_list1 .news_list_pic{
	border-color: #fff;
	/*max-height: 312px;*/
 /*   min-height: 310px;*/
}

.news_list1 .news_list_pic img {
    max-height: 182px;
    min-height: 182px;
    width: 100%;
}

/* 首页新闻列表样式（与示例图一致：图片左、标题粗、摘要两行、分割线） */
.ind_box5 .news_list1{
	display:block;
	margin-top:6px;
}
.ind_box5 .news_list1 .item{
	width:100%;
	display:flex;
	gap:16px;
	align-items:flex-start;
	padding:18px 0;
	border-bottom:1px solid #eee;
}
.ind_box5 .news_list1 .news_list_pic{
	flex:0 0 400px;
	max-width:400px;
}
.ind_box5 .news_list1 .news_list_pic img{
	width:400px;
	height:60px;
	object-fit:cover;
	border-radius:4px;
}
.ind_box5 .news_list1 .news_list_con{
	flex:1 1 auto;
}
.ind_box5 .news_list1 .ind_item_title1{
	font-size:18px;
	font-weight:700;
	color:#111;
	margin-bottom:6px;
	line-height:1.25;
}
.ind_box5 .news_list1 .news_det_time{
	font-size:12px;
	color:#9aa0a6;
	margin-bottom:8px;
}
.ind_box5 .news_list1 .ind_item_text2{
	font-size:14px;
	color:#666;
	line-height:1.6;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow:hidden;
}

/* 响应式：窄屏时图片移到上方，文本在下方 */
@media (max-width:720px){
	.ind_box5 .news_list1 .item{ flex-direction:column; padding:14px 0; }
	.ind_box5 .news_list1 .news_list_pic{ flex:0 0 auto; max-width:100%; }
	.ind_box5 .news_list1 .news_list_pic img{ width:100%; height:160px; }
}


.sub_nav_bars{
	
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	margin-bottom: 40px;
	gap: 12px;
}

.sub_nav_bars .item{
	width: 194px;
	height: 42px;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	color: var(--pam-deep);
	font-size: 16px;
	font-weight: 700;
	letter-spacing: .02em;
	border:1px solid rgba(8,23,48,0.20);
	border-radius:999px;
	background: rgba(255,255,255,0.92);
	box-shadow: 0 10px 26px rgba(3,18,34,0.18);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	transition: background-color .25s ease, border-color .25s ease, color .25s ease, transform .25s ease, box-shadow .25s ease;
	text-decoration:none;
	padding: 0 18px;
}
.sub_nav_bars .item.hover,
.sub_nav_bars .item:hover{
	color: var(--pam-deep);
	background: linear-gradient(135deg, rgba(207,168,75,0.95), rgba(253,232,170,0.92));
	border-color: rgba(207,168,75,0.92);
	transform: translateY(-1px);
	box-shadow: 0 14px 32px rgba(3,18,34,0.26);
}

.sub_nav_bars .item:focus{
	outline:none;
}
.sub_nav_bars .item:focus-visible{
	box-shadow: 0 0 0 3px rgba(207,168,75,0.28), 0 14px 32px rgba(3,18,34,0.26);
}



/* news_det */
.news_det_t{
	border-top: 10px solid #091233;
	padding: 45px 3%;
}

.news_det_time{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	padding-bottom: 30px;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 35px;
}
.news_det_time .item{
	margin: 0 12px;
	font-size: 14px;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	color: #666;
}
.news_det_time .item .icon{
	font-size: 18px;
	margin-right: 10px;
}
.case_det_b_con img{
	height: auto !important;
}



/* contact */
.contact_box1_con{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.contact_box1_l{
	width: 50%;
	position: relative;
	padding-top: 20px;
}
.contact_box1_l_pic{
	width: calc(100% - 20px);
	overflow: hidden;
	margin: 0 0 0 20px;
	position: relative;
	z-index: 2;
	border: 5px solid #fff;
}
.contact_box1_l_bg{
	position: absolute;
	left: 0;
	top: 0;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	background: #091233;
}

.contact_box1_r{
	width: 46%;
}
.contact_box1_title{
	color: #333;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 35px;
}
.contact_box1_list .item{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	margin-bottom: 20px;
}
.contact_box1_list .item:last-child{
	margin-bottom: 0;
}
.contact_box1_list .item .icon{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	width: 35px;
	height: 35px;
	color: #333;
	font-size: 18px;
	border: 1px solid #333;
	border-radius: 50%;
}
.contact_box1_list .item .tt{
	width: calc(100% - 35px);
	padding-left: 12px;
	font-size: 16px;
	color: #333;
}
.contact_box1_list .item .tt a{
	color: #333;
}
.contact_box1_list .item .tt a:hover{
	color: #091233;
}


/*留言面板*/

.pro_det_form_list1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.pro_det_form_list1 dd{
	width: calc((100% - 50px) / 3);
	margin: 0 25px 18px 0;
}
.pro_det_form_list1 dd:nth-child(3){
	margin-right: 0;
}
.pro_det_form_list1 dt{
	width: 100%;
	margin-bottom: 25px;
}
.pro_det_form_list1 dt:last-child{
	margin-bottom: 0;
}

.pro_det_form_tt{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 17px;
}
.pro_det_form_tt .icon{
	color: #091233;
	margin-right: 3px;
}
.pro_det_form_text,
.pro_det_form_area{
	width: 100%;
	padding-left: 15px;
	border-radius: 3px;
	font-size: 14px;
	color: #333;
	height: 45px;
	background:rgba(255,255,255,.8);
	box-shadow: 0 0 5px rgba(115,115,115,.5) inset;
	border: none;
}

.pro_det_form_area{
	width: 100%;
	height: 115px;
	padding: 12px 15px;
	resize: none;
}

.pro_det_form_list1 .more_btn1{
	display: block;
	cursor: pointer;
	font-weight: bold;
	font-size: 18px;
}


.ind_pro_cate_list1 dd img{ width:70px}
.ind_pro_cate_list1 dd:hover img{filter: grayscale(100%) brightness(0) invert(1);}

@media screen and (max-width: 800px) {
    .ind_pro_cate_list1 dd img{ width:50px}
	.public_right_nav_box{ display:none}
}
/* ===== Private Asset Management Theme Overrides ===== */
:root{
	--pam-deep:#081730; /* very deep blue */
	--pam-mid:#0f3760; /* mid blue */
	--pam-gold:#cfa84b; /* soft gold accent */
	--pam-muted:#9aa6b2;
	--pam-blue:#15304f; /* unified brand blue (rgb(21, 48, 79)) */
}

/* Hero styling: deep blue gradient, strong typography */
.hero_finance{background:linear-gradient(90deg,var(--pam-deep),var(--pam-mid));color:#fff;padding:80px 0 60px}
.hero_inner{display:flex;align-items:center;justify-content:space-between}
.hero_left{max-width:58%}
.hero_title{font-size:44px;color:var(--pam-gold);font-weight:700;margin:0 0 12px;letter-spacing:1px}
.hero_sub{font-size:18px;color:rgba(255,255,255,0.9);margin:0 0 22px}
.hero_cta .btn{margin-right:12px;padding:12px 22px;border-radius:6px;font-weight:600}
.btn.primary{background:var(--pam-gold);color:#072034;border:0}
.btn.ghost{background:transparent;color:#fff;border:1px solid rgba(255,255,255,0.12)}

/* Hero stats */
.hero_stats{display:flex;gap:18px}
.hero_stats .stat{background:rgba(255,255,255,0.04);padding:18px 26px;border-radius:8px;box-shadow:0 6px 18px rgba(4,22,44,0.28);min-width:120px;text-align:center}
.hero_stats .num{font-size:22px;color:var(--pam-gold);font-weight:700}
.hero_stats .label{font-size:12px;color:rgba(255,255,255,0.85);margin-top:6px}

/* Indent box and cards: cleaner card style */
.ind_box3_con{display:flex;gap:30px;align-items:flex-start}
.ind_box3_l{flex:1}
.ind_box3_r{width:40%;}
.ind_box3_r .ind_box3_r_video img{border-radius:8px;box-shadow:0 8px 30px rgba(5,22,44,0.35)}
.ind_box3_bars{display:flex;gap:18px;margin:18px 0}
.ind_box3_bars .item{background:#fff;border-radius:8px;padding:12px 18px;box-shadow:0 6px 18px rgba(11,22,44,0.06);flex:1;text-align:center}
.ind_box3_bars .num{font-size:20px;color:var(--pam-deep);font-weight:700}
.ind_box3_bars .tt{font-size:13px;color:var(--pam-muted);margin-top:6px}

/* Footer tweaks for premium look */
.footer_finance{background:#071028;color:#bfcbd6;padding:48px 0}
.footer_brand{color:var(--pam-gold);font-size:22px;margin-bottom:8px}
.footer_desc{color:rgba(255,255,255,0.8);max-width:320px}
.footer_contact a{color:inherit;text-decoration:none}

/* Navigation refinements */
.menu_tt .text{font-size:16px;letter-spacing:0.6px}

/* Responsive adjustments */
@media (max-width: 900px){
	.hero_inner{flex-direction:column;align-items:flex-start;padding:20px}
	.hero_left{max-width:100%}
	.hero_stats{margin-top:18px;align-self:stretch;justify-content:flex-start}
	.hero_stats .stat{flex:1}
	.ind_box3_r{width:100%;order:2}
	.ind_box3_l{order:1}
}

/* subtle entrance animation */
.fade-in-up{opacity:0;transform:translateY(10px);transition:all .7s ease-out}
.fade-in-up.visible{opacity:1;transform:none}

/* end theme overrides */

/* ===== Fine visual adjustments ===== */
/* Buttons */
.btn{transition:all .22s cubic-bezier(.2,.9,.2,1);display:inline-block}
.btn.primary{box-shadow:0 6px 18px rgba(207,168,75,0.15)}
.btn.primary:hover{background:#b5913a;transform:translateY(-3px);box-shadow:0 12px 30px rgba(11,22,44,0.18)}
.btn.ghost:hover{background:rgba(255,255,255,0.08);transform:translateY(-2px)}

/* Hero refinements */
.hero_title{font-size:48px;line-height:1.02}
.hero_sub{font-size:20px;max-width:700px}
.hero_cta .btn{padding:14px 26px}
.hero_inner{padding-left:28px;padding-right:28px}

/* Hero stats bigger on desktop, tighter on mobile */
.hero_stats .num{font-size:26px}
.hero_stats .stat{padding:20px 28px;min-width:140px}
.hero_stats .stat{transition:transform .28s ease,box-shadow .28s ease}
.hero_stats .stat:hover{transform:translateY(-6px);box-shadow:0 18px 36px rgba(4,22,44,0.32)}

/* About block adjustments */
.ind_box3_text{font-size:15px;color:#4f5b66;line-height:1.8;margin-bottom:12px}
.ind_box3_bars{margin:20px 0}
.ind_box3_bars .item{padding:18px 20px}

/* Cards and lists spacing */
.ind_pro_cate_list1 dd{padding:8px}
.ind_pro_cate_list1 .ind_pro_cate_icon img{max-height:58px}

/* Navigation spacing refinement */
.menu_dl dd{margin:0 18px}
.menu_tt .text{line-height:110px}

/* Footer small tweaks */
.footer_top .footer_col{padding:8px 18px}
.footer_desc{font-size:14px}

/* Responsive: scale hero text down on smaller screens */
@media (max-width:1200px){
	.hero_title{font-size:40px}
	.hero_sub{font-size:18px}
}
@media (max-width:768px){
	.hero_title{font-size:30px}
	.hero_sub{font-size:15px}
	.hero_cta .btn{width:100%;display:block;margin-bottom:10px}
	.menu_dl dd{margin:0 10px}
}

/* ensure smoothness for animated numbers */
.hero_stats .num, .ind_box3_bars .num{will-change:transform,opacity}

/* ===== Unified background below header (logo) ===== */
/* Use hero-like gradient for all content sections; individual blocks stay card-like. */
.main_content{
	background:linear-gradient(90deg,var(--pam-deep),var(--pam-mid));
	position:relative;
	overflow:hidden;
}
.main_content:before{
	content:"";
	position:absolute;left:0;top:0;right:0;bottom:0;
	background:radial-gradient(1200px 520px at 18% 0%, rgba(255,255,255,0.06), transparent 58%),
		linear-gradient(180deg, rgba(0,0,0,0.0), rgba(0,0,0,0.18));
	pointer-events:none;
}
.main_content > .wrapper{position:relative;z-index:2}

/* Fix: `.ind_title1.tc` (center title) became unreadable after switching to unified dark background.
   Make titles/subtitles light when they are directly on the dark background (i.e. not inside a light panel wrapper). */
.main_content > .ind_title1.tc .tt,
.main_content > .wrapper > .ind_title1.tc .tt{
	color: var(--pam-gold);
	text-shadow: 0 1px 0 rgba(0,0,0,0.14);
}
.main_content > .ind_title1.tc .text,
.main_content > .wrapper > .ind_title1.tc .text{
	color: rgba(255,255,255,0.78);
}

/* Pages like `?lm3/36.html` (product/detail) don't need the unified hero background.
   These sections already have their own layout and look better on a clean light canvas. */
.main_content.pro_det_t,
.main_content.pro_det_b_box2,
.main_content.pro_det_b_box4,
.main_content.pro_det_b_box1{
	background: #fff;
}
.main_content.pro_det_t:before,
.main_content.pro_det_b_box2:before,
.main_content.pro_det_b_box4:before,
.main_content.pro_det_b_box1:before{
	content:none;
}

/* Product/detail pages: message section follows light background */
.main_content.pro_det_b_box3{background:#fff}
.main_content.pro_det_b_box3:before{content:none}

/* Contact page: top section (main_content bgf5) should be clean (no unified hero background),
   BUT keep the message section using its original image background. */
.main_content.bgf5{background:#fff}
.main_content.bgf5:before{content:none}
.main_content.bgf5 .wrapper{color:#23313a}
.main_content.bgf5 .ind_title1 .tt{color:var(--pam-deep)}
.main_content.bgf5 .contact_box1_title{color:var(--pam-deep)}
.main_content.bgf5 .contact_box1_list .item .icon{border-color:rgba(8,23,48,0.35);color:var(--pam-deep)}
.main_content.bgf5 .contact_box1_list .item .tt,
.main_content.bgf5 .contact_box1_list .item .tt a{color:#2b3a45}
.main_content.bgf5 .contact_box1_list .item .tt a:hover{color:var(--pam-gold)}

.main_content.pro_det_b_box3{background:url(../images/message_bg.jpg) no-repeat center center / cover}
.main_content.pro_det_b_box3 .pro_det_b_title::before,
.main_content.pro_det_b_box3 .pro_det_b_title::after{background:#fff}

/* About section: follow unified background (no per-section image) */
.about-bg{
	position:relative;
	background:transparent;
	color: #fff;
	overflow: visible;
}
.about-bg:before{content:none}
.about-bg .ind_box3_con{position:relative;z-index:2}
.about-bg .ind_box3_text, .about-bg .ind_box3_bars .tt{color:rgba(255,255,255,0.92)}
.about-bg .ind_box3_bars .item{background:rgba(255,255,255,0.04);border-radius:8px}

/* Ensure titles and headings keep their typography and remain readable */
.about-bg .ind_title1, .about-bg .ind_title1 .tt, .about-bg .ind_title1 .text{
	position:relative;z-index:3;font-family:inherit;color:rgba(255,255,255,0.96);font-weight:700;text-shadow:0 1px 0 rgba(0,0,0,0.12)
}
.about-bg h1, .about-bg h2, .about-bg h3, .about-bg .hero_title{
	position:relative;z-index:3;font-family:inherit;color:inherit;margin:0;padding:0;text-rendering:optimizeLegibility
}
.about-bg .ind_box3_text{color:rgba(255,255,255,0.9);font-weight:400}


/* Fix readability: make the inner content panel light with dark text */
.about-bg > .wrapper{
	background: rgba(255,255,255,0.96);
	padding:36px;
	border-radius:8px;
	box-shadow:0 24px 48px rgba(3,18,34,0.18);
	color:#23313a;
}

/* Fix: template uses `.colorf` (white) on About titles; force theme-blue inside the light panel */
.about-bg > .wrapper .ind_title1 .tt.colorf{color:var(--pam-deep) !important;text-shadow:none}
.about-bg > .wrapper .ind_title1 .text.colorf{color:rgba(15,55,96,0.85) !important;text-shadow:none}

/* When a section uses a light inner panel, titles should be theme-blue (not white) */
.about-bg > .wrapper .ind_title1 .tt{color:var(--pam-deep);text-shadow:none}
.about-bg > .wrapper .ind_title1 .text{color:rgba(15,55,96,0.85);text-shadow:none}
.about-bg .ind_box3_text{color:#4f5b66}
.about-bg .ind_box3_bars .item{background:rgba(255,255,255,0.98);box-shadow:0 6px 18px rgba(3,18,34,0.06)}
.about-bg .ind_box3_bars .num{color:#2b4a8a;font-weight:700}
.about-bg .ind_box3_bars .tt{color:#7a8892}
.about-bg .ind_box3_r .ind_box3_r_video img{filter:none}


/* Team / products section: follow unified background (no per-section image) */
.team-bg{
	position:relative;
	background:transparent;
	color: #fff;
	overflow: visible;
}
.team-bg:before{content:none}

/* Keep content above overlay */
.team-bg > .wrapper{position:relative;z-index:2}

/* Inner panel for readability (same idea as About) */
.team-bg > .wrapper{
	background: rgba(255,255,255,0.96);
	padding:36px;
	border-radius:8px;
	box-shadow:0 24px 48px rgba(3,18,34,0.18);
	color:#23313a;
}

/* Titles and meta inside team section */
.team-bg .ind_title1 .tt{color:#1b2a33;font-weight:800}
.team-bg .ind_title1 .text{color:#6a7a85}

/* Cards/content text */
.team-bg .ind_item_title22{color:#1b2a33}
.team-bg .ind_item_text2{color:#6a7a85}

/* Make default overlay blocks subtle on light panel */
.team-bg .pro_list_con_bg{background:rgba(2,22,44,0.04)}
.team-bg .more_btn1{background:#2b4a8a;color:#fff}
.team-bg .more_btn1:hover{background:#c8a75a;color:#0b1b2a}


/* ind_box4 section: follow unified background (no per-section image) */
.insertwo-bg{
	position:relative;
	background:transparent;
	color:#fff;
	overflow:visible;
}
.insertwo-bg:before{content:none}

/* Make sure content sits above overlay */
.insertwo-bg > .wrapper{position:relative;z-index:2}

/* Inner panel for readability */
.insertwo-bg > .wrapper{
	background: rgba(255,255,255,0.96);
	padding:36px;
	border-radius:8px;
	box-shadow:0 24px 48px rgba(3,18,34,0.18);
	color:#23313a;
}

/* Heading + intro */
.insertwo-bg .ind_title1 .tt{color:#1b2a33;font-weight:800}
.insertwo-bg .ind_title1 .text{color:#6a7a85}

/* Content blocks inside ind_box4 */
.insertwo-bg .ind_item_title22{color:#1b2a33}
.insertwo-bg .ind_item_text2{color:#6a7a85}
.insertwo-bg .ind_box4_l_bg{opacity:0.12}

/* ind_box5 (news/updates) inside insertwo-style panel */
.insertwo-bg.ind_box5 .pro_det_b_bars_box{background:transparent}
.insertwo-bg.ind_box5 .pro_det_b_bars{background:rgba(2,22,44,0.04);border-radius:8px;padding:6px}
.insertwo-bg.ind_box5 .pro_det_b_bars .item{
	background:transparent;
	color:#5a6a75;
	border-radius:6px;
	padding:10px 14px;
	transition:all .18s ease;
}
.insertwo-bg.ind_box5 .pro_det_b_bars .item.hover,
.insertwo-bg.ind_box5 .pro_det_b_bars .item:hover{
	background:#2b4a8a;
	color:#fff;
}

.insertwo-bg.ind_box5 .pro_det_b_tabs_item1{background:transparent}
.insertwo-bg.ind_box5 .pro_det_b_box1_l .item{
	border-bottom:1px solid rgba(2,22,44,0.08);
	padding:12px 0;
}
.insertwo-bg.ind_box5 .pro_det_b_box1_l .item:last-child{border-bottom:none}
.insertwo-bg.ind_box5 .pro_det_b_box1_l .icon{color:#2b4a8a}
.insertwo-bg.ind_box5 .pro_det_b_box1_l .tt{color:#1b2a33}
.insertwo-bg.ind_box5 .pro_det_b_box1_l .tt a{color:inherit}
.insertwo-bg.ind_box5 .pro_det_b_box1_l .tt a:hover{color:#2b4a8a}

/* Make news column in insertwo style use full width instead of default 48% */
.insertwo-bg.ind_box5 .pro_det_b_box1_l.full{width:100%;}




/* Mobile / H5 优化样式 */
html,body{
	-webkit-font-smoothing:antialiased;
	-webkit-text-size-adjust:100%;
	touch-action:manipulation;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

@media (max-width: 768px){
	html,body{font-size:16px}
	.head_b{height:70px}
	.logo{width:160px}
	.logo img{height:52px}
	.head_t .wrapper, .head_b>.wrapper{padding:0 14px}

	/* hide desktop menu, show mobile menu button */
	.menu_dl{display:none !important}
	.mobile_menu_btn{display:flex; align-items:center; justify-content:center; width:44px; height:44px; border-radius:8px; background:#091233; color:#fff; font-size:20px; cursor:pointer}
	.mobile_menu_btn .icon{font-size:20px}

	/* slide-in mobile nav */
	.mobile_menu_box{position:fixed; left:0; top:0; bottom:0; width:260px; max-width:85%; background:#fff; transform:translateX(-110%); transition:transform .28s ease; z-index:1200; box-shadow:2px 0 18px rgba(0,0,0,.12); padding:18px 14px; overflow:auto}
	.mobile_menu_box.open{transform:translateX(0)}
	body.no-scroll{overflow:hidden}
	.mobile_menu_box .nav-item{padding:12px 10px; border-bottom:1px solid #f0f0f0; color:#222}
	.mobile_menu_box .nav-item a{color:inherit; display:block}

	/* compact header tweaks */
	.head_t{height:36px}
	.head_t_l_item{margin-right:12px;font-size:13px}

	/* 新闻/列表卡片（左右布局） */
	.news-list{padding:10px}
	.news-list .news-item{display:flex; gap:10px; padding:12px; background:#fff; border-radius:8px; margin-bottom:10px; align-items:flex-start; box-shadow:0 6px 18px rgba(3,18,34,.06)}
	.news-list .news-item .thumb{flex:0 0 100px; max-width:100px; height:70px; overflow:hidden; border-radius:6px}
	.news-list .news-item .thumb img{width:100%;height:100%;object-fit:cover;display:block}
	.news-list .news-item .body{flex:1}
	.news-list .news-item .title{font-size:15px; font-weight:700; color:#142433; margin-bottom:6px; line-height:1.2}
	.news-list .news-item .meta{font-size:12px;color:#8a99a3;margin-bottom:6px}
	.news-list .news-item .summary{font-size:13px;color:#4b5960; display:-webkit-box; -webkit-line-clamp:2; line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; text-overflow:ellipsis}

	/* buttons and inputs for H5 */
	.btn{display:inline-block;padding:10px 14px;border-radius:8px;background:#15304f;color:#fff;text-decoration:none;font-weight:600}
	.btn.soft{background:transparent;border:1px solid #15304f;color:#15304f}
	input,textarea,select{font-size:15px;padding:10px;border-radius:8px;border:1px solid #e6e6e6}

	/* footer compact */
	.footer{padding:22px 12px}
}

	/* 强制让移动端的更多按钮垂直居中 */
	@media (max-width: 768px){
		/* 针对常见位置增加选择器优先级并用 flex 居中 */
		.pro_list_default .item .more_btn1,
		.ind_box3_btn_box .more_btn1,
		.ind_box4_l_con .ind_box3_btn_box .more_btn1,
		.more_btn1{
			display: inline-flex !important;
			align-items: center !important;
			justify-content: center !important;
			height: 40px !important; /* 可按需微调 */
			line-height: normal !important;
			padding: 8px 14px !important;
			box-sizing: border-box !important;
		}

		/* 如果按钮里有直接文本节点，保证其垂直居中 */
		.more_btn1 > *{ vertical-align: middle }
	}


/* Ensure the "了解更多" button is vertically centered inside left content columns on mobile */
@media (max-width: 768px){
	/* Make the left content column a vertical flex container so children can use auto margins */
	.ind_box3_l, .ind_box4_l_con{
		display:flex;
		flex-direction:column;
	}

	/* Let the button container take auto margins to center vertically and center horizontally */
	.ind_box3_btn_box{
		display:flex;
		justify-content:center;
		align-items:center;
		margin-top:auto;
		margin-bottom:auto;
		width:100%;
	}

	.ind_box3_btn_box .more_btn1{
		margin:0 auto;
	}
}



