/*
 * XiaoyuCMS (http://www.zzshe.com)
 * Copyright (c) 2013-2018 http://www.zzshe.com All rights reserved.
 * Author: 小鱼儿网络 <195094303@qq.com>
 */
@font-face { 
font-family: Libre Baskerville; src: url('LibreBaskerville.otf'); }
body{font-family:'Open Sans', 'Montserrat','microsoft yahei',Helvetica, sans-serif;color: #777777;font-size: 16px;    line-height: 28px;}
h1, h2, h3, h4, h5, h6{    color: #282828;}
a{transition: 0.5s;-webkit-transition: 0.5s;-moz-transition: 0.5s;}
ul{list-style:none;}
ul, li {list-style: none;margin: 0; padding: 0;}
.clear{clear: both;}
.img-thumbnail{transition : opacity 0.7s;}
.img-thumbnail:hover,.opacity_img:hover{opacity: 0.75;}


.top_contact p {display: inline-block;margin: 0px 15px;font-size: 14px;font-family: 'Open Sans',segoeui_1;letter-spacing: 1px;}
.top_contact a {color: #fff;}

.show_video li{ width:33.33%; float:left; padding:15px;}
.show_video li iframe{ width:100%; height:275px;}
.photo_con iframe{ height:535px; width:100%;}
.video-btn{ width:50px; height:auto; position:absolute; left:42%; top:37%;    display: none !important;}

/*顶部信息*/
.top_menu{
	background-color:#1a1a1a;
	background-image:url("../images/top_back.jpg"),linear-gradient(180deg,#2a2a2a 0%,#1a1a1a 100%);
	background-position:center top;
	background-repeat:repeat-x;
	background-size:auto 100%;
	font-size:14px;
	width:100%;
	height:45px;
	line-height:45px;
	color:#fff;
	position:relative;
	z-index:1000;
	min-height:40px;
	text-align:center;
}
.top_lang{       float: right;}
.top_sns{
	display:flex;
	align-items:center;
	justify-content:flex-end;
	gap:8px;
	height:45px;
	margin:0;
	padding:0;
}
.top_sns-item{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:auto;
	height:auto;
	min-width:24px;
	min-height:24px;
	padding:4px;
	border-radius:0;
	border:none;
	background:transparent;
	color:#fff;
	font-size:16px;
	line-height:1;
	text-decoration:none;
	box-sizing:border-box;
	transition:color .25s ease,background-color .25s ease,transform .25s ease;
}
.top_sns-item > i{
	font-size:16px;
	line-height:1;
}
.top_sns-svg{
	width:16px;
	height:16px;
	display:block;
}
.top_sns-item:hover,
.top_sns-item:focus{
	color:#fff;
	text-decoration:none;
	transform:translateY(-1px);
}
.top_sns-facebook:hover,.top_sns-facebook:focus{background:#1877F2;}
.top_sns-instagram:hover,.top_sns-instagram:focus{background:#E4405F;}
.top_sns-linkedin:hover,.top_sns-linkedin:focus{background:#0A66C2;}
.top_sns-youtube:hover,.top_sns-youtube:focus{background:#FF0000;}
.top_sns-x:hover,.top_sns-x:focus{background:#000;}
.top_sns-tiktok:hover,.top_sns-tiktok:focus{background:#010101;}
.top_sns-pinterest:hover,.top_sns-pinterest:focus{background:#BD081C;}
.top_sns-whatsapp:hover,.top_sns-whatsapp:focus{background:#25D366;}
.top_sns-item:hover,
.top_sns-item:focus{
	border-radius:50%;
	width:32px;
	height:32px;
	padding:0;
}
.top_name{display: inline-block; padding-left:10px;}
.top_contact {color: #fff;float: left;height: 45px;}
.top_bg{color: #777;width: 100%;height: 36px;border-bottom: 1px solid #e4e4e4;}
.top_email {padding-top: 6px;color: #565656;float: left;margin: 35px 0px 0px 10px;font-size: 20px;}
.top_email i{color: #72AE44;margin-right: 5px;}
.top_email a{color: #565656;margin-right: 30px}
.top_email a:hover{color: #21c149;text-decoration: none;}

.nav_inquiry i{font-size: 24px;color: #fe8101;margin-top: -5px;display: none;}


/*产品搜索*/
.search_group input.form-control{border-radius: 0px;box-shadow: none;color: #585A5A;padding: 0px 0px 0px 15px;height: 40px;background: transparent;border: none;}
.search_group input.form-control:focus{box-shadow: none;}


/*头部搜索*/
#top_nav{
	position:relative;
	z-index:1000;
}
.bx_search{
	float:none;
	display:flex;
	align-items:center;
	height:auto;
	padding:0 4px 0 12px;
	cursor:pointer;
}
.top_nav_actions{
	float:right;
	display:flex;
	align-items:center;
	justify-content:flex-end;
	height:80px;
	margin:0;
	padding:0 4px 0 0;
}
#top_nav .top_nav_actions .xy-header-extra-nav{
	display:inline-flex;
	align-items:center;
	gap:2px;
	margin:0;
	padding:0 8px 0 2px;
	list-style:none;
	height:auto;
}
#top_nav .top_nav_actions .xy-header-extra-nav > li{
	display:inline-flex;
	align-items:center;
	margin:0;
	padding:0;
	list-style:none;
	line-height:1;
}
.bx_search .search_ico,
.bx_search .search_x{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:40px;
	height:40px;
	border-radius:0;
	border:none;
	background:transparent;
	font-size:18px;
	cursor:pointer;
	color:#303030;
	transition:color .25s ease,transform .25s ease;
}
.bx_search .search_ico:hover,
.bx_search .search_x:hover{
	color:#0b0b0b;
	background:transparent;
	border-color:transparent;
	transform:translateY(-1px);
}
.bx_search .search_x{
	display:none !important;
	visibility:hidden;
}
.bx_search.is-open .search_ico{
	display:none !important;
}
.bx_search.is-open .search_x{
	display:inline-flex !important;
	visibility:visible;
}
.top_search{
	position:absolute;
	width:100%;
	left:0;
	top:100%;
	background:linear-gradient(180deg,#fafafa 0%,#fff 100%);
	padding:20px 15px 24px;
	border-top:1px solid #ececec;
	box-shadow:0 10px 28px rgba(0,0,0,.08);
	z-index:998;
}
.top_search_inner{
	max-width:680px;
	margin:0 auto;
}
.top_search_box{
	display:flex;
	align-items:stretch;
	border:1px solid #ddd;
	border-radius:999px;
	overflow:hidden;
	background:#fff;
	box-shadow:0 2px 10px rgba(0,0,0,.04);
	transition:border-color .25s ease,box-shadow .25s ease;
}
.top_search_box:focus-within{
	border-color:#0b0b0b;
	box-shadow:0 4px 18px rgba(0,0,0,.1);
}
.top_search_input{
	flex:1;
	border:none;
	height:48px;
	padding:0 22px;
	font-size:15px;
	color:#333;
	background:transparent;
	outline:none;
	box-shadow:none;
}
.top_search_input::placeholder{
	color:#999;
}
.top_search_btn{
	flex-shrink:0;
	width:56px;
	border:none;
	background:#0b0b0b;
	color:#fff;
	font-size:16px;
	cursor:pointer;
	transition:background-color .25s ease;
}
.top_search_btn:hover,
.top_search_btn:focus{
	background:#333;
	color:#fff;
	outline:none;
}

/*幻灯片*/
.flash img{width: 100%;}
.flash ul.bxslider{list-style:none;}
.flash div.bx-pager{bottom: 4%;}
.flash div.bx-controls-direction{display:none;}

/*首页adv*/
.iall_btn{color: #fff;padding: 12px 32px;display: inline-block;margin-top: 20px;border: 1px solid #0b0b0b;background-image: -webkit-linear-gradient(30deg, #0b0b0b 50%, transparent 50%);background-image: linear-gradient(30deg, #0b0b0b 50%, transparent 50%);background-size: 500px;background-repeat: no-repeat;background-position: 0%;-webkit-transition: background 300ms ease-in-out;transition: background 300ms ease-in-out;}
.iall_btn:hover {background-position: 100%;color: #0b0b0b;text-decoration: none;}
.iadv_bg{padding: 50px 0;}
.iadv_box {text-align: center;border: 1px solid #EEEEEE;border-radius: 40px 0 40px 0;padding: 40px 26px 40px;transition: 0.5s;}
.iadv_box:hover {border-radius: 0 40px 0 40px;border: 1px solid #0b0b0b;}
.iadv_img img{width: 100%;}
.iadv_desc h2{font-size: 22px;font-weight: 400;margin: 25px 0 21px;}

/* 首页app / 图组 Banner */
.iapp_bg{
	padding: 50px 0;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
}
.iapp_bg:before{
	content:'';
	position:absolute;
	inset:0;
	background:rgba(0,0,0,.58);
}
.iapp_bg > .container{
	position:relative;
	z-index:1;
}
.iapp_bg .product_head h2{color:#fff;}
.iapp_list{padding-top:20px;}
.iapp_col{margin-bottom:24px;}
.iapp_box{
	padding:0 20px;
	text-align:center;
}
.iapp_img{
	width:60px;
	margin:0 auto 8px;
}
.iapp_img img{
	width:100%;
	height:auto;
	display:block;
}
.app_desc h2{
	font-size:22px;
	color:#fff;
	margin:28px 0 16px;
	font-weight:700;
	text-transform:capitalize;
}
.app_desc p{
	color:#fff;
	line-height:28px;
	font-weight:400;
	margin:0;
	font-size:15px;
}
/*首页产品*/
.iproduct_box:hover .iproduct_img img{transform: scale(1.1);}
.iproduct_img{overflow: hidden;}
.iproduct_img img{width: 100%;    transition: 0.5s;}
.product_head{text-align: center;}
.product_head h2{font-size: 35px;color: #282828;text-transform: unset;margin-top: 10px;font-weight: 700;}
.product_head p{margin-bottom: 0;font-size: 16px;color: #0b0b0b;font-weight: 500;}
.product_list{clear: both;padding: 30px 0px 0px 0px;margin-right: -15px;margin-left: -15px;}
.product_list2{padding-top: 20px;}
.product_list2 .product_title a { font-size: 18px;}
.product_img{padding-left: 15px; padding-right: 15px; min-height: 220px;}
.product_img img{margin-right: auto;margin-left: auto;display: block;max-height: 300px; max-width: 100%;height: auto; margin-bottom: 10px; padding: 0px 0px 0px 0px;}
.product_list2 div.product_img{min-height: 260px;margin-bottom: 10px;}
.product_title{text-align: center;margin: 15px 0;}
.product_title a{    font-size: 20px;font-weight: 400;color: #282828;}
.product_title a:hover{text-decoration: none;color:#0b0b0b;}

/* 内页产品列表网格 */
.inner_main_col{
	margin-bottom:40px;
}
.product_list_grid{
	display:flex;
	flex-wrap:wrap;
	align-items:stretch;
	padding-top:18px;
	margin-right:-12px;
	margin-left:-12px;
}
.product_list_grid > .product_grid_col{
	display:flex;
	padding-left:12px;
	padding-right:12px;
	margin-bottom:24px;
	min-height:0;
}
.product_grid_card{
	display:flex;
	flex-direction:column;
	width:100%;
	background:#fff;
	border:1px solid #ececec;
	border-radius:8px;
	overflow:hidden;
	box-shadow:0 2px 10px rgba(0,0,0,.03);
	transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease;
}
.product_grid_card:hover{
	transform:translateY(-4px);
	border-color:#d5d5d5;
	box-shadow:0 12px 28px rgba(0,0,0,.08);
}
.product_grid_img{
	position:relative;
	aspect-ratio:1/1;
	background:#fff;
	overflow:hidden;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:18px;
}
.product_grid_img a{
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	height:100%;
}
.product_grid_img img{
	width:100%;
	height:100%;
	max-width:100%;
	object-fit:contain;
	border:none;
	border-radius:0;
	margin:0;
	padding:0;
	transition:transform .45s ease;
}
.product_grid_card:hover .product_grid_img img{
	transform:scale(1.06);
}
.product_grid_body{
	flex:1;
	display:flex;
	align-items:flex-start;
	justify-content:center;
	padding:14px 14px 18px;
}
.product_grid_title{
	margin:0;
	text-align:center;
	width:100%;
	min-height:calc(1.45em * 2);
}
.product_grid_title a{
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow:hidden;
	font-size:15px;
	line-height:1.45;
	font-weight:600;
	color:#333;
}
.product_grid_title a:hover{
	color:#0b0b0b;
	text-decoration:none;
}
.product_grid_model{
	margin:8px 0 0;
	width:100%;
	text-align:center;
	font-size:13px;
	line-height:1.4;
	color:#666;
}
.xy-search-hit-tip{
	margin:8px 0 0;
	font-size:13px;
	color:#888;
	line-height:1.5;
}

@media screen and (min-width:1200px) {
	.product_list .product_img:nth-child(3n+1){
		clear: both;
	}
	.inews_box:nth-child(2n+1) {
	    clear: both;
	}
}
@media screen and (max-width:768px) {
	.product_list .product_img:nth-child(2n+1){
		clear: both;
	}
}

/*公司简介*/
.about_bg{    padding: 50px 0;}
.about_bg .product_head{    text-align: left;}
.about_right{    padding-left: 50px;margin-top: 60px;}
.about_img{width: 100%;}
.about_content{  margin-top: 35px;line-height: 35px;margin-bottom: 25px;}

/* 首页图片 / 客户评价 */
.iphoto_bg{padding: 50px 0;}
.iphoto_box{
	text-align: center;
	background: transparent;
	border: none;
	padding: 10px 15px 20px;
	margin-bottom: 10px;
}
.iphoto_img{margin-bottom: 8px;}
.iphoto_img img{
	width: 88px;
	height: 88px;
	border-radius: 50%;
	object-fit: cover;
}
.iphoto_desc h2{
	margin: 12px 0 10px;
	font-size: 18px;
	font-weight: 600;
	color: #3c3c3c;
	text-transform: none;
	letter-spacing: 0;
}
.iphoto_desc .iphoto_text{
	margin: 0 auto;
	max-width: 520px;
	padding: 0 12px;
	font-size: 15px;
	line-height: 1.85;
	color: #666;
	text-align: center;
}
/* 首页 Hot Product 美化 */
.iproduct_bg{
	background: #f7f8fa;
	padding: 56px 0 72px;
}
.iproduct_hot_head{margin-bottom: 4px;}
.iproduct_hot_head h2{margin-bottom: 6px;}
.iproduct_hot_more{
	display: inline-block;
	margin-top: 6px;
	font-size: 15px;
	font-weight: 600;
	color: #0b0b0b;
	text-decoration: none;
	border-bottom: 2px solid transparent;
	transition: border-color .25s ease, color .25s ease;
}
.iproduct_hot_more:hover{
	color: #444;
	border-bottom-color: #0b0b0b;
	text-decoration: none;
}
.iproduct_hot_list{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	padding-top: 28px;
}
.iproduct_hot_list > [class*="col-"]{
	display: flex;
	margin-bottom: 28px;
}
.iproduct_hot_card{
	display: flex;
	flex-direction: column;
	width: 100%;
	background: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 8px;
	overflow: hidden;
	transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.iproduct_hot_card:hover{
	transform: translateY(-4px);
	border-color: #d5d5d5;
	box-shadow: 0 12px 28px rgba(0,0,0,.08);
}
.iproduct_hot_list .iproduct_hot_img{
	position: relative;
	aspect-ratio: 1 / 1;
	background: #fff;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 18px;
}
.iproduct_hot_list .iproduct_hot_img a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.iproduct_hot_list .iproduct_hot_img img{
	width: 100%;
	height: 100%;
	max-width: 100%;
	object-fit: contain;
	transition: transform .45s ease;
}
.iproduct_hot_card:hover .iproduct_hot_img img{
	transform: scale(1.06);
}
.iproduct_hot_desc{
	flex: 1;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding: 14px 14px 18px;
}
.iproduct_hot_list .iproduct_hot_title{
	margin: 0;
	text-align: center;
	width: 100%;
	min-height: calc(1.45em * 2);
}
.iproduct_hot_list .iproduct_hot_title a{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 15px;
	line-height: 1.45;
	font-weight: 600;
	color: #333;
}
.iproduct_hot_list .iproduct_hot_title a:hover{
	color: #0b0b0b;
	text-decoration: none;
}

/*翻译*/
.change-language{display:inline-block;position:relative;text-align:left;vertical-align:middle;margin-left:30px;white-space:normal; float:right;margin-top: 20px; }
.change-language-title a{color:#666;}
.change-language .change-language-title, .change-language .change-language-title a{font-size:14px;line-height: 36px;}
.change-language .change-language-title a:after{font-family:'Open Sans','fontawesome';content:"\f0d7"; display:inline-block;padding-left:2px;}
.change-language:hover .change-language-title a:after{-moz-transform:rotate(-360deg);-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);-o-transform:rotate(-180deg);transform:rotate(-180deg);}
.change-language .change-language-cont{position:absolute;top:61px;right:0;width:360px;background:#FFF;padding:20px 10px 20px 20px;transform:scale3d(0.9, 0.9, 1);opacity:0;visibility:hidden;z-index:9999;-moz-transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;border:1px solid #ccc;border-radius:5px;/*overflow-y:scroll;max-height:80vh;*/}
.change-language:hover .change-language-cont{transform:scale3d(1, 1, 1);opacity:1;visibility:visible;}
.change-language .change-language-cont li{display:inline-block;vertical-align:top;width:46%;margin:0 0 10px;font-size:10pt;overflow:hidden;padding:0 10px 0 0;}
.change-language .change-language-cont li a:hover{color:#4e4e4e;}
.change-language .change-language-cont .lang-item-hide{display:none !important;}
.change-language .change-language-cont .lang-more{position:relative;display:block;text-align:center;cursor:pointer;line-height:30px;}
.change-language .change-language-cont .more-active{font-size:20px;}
.language-flag span{position:relative;display:inline-block;vertical-align:top;white-space:nowrap;padding:0 0 0 15px;overflow:hidden;}
.change-language-cont .language-flag span{ font-size:16px; }
.change-language .change-language-title a:after{color:#303030;}
.change-language .change-language-title .language-flag span{color:#303030;}
.change-language ::-webkit-scrollbar{width:5px;}
.change-language ::-webkit-scrollbar-track{background-color:#000;}
.change-language ::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.3);border-radius:3px;}
.change-language .language-cont:hover::-webkit-scrollbar-thumb{display:block}
li.language-flag a{position:relative;    color: #000;}
/*end*/

/*首页-新闻*/
.inew_bg{padding: 20px 0 60px;}
.inew_content{margin-top:25px;}
.inews_title{margin:0;position:relative;cursor:pointer;padding:8px 0 8px 28px;}
.inews_title a{display:block;font-size: 18px; font-weight: 600; color: #3c3c3c;line-height:1.45;}
.inews_desc{border: 1px #e7e4e4 solid;padding:8px 20px 12px 20px;margin-bottom: 15px;}
.inews_title:before {position:absolute;content:'>';left:0;top:8px;font-size:24px;line-height:1;color:#3c3c3c;-webkit-transition:transform .5s;-o-transition:transform .5s;-moz-transition:transform .5s;transition:transform .5s;}
.inews_title:after {display:none;}
.inews_title.active:before {-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);}
.inews_description{display:none;clear:both;padding:12px 0 0 28px;font-size:16px;line-height:30px;}
.inews_title a:hover{text-decoration: none;}

/* 首页 FAQ 美化：默认单行问题，点击展开答案 */
.inew_faq_head{margin-bottom: 8px;}
.inew_faq_list{margin-top: 18px;}
.inew_faq_item{margin-bottom: 14px;}
.inew_faq_card{
	background: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 6px;
	padding: 0;
	margin-bottom: 0;
	overflow: hidden;
	transition: border-color .25s ease, box-shadow .25s ease;
}
.inew_faq_card:hover{
	border-color: #cfcfcf;
	box-shadow: 0 4px 14px rgba(0,0,0,.05);
}
.inew_faq_list .inews_title{
	display: flex;
	align-items: center;
	min-height: 54px;
	margin: 0;
	padding: 0 18px 0 40px;
}
.inew_faq_list .inews_title:before{
	left: 16px;
	top: 50%;
	margin-top: -11px;
	font-size: 18px;
	line-height: 1;
}
.inew_faq_list .inews_title.active:before{
	transform: rotate(90deg);
	margin-top: -11px;
}
.inew_faq_list .inews_title a{
	display: block;
	width: 100%;
	font-size: 16px;
	font-weight: 600;
	color: #333;
	line-height: 54px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.inew_faq_list .inew_faq_answer{
	display: none;
	padding: 0 18px 16px 40px;
	margin: 0;
	font-size: 15px;
	line-height: 1.75;
	color: #666;
	border-top: 1px solid #f2f2f2;
}

/* FAQ 列表页 */
.faq_page_col{
	padding-bottom:48px;
}
.faq_page_head{
	text-align:center;
	margin-bottom:6px;
}
.faq_page_title{
	height:auto;
	margin:0 0 28px;
	padding:0 0 16px;
	font-size:28px;
	font-weight:700;
	color:#1a1a1a;
	line-height:1.35;
	text-align:center;
	border:none;
	border-bottom:1px solid #f0f0f0;
}
.faq_page_title::after{
	content:'';
	display:block;
	width:48px;
	height:3px;
	margin:14px auto 0;
	background:var(--xy-skin-primary,#55b4d4);
	border-radius:2px;
}
.faq_page_box{
	margin-bottom:12px;
}
.faq_page_intro{
	margin:0 0 28px;
	padding:18px 22px;
	font-size:15px;
	line-height:1.85;
	color:#666;
	background:#f8fbfc;
	border:none;
	border-left:3px solid var(--xy-skin-primary,#55b4d4);
	border-radius:0 8px 8px 0;
}
.faq_page_intro p:last-child{
	margin-bottom:0;
}
.faq_page_box .inew_faq_list{
	margin-top:0;
	display:flex;
	flex-direction:column;
	gap:14px;
}
.faq_page_box .inew_faq_item{
	margin-bottom:0;
}
.faq_page_box .inew_faq_card{
	background:#fff;
	border:1px solid #ececec;
	border-radius:10px;
	box-shadow:0 2px 10px rgba(0,0,0,.03);
	transition:border-color .25s ease,box-shadow .25s ease,background .25s ease;
}
.faq_page_box .inew_faq_card:hover{
	border-color:#ddd;
	box-shadow:0 8px 24px rgba(0,0,0,.06);
}
.faq_page_box .inew_faq_item:has(.inews_title.active) .inew_faq_card{
	border-color:rgba(85,180,212,.45);
	background:rgba(85,180,212,.04);
	box-shadow:0 10px 28px rgba(85,180,212,.12);
}
.faq_page_box .inew_faq_list .inews_title{
	display:flex;
	align-items:flex-start;
	min-height:0;
	margin:0;
	padding:18px 20px 18px 56px;
	cursor:pointer;
}
.faq_page_box .inew_faq_list .inews_title:before{
	content:'+';
	left:18px;
	top:50%;
	margin-top:-13px;
	width:26px;
	height:26px;
	font-size:20px;
	font-weight:400;
	line-height:24px;
	text-align:center;
	color:var(--xy-skin-primary,#55b4d4);
	background:rgba(85,180,212,.1);
	border-radius:50%;
	transition:transform .25s ease,background .25s ease,color .25s ease;
}
.faq_page_box .inew_faq_list .inews_title.active:before{
	content:'−';
	transform:none;
	margin-top:-13px;
	color:#fff;
	background:var(--xy-skin-primary,#55b4d4);
}
.faq_page_box .inew_faq_list .inews_title a{
	display:block;
	width:100%;
	padding:0;
	font-size:17px;
	font-weight:600;
	color:#222;
	line-height:1.55;
	white-space:normal;
	overflow:visible;
	text-overflow:unset;
	transition:color .2s ease;
}
.faq_page_box .inew_faq_list .inews_title a:hover,
.faq_page_box .inew_faq_list .inews_title.active a{
	color:#111;
	text-decoration:none;
}
.faq_page_box .inew_faq_list .inew_faq_answer{
	display:none;
	padding:0 22px 20px 56px;
	margin:0;
	font-size:15px;
	line-height:1.85;
	color:#666;
	border-top:none;
}
.faq_page_box .inew_faq_list .inew_faq_answer p{
	margin:0 0 12px;
}
.faq_page_box .inew_faq_list .inew_faq_answer p:last-child,
.faq_page_box .inew_faq_list .inew_faq_answer ul:last-child,
.faq_page_box .inew_faq_list .inew_faq_answer ol:last-child{
	margin-bottom:0;
}
.faq_page_box .inew_faq_list .inew_faq_answer ul,
.faq_page_box .inew_faq_list .inew_faq_answer ol{
	margin:0 0 12px;
	padding-left:1.2em;
}
.faq_page_box .inew_faq_list .inew_faq_answer a{
	color:var(--xy-skin-primary,#55b4d4);
	text-decoration:underline;
}
.faq_page_box .inew_faq_list .inew_faq_answer a:hover{
	color:var(--xy-skin-accent,#2a9bb8);
}


/*列表页-左侧栏目*/
.left_aside_col{
	margin-bottom:30px;
}
.left_aside{
	display:block;
}
.left_block{
	background:#fff;
	border:1px solid #ececec;
	border-radius:8px;
	padding:0 16px 14px;
	margin-bottom:18px;
	box-shadow:0 2px 10px rgba(0,0,0,.03);
}
.left_block:last-child{
	margin-bottom:0;
}
.left_h3{
	height:auto;
	margin:0;
	padding:16px 0 12px;
	font-size:18px;
	font-weight:700;
	color:#282828;
	line-height:1.3;
	border-bottom:1px solid #f0f0f0;
}
.left_h3 span{
	display:inline-block;
	height:auto;
	padding-bottom:8px;
	border-bottom:3px solid #0b0b0b;
	line-height:1.3;
}
.left_nav_ul{
	list-style:none;
	margin:12px 0 0;
	padding:0 0 4px;
}
.left_nav_ul > li{
	position:relative;
	border-bottom:1px solid #f3f3f3;
	background:none;
	padding:10px 28px 10px 0;
}
.left_nav_ul > li:last-child{
	border-bottom:none;
}
.left_nav_ul > li > a,
.left_nav_ul > li > a.biglink{
	display:block;
	text-decoration:none;
	color:#555;
	font-size:14px;
	font-weight:600;
	line-height:1.45;
	transition:color .2s ease,padding-left .2s ease;
}
.left_nav_ul > li > a:hover,
.left_nav_ul li a.left_active{
	color:#0b0b0b;
	padding-left:4px;
}
.menu_head{
	cursor:pointer;
	font:600 16px/1 "Open Sans",sans-serif;
	width:24px;
	height:24px;
	text-align:center;
	color:#666;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	position:absolute;
	top:10px;
	right:0;
	border:1px solid #e5e5e5;
	border-radius:4px;
	background:#fafafa;
	transition:color .2s ease,border-color .2s ease,background-color .2s ease;
}
.menu_head:hover{
	color:#fff;
	background:#0b0b0b;
	border-color:#0b0b0b;
}

/*列表页-左侧二级栏目*/
ul.left_snav_ul{
	list-style:none;
	margin:4px 0 0 7px;
	padding:2px 0 4px 8px;
	display:none;
	border-left:none;
}
ul.left_snav_ul > li{
	margin:0;
	padding:5px 0;
	background:none;
}
ul.left_snav_ul > li > a{
	border:0;
	color:#777;
	padding:0 0 0 2px;
	font-size:13px;
	line-height:1.45;
	text-decoration:none;
	display:block;
}
ul.left_snav_ul > li > a:hover,
ul.left_snav_ul > li > a.left_active{
	text-decoration:none;
	color:#0b0b0b;
	padding-left:3px;
}
.left_snav_ul_li{
	margin:0 0 0 7px;
	padding:5px 0 5px 8px;
	background:none;
}
.left_snav_ul_li a{
	border:0;
	color:#777;
	padding:0;
}
.now_acvite{
	font-weight:bold;
	color:#0b0b0b;
}

/*列表页-左侧新闻*/
.left_news_ul{
	clear:both;
	list-style:none;
	margin:12px 0 0;
	padding:0 0 4px;
}
.left_news_ul li{
	color:#666;
	border-bottom:1px solid #f3f3f3;
	background:none;
	line-height:1.45;
	padding:10px 0;
}
.left_news_ul li:last-child{
	border-bottom:none;
}
.left_news_ul li a{
	color:#444;
	font-size:14px;
	display:block;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	text-decoration:none;
	transition:color .2s ease;
}
.left_news_ul li a:hover,
.left_news_ul li a:focus{
	text-decoration:none;
	color:#0b0b0b;
}

/*列表页-左侧联系*/
.left_contact_list{
	margin:12px 0 0;
	padding:0 0 4px;
}
.left_contact_item{
	display:flex;
	align-items:center;
	gap:10px;
	margin-bottom:10px;
	line-height:1.5;
}
.left_contact_item:last-child{
	margin-bottom:0;
}
.left_contact_icon{
	flex-shrink:0;
	width:auto;
	height:auto;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	border-radius:0;
	background:transparent;
	color:#555;
	font-size:15px;
}
.left_contact_text{
	flex:1;
	font-size:13px;
	color:#666;
	line-height:1.5;
	word-break:break-word;
}
.left_contact_text a{
	color:#444;
	text-decoration:none;
	transition:color .2s ease;
}
.left_contact_text a:hover{
	color:#0b0b0b;
	text-decoration:none;
}

/*列表页-横幅 + 悬浮面包屑*/
.page_hero{
	position:relative;
	overflow:hidden;
	background:#1a1a1a;
}
.page_hero_media img{
	display:block;
	width:100%;
	height:clamp(160px,26vw,300px);
	object-fit:cover;
	object-position:center center;
}
.page_hero_overlay{
	position:absolute;
	inset:0;
	background:linear-gradient(180deg,rgba(0,0,0,.12) 0%,rgba(0,0,0,.22) 45%,rgba(0,0,0,.52) 100%);
	pointer-events:none;
}
.page_hero + .container{
	position:relative;
	z-index:8;
	margin-top:-54px;
	margin-bottom:26px;
}
.page_hero + .container .bread_bg{
	background:transparent;
	margin:0;
	padding:0;
}
.page_hero + .container .bread_bg .row,
.page_hero + .container .bread_bg [class*="col-"]{
	margin:0;
	padding:0;
}
.page_hero + .container .bread_nav{
	display:inline-flex;
	flex-wrap:wrap;
	align-items:center;
	align-content:flex-start;
	gap:4px 6px;
	max-width:100%;
	padding:11px 18px;
	background:linear-gradient(
		120deg,
		rgba(255,255,255,.42) 0%,
		rgba(255,255,255,.58) 42%,
		rgba(255,255,255,.78) 100%
	);
	-webkit-backdrop-filter:blur(14px) saturate(1.15);
	backdrop-filter:blur(14px) saturate(1.15);
	border:none;
	border-radius:6px;
	box-shadow:
		0 10px 32px rgba(0,0,0,.12),
		inset 0 1px 0 rgba(255,255,255,.72);
	font-size:13px;
	line-height:1.45;
	color:#666;
	position:relative;
	overflow:hidden;
	isolation:isolate;
	transition:background .35s ease,box-shadow .35s ease,transform .35s ease;
}
.page_hero + .container .bread_nav::before{
	content:'';
	position:absolute;
	inset:0;
	border-radius:inherit;
	background:linear-gradient(
		90deg,
		rgba(85,180,212,.14) 0%,
		rgba(255,255,255,0) 38%,
		rgba(255,255,255,.22) 100%
	);
	pointer-events:none;
	z-index:0;
}
.page_hero + .container .bread_nav > *{
	position:relative;
	z-index:1;
}
.page_hero + .container .bread_nav:hover{
	background:linear-gradient(
		120deg,
		rgba(255,255,255,.52) 0%,
		rgba(255,255,255,.68) 42%,
		rgba(255,255,255,.88) 100%
	);
	box-shadow:
		0 14px 36px rgba(0,0,0,.14),
		inset 0 1px 0 rgba(255,255,255,.82);
}
.page_hero + .container .bread_nav .glyphicon-home{
	font-size:13px;
	color:#888;
	margin-right:2px;
}
.page_hero + .container .bread_nav i.fa-angle-double-right{
	font-size:11px;
	color:#bbb;
	margin:0;
}
.page_hero + .container .bread_nav a{
	color:#666;
	text-decoration:none;
	transition:color .2s ease;
}
.page_hero + .container .bread_nav a:hover{
	color:#0b0b0b;
	text-decoration:none;
}
.page_hero + .container .bread_nav .bread_current{
	display:inline;
	max-width:none;
	white-space:normal;
	overflow:visible;
	text-overflow:clip;
	color:#0b0b0b;
	font-weight:600;
}
.page_hero + .container .bread_nav span:not(.glyphicon):not(.bread_current){
	color:#666;
	padding-right:0;
}

/*列表页-面包屑（无 banner 时的兜底）*/
.bread_bg{
	background-color:#f3f3f3;
	margin-top:20px;
	margin-bottom:28px;
}
.bread_nav{padding:10px 20px;}
.bread_nav .bread_current{
	display:inline-block;
	max-width:52%;
	vertical-align:bottom;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	color:#0b0b0b;
}
.bread_nav span{color: #0b0b0b;padding-right: 6px;}
.bread_nav a{color: #2F2F2F;}
.bread_nav a:hover{color: #0b0b0b;text-decoration: none;}

/*列表页-右栏*/
.inner_main_col .right_head{clear:both;margin-bottom:4px;}
.inner_main_col .right_head h2{
	height:auto;
	margin:0;
	padding:0 0 12px;
	font-size:22px;
	font-weight:700;
	color:#282828;
	line-height:1.3;
	border-bottom:1px solid #f0f0f0;
}
.inner_main_col .right_head h2 span{
	display:inline-block;
	height:auto;
	padding-bottom:8px;
	border-bottom:3px solid #0b0b0b;
	line-height:1.3;
}
.right_head{clear: both;}
.right_head h2{height: 50px;font-size: 20px;font-weight: normal;color: #545454;line-height: 50px;border-bottom: 1px solid #ebebeb; }
.right_head h2 span{display: inline-block;height: 50px;border-bottom: 1px solid #0b0b0b;}
.right_contents{clear: both;padding:15px 0px 15px 0px; line-height:28px; overflow: auto;}
.right_contents_h1{margin: 0px;padding: 10px 0px;text-align: center;color: #000;font-size:24px;color:#434343;font-weight:bold;line-height: 34px;}
.right_contents img {max-width: 840px;}

/*新闻详情页*/
.news_detail_col{
	margin-bottom:40px;
}
.news_detail_box{
	background:#fff;
	border:1px solid #ececec;
	border-radius:10px;
	padding:28px 28px 12px;
	margin-bottom:28px;
	box-shadow:0 2px 14px rgba(0,0,0,.04);
}
.news_detail_header{
	text-align:center;
	margin:0 0 24px;
	padding:0 0 20px;
	border-bottom:1px solid #f0f0f0;
}
.news_detail_header .news_page_title{
	margin:0 0 16px;
	padding:0 0 14px;
	font-size:26px;
	font-weight:700;
	color:#282828;
	line-height:1.4;
	text-align:center;
	border:none;
	border-bottom:none;
}
.news_detail_header .news_page_title::after{
	content:'';
	display:block;
	width:48px;
	height:3px;
	margin:14px auto 0;
	background:linear-gradient(90deg,#0b0b0b 0%,var(--xy-skin-primary,#55b4d4) 100%);
	border-radius:2px;
}
.news_detail_meta{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	gap:10px 20px;
	font-size:14px;
	color:#888;
}
.news_detail_date,
.news_detail_cat{
	display:inline-flex;
	align-items:center;
	gap:7px;
	line-height:1.4;
}
.news_detail_date i,
.news_detail_cat i{
	color:var(--xy-skin-primary,#55b4d4);
	font-size:14px;
}
.news_detail_cat{
	padding:4px 12px;
	background:#f5f8fa;
	border:1px solid #e8eef2;
	border-radius:999px;
	color:#666;
	font-size:13px;
}
.news_detail_body{
	clear:both;
	margin:0;
	padding:0;
	overflow:visible;
	line-height:1.85;
	font-size:15px;
	color:#555;
}
.news_detail_body p{
	margin:0 0 1em;
}
.news_detail_body img{
	max-width:100%;
	height:auto;
	border-radius:6px;
}
.news_detail_nav{
	margin:24px 0 8px;
	padding-top:20px;
	border-top:1px solid #f0f0f0;
}
.news_detail_related{
	margin-top:8px;
	padding-top:4px;
}
.news_detail_related .left_h3{
	margin:0 0 16px;
	padding:0 0 12px;
	border-bottom:1px solid #f0f0f0;
}
.news_detail_related .left_h3 span{
	display:inline-block;
	padding-bottom:8px;
	font-size:18px;
	font-weight:700;
	color:#282828;
	border-bottom:3px solid #0b0b0b;
}
.news_detail_related .right_new li{
	background:none;
	padding:14px 0 14px 0;
	border-bottom:1px solid #efefef;
	font-size:15px;
	line-height:1.5;
}
.news_detail_related .right_new li:last-child{
	border-bottom:none;
}
.news_detail_related .right_new li a{
	color:#333;
	font-weight:500;
}
.news_detail_related .right_new .news_time{
	float:right;
	font-size:13px;
	color:#999;
}

/*新闻页标题 h1 居中（列表等复用）*/
.news_page_head{
	text-align:center;
	margin-bottom:8px;
}
.news_page_head h1,
.news_page_title{
	height:auto;
	margin:0 0 20px;
	padding:0 0 16px;
	font-size:28px;
	font-weight:700;
	color:#282828;
	line-height:1.35;
	text-align:center;
	border:none;
	border-bottom:1px solid #f0f0f0;
}
.news_page_title::after{
	content:'';
	display:block;
	width:48px;
	height:3px;
	margin:14px auto 0;
	background:#0b0b0b;
	border-radius:2px;
}

/*列表页-右侧新闻（卡片列表）*/
.news_list_col{padding-bottom:36px;}
.news_list_cards{
	list-style:none;
	margin:0;
	padding:18px 0 8px;
}
.news_list_cards .news_card_item{
	list-style:none;
	margin:0 0 22px;
	padding:0;
	border:none;
}
.news_list_cards .news_card_item:last-child{
	margin-bottom:8px;
}
.news_card{
	display:flex;
	align-items:stretch;
	background:#fff;
	border:1px solid #ececec;
	border-radius:10px;
	overflow:hidden;
	box-shadow:0 2px 12px rgba(0,0,0,.04);
	transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease;
}
.news_card:hover{
	transform:translateY(-3px);
	border-color:#d8d8d8;
	box-shadow:0 14px 32px rgba(0,0,0,.08);
}
.news_card_thumb{
	flex:0 0 280px;
	max-width:280px;
	min-width:220px;
	min-height:220px;
	display:flex;
	align-items:center;
	justify-content:center;
	position:relative;
	background:#f8f8f8;
	overflow:hidden;
	padding:14px;
	box-sizing:border-box;
}
.news_card_thumb::after{
	display:none;
}
.news_card_thumb img{
	position:static;
	display:block;
	width:auto;
	height:auto;
	max-width:100%;
	max-height:192px;
	object-fit:contain;
	transition:transform .45s ease;
}
.news_card:hover .news_card_thumb img{
	transform:scale(1.06);
}
.news_card_body{
	flex:1;
	min-width:0;
	display:flex;
	flex-direction:column;
	padding:22px 24px 20px;
}
.news_card_date{
	display:inline-flex;
	align-items:center;
	gap:6px;
	margin:0 0 10px;
	font-size:13px;
	line-height:1.3;
	color:#888;
}
.news_card_date i{
	font-size:13px;
	color:#fe8101;
}
.news_card_title{
	margin:0 0 10px;
	font-size:20px;
	font-weight:700;
	line-height:1.4;
}
.news_card_title a{
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow:hidden;
	color:#282828;
	text-decoration:none;
	transition:color .2s ease;
}
.news_card_title a:hover,
.news_card_title a:focus{
	color:#0b0b0b;
	text-decoration:none;
}
.news_card_excerpt{
	margin:0 0 16px;
	font-size:14px;
	line-height:1.65;
	color:#666;
	display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	overflow:hidden;
	flex:1;
}
.news_card_more{
	display:inline-flex;
	align-items:center;
	gap:6px;
	align-self:flex-start;
	margin-top:auto;
	padding:9px 18px;
	border-radius:4px;
	background:#0b0b0b;
	color:#fff !important;
	font-size:13px;
	font-weight:600;
	letter-spacing:.03em;
	text-decoration:none !important;
	transition:background .22s ease,transform .22s ease;
}
.news_card_more i{
	font-size:14px;
	transition:transform .22s ease;
}
.news_card_more:hover,
.news_card_more:focus{
	background:#fe8101;
	color:#fff !important;
	text-decoration:none !important;
}
.news_card_more:hover i,
.news_card_more:focus i{
	transform:translateX(3px);
}

/*列表页-相关新闻（详情页侧栏列表）*/
.right_new{clear: both; list-style:none;margin:0px; padding:0px 0px 20px 0px;}
.right_new li{color:#898989;background:none;padding-left:18px;font-size: 16px;line-height:22px; padding:12px 0px 12px 18px;border-bottom: 1px dashed #e3e2e2;position:relative;}
.right_new li:before{content:'';position:absolute;left:0;top:20px;width:6px;height:6px;border-radius:50%;background:#0b0b0b;}
.right_new li a{color:#2F2F2F;}
.right_new li a:hover,.right_new li a:focus{text-decoration:none;color:#0b0b0b;}
.right_new_time{float:right;}
.relevant_new ul.right_new li{font-size: 14px;}
.right_new .news_time{float: right;}

/*列表页-右侧案例*/
.case_list{clear: both;padding: 25px 0px 0px 0px;margin-right: -15px;margin-left: -15px;}
.case_list2{padding-top: 20px;}
.case_img{padding-left: 15px;padding-right: 15px;min-height: 270px;}
.case_img img{margin-right: auto;margin-left: auto;display: block;max-height: 270px;max-width: 100%;height: auto; margin-bottom: 10px; padding: 0px 0px 0px 0px;}
.case_list2 div.case_img{min-height: 160px;position: relative;}
.case_title{text-align: center;height: 40px;}
.case_title a{color: #2F2F2F;}
.case_title a:hover{text-decoration: none;color:#0b0b0b;}

/*分页样式*/
.page{
	clear:both;
	margin:32px 0 52px;
	padding:18px 0 10px;
	text-align:center;
	line-height:1;
}
.page a.page-numbers,
.page span.page-numbers{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-width:42px;
	height:42px;
	padding:0 12px;
	margin:0 3px 8px;
	border:1px solid #e3e3e3;
	border-radius:8px;
	background:#fff;
	color:#333;
	font-size:14px;
	font-weight:500;
	text-decoration:none;
	vertical-align:middle;
	box-sizing:border-box;
	transition:color .22s ease,border-color .22s ease,background-color .22s ease,box-shadow .22s ease,transform .22s ease;
}
.page a.page-numbers span,
.page span.page-numbers span{
	padding:0;
	border:none;
	background:transparent;
	color:inherit;
	font:inherit;
	line-height:1;
}
.page a.page-numbers:hover,
.page a.page-numbers:focus{
	border-color:#0b0b0b;
	background:#0b0b0b;
	color:#fff;
	text-decoration:none;
	box-shadow:0 4px 12px rgba(0,0,0,.12);
	transform:translateY(-1px);
}
.page span.page-numbers.current{
	border-color:#0b0b0b;
	background:#0b0b0b;
	color:#fff;
	font-weight:600;
	box-shadow:0 4px 12px rgba(0,0,0,.1);
	cursor:default;
}
.page a.prev.page-numbers,
.page a.next.page-numbers{
	min-width:46px;
	font-size:18px;
	font-weight:600;
	letter-spacing:0;
}
.page a{
	text-decoration:none;
}

/*产品详细页*/
.product_detail_box{
	background:#fff;
	border:1px solid #ececec;
	border-radius:8px;
	padding:24px 24px 8px;
	margin-bottom:24px;
	box-shadow:0 2px 12px rgba(0,0,0,.04);
}
.product_detail_top{
	margin:0 -8px;
}
.product_detail_box .showpic_box,
.product_detail_box .proinfo_box{
	margin:0 0 20px;
	padding:0 8px;
}
.showpic_card,
.proinfo_card{
	height:100%;
	background:#fafafa;
	border:1px solid #efefef;
	border-radius:8px;
	padding:16px;
}
.proinfo_card{
	background:#fff;
}
.product_h1{
	margin:0 0 16px;
	line-height:1.4;
	font-size:22px;
	font-weight:700;
	color:#282828;
	padding-bottom:14px;
	border-bottom:1px solid #f0f0f0;
}
.product_info{
	list-style:none;
	padding:0;
	margin:0 0 18px;
}
.product_info li{
	display:flex;
	flex-wrap:wrap;
	align-items:flex-start;
	gap:6px 10px;
	line-height:1.6;
	padding:10px 0;
	border-bottom:1px solid #f5f5f5;
	font-size:14px;
	color:#666;
}
.product_info li:last-child{
	border-bottom:none;
}
.product_info_label{
	flex:0 0 auto;
	min-width:96px;
	font-weight:600;
	color:#444;
}
.product_info_label:after{
	content:":";
	margin-left:2px;
}
.product_info_value{
	flex:1 1 auto;
	color:#555;
	word-break:break-word;
}
.product_info_value a{
	color:#0b0b0b;
	text-decoration:none;
	border-bottom:1px solid transparent;
	transition:border-color .2s ease,color .2s ease;
}
.product_info_value a:hover{
	color:#444;
	border-bottom-color:#0b0b0b;
	text-decoration:none;
}
.product_share{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	gap:12px 14px;
	padding:16px 0 4px;
	margin-top:4px;
	border-top:1px solid #f0f0f0;
}
.product_share_label{
	flex:0 0 auto;
	font-size:12px;
	font-weight:600;
	color:#888;
	text-transform:uppercase;
	letter-spacing:.08em;
}
.product_share_sns{
	display:inline-flex;
	flex-wrap:wrap;
	align-items:center;
	gap:8px;
}
.product_share_btn{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:36px;
	height:36px;
	padding:0;
	border:1px solid #e8e8e8;
	border-radius:50%;
	background:#fafafa;
	color:#555;
	font-size:15px;
	line-height:1;
	text-decoration:none;
	cursor:pointer;
	transition:background .22s ease,border-color .22s ease,color .22s ease,transform .22s ease,box-shadow .22s ease;
}
.product_share_btn:hover,
.product_share_btn:focus{
	text-decoration:none;
	transform:translateY(-1px);
	box-shadow:0 4px 12px rgba(0,0,0,.08);
}
.product_share_svg{
	width:14px;
	height:14px;
	display:block;
}
.product_share_btn--fb:hover,
.product_share_btn--fb:focus{color:#fff;background:#1877f2;border-color:#1877f2;}
.product_share_btn--x:hover,
.product_share_btn--x:focus{color:#fff;background:#0f0f0f;border-color:#0f0f0f;}
.product_share_btn--in:hover,
.product_share_btn--in:focus{color:#fff;background:#0a66c2;border-color:#0a66c2;}
.product_share_btn--wa:hover,
.product_share_btn--wa:focus{color:#fff;background:#25d366;border-color:#25d366;}
.product_share_btn--pin:hover,
.product_share_btn--pin:focus{color:#fff;background:#e60023;border-color:#e60023;}
.product_share_btn--copy:hover,
.product_share_btn--copy:focus{color:#fff;background:var(--xy-skin-primary,#0b0b0b);border-color:var(--xy-skin-primary,#0b0b0b);}
.product_share_btn.is-copied{
	color:#fff;
	background:#2e7d32;
	border-color:#2e7d32;
}
/* 产品详情 CTA（与 rbl-hardware 一致：系统注入 Inquire Now/加购 + 主题 Get a Quote 弹窗） */
.product_detail_box .product-btn-wrap{
	padding-top:16px;
	margin-top:4px;
	border-top:1px solid #f0f0f0;
}
.product_detail_box .product-btn-wrap .action-buttons{
	margin:8px 0;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	gap:0;
}
.product_detail_box .xy-product-price{
	margin:0 0 14px;
	font-size:22px;
	font-weight:600;
	color:var(--xy-skin-primary,#0b0b0b);
}
.product_detail_box .xy-product-price-currency{
	margin-left:6px;
	font-size:14px;
	color:#666;
	font-weight:500;
}
.product_detail_box .xy-product-qty-row{
	display:none !important;
}
.product_detail_box .xy-product-trust{
	display:flex;
	flex-wrap:wrap;
	gap:8px 14px;
	margin:10px 0 4px;
	font-size:12px;
	color:#666;
}
.product_detail_box .xy-product-trust-chip:before{
	content:"\2713";
	display:inline-block;
	margin-right:5px;
	color:var(--xy-skin-primary,#0b0b0b);
	font-weight:700;
}
.product_detail_box .xy-product-pdf-link{
	margin:4px 0 8px;
}
.product_detail_box .xy-product-pdf-link .pdf{
	font-size:13px;
	color:#444;
	text-decoration:underline;
}
.product_detail_box .xy-product-pdf-link .pdf:hover{
	color:var(--xy-skin-primary,#0b0b0b);
}
.product_detail_box .xy-basket-add-btn,
.product_detail_box .product-btn-wrap .xy-basket-buy-btn,
.product_detail_box .product-btn-wrap .xy-inquire-scroll-btn,
.product_detail_box .product-btn-wrap button[type="submit"].xy-basket-add-btn{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	gap:6px;
	line-height:36px;
	padding:0 22px;
	margin:0 10px 10px 0;
	border:2px solid var(--xy-skin-primary,#0b0b0b);
	border-radius:3px;
	background:var(--xy-skin-primary,#0b0b0b);
	color:#fff !important;
	font-size:14px;
	font-weight:600;
	cursor:pointer;
	text-decoration:none;
	transition:background .25s ease,border-color .25s ease,color .25s ease;
}
.product_detail_box .xy-basket-add-btn:hover,
.product_detail_box .product-btn-wrap .xy-basket-buy-btn:hover,
.product_detail_box .product-btn-wrap .xy-inquire-scroll-btn:hover,
.product_detail_box .product-btn-wrap button[type="submit"].xy-basket-add-btn:hover{
	background:#fff;
	color:var(--xy-skin-primary,#0b0b0b) !important;
	border-color:var(--xy-skin-primary,#0b0b0b);
}
.product_detail_box .xy-product-inquiry-pop,
.product_detail_box .product-btn-wrap .product_btn_email{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	gap:6px;
	line-height:36px;
	padding:0 22px;
	margin:0 10px 10px 0;
	border:2px solid #222;
	border-radius:3px;
	background:#fff;
	color:#222 !important;
	font-size:14px;
	font-weight:600;
	cursor:pointer;
	text-decoration:none;
	box-sizing:border-box;
	transition:background .25s ease,border-color .25s ease,color .25s ease;
}
.product_detail_box .xy-product-inquiry-pop:hover,
.product_detail_box .product-btn-wrap .product_btn_email:hover{
	background:#222;
	color:#fff !important;
	border-color:#222;
}
.product_detail_box .xy-basket-add-form,
.product_detail_box .xy-basket-buy-form{
	display:inline-block;
	margin:0;
	vertical-align:top;
}
.product_detail_box .product-btn-wrap .xy-basket-add-btn .fa,
.product_detail_box .product-btn-wrap .xy-inquire-scroll-btn .fa,
.product_detail_box .product-btn-wrap .xy-basket-buy-btn .fa,
.product_detail_box .product-btn-wrap .xy-product-wa-btn .fa,
.product_detail_box .product-btn-wrap .xy-product-inquiry-pop .fa,
.product_detail_box .product-btn-wrap .product_btn_email .fa{
	font-family:FontAwesome !important;
	font-style:normal !important;
	font-weight:normal !important;
	font-size:14px !important;
	line-height:1 !important;
	display:inline-block !important;
	width:1em;
	min-width:1em;
	text-align:center;
	color:inherit !important;
	background:transparent !important;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}
.product_detail_box .product-btn-wrap .xy-basket-add-btn > i.fa,
.product_detail_box .product-btn-wrap .xy-inquire-scroll-btn > i.fa,
.product_detail_box .product-btn-wrap .xy-basket-buy-btn > i.fa,
.product_detail_box .product-btn-wrap .xy-product-wa-btn > i.fa{
	margin-right:2px;
}
.product_detail_box .product-btn-wrap .xy-basket-add-btn > i.fa:before,
.product_detail_box .product-btn-wrap .xy-inquire-scroll-btn > i.fa:before,
.product_detail_box .product-btn-wrap .xy-basket-buy-btn > i.fa:before,
.product_detail_box .product-btn-wrap .xy-product-wa-btn > i.fa:before,
.product_detail_box .product-btn-wrap .xy-product-inquiry-pop > i.fa:before,
.product_detail_box .product-btn-wrap .product_btn_email > i.fa:before{
	font-family:FontAwesome !important;
	font-style:normal !important;
	font-weight:normal !important;
}
.product_detail_box .product-btn-wrap button.xy-basket-add-btn,
.product_detail_box .product-btn-wrap button[type="submit"].xy-basket-add-btn,
.product_detail_box .product-btn-wrap button.xy-basket-buy-btn{
	-webkit-appearance:none;
	appearance:none;
}
#pic-page,
.showpic_thumbs{
	text-align:center;
	margin-top:14px;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	gap:8px;
}
#pic-page a,
.showpic_thumbs a{
	margin:0;
	flex:0 0 auto;
}
#pic-page a img,
.showpic_thumbs a img{
	width:72px;
	height:72px;
	object-fit:contain;
	padding:4px;
	border:1px solid #e5e5e5;
	border-radius:4px;
	margin:0;
	background:#fff;
	transition:border-color .2s ease,box-shadow .2s ease;
}
#pic-page a:hover img,
#pic-page a.active img,
.showpic_thumbs a:hover img,
.showpic_thumbs a.active img{
	border-color:#0b0b0b;
	box-shadow:0 2px 8px rgba(0,0,0,.08);
}
.product_con_wrap{
	clear:both;
	margin-top:8px;
	padding-top:8px;
	border-top:1px solid #f0f0f0;
}
.product_con_head{
	margin:0 0 16px;
	padding-bottom:10px;
	border-bottom:1px solid #f0f0f0;
}
.product_con_head span{
	display:inline-block;
	padding-bottom:8px;
	font-size:18px;
	font-weight:700;
	color:#282828;
	border-bottom:3px solid #0b0b0b;
	line-height:1.3;
}
.product_con{
	clear:both;
	margin:0 0 12px;
	padding:0;
	line-height:1.85;
	font-size:15px;
	color:#555;
	overflow:visible;
}
.product_con img,.photo_con img{max-width:100%;height:auto;}
/* 产品详情：阿里巴巴/KindEditor 导入正文 — 去掉固定 750 白块、撑破布局的空容器 */
body#product .product_detail_row::after{
	content:'';
	display:table;
	clear:both;
}
body#product .product_con .J_module,
body#product .product_con [module-id]{
	background:transparent !important;
	max-width:100% !important;
	margin-left:0 !important;
	margin-right:0 !important;
}
body#product .product_con .icbu-pc-images,
body#product .product_con .flex-layout-h,
body#product .product_con .flex-layout-v,
body#product .product_con .magic-3,
body#product .product_con .ife-detail-decorate-table,
body#product .product_con table.has-title{
	width:100% !important;
	max-width:100% !important;
	height:auto !important;
	min-height:0 !important;
}
body#product .product_con .magic-3 img,
body#product .product_con .magic-4,
body#product .product_con img[style*="width:750px"]{
	width:100% !important;
	max-width:100% !important;
	height:auto !important;
}
body#product .product_con table{
	width:100% !important;
	max-width:100% !important;
	table-layout:fixed;
}
body#product .product_con .magic-6,
body#product .product_con .magic-7{
	width:auto !important;
	max-width:100% !important;
	box-sizing:border-box !important;
}
body#product .product_con [style*="background-color:#fff"],
body#product .product_con [style*="background-color:#FFF"],
body#product .product_con [style*="background-color:#ffffff"],
body#product .product_con [style*="background-color:#FFFFFF"]{
	background-color:transparent !important;
}
body#product .product_con p:empty{
	display:none;
}
body#product .product_detail_box .xy-geo-answers{
	clear:both;
	margin:4px 0 16px;
	padding-top:12px;
	border-top:1px solid #f0f0f0;
}
.photo_con{clear:both;margin:0 0 20px;padding:10px 0 20px;line-height:26px;overflow:auto;}
.list_related{
	margin-top:36px;
	padding-top:8px;
}
.list_related .right_head h2{
	height:auto;
	margin:0 0 4px;
	padding:0 0 12px;
	font-size:20px;
	font-weight:700;
	color:#282828;
	line-height:1.3;
	border-bottom:1px solid #f0f0f0;
}
.list_related .right_head h2 span{
	display:inline-block;
	height:auto;
	padding-bottom:8px;
	border-bottom:3px solid #0b0b0b;
}
.list_related div.product_img{min-height:160px;}
.showpic_flash{overflow:hidden;}
.showpic_flash li img,
.showpic_single img{
	width:100%;
	height:auto;
	display:block;
	max-height:420px;
	object-fit:contain;
}
.showpic_single{
	padding:12px;
	border:1px solid #eee;
	border-radius:6px;
	background:#fff;
}
.showpic_box .bx-wrapper{
	margin-bottom:0;
	border:none;
	box-shadow:none;
	background:transparent;
}
.bx-viewport .example-image{margin:auto;}
.info_share{margin-top:15px;}
.product_nav.point{
	clear:both;
	display:flex;
	flex-wrap:nowrap;
	align-items:stretch;
	justify-content:space-between;
	gap:12px;
	margin:24px 0 16px;
	padding:20px 0 8px;
	border-top:1px solid #f0f0f0;
	overflow:hidden;
}
.product_nav.point .to_prev,
.product_nav.point .to_next{
	float:none !important;
	flex:1 1 50%;
	min-width:0;
	max-width:50%;
	padding:16px 18px;
	text-align:left;
	font-size:12px;
	font-weight:600;
	letter-spacing:.04em;
	text-transform:uppercase;
	color:#999;
	line-height:1.4;
	background:#fafafa;
	border:1px solid #eee;
	border-radius:4px;
	box-sizing:border-box;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.product_nav.point .to_next{
	text-align:right;
}
.product_nav.point .to_prev a,
.product_nav.point .to_next a{
	display:inline;
	padding:0;
	margin:0 0 0 4px;
	font-size:15px;
	font-weight:600;
	letter-spacing:0;
	text-transform:none;
	color:#222;
	background:transparent;
	border:none;
	border-radius:0;
	text-decoration:none;
	white-space:nowrap;
}
.product_nav.point .to_prev a:hover,
.product_nav.point .to_next a:hover{
	color:var(--xy-skin-primary,#0b0b0b);
	background:transparent;
	border-color:transparent;
	text-decoration:none;
}

/*按钮样式*/
.download_btn {float: right;display: block;margin: 10px 10px 20px 0px;}
.page-btn {display: inline-block;float: left; background-color: #0b0b0b;border-radius: 0px; border: none; transition:background 0.3s;margin-right: 15px; }
.page-btn:hover,.page-btn:focus {background-color:#0b0b0b;}
.grey-btn {border-radius: 0px;border: none;background-color: #E8E8E8;}
.grey-btn:hover,.grey-btn:focus {background-color: #ccc;}

/* 询盘篮页：全宽布局（视觉见 css/xy-inquiry-basket-page.css） */
body#inquiry_basket .xy-inquiry-basket-page{
	float:none;
	width:100%;
	max-width:100%;
}

/*在线留言订购*/
.feedback {margin-top: 15px;}
.form-horizontal .form-group{margin-right: -10px;margin-left: -10px;}
.codeimg{margin: 0px 0px -10px -18px;}
.a2a_default_style{display: inline-block;}

/*上一个下一个*/
.point:not(.product_nav){clear:both;margin:20px 0 40px;padding-bottom:40px;line-height:22px;}
.point:not(.product_nav) span.to_prev{text-align:center;}
.point:not(.product_nav) span.to_prev a{color:#337AB7;}
.point:not(.product_nav) span.to_prev a:hover{color:#ea042b;text-decoration:none;}
.point:not(.product_nav) span.to_next{text-align:center;}
.point:not(.product_nav) span.to_next a{color:#337AB7;}
.point:not(.product_nav) span.to_next a:hover{color:#ea042b;text-decoration:none;}

/*标签样式*/
.tags{margin: 18px 0px 10px 0px;}
.tags a{margin: 0px 5px 8px 0px;}
.tags_list{padding: 5px 10px 100px 10px;}
.tags_ul{margin-top: 0px;}
.tags_ul li{line-height: 28px;margin-bottom: 8px;padding-bottom: 10px;}
.tags_ul h3{font-size: 14px;padding: 0px;margin: 0px;line-height: 20px;}
.tags_ul p{font-size: 13px;padding: 0px;margin: 0px;color: #777;line-height: 20px;padding-top: 8px;}

/*网站地图*/
ul.ul_sitemap{margin: 30px 0px 40px 30px;}
ul.ul_sitemap li{list-style: none;line-height: 26px;clear: both; }
ul.ul_sitemap li a{color: #7d7d7d;}
li.small_li_sitemap{clear: both;padding-left: 12px;}
li.small_li2_sitemap{float: left;padding-left: 20px; }

/*友情链接*/
.link_box{background-color: #2f2e2e;padding:10px 0px;text-align: center;color: #fff;font-size: 13px;line-height: 30px;clear: both;}
.link_box a{color: #fff;padding:0px 0px 0px 10px;font-size: 13px;}
.link_box a:hover{text-decoration: none;color: #fff;}
.link_box a:last-child{border-right:0px;}
.link_box button{display: none;}
.link_title{font-size: 13px;margin-right: -6px;}
.link_title:after{content:":";}
.link_box p {margin-top: 5px;}

/*底部TAGS*/
.tags_box{background-color: #2f2e2e;padding:10px 0px;text-align: center;color: #f6f6f6;font-size: 13px; border-top: 1px solid #fff;line-height: 30px;    border-bottom: 1px solid #fff;}
.tags_box a{color: #fff;padding:0px 2px 0px 8px;font-size: 13px;}
.tags_box a:hover{text-decoration: none;color: #35404e; }
.tags_box a:last-child{border-right:0px;}
.tags_box button{display: none;}
.tags_title{font-size: 13px;margin-right: -6px; }
.tags_title a{padding:0px;}
.tags_title:after{content:":";}

/*底部信息*/
footer,
footer.xy-site-footer{
	color:#fff;
	padding:56px 0 0;
	background:linear-gradient(180deg,#363636 0%,#2a2a2a 100%);
	font-size:15px;
}
.footer_main_row{
	display:flex;
	flex-wrap:wrap;
	align-items:flex-start;
}
.footer_main_row > [class*="col-"]{
	margin-bottom:32px;
}
.footer_menu_first{
	font-size:20px;
	font-weight:700;
	color:#fff;
	margin:0 0 18px;
	padding-bottom:12px;
	position:relative;
	text-transform:uppercase;
	letter-spacing:.5px;
	border:none !important;
}
.footer_menu_first::after{
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	width:36px;
	height:3px;
	background:#fff;
	border-radius:2px;
	opacity:.85;
}
.foot_contact_list{
	margin:0;
	padding:0;
}
.foot_contact_item{
	display:flex;
	align-items:center;
	gap:12px;
	margin-bottom:12px;
	line-height:1.5;
}
.foot_contact_item:last-child{
	margin-bottom:0;
}
.foot_contact_icon{
	flex-shrink:0;
	width:34px;
	height:34px;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	background:rgba(255,255,255,.08);
	border-radius:50%;
	color:#d8d8d8;
	font-size:14px;
	line-height:1;
}
.foot_contact_text{
	flex:1;
	color:rgba(255,255,255,.88);
	font-size:14px;
	line-height:1.5;
}
.foot_contact_label{
	display:none;
}
.foot_contact_text a{
	color:#fff;
	text-decoration:none;
	transition:color .2s ease;
}
.foot_contact_text a:hover{
	color:#9fd4cc;
	text-decoration:none;
}
.footer_contact {line-height: 28px;}
.footer_icon {padding-top: 10px;}
.footer_icon a:hover{text-decoration: none;}
.footer_icon img{width: 40px;height: 40px;}
.footer_sitemap{color: #fff;}
.footer_sitemap:hover,.footer_sitemap:focus {color: #0b0b0b;text-decoration: none;}
footer .about_content {font-size: 12px;line-height: 2;color: #fff;margin: 0;}
.logo1 {max-width: 240px;}

/*底部分类*/
.footer_menu a{
	color:rgba(255,255,255,.82);
	line-height:1.5;
	transition:color .2s ease,padding-left .2s ease;
}
.footer_menu a:hover{color:#fff;text-decoration:none;}
.footer_products_col .footer_menu_full p:not(.footer_menu_first){
	margin:0;
}
.footer_products_col .footer_menu_full a{
	display:block;
	padding:5px 0;
}
.footer_products_col .footer_menu_full a:hover{
	padding-left:6px;
}
.footer_products_col .footer_menu_full .footer_menu_first a{
	padding:0;
}
.footer_products_col .footer_menu_full .footer_menu_first a:hover{
	padding-left:0;
}
.footer_inquiry_col .footer_feedback{
	margin-top:0;
	position:relative;
	background:transparent !important;
	border:none !important;
	box-shadow:none !important;
	padding:0 !important;
}
/* 询盘篮页加载系统 xy-inquiry-form.css 时，勿污染页脚表单 */
body#inquiry_basket .footer_inquiry_col{
	display:none;
}
body#inquiry_basket .footer_main_row > .foot_contact_col,
body#inquiry_basket .footer_main_row > .footer_products_col{
	width:50%;
}
@media (max-width:991px){
	body#inquiry_basket .footer_main_row > .foot_contact_col,
	body#inquiry_basket .footer_main_row > .footer_products_col{
		width:100%;
	}
}
.footer_inquiry_col .xy-hp-trap,
.footer_inquiry_col .xy-hp-trap label{
	position:absolute !important;
	left:-9999px !important;
	top:auto !important;
	width:1px !important;
	height:1px !important;
	margin:0 !important;
	padding:0 !important;
	overflow:hidden !important;
	opacity:0 !important;
	pointer-events:none !important;
	clip:rect(0,0,0,0) !important;
	border:0 !important;
}
.footer_inquiry_col .xy-inquiry-ajax-err{
	margin:0 0 14px;
	padding:10px 12px;
	border-left:3px solid #ff6b6b;
	background:rgba(255,107,107,.12);
	color:#fff;
	font-size:13px;
	line-height:1.45;
	border-radius:0 4px 4px 0;
}
.footer_inquiry_col .footer_inquiry_form .form-group{
	margin:0 0 12px;
}
.footer_inquiry_col .footer_inquiry_form .form-group > [class*="col-"]{
	float:none;
	width:100%;
	padding:0;
}
.footer_inquiry_col .footer_inquiry_submit{
	margin-bottom:0;
}
.footer_inquiry_col .form-control{
	background:rgba(255,255,255,.08);
	border:1px solid rgba(255,255,255,.15);
	color:#fff;
	border-radius:4px;
	box-shadow:none;
	height:38px;
}
.footer_inquiry_col textarea.form-control{
	height:auto;
	min-height:80px;
	resize:vertical;
}
.footer_inquiry_col .form-control::placeholder{
	color:rgba(255,255,255,.45);
}
.footer_inquiry_col .form-control:focus{
	background:rgba(255,255,255,.12);
	border-color:rgba(255,255,255,.35);
	color:#fff;
	outline:none;
}
.footer_inquiry_col .page-btn{
	width:100%;
	float:none;
	padding:10px 20px;
	font-weight:600;
	letter-spacing:.5px;
	border-radius:4px;
	margin:4px 0 0;
	background:#fff;
	color:#2a2a2a;
}
.footer_inquiry_col .page-btn:hover,
.footer_inquiry_col .page-btn:focus{
	background:#f0f0f0;
	color:#111;
}
.footer_products_col .footer_menu_full{
	width: 100%;
	max-width: 100%;
}
.footer_products_col .footer_menu_full p{
	display: block;
	width: 100%;
	margin: 0;
}
.footer_products_col .footer_menu_full .footer_menu_first{
	margin-bottom: 10px;
}
.footer-bar{
	padding:14px 0;
	text-align:center;
	color:rgba(255,255,255,.65);
	background:#1a1a1a;
	margin-top:24px;
	border-top:1px solid rgba(255,255,255,.12);
}
.footer-bar p{
	margin:0;
	font-size:13px;
	line-height:1.6;
}
.footer-bar a{
	color:rgba(255,255,255,.75);
	text-decoration:none;
}
.footer-bar a:hover{
	color:#fff;
	text-decoration:none;
}
.foot_contact .list-unstyled p{line-height: 30px;    border-bottom: 1px solid #DDDDDD45;}
.footer_menu p{border-bottom:none;margin:0;}
/*404*/
.oopspage{ background-color:#d1f3e5; text-align: center; padding: 80px 0;}
.oopspage img{ max-width: 100%; }
.oopspage h3{ font-size:40px; }
.oopspage h3 span{ font-size: 50px; color: #f00; }
.ops_gohome a{ padding: 5px 20px; background-color: #0b0b0b; display: inline-block; color: #fff; font-size: 18px; border-radius: 5px; margin-top: 20px; }
.ops_gohome a:hover{ text-decoration: none; background-color: #0b0b0b; }

/* 询盘/留言结果页 */
.jump_page_body{
	background:#f7f8fa;
}
.jump_page{
	padding:48px 15px 64px;
}
.jump_card{
	max-width:560px;
	margin:0 auto;
	padding:48px 40px 44px;
	text-align:center;
	background:#fff;
	border:1px solid #ececec;
	border-radius:12px;
	box-shadow:0 8px 32px rgba(0,0,0,.06);
}
.jump_icon{
	margin:0 auto 24px;
}
.jump_svg{
	display:block;
	margin:0 auto;
}
.jump_svg_done,
.jump_svg_error{
	width:72px;
	height:72px;
	border-radius:50%;
}
.jump_svg_done{
	stroke-width:2;
	stroke:#fff;
	stroke-miterlimit:10;
	box-shadow:inset 0 0 0 #0b0b0b;
	animation:jump-fill-success .5s ease-in-out .5s forwards,jump-scale .3s ease-in-out .7s both;
}
.jump_svg_error{
	stroke-width:2;
	stroke:#fff;
	stroke-miterlimit:10;
	box-shadow:inset 0 0 0 #c0392b;
	animation:jump-fill-error .5s ease-in-out .5s forwards,jump-scale .3s ease-in-out .7s both;
}
.jump_svg_done .jump_circle{
	stroke-dasharray:166;
	stroke-dashoffset:166;
	stroke-width:2;
	stroke-miterlimit:10;
	stroke:#0b0b0b;
	fill:none;
	animation:jump-stroke .6s cubic-bezier(.65,0,.45,1) forwards;
}
.jump_svg_done .jump_check{
	transform-origin:50% 50%;
	stroke-dasharray:48;
	stroke-dashoffset:48;
	stroke:#fff;
	animation:jump-stroke .7s cubic-bezier(.65,0,.45,1) .8s forwards;
}
.jump_svg_error .jump_circle{
	stroke-dasharray:166;
	stroke-dashoffset:166;
	stroke-width:2;
	stroke-miterlimit:10;
	stroke:#c0392b;
	fill:none;
	animation:jump-stroke .6s cubic-bezier(.65,0,.45,1) forwards;
}
.jump_svg_error .jump_line{
	transform-origin:50% 50%;
	stroke-dasharray:48;
	stroke-dashoffset:48;
	stroke:#fff;
	animation:jump-stroke .7s cubic-bezier(.65,0,.45,1) .8s forwards;
}
.jump_svg_error .jump_line:nth-child(2){
	animation-delay:1s;
}
.jump_svg_error .jump_line:nth-child(3){
	animation-delay:.7s;
}
@keyframes jump-stroke{
	100%{stroke-dashoffset:0;}
}
@keyframes jump-scale{
	0%,100%{transform:none;}
	50%{transform:scale3d(1.08,1.08,1);}
	80%{transform:scale3d(.96,.96,1);}
}
@keyframes jump-fill-success{
	100%{box-shadow:inset 0 0 0 36px #0b0b0b;}
}
@keyframes jump-fill-error{
	100%{box-shadow:inset 0 0 0 36px #c0392b;}
}
.jump_title{
	margin:0 0 14px;
	font-size:32px;
	font-weight:700;
	line-height:1.25;
	color:#282828;
}
.jump_title_error{
	color:#c0392b;
}
.jump_txt{
	margin:0 0 10px;
	font-size:17px;
	line-height:1.65;
	color:#555;
}
.jump_sub{
	margin:0 0 28px;
	font-size:14px;
	line-height:1.6;
	color:#888;
}
.jump_sub a{
	color:#0b0b0b;
	text-decoration:none;
	border-bottom:1px solid transparent;
	transition:border-color .2s ease;
}
.jump_sub a:hover{
	border-bottom-color:#0b0b0b;
	text-decoration:none;
}
.jump_btn{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	gap:8px;
	min-width:240px;
	max-width:100%;
	padding:13px 28px;
	font-size:15px;
	font-weight:600;
	line-height:1.3;
	color:#fff;
	background:#0b0b0b;
	border:1px solid #0b0b0b;
	border-radius:6px;
	text-decoration:none;
	transition:background-color .25s ease,border-color .25s ease,transform .25s ease;
}
.jump_btn:hover,
.jump_btn:focus{
	color:#fff;
	background:#333;
	border-color:#333;
	text-decoration:none;
	transform:translateY(-1px);
}

/*大屏幕样式*/
@media screen and (min-width: 769px) {
.logo {max-width: 300px;    margin-top: 7px;}

/*导航样式*/
.navbar {margin:0px;border:none;background-color: transparent;min-height: 50px;width: 100%;}
.navbar-nav > li {}
.navbar-nav {float: right;}
.navbar-nav > li > a {text-align: center;position: relative;display: inline-block;}
.navbar-default .navbar-nav > li > a {color: #303030;font-family: 'Open Sans', sans-serif;font-size: 18px;font-weight: 400;letter-spacing: 0px;text-transform: uppercase;    padding: 31px 20px;}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a.active,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
color: #0b0b0b;}

.navbar-brand {display: none;}
.navbar-default .navbar-nav > li > a.active:before,
.navbar-default .navbar-nav > li > a:hover:before
{position: absolute;content: '';width: 33%;height: 3px;border-radius: 15px;background-color: #0b0b0b;bottom: 27%;left: 33%;opacity: 1;transition: all 0.3s;}
.nav_css:before{position: absolute;content: '';width: 33%;height: 3px;border-radius: 15px;background-color: #0b0b0b;bottom: 27%;left: 33%;opacity: 1;transition: all 0.3s;}
.navbar-default .navbar-nav > li:hover:before{
	position: absolute;content: '';width: 33%;height: 3px;border-radius: 15px;background-color: #0b0b0b;bottom: 27%;left: 33%;opacity: 1;transition: all 0.3s;	
}
.navbar-default .navbar-nav > li:hover .active_zs{color: #0b0b0b;}
/*导航-触发滚动*/

.navbar-fixed-top {top: 0;border-width: 0 0 1px;    background-color: #fff;box-shadow: 0 0 6px #ccc;}
.navbar-fixed-top ul.navbar-nav > li > a {padding: 30px 20px;}

/*导航二级菜单 — 美化下拉*/
.navbar-nav > li.dropdown{position:relative;}
.navbar-nav > li.dropdown::after{
	content:'';
	position:absolute;
	left:0;
	right:0;
	top:100%;
	height:12px;
	z-index:999;
}
.navbar-nav .dropdown-menu.nav_small{
	background:#fff;
	padding:0;
	margin:8px 0 0;
	min-width:268px;
	border:none;
	border-radius:8px;
	box-shadow:0 16px 48px rgba(11,11,11,.14), 0 4px 14px rgba(11,11,11,.07);
	top:100%;
	left:50%;
	right:auto;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
	overflow:visible;
	z-index:1000;
}
.navbar-nav .dropdown-menu.nav_small::before{
	content:'';
	display:block;
	height:3px;
	background:linear-gradient(90deg, #0b0b0b 0%, #fe8101 100%);
}
.navbar-nav .dropdown-menu.nav_small::after{
	content:'';
	position:absolute;
	left:0;
	right:0;
	top:-10px;
	height:10px;
}
.nav_small > li{
	height:auto;
	line-height:1.45;
	margin:0;
	border-bottom:1px solid #f0f0f0;
}
.nav_small > li:last-child{border-bottom:none;}
.nav_small > li.dropdown{position:relative;}
.nav_small > li > a{
	display:block;
	line-height:1.45;
	padding:13px 22px 13px 20px;
	text-align:left;
	color:#333;
	font-size:14px;
	font-weight:500;
	letter-spacing:.01em;
	text-transform:none;
	transition:background .22s ease, color .22s ease, padding-left .22s ease;
	position:relative;
}
.nav_small > li > a::before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	width:3px;
	background:#fe8101;
	opacity:0;
	transition:opacity .22s ease;
}
.nav_small > li > a:hover,
.nav_small > li > a:focus{
	color:#0b0b0b;
	background:#fafafa;
	padding-left:26px;
}
.nav_small > li > a:hover::before,
.nav_small > li > a:focus::before{opacity:1;}
.nav_small > li.dropdown:has(> .dropdown-menu2) > a{padding-right:36px;}
.nav_small > li.dropdown:has(> .dropdown-menu2) > a::after{
	content:'\f105';
	font-family:FontAwesome;
	position:absolute;
	right:18px;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	font-size:14px;
	color:#bbb;
	transition:color .22s ease, -webkit-transform .22s ease;
	transition:color .22s ease, transform .22s ease;
}
.nav_small > li.dropdown:has(> .dropdown-menu2):hover > a::after{
	color:#fe8101;
	-webkit-transform:translateY(-50%) translateX(2px);
	transform:translateY(-50%) translateX(2px);
}
.xy-nav-accordion-trigger,#search_btn {display:none;}

/*导航三级菜单*/
.dropdown-menu2{
	position:absolute;
	left:100%;
	top:0;
	z-index:1002;
	display:none;
	min-width:228px;
	padding:0;
	margin:0 0 0 2px;
	background:#fff;
	border:none;
	border-radius:8px;
	box-shadow:0 16px 48px rgba(11,11,11,.14), 0 4px 14px rgba(11,11,11,.07);
	overflow:visible;
	list-style:none;
}
.nav_small > li.dropdown::after{
	content:'';
	position:absolute;
	top:0;
	right:-10px;
	width:10px;
	height:100%;
	z-index:1001;
}
.dropdown-menu2::after{
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	left:-10px;
	width:10px;
}
.nav_small > li.dropdown:hover > .dropdown-menu2,
.nav_small > li.dropdown:focus-within > .dropdown-menu2{
	display:block !important;
}
.dropdown-menu2::before{
	content:'';
	display:block;
	height:3px;
	background:linear-gradient(90deg, #0b0b0b 0%, #fe8101 100%);
}
.dropdown-menu2 li{
	background:transparent !important;
	height:auto;
	line-height:1.45;
	padding:0;
	border-bottom:1px solid #f0f0f0;
}
.dropdown-menu2 li:last-child{border-bottom:none;}
.dropdown-menu2 li a{
	display:block;
	padding:11px 18px 11px 16px;
	color:#444 !important;
	font-size:13px;
	text-decoration:none;
	transition:background .22s ease, color .22s ease, padding-left .22s ease;
}
.dropdown-menu2 li a .fa{
	display:inline-block !important;
	margin-right:8px;
	font-size:11px;
	color:#fe8101;
	opacity:.75;
	transition:opacity .22s ease;
}
.dropdown-menu2 li a:hover,
.dropdown-menu2 li a:focus{
	background:#fafafa !important;
	color:#0b0b0b !important;
	padding-left:20px;
}
.dropdown-menu2 li a:hover .fa,
.dropdown-menu2 li a:focus .fa{opacity:1;}
.dropdown-menu li.dropdown{position:relative;}
#top_nav .navbar-collapse,
#top_nav .navbar-nav,
#top_nav .navbar-nav > li.dropdown{
	overflow:visible;
}
@media screen and (max-width:1000px) {
.dropdown-menu2{
	padding:0;
	position:initial;
	left:initial;
	width:auto;
	min-width:0;
	margin:0;
	border-radius:0;
	box-shadow:none;
	background:#f5f5f5;
}
.dropdown-menu2::before{display:none;}
.dropdown.open .dropdown-menu2{display:block;}
.dropdown-menu2 li{background:transparent !important;}
.dropdown-menu2 li a{display:block;padding-left:28px;}
}

/* 桌面端：恢复顶栏内横向导航，关闭手机抽屉样式 */
#navbar.xy-mobile-drawer{
	position:static;
	top:auto;
	left:auto;
	bottom:auto;
	width:auto;
	max-width:none;
	height:auto !important;
	margin:0 !important;
	padding:0 !important;
	overflow:visible !important;
	background:transparent;
	border:none;
	box-shadow:none;
	transform:none !important;
	visibility:visible;
	pointer-events:auto;
	z-index:auto;
	float:right;
	clear:none;
}
#navbar.xy-mobile-drawer .xy-mobile-nav-head{
	display:none !important;
}
#navbar.xy-mobile-drawer .navbar-nav{
	float:right;
	width:auto;
	padding:0;
}
#navbar.xy-mobile-drawer .navbar-nav > li{
	float:left;
	width:auto;
	border-bottom:none;
}
#navbar.xy-mobile-drawer .navbar-nav > li.dropdown{
	display:block;
	flex-wrap:nowrap;
}
#navbar.xy-mobile-drawer .navbar-nav > li:not(.dropdown) > a,
#navbar.xy-mobile-drawer .navbar-nav > li.dropdown > a:not(.xy-nav-accordion-trigger){
	display:inline-block;
	flex:none;
	width:auto;
	padding:31px 20px;
	font-size:18px;
	font-weight:400;
	letter-spacing:0;
	color:#303030 !important;
	background:transparent !important;
	text-align:center;
}
#navbar.xy-mobile-drawer .navbar-nav > li > a:hover,
#navbar.xy-mobile-drawer .navbar-nav > li > a:focus,
#navbar.xy-mobile-drawer .navbar-nav > .active > a,
#navbar.xy-mobile-drawer .navbar-nav > li.dropdown.is-open > a:not(.xy-nav-accordion-trigger){
	color:#0b0b0b !important;
	background:transparent !important;
}
#navbar.xy-mobile-drawer .xy-nav-accordion-trigger{
	display:none !important;
}
#navbar.xy-mobile-drawer .dropdown-menu.nav_small,
#navbar.xy-mobile-drawer .dropdown-menu2{
	position:absolute;
	display:none;
	background:#fff;
	border-radius:8px;
	box-shadow:0 16px 48px rgba(11,11,11,.14);
}
#navbar.xy-mobile-drawer .nav_small > li > a{
	padding:13px 22px 13px 20px;
	color:#333 !important;
}
#navbar.xy-mobile-drawer .nav_small > li.dropdown > a::after{
	display:none !important;
}
#navbar.xy-mobile-drawer .dropdown-menu2 li a{
	padding:13px 22px 13px 20px;
	color:#333 !important;
}
.xy-mobile-nav-mask{
	display:none !important;
}

}





/* 下载列表 */
.download_list_cards{list-style:none;margin:0;padding:8px 0 24px;}
.download_list_item{display:flex;align-items:center;gap:16px;padding:18px 0;border-bottom:1px solid #ececec;}
.download_list_icon{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#f5f5f5;color:#0b0b0b;font-size:22px;}
.download_list_body{flex:1;min-width:0;}
.download_list_title{margin:0 0 6px;font-size:18px;font-weight:600;line-height:1.35;}
.download_list_title a{color:#282828;text-decoration:none;}
.download_list_title a:hover{color:#0b0b0b;text-decoration:none;}
.download_list_meta{margin:0;font-size:13px;color:#888;display:flex;flex-wrap:wrap;gap:8px 14px;}
.download_list_btn{display:inline-flex;align-items:center;gap:6px;padding:10px 16px;border-radius:6px;background:#0b0b0b;color:#fff !important;font-size:14px;font-weight:600;text-decoration:none !important;white-space:nowrap;}
.download_list_btn:hover{background:#333;color:#fff !important;}

/* 系统瘦壳页（结账/收藏/反馈） */
.xy-system-page-main{margin-bottom:40px;}
.xy-system-page-main .right_head{margin-bottom:18px;}

/* 关站页 */
.site_close_page{margin:0;min-height:100vh;display:flex;align-items:center;justify-content:center;background:#fafafa;}
.site_close_message{padding:24px;font-size:18px;line-height:1.7;color:#c00;text-align:center;max-width:720px;}


/*小屏幕样式*/
@media screen and (max-width: 768px) {

.show_video li{ width:100%;}  
.email{display: none !important;}
.top_menu{
	display:none !important;
}
#top_nav .navbar-header{
	display:flex;
	align-items:center;
	justify-content:space-between;
	float:none;
	width:100%;
	min-height:56px;
	margin:0;
	padding:10px 0;
	position:relative;
	z-index:2;
	background:#fff;
}
#top_nav .navbar-header > a{
	display:flex;
	align-items:center;
	flex:1;
	min-width:0;
	order:1;
	margin:0;
	padding:0;
}
#top_nav .logo{
	display:block;
	margin:0;
	max-width:168px;
	max-height:40px;
	width:auto;
	height:auto;
	object-fit:contain;
}
.top_email,.top_search{display: none;}
.search_group{margin: 5px 0px 20px 0px;}
#topsearch,#app_menudown1{display: none;}
.top_contact {display: none;}
.top_lang {display: none;}
/* 手机端列表页 — 隐藏左侧栏 */
.left_aside_col,
.xy-product-list-aside,
.xy-news-aside,
.xy-download-aside{
	display:none !important;
}
.inner_main_col{
	float:none !important;
	width:100% !important;
	max-width:100%;
}
.page_bg{    height: 81px;}
.bread_bg{margin-bottom:20px;}
.page_hero + .container{
	margin-top:-44px;
	margin-bottom:16px;
}
.page_hero + .container .bread_nav{
	padding:9px 12px;
	font-size:12px;
	gap:3px 5px;
}
.page_hero_media img{
	height:clamp(130px,38vw,200px);
}
.news_list_cards{padding-top:12px;}
.news_card{flex-direction:column;}
.news_card_thumb{
	flex:none;
	max-width:none;
	width:100%;
	min-height:200px;
	padding:16px;
}
.news_card_thumb img{
	max-height:220px;
}
.news_card_body{padding:16px 16px 18px;}
.news_card_title{font-size:18px;}
.news_page_title{font-size:24px;padding-bottom:14px;}
.news_detail_box{padding:18px 16px 8px;}
.news_detail_header .news_page_title{font-size:22px;}
.news_detail_meta{gap:8px 12px;}
.news_detail_related .right_new .news_time{float:none;display:block;margin-top:6px;}
.faq_page_title{font-size:24px;padding-bottom:14px;margin-bottom:22px;}
.faq_page_intro{padding:14px 16px;font-size:14px;}
.faq_page_box .inew_faq_list{gap:12px;}
.faq_page_box .inew_faq_list .inews_title{padding:16px 16px 16px 50px;}
.faq_page_box .inew_faq_list .inews_title:before{left:14px;width:24px;height:24px;font-size:18px;line-height:22px;margin-top:-12px;}
.faq_page_box .inew_faq_list .inews_title.active:before{margin-top:-12px;}
.faq_page_box .inew_faq_list .inews_title a{font-size:16px;}
.faq_page_box .inew_faq_list .inew_faq_answer{padding:0 16px 16px 50px;font-size:14px;}
.news_list {padding-top: 25px;}
.page{margin:24px 0 36px;padding:12px 0 6px;}
.page a.page-numbers,
.page span.page-numbers{
	min-width:36px;
	height:36px;
	padding:0 10px;
	margin:0 2px 6px;
	font-size:13px;
	border-radius:6px;
}
.page a.prev.page-numbers,
.page a.next.page-numbers{
	min-width:40px;
	font-size:16px;
}
/*手机-导航搜索图标*/
#search_btn {float: right;margin-top: 7px;padding:8px 13px;font-size: 17px;border-radius: 4px; color: #fff;}
#search_btn:hover,#search_btn:focus {cursor: pointer;background-color: #444;}

/*手机-导航样式*/
.navbar {margin:0;border:0;min-height:0;background-color:#fff;}
.navbar-default .navbar-brand {color:#fff;font-size:16px;}
.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus {color:#fff;}
#top_nav{
	--xy-mobile-drawer-w:min(86vw,320px);
}
#top_nav.xy-nav-expanded,
#top_nav.navbar-fixed-top.xy-nav-expanded{
	z-index:100080 !important;
}
header.xy-nav-expanded-wrap{
	position:relative;
	z-index:100080;
}
#top_nav.xy-nav-expanded .navbar-header{
	z-index:100075;
	background:#fff;
}
#top_nav.xy-nav-expanded .navbar-toggle{
	position:relative;
	z-index:100095;
}
.xy-mobile-nav-mask{
	display:none;
	position:fixed;
	inset:0;
	background:rgba(0,0,0,.55);
	z-index:999998;
	opacity:0;
	transition:opacity .3s ease;
}
.xy-mobile-nav-mask.is-visible{
	display:block;
	opacity:1;
}
#navbar.xy-mobile-drawer{
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	width:var(--xy-mobile-drawer-w);
	max-width:320px;
	display:flex !important;
	flex-direction:column;
	height:100% !important;
	max-height:none !important;
	margin:0 !important;
	padding:0 !important;
	overflow-x:hidden !important;
	overflow-y:auto;
	-webkit-overflow-scrolling:touch;
	scrollbar-width:none;
	-ms-overflow-style:none;
	background:#0f0f0f;
	border:none;
	border-right:1px solid rgba(255,255,255,.1);
	box-shadow:8px 0 40px rgba(0,0,0,.5);
	z-index:999999;
	transform:translateX(-105%);
	transition:transform .32s cubic-bezier(.4,0,.2,1);
	visibility:hidden;
	pointer-events:none;
	isolation:isolate;
}
#navbar.xy-mobile-drawer:not(.xy-drawer-open){
	position:fixed;
	height:100% !important;
}
#navbar.xy-mobile-drawer.xy-drawer-open{
	position:fixed;
	z-index:999999 !important;
	max-height:none !important;
	transform:translateX(0);
	visibility:visible;
	pointer-events:auto;
}
.navbar-fixed-top .xy-mobile-drawer,
.navbar-fixed-top .xy-mobile-drawer.xy-drawer-open{
	max-height:none !important;
}
body.xy-mobile-nav-open #xy_mobile_nav_toggle{
	position:relative;
	z-index:1000000 !important;
}
body.xy-mobile-nav-open .side_contact,
body.xy-mobile-nav-open .top_menu{
	z-index:auto !important;
}
#xy_mobile_drawer_anchor{
	display:none;
}
#navbar.xy-mobile-drawer::-webkit-scrollbar{
	display:none;
}
#top_nav .navbar-toggle{
	float:none;
	order:2;
	flex-shrink:0;
	margin:0;
	padding:0;
	width:42px;
	height:42px;
	display:inline-flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	gap:5px;
	border:none;
	border-radius:10px;
	background:#0b0b0b;
	box-shadow:0 2px 8px rgba(11,11,11,.16);
	transition:background .2s ease, box-shadow .2s ease, transform .15s ease;
}
#top_nav .navbar-toggle .icon-bar{
	display:block;
	width:20px;
	height:2px;
	margin:0 !important;
	border-radius:2px;
	background-color:#fff;
	transition:transform .25s ease, opacity .2s ease;
}
#top_nav .navbar-toggle:not(.collapsed) .icon-bar:nth-child(2){
	transform:translateY(7px) rotate(45deg);
}
#top_nav .navbar-toggle:not(.collapsed) .icon-bar:nth-child(3){
	opacity:0;
}
#top_nav .navbar-toggle:not(.collapsed) .icon-bar:nth-child(4){
	transform:translateY(-7px) rotate(-45deg);
}
.xy-mobile-nav-head{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:12px;
	padding:18px 18px 14px;
	border-bottom:1px solid rgba(255,255,255,.12);
	background:#0b0b0b;
}
.xy-mobile-nav-title{
	font-size:13px;
	font-weight:700;
	letter-spacing:.14em;
	text-transform:uppercase;
	color:rgba(255,255,255,.55);
}
.xy-mobile-nav-close{
	flex-shrink:0;
	width:36px;
	height:36px;
	margin:0;
	padding:0;
	border:none;
	border-radius:8px;
	background:rgba(255,255,255,.08);
	color:#fff;
	font-size:16px;
	line-height:1;
	cursor:pointer;
	transition:background .2s ease, color .2s ease;
}
.xy-mobile-nav-close:hover,
.xy-mobile-nav-close:focus{
	background:rgba(254,129,1,.22);
	color:#fe8101;
	outline:none;
}
.navbar-default .navbar-collapse,.navbar-default .navbar-form{border:none;background:transparent;}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus{background-color:#222;box-shadow:0 4px 12px rgba(11,11,11,.22);outline:none;}
.navbar-default .navbar-toggle:active{transform:scale(.96);}
.navbar-default .navbar-toggle .icon-bar{background-color:#fff;}
#navbar .navbar-nav{
	float:none;
	width:100%;
	margin:0;
	padding:0 0 24px;
	flex:1 1 auto;
}
#navbar .xy-mobile-nav-head{
	flex:0 0 auto;
}
#navbar .navbar-nav > li{
	float:none;
	width:100%;
	border-bottom:1px solid rgba(255,255,255,.08);
}
#navbar .navbar-nav > li:last-child{border-bottom:none;}
#navbar .navbar-nav > li > a,
#navbar .navbar-nav .open .dropdown-menu > li > a{
	color:#fff;
}
#navbar .navbar-nav > li:not(.dropdown) > a{
	display:block;
	width:100%;
	padding:15px 20px;
	font-size:15px;
	font-weight:600;
	letter-spacing:.04em;
	text-transform:uppercase;
	text-align:left;
	line-height:1.35;
	background:transparent !important;
}
#navbar .navbar-nav > li.dropdown{
	position:relative;
	display:flex;
	flex-wrap:wrap;
	align-items:stretch;
}
#navbar .navbar-nav > li.dropdown > a:not(.xy-nav-accordion-trigger){
	flex:1 1 auto;
	min-width:0;
	display:flex;
	align-items:center;
	padding:15px 12px 15px 20px;
	font-size:15px;
	font-weight:600;
	letter-spacing:.04em;
	text-transform:uppercase;
	text-align:left;
	line-height:1.35;
	background:transparent !important;
}
#navbar .navbar-nav > li > a:before,
#navbar .navbar-nav > li > a.active:before,
#navbar .navbar-nav > li:hover:before{
	display:none !important;
}
#navbar .navbar-nav > li > a:hover,
#navbar .navbar-nav > li > a:focus,
#navbar .navbar-nav > .active > a,
#navbar .navbar-nav > .active > a:hover,
#navbar .navbar-nav > .active > a:focus,
#navbar .navbar-nav > li.dropdown.is-open > a:not(.xy-nav-accordion-trigger){
	background:rgba(255,255,255,.05) !important;
	color:#fe8101 !important;
}
#navbar .xy-nav-accordion-trigger,
#navbar #app_menudown1{
	position:relative;
	top:auto;
	right:auto;
	flex:0 0 48px;
	width:48px;
	min-height:48px;
	margin:0;
	padding:0;
	display:inline-flex !important;
	align-items:center;
	justify-content:center;
	border:none;
	border-left:1px solid rgba(255,255,255,.08);
	background:transparent;
	color:rgba(255,255,255,.75);
	font-size:18px;
	line-height:1;
	text-decoration:none;
	cursor:pointer;
}
#navbar .xy-nav-accordion-trigger:hover,
#navbar .xy-nav-accordion-trigger:focus,
#navbar .dropdown.is-open > .xy-nav-accordion-trigger{
	background:rgba(254,129,1,.12) !important;
	color:#fe8101 !important;
}
#navbar .dropdown.is-open > .xy-nav-accordion-trigger .fa{
	transform:rotate(180deg);
}
#navbar .xy-nav-accordion-trigger .fa{
	transition:transform .25s ease;
}
#navbar .navbar-nav > li.dropdown > .dropdown-menu{
	flex:0 0 100%;
	width:100%;
}
#navbar .dropdown-menu.nav_small{
	position:static !important;
	float:none;
	display:none;
	width:100%;
	min-width:0;
	margin:0;
	padding:0;
	background:#0a0a0a;
	border:none;
	border-top:1px solid rgba(255,255,255,.06);
	border-radius:0;
	box-shadow:none;
	overflow:hidden;
}
#navbar .nav_small > li{
	border-bottom:1px solid rgba(255,255,255,.06);
}
#navbar .nav_small > li:last-child{border-bottom:none;}
#navbar .nav_small > li > a{
	display:block;
	position:relative;
	padding:13px 44px 13px 28px;
	font-size:14px;
	font-weight:500;
	color:rgba(255,255,255,.92) !important;
	text-align:left;
	background:transparent !important;
}
#navbar .nav_small > li.dropdown > a::after{
	content:'\f105';
	font-family:FontAwesome;
	position:absolute;
	right:18px;
	top:50%;
	margin-top:-7px;
	font-size:14px;
	color:rgba(255,255,255,.45);
	transition:transform .25s ease, color .2s ease;
}
#navbar .nav_small > li.dropdown.is-open > a::after{
	transform:rotate(90deg);
	color:#fe8101;
}
#navbar .nav_small > li > a::before{display:none !important;}
#navbar .nav_small > li > a:hover,
#navbar .nav_small > li > a:focus,
#navbar .nav_small > li.dropdown.is-open > a{
	background:rgba(255,255,255,.04) !important;
	color:#fe8101 !important;
}
#navbar .dropdown-menu2{
	position:static !important;
	left:auto;
	top:auto;
	display:none;
	width:100%;
	min-width:0;
	margin:0;
	padding:0;
	background:#080808;
	border:none;
	border-top:1px solid rgba(255,255,255,.05);
	border-radius:0;
	box-shadow:none;
	overflow:hidden;
}
#navbar .dropdown-menu2 li{
	border-bottom:1px solid rgba(255,255,255,.05);
}
#navbar .dropdown-menu2 li:last-child{border-bottom:none;}
#navbar .dropdown-menu2 li a{
	display:block;
	padding:11px 20px 11px 40px;
	color:rgba(255,255,255,.85) !important;
	font-size:13px;
	line-height:1.45;
	text-decoration:none;
	background:transparent !important;
}
#navbar .dropdown-menu2 li a .fa{
	opacity:.55;
	margin-right:6px;
	font-size:11px;
}
#navbar .dropdown-menu2 li a:hover,
#navbar .dropdown-menu2 li a:focus{
	background:rgba(255,255,255,.04) !important;
	color:#fe8101 !important;
}
body.xy-mobile-nav-open{
	overflow:hidden !important;
	max-width:100%;
}
.navbar-fixed-top{margin-top:0;opacity:1;}

.top_search{ position: relative; display: inline-block;  top: 0; padding: 0; background-color: #fff;border: 1px solid #0b0b0b;border-radius: 5px;margin: 5px 0;    width: 100%; }
.bx_search{ display: none; }

headline {    width: 110px;height: 4px;background: #0b0b0b;margin: auto;margin-bottom: 20px;margin-top: 10px;}

/* 手机about */
.about_right {padding-left: 15px;}
/*手机-首页产品*/
.iproduct_bg { padding: 40px 0 48px;}
.iproduct_hot_list{padding-top: 18px;}
.iproduct_hot_list > [class*="col-"]{margin-bottom: 16px;}
.iproduct_hot_list .iproduct_hot_img{padding: 12px;}
.iproduct_hot_list .iproduct_hot_title a{font-size: 14px;}
.product_title a { font-size: 16px;}
.introduce_head {padding: 0px 4%;}
.product_head h2{font-size: 30px;}
.product_index{margin-top: 10px;}
.product_list{padding: 20px 0px 0px 0px;}
.product_img{min-height:80px; margin-bottom: 10px;padding: 0px 5px;}
.product_list2 div.product_img{min-height:160px; margin-bottom: 10px;}
.product_list_grid{
	padding-top:12px;
	margin-right:-8px;
	margin-left:-8px;
}
.product_list_grid > .product_grid_col{
	padding-left:8px;
	padding-right:8px;
	margin-bottom:16px;
}
.product_grid_img{padding:12px;}
.product_grid_title a{font-size:14px;}
.product_intd{text-align: center;}
/* 手机-产品详情 */
.product_detail_box{padding:16px 14px 6px;}
.product_h1{font-size:18px;}
.showpic_card,.proinfo_card{padding:12px;}
.product_detail_box .page-btn{
	width:100%;
	justify-content:center;
}
.product_nav.point{
	gap:8px;
}
.product_nav.point .to_prev,
.product_nav.point .to_next{
	padding:12px 10px;
	font-size:11px;
}
.product_nav.point .to_prev a,
.product_nav.point .to_next a{
	font-size:13px;
}
#pic-page a img,
.showpic_thumbs a img{
	width:60px;
	height:60px;
}



/* 手机端翻译插件 */
.change-language {position: absolute;top: 16px;left: 45%;margin-left: 30px;margin-top: 0;}
.change-language .change-language-cont{right: -75%;}

/*手机-首页新闻*/
.inew_bg { padding: 25px 0px 0;}
.inew_content{padding: 0;}

/*手机-底部信息*/
.footer_img{max-width: 220px;}
.footer_contact {margin-bottom:30px;}
.foot_contact_col{margin-bottom:28px;}
.footer_menu{margin-bottom: 20px;}
.footer_menu_first{margin-bottom: 12px;font-size: 18px;}
.footer_inquiry_col .page-btn{padding:9px 16px;}
.footer-bar{margin-bottom:0;padding-left:15px;padding-right:15px;}
.footer-bar p{
	word-break:break-word;
	overflow-wrap:anywhere;
}
.footer_menu_first a{font-size: inherit;}
footer.xy-site-footer{
	overflow-x:hidden;
}
footer.xy-site-footer .container{
	overflow-x:hidden;
}
footer.xy-site-footer .footer_main_row{
	margin-left:0;
	margin-right:0;
}
footer.xy-site-footer .footer_main_row > [class*="col-"]{
	padding-left:0;
	padding-right:0;
	max-width:100%;
}
footer.xy-site-footer .footer_inquiry_form.form-horizontal .form-group{
	margin-left:0;
	margin-right:0;
}
.foot_contact_text,
.footer_menu_full a{
	word-break:break-word;
	overflow-wrap:anywhere;
}
/* 手机端：消除整页横向滚动条 */
html{
	overflow-x:hidden;
}
body{
	overflow-x:hidden;
	max-width:100%;
}
/*手机-友情链接*/
.link_box a {display: block;border-right:0px;padding:4px 0px;}
.link_title{display: block; }
.link_title:after {content:"";}
.link_box button{display: inline-block;background-color: transparent;border: none;float: right;margin-top: -20px;}
.link_box button:hover,
.link_box button:focus{color: #72AE44;}
.link_list{display: none;padding-top: 7px;}

/*手机-Tags标签*/
.tags_box a{display: block;border-right:0px;padding:4px 0px;}
.tags_title{display: block;}
.tags_title:after{content:"";}
.tags_box button{display: inline-block;background-color: transparent;border: none;float: right;margin-top: -20px;}
.tags_box button:hover,.tags_box button:focus{color: #72AE44;}
.tags_rows{display: none;padding-top: 7px; }

.advantage_head {text-align: center;}
.advantage_head h2{font-size: 40px;}
.remove {float: left;}

/*手机-404*/
.oopspage{padding: 40px 0;}
.jump_page{padding:32px 12px 48px;}
.jump_card{padding:36px 22px 32px;}
.jump_title{font-size:26px;}
.jump_txt{font-size:16px;}
.jump_btn{width:100%;min-width:0;}
.oopspage h3{ font-size:30px; }
.oopspage h3 span{ font-size: 40px; color: #f00; }

}

@media screen and (max-width: 767px) {
.copyright_p{display:none;}
}

/*320px到768px*/
@media screen and (min-width:320px) and (max-width:768px) {
.col-mm-1, .col-mm-2, .col-mm-3, .col-mm-4, .col-mm-5, .col-mm-6, .col-mm-7, .col-mm-8, .col-mm-9, .col-mm-10, .col-mm-11, .col-mm-12 {
float: left;
}
.col-mm-12 {
width: 100%;
}
.col-mm-11 {
width: 91.66666667%;
}
.col-mm-10 {
width: 83.33333333%;
}
.col-mm-9 {
width: 75%;
}
.col-mm-8 {
width: 66.66666667%;
}
.col-mm-7 {
width: 58.33333333%;
}
.col-mm-6 {
width: 50%;
}
.col-mm-5 {
width: 41.66666667%;
}
.col-mm-4 {
width: 33.33333333%;
}
.col-mm-3 {
width: 25%;
}
.col-mm-2 {
width: 16.66666667%;
}
.col-mm-1 {
width: 8.33333333%;
}
}