/*
 * XiaoyuCMS (http://www.zzshe.com)
 * Copyright (c) 2013-2018 http://www.zzshe.com All rights reserved.
 * Author: 小鱼儿网络 <195094303@qq.com>
 */

/*body{font-family: 'Roboto Slab', serif; font-weight: bold; color: #2F2F2F;}*/
body{font-family:Arial,'microsoft yahei',Helvetica, sans-serif; color: #2F2F2F;}
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;}
header{background-color: #fff;}

/*顶部-欢迎信息*/
.top_menu{font-size: 14px; width: 100%; height: 35px; background-color: #f8f8f8;color: #B3B3B3;border: 1px solid #e5e5e5; overflow: visible;}
.top_lang{float: right;height: 35px; padding: 0 10px; display: inline-flex; align-items: center; box-sizing: border-box;}
.top_name{display: inline-block; padding-top:6px;}
.top_name a {padding: 10px;overflow: hidden;color: #666;font-size: 14px;}
.top_name span{border-left: 1px solid #e5e5e5; padding:10px;overflow:hidden; color:#666; font-size:14px;}

.top_lang a {display: inline-flex; align-items: center; vertical-align: middle;}
.top_lang img {margin: 0; vertical-align: middle;}
a.quote {background-color: #e4121d;border-radius: 10px;color: #fff;margin-left: 10px;font-size:12px;padding: 3px;}

/*.top_lang img{margin-top: -8px;}*/
.nav_inquiry i{font-size: 24px;color: #fe8101;margin-top: -2px;display: none;}

.top_email {padding-top: 6px;color: #565656;float: left;margin: 40px 0px 0px 10px;font-size: 14px;}
.top_email i{color: #004b87;margin-right: 5px;}
.top_search {float: right;width: 40%;}
.top_email a{color: #565656;margin-right: 30px}
.top_email a:hover{color: #21c149;text-decoration: none;}

/*顶部-产品搜索*/
.search_group{ float: right; height: 40px;background-color: #f2f2f2;color: #b7b7b7; margin: 42px 0px 0px 0px;}
.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;}
#search_submit{ background-color: #004b87; color:#fff;height: 40px; font-size: 16px; border-radius: 0px;}
#search_submit:hover{color:#fff; background-color: #3f3f3f; cursor: pointer;}

/*首页-幻灯片 Banner */
.flash.xy-banner,
.flash{
	position:relative;
	overflow:hidden;
	background:#0f1c22;
}
.flash .bx-wrapper{margin:0 auto;max-width:100%;}
.flash .bx-viewport{
	overflow:hidden !important;
	background:#0f1c22;
}
.flash ul.bxslider{
	list-style:none;
	margin:0;
	padding:0;
}
.flash .xy-banner-link{
	display:block;
	position:relative;
	overflow:hidden;
	color:inherit;
	text-decoration:none !important;
}
.flash img{
	width:100%;
	height:auto;
	display:block;
	vertical-align:top;
	transform:scale(1.02);
	transition:transform 6.5s ease-out;
}
.flash .bx-viewport li[aria-hidden="false"] img,
.flash .bx-viewport li:not([aria-hidden="true"]) img{
	transform:scale(1.08);
}
.flash .xy-banner-shade{
	position:absolute;
	left:0;right:0;bottom:0;
	height:42%;
	pointer-events:none;
	background:linear-gradient(180deg,rgba(15,28,34,0) 0%,rgba(15,28,34,.28) 45%,rgba(15,28,34,.62) 100%);
	z-index:2;
}
.flash .xy-banner-cap{
	position:absolute;
	left:0;right:0;bottom:0;
	z-index:3;
	padding:0 8% 8.5%;
	pointer-events:none;
	max-width:920px;
}
.flash .xy-banner-cap-title{
	display:block;
	font-size:clamp(22px,3.2vw,40px);
	font-weight:700;
	line-height:1.2;
	color:#fff;
	letter-spacing:.02em;
	text-shadow:0 2px 16px rgba(0,0,0,.35);
	margin:0 0 8px;
}
.flash .xy-banner-cap-txt{
	display:block;
	font-size:clamp(13px,1.35vw,17px);
	line-height:1.5;
	color:rgba(255,255,255,.88);
	max-width:640px;
	text-shadow:0 1px 10px rgba(0,0,0,.3);
	margin:0 0 16px;
}
.flash .xy-banner-btn{
	display:inline-flex;
	align-items:center;
	gap:8px;
	margin-top:4px;
	padding:11px 22px;
	font-size:14px;
	font-weight:600;
	letter-spacing:.04em;
	color:#fff !important;
	background:var(--xy-skin-primary,#55b4d4);
	border:1px solid transparent;
	border-radius:3px;
	box-shadow:0 6px 18px rgba(15,28,34,.28);
	transition:background .2s ease,transform .2s ease,box-shadow .2s ease;
}
.flash .xy-banner-btn .fa{
	font-size:16px;
	line-height:1;
	transition:transform .2s ease;
}
.flash .xy-banner-link:hover .xy-banner-btn{
	background:var(--xy-skin-accent,#2a9bb8);
	transform:translateY(-1px);
	box-shadow:0 8px 20px rgba(15,28,34,.34);
}
.flash .xy-banner-link:hover .xy-banner-btn .fa{
	transform:translateX(3px);
}
/* 指示点 */
.flash div.bx-pager{
	bottom:18px !important;
	padding-top:0 !important;
	z-index:5;
}
.flash .bx-pager.bx-default-pager a{
	width:10px !important;
	height:10px !important;
	margin:0 5px !important;
	border:0 !important;
	border-radius:999px !important;
	background:rgba(255,255,255,.45) !important;
	box-shadow:0 1px 4px rgba(0,0,0,.25);
	transition:width .25s ease,background .2s ease,opacity .2s ease;
	opacity:.9;
}
.flash .bx-pager.bx-default-pager a:hover,
.flash .bx-pager.bx-default-pager a.active{
	width:28px !important;
	background:var(--xy-skin-primary,#55b4d4) !important;
	opacity:1;
}
/* 左右箭头：悬停显现 */
.flash div.bx-controls-direction{display:block !important;}
.flash .bx-controls-direction a{
	width:46px !important;
	height:46px !important;
	margin-top:-23px !important;
	border-radius:50%;
	background:rgba(15,28,34,.42) !important;
	border:1px solid rgba(255,255,255,.35);
	text-indent:0 !important;
	font-size:0;
	opacity:0;
	transition:opacity .25s ease,background .2s ease,border-color .2s ease,transform .2s ease;
	z-index:6;
}
.flash:hover .bx-controls-direction a{opacity:1;}
.flash .bx-controls-direction a:hover{
	background:var(--xy-skin-primary,#55b4d4) !important;
	border-color:transparent;
	transform:scale(1.05);
}
.flash .bx-prev{left:18px !important;}
.flash .bx-next{right:18px !important;}
.flash .bx-controls-direction a:before{
	content:"";
	position:absolute;
	top:50%;left:50%;
	width:10px;height:10px;
	margin:-5px 0 0 -6px;
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	box-sizing:border-box;
}
.flash .bx-prev:before{transform:rotate(-135deg);margin-left:-3px;}
.flash .bx-next:before{transform:rotate(45deg);margin-left:-8px;}
@media (max-width:767px){
	.flash .xy-banner-cap{padding:0 5% 16%;}
	.flash .xy-banner-cap-title{font-size:20px;margin-bottom:4px;}
	.flash .xy-banner-cap-txt{font-size:12px;margin-bottom:12px;}
	.flash .xy-banner-btn{padding:9px 16px;font-size:13px;}
	.flash .bx-controls-direction a{
		opacity:.75;
		width:36px !important;
		height:36px !important;
		margin-top:-18px !important;
	}
	.flash .bx-prev{left:8px !important;}
	.flash .bx-next{right:8px !important;}
	.flash div.bx-pager{bottom:10px !important;}
}

/*首页-产品中心*/
.product_bg{ background-color: #f5f5f5; padding-bottom: 30px;}
.product_head h2{ font-size:32px; text-align: center; font-weight: bold; color: #666666; margin: 0px;}
.product_head p{text-align: center; color: #999999; margin-top:15px;}
.product_ehead p{ margin-top:8px;}
.product_index{}
.product_list{ clear: both;  padding: 30px 15px; }
.product_list2{ padding-top: 20px;}
.product_img{ padding-left: 15px; padding-right: 15px; min-height: 270px;}
.product_img img{ margin-right: auto; margin-left: auto; display: block;max-width: 100%;height: auto; margin-bottom: 10px; max-height: 280px;}
.product_list2 div.product_img{ min-height: 270px;}
.product_title{text-align: center;height: 40px;}
.product_title a{ color: #656464;}
.product_title a:hover{text-decoration: none; color:#16a1b3;}
.products_s{border:1px solid #eee; margin:10px 0;background-color:#fafafa;}

/* 滚动的数字 */
#index-about{padding:55px 0 67px !important;}
.our_service{ position: relative;}
.scrolling{ background-size: cover; color: #fff;}
.ve{text-align:center;   }
.na {color: #fff; font-weight: 300;}
.our_service::before{ content:""; position:absolute; left:0px; top:0px; height:100%; width:100%; background-color:rgba(0,0,0,0.3);}
.h2_p{display: inline-block;width: 100%; text-align: center;color: #fff;position: relative; z-index: 10;}
.h2_p h2{color:#fff;font-size:36px;text-align:center;line-height:1.5;font-weight: bold;margin-bottom:50px;}
.h2_p p{color:#fff;font-size:14px;text-align:center;line-height:1.5;margin-bottom:50px;}
.icon { width: 122px; height: 122px; position: relative; display: inline-block; margin-bottom: 15px;}
.icon .icon-overlay { width: 100%; height: 100%; border-radius: 50%; background-color: #fff; opacity: 0.1; position: absolute; top: 0; left: 0;}
.icon img { position: absolute; top: 27px; left: 30px; width: 65px;}

/*公司简介*/
.about_class11{font-weight: 500; font-size: 34px;letter-spacing: 2.5px; word-spacing: 5px; margin-bottom: 14px;text-align:center;}
.cras{background-color:#fff; padding:20px 10px;overflow:hidden;}
.class_ta{font-size:14px;text-align:center; padding:30px 0 40px 0;}
.Read_More a{ color: #fff; font-style: normal; font-weight: 900; padding: 10px 25px;  transition: all 0.5s;-webkit-transition: all 0.5s; -moz-transition: all 0.5s;
     -o-transition: all 0.5s; -webkit-transform: translateY(0%); transform: translateY(0%);text-decoration: none;background-color: #000;border: 2px solid #000;}
.Read_More a:hover{color: #000;background-color: #fff;border: 2px solid #000;}

/*首页新闻*/
.news_index{padding-bottom: 30px;}
.news_head h2{font-size: 30px;line-height: 72px; letter-spacing: 0px;font-weight: 500; margin-top: -5px;text-align:center;}
.news_head p{font-family: 'Times New Roman';text-align: center; font-size: 16px;color: #666; margin-bottom:5px;}
.news_box{border-radius: 5px;padding: 10px 15px;min-height: 180px;}
.news_box h4{margin:10px 0px 15px 0px;}
.news_box h4 a{color: #333; font-size: 14px; font-weight: bold; text-transform: uppercase; }
.news_box h4 a:hover{text-decoration: none; color:#f8c301;}
.news_box time{color: #949494; }
.news_box span.glyphicon-calendar{color: #949494; font-size: 12px;}
.news_box p{margin-top: 15px;color: #666; font-size: 13px; line-height: 22px;}

/*列表页-横幅*/
.page_bg{height:160px;}

/*列表页-面包屑*/
.bread_bg{background-color: #f3f3f3;margin-top: 20px;}
.bread_nav{padding: 10px 20px;}
.bread_nav span{color: #004b87;padding-left: 8px;font-size: 16px;}
.bread_nav a{color: #4c4c4c;}
.bread_nav a:hover{color: #e4121d;text-decoration: none;}

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

/*列表页-购物车*/
.inquire_img img{max-width: 100%;}
.inquire_name a{font-size: 18px; color: #333;}
.inquire_desc a:hover{text-decoration: none;}
.inquire_name p{margin: 10px 0;}
.inquire_list li{padding: 10px 0;border-bottom: 1px dotted #ccc;}
.inquire_list .inquiry_num{border: 1px solid #ccc;border-radius: 4px;height: 34px;}
.remove {float: right;}
.remove a{color: #f00;}

/*列表页-右侧布局*/
.right_head{clear: both;}
.right_head h1,
.right_head h2{height: 40px;font-size: 22px;font-weight: normal;color: #545454;line-height: 40px;border-bottom: 1px solid #ebebeb;margin:0;}
.right_head h1 span,
.right_head h2 span{display: inline-block;height: 40px;border-bottom: 1px solid #004b87;}
.right_contents{clear: both;padding:15px 0px 15px 0px; line-height:28px; overflow: auto;}
.right_contents_h1{margin: 0px;padding: 10px 0px 20px 0px;text-align: center;color: #000;font-size:24px;color:#434343;font-weight:bold;line-height: 34px;}
.right_contents img {max-width: 840px;}

/*列表页-左侧栏目*/
.left_h3{background: url(../images/title_line.jpg) left bottom no-repeat;
    font-size: 22px;
    display: block;
    margin-top: 25px;
    padding: 0px 0px 10px 15px;
    color: #e4121d;}
.left_column{/*border: 1px solid #eee;*/}
.left_h3 span{display: inline-block;height: 28px;}
.left_nav{ clear: both; padding-top: 10px;font-family: DINPro-Regular;}
.left_h{ background:url(../images/title_line.jpg) left bottom no-repeat;  font-size: 22px; display: block; margin-top: 25px; padding: 0px 0px 0px 2px; color: #656464;}
.left_h i{margin-right: 10px;font-size: 14px;color: #fff; background: #717375;height: 26px;width: 26px; border-radius: 50%; line-height: 26px; text-align: center;}
.left_nav_ul{list-style:none;margin:15px 0 0 0;padding:0;background-color: #fff;display:block !important;visibility:visible !important;}
.left_nav_ul > li{position:relative; display:block !important; border-bottom: 1px solid #f2f2f2; padding:10px 28px 10px 18px; background: url(../images/left_li.gif) 6px 18px no-repeat;visibility:visible !important;}
.left_nav_ul > li:last-child {border-bottom: none;}
.left_nav_ul > li > a.biglink,
.left_nav_ul > li > a{display:block !important;text-decoration:none; color:#333 !important;font-size:14px;line-height:1.45;visibility:visible !important;opacity:1 !important;}
.left_nav_ul > li > a:hover,
.left_nav_ul li a.left_active{color:var(--xy-skin-primary,#55b4d4) !important;}
.left_nav_ul > li.is-active > a.biglink{color:var(--xy-skin-primary,#55b4d4) !important;font-weight:600;}

/*列表页-左侧二级栏目*/
ul.left_snav_ul{list-style:none;padding:8px 0 0 0;display: none;}
ul.left_snav_ul > li{ margin:0px;padding:5px 0px 5px 10px; background: url(../images/left_sli.gif) 0px 13px no-repeat;}
ul.left_snav_ul > li > a{border:0;color:#555;padding: 5px 0px 5px 0px;font-size:13px;}
ul.left_snav_ul > li > a:hover,
ul.left_snav_ul > li > a.left_active{ text-decoration: none;color:var(--xy-skin-primary,#55b4d4);}
.menu_head{cursor:pointer; font: 600 18px/30px "Open Sans", sans-serif; width:35px; text-align:center;color:#303c4b;display:inline-block;position: absolute; top:6px; right:0px;}
.menu_head:hover{ color: var(--xy-skin-primary,#55b4d4);}
.xy-left-empty{color:#999;font-size:13px;padding:8px 0;}

/*左侧新闻*/
.left_news{clear: both;list-style:none;margin:0px;padding:0px;}
.left_news li{color:#545455;border-bottom: 1px dotted #dddddd;background: url(../images/li.png) no-repeat left 15px;line-height:21px; padding: 10px 0px; padding-left:14px;}
.left_news li a{color:#2F2F2F;}
.left_news li a:hover,
.left_news li a:focus{text-decoration:none;color:#004b87;}
.left_news_ul{
	list-style:none;
	margin:0;
	padding:0;
}
.left_news_ul > li.xy-aside-news-item{
	display:block;
	margin:0;
	padding:10px 0 10px 14px;
	border-bottom:1px dotted #dddddd;
	background:url(../images/li.png) no-repeat left 15px;
	line-height:21px;
	color:#545455;
}
.left_news_ul > li.xy-aside-news-item:last-child{border-bottom:1px dotted #dddddd;}
.xy-aside-news-item > a{
	display:block;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	color:#2F2F2F !important;
	font-size:13px;
	line-height:21px;
	text-decoration:none !important;
}
.xy-aside-news-item > a:hover,
.xy-aside-news-item > a:focus{
	color:var(--xy-skin-primary,#55b4d4) !important;
}

/*左侧联系*/
.left_contact{margin:20px 0px;}
.left_contact p{clear: both;}

/*列表页-新闻*/
.right_new{clear: both; list-style:none;margin:0px; padding:12px 0px 20px 0px;}
.list_box a{color: #333;}
.list_box a:hover{color: #0068b7;text-decoration:none;}
.right_new li a{color: #333;font-size:14px; display: inline-block;}
.right_new li a:hover{color: #0068b7;text-decoration:none;}
.news_time{ float:right;}
.right_new li{list-style: none; border-bottom: 1px solid #ddd;margin: 10px 0;}
.contents{clear: both; padding:15px 2px 0px 2px; line-height:28px; overflow: auto;}
.contents_title{ margin: 0px; padding: 10px 0px; text-align: center; color: #000; font-size:18px;color:#434343;font-weight:bold; line-height: 34px;}
.relevant_new ul.right_new li{font-size: 14px;}

.time i{color:#717375; padding: 10px 10px 10px 0;}
.time {color:#a5aaae;}
.title a {color:#282828; font-size: 20px; letter-spacing: normal; margin-top: 0;margin-bottom: 12px; line-height: 1.4; overflow-x: hidden; text-overflow: ellipsis; #fff-space: nowrap; font-weight: bold;display:block;}		
.zhai{color:#666;line-height: 23px;font-size: 14px;}
.new_bnt a{ background: #eee; color: #fff; padding: 4px 10px; font-family: 'poppins-semibold'; transition: 0.5s all; -webkit-transition: 0.5s all; -o-transition: 0.5s all;
    -moz-transition: 0.5s all; -ms-transition: 0.5s all; margin-top: 6px; font-size: 12px;}

/*分页样式*/
.page{clear:both;margin:20px 0px 20px 0px;text-align: center; }
.page a{display: inline-block; font-family: Arial; font-size: 13px; border: #dbdbdb 1px solid; padding:4px 9px; margin: 2px; margin-bottom: 5px; color: #31363c; text-decoration: none}
.page a:hover,.page a:focus{font-family: Arial;font-size: 13px;border: #0071be 1px solid;padding:4px 9px;color: #fff;background-color: #0071be;}
.page .current{font-family: Arial;border: #0071be 1px solid; font-size: 13px; padding:5px 9px; color: #fff;margin: 2px;  background-color: #0071be}

/*产品详细页*/
.showpic_box,.proinfo_box{margin: 30px 0px 20px 0px;}
.product_h1{margin:0px; line-height:22px; font-size:16px;font-weight: bold;color: #000; padding-bottom:10px;border-bottom: 1px dotted #cccccc; }
.product_info{list-style:none;padding:0px;margin-top:10px;  }
.product_info p{line-height:28px; }
.product_btn{margin-top: 25px;}

.product_info{list-style:none; padding:0px; margin-top:8px;}
.product_info li{ line-height:24px; padding-bottom:10px;}

#pic-page{text-align: center;margin-top:10px;}
#pic-page a{margin: 0 2px;}
#pic-page a img{width:40px;padding: 2px;border: solid #ccc 1px;margin-bottom:5px;}
#pic-page a:hover img,
#pic-page a.active img {border: solid #5280DD 1px;}
.product_con {clear: both; border-top: 1px dotted #a9a9a9;margin:10px 0px 20px 0px;padding:20px 0px 0px 0px; line-height:26px;overflow: auto; }
.photo_con {clear: both;margin:0px 0px 20px 0px; padding:10px 0px 20px 0px;line-height:26px;overflow: auto; }
 .product_con img,
 .photo_con img {max-width: 840px; }
 
 
 /*列表页-右侧新闻*/
.right_new{clear: both; list-style:none;margin:0px; padding:0px 0px 20px 0px;}
.right_new li{color:#898989;background: url(../images/li.png) no-repeat left 18px;font-size: 16px;line-height:22px; padding:12px 0px; padding-left:13px;border-bottom: 1px dashed #e3e2e2;}
.right_new li a{color:#2F2F2F;}
.right_new li a:hover,.right_new li a:focus{text-decoration:none;color:#9f0606;}
.right_new_time{float:right;}
.relevant_new ul.right_new li{font-size: 14px;}

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

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

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

/*标签样式*/
.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; }

/*首页-TAGS标签*/
.tags_box{background-color: #171717;padding:10px 0px;text-align: center;color: #fff;font-size: 13px;  }
.tags_box a{color: #fff;padding:0px 2px 0px 8px;font-size: 13px;  }
.tags_box a:hover{text-decoration: none;color: #f7ec6f; }
.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:"：";}

/* 防刷蜜罐：勿用 left:-9999px，会在 .right_contents{overflow:auto} 里撑出横向滚动条 */
.xy-hp-trap{
	position:absolute !important;
	left:0 !important;
	top:0 !important;
	width:1px !important;
	height:1px !important;
	margin:-1px !important;
	padding:0 !important;
	overflow:hidden !important;
	clip:rect(0,0,0,0) !important;
	border:0 !important;
	white-space:nowrap !important;
	opacity:0 !important;
	pointer-events:none !important;
}
.xy-faq-inquiry form,
.feedback form,
.side_inquiry_form{
	position:relative;
}

/* FAQ 页 */
.xy-faq-page{padding-bottom:30px;overflow-x:hidden;}
.xy-faq-list{margin:0 0 28px;}
.xy-faq-item{
	display:flex;
	gap:14px;
	align-items:flex-start;
	margin:0 0 16px;
	padding:16px 18px;
	background:#f7f9fb;
	border-left:3px solid var(--xy-skin-primary,#55b4d4);
}
.xy-faq-num{
	flex:0 0 auto;
	min-width:32px;
	font-size:18px;
	font-weight:700;
	line-height:1.2;
	color:var(--xy-skin-primary,#55b4d4);
}
.xy-faq-body{flex:1 1 auto;min-width:0;}
.xy-faq-q{
	margin:0 0 8px;
	font-size:16px;
	font-weight:600;
	line-height:1.4;
	color:#222;
}
.xy-faq-a{
	margin:0;
	font-size:14px;
	line-height:1.7;
	color:#555;
}
.xy-faq-inquiry{
	margin-top:36px;
	padding-top:24px;
	border-top:1px solid #e5e5e5;
}
.xy-faq-inquiry-title{
	margin:0 0 8px;
	font-size:18px;
	font-weight:600;
	color:#222;
}
.xy-faq-inquiry-tip{
	margin:0 0 18px;
	font-size:13px;
	color:#777;
}

/* Contact 页：正文下方自动联系方式 */
.xy-contact-info{
	margin:32px 0 16px;
	padding:0;
	background:linear-gradient(165deg,#f4fafc 0%,#ffffff 48%,#f7f9fb 100%);
	border:1px solid #dce8ee;
	border-radius:8px;
	box-shadow:0 8px 24px rgba(42,90,110,.06);
	overflow:hidden;
	position:relative;
}
.xy-contact-info:before{
	content:"";
	position:absolute;
	left:0;top:0;bottom:0;
	width:4px;
	background:linear-gradient(180deg,var(--xy-skin-primary,#55b4d4) 0%,var(--xy-skin-accent,#2a9bb8) 100%);
}
.xy-contact-info-hd{
	padding:22px 28px 14px 32px;
	position:relative;
}
.xy-contact-info-hd-mark{
	display:inline-block;
	width:28px;
	height:3px;
	margin-bottom:10px;
	border-radius:2px;
	background:var(--xy-skin-primary,#55b4d4);
}
.xy-contact-info-title{
	margin:0 0 6px;
	padding:0;
	font-size:20px;
	font-weight:700;
	color:#1a2b33;
	border:0;
	display:block;
	line-height:1.25;
	letter-spacing:.01em;
}
.xy-contact-info-sub{
	margin:0;
	font-size:13px;
	line-height:1.5;
	color:#7a8b94;
}
.xy-contact-info-grid{
	display:block;
	padding:4px 20px 22px 24px;
}
.xy-contact-info-row{
	display:flex;
	flex-wrap:wrap;
	margin:0 -6px;
}
.xy-contact-info-item{
	display:flex;
	align-items:flex-start;
	gap:14px;
	width:33.333333%;
	box-sizing:border-box;
	padding:14px 12px;
	margin:6px;
	width:calc(33.333333% - 12px);
	background:#fff;
	border:1px solid #e6eef2;
	border-radius:8px;
	transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;
}
.xy-contact-info-item:hover{
	border-color:rgba(85,180,212,.45);
	box-shadow:0 6px 16px rgba(42,90,110,.08);
	transform:translateY(-2px);
}
.xy-contact-info-item-full{
	width:100%;
	margin:0 0 10px;
	padding:16px 18px;
	background:rgba(85,180,212,.06);
	border:1px dashed rgba(85,180,212,.35);
	border-radius:8px;
	box-shadow:none;
	transform:none;
}
.xy-contact-info-item-full:hover{
	border-color:rgba(85,180,212,.55);
	box-shadow:none;
	transform:none;
}
.xy-contact-info-item-qr{
	width:100%;
	margin:10px 0 0;
}
.xy-contact-info-icon{
	flex:0 0 42px;
	width:42px;
	height:42px;
	border-radius:10px;
	background:linear-gradient(145deg,var(--xy-skin-primary,#55b4d4) 0%,var(--xy-skin-accent,#2a9bb8) 100%);
	color:#fff;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	font-size:17px;
	line-height:1;
	box-shadow:0 4px 10px rgba(85,180,212,.35);
}
.xy-contact-info-item-full .xy-contact-info-icon{
	border-radius:50%;
}
.xy-contact-info-body{flex:1 1 auto;min-width:0;padding-top:1px;}
.xy-contact-info-label{
	display:block;
	font-size:11px;
	font-weight:600;
	text-transform:uppercase;
	letter-spacing:.06em;
	color:#8a9aa3;
	margin-bottom:4px;
}
.xy-contact-info-val{
	margin:0;
	font-size:15px;
	font-weight:600;
	line-height:1.45;
	color:#243843;
	word-break:break-word;
}
.xy-contact-info-val a{
	color:#243843;
	text-decoration:none;
	border-bottom:1px solid transparent;
	transition:color .15s,border-color .15s;
}
.xy-contact-info-val a:hover{
	color:var(--xy-skin-accent,#2a9bb8);
	border-bottom-color:rgba(42,155,184,.4);
	text-decoration:none;
}
.xy-contact-info-qr{
	display:block;
	margin-top:8px;
	width:120px;
	height:120px;
	object-fit:contain;
	background:#fff;
	border:1px solid #e5e5e5;
	border-radius:6px;
	padding:6px;
}
@media (max-width:991px){
	.xy-contact-info-item{
		width:calc(50% - 12px);
	}
}
@media (max-width:767px){
	.xy-contact-info-hd{padding:18px 18px 10px 22px;}
	.xy-contact-info-grid{padding:4px 14px 18px 16px;}
	.xy-contact-info-item,
	.xy-contact-info-item-full{
		width:100%;
		margin-left:0;
		margin-right:0;
	}
	.xy-contact-info-row{margin:0;}
}

/* 询盘页与页脚留白 */
.xy-inquiry-page{margin-bottom:48px;padding-bottom:24px;}

/*底部信息*/
footer{background-color: #000; padding:40px 0 0 0;color:#fff;}
.footer{padding:20px 0;padding-right: 15px; padding-left: 15px;margin-right: auto;margin-left: auto;}
.copyright{ line-height:20px;}
.copyright a{ color:#fff;}
.foot_nav{ width:25%; float:left;background-color: #fafafa;text-align:center;color:#898989;} 
.foot_nav:hover,.foot_nav:focus{background-color: #e4e4e4;cursor:pointer;}
.foot_nav a{color:#898989;display:block;}
.foot_nav a:hover,.foot_nav a:focus{text-decoration:none;}
.foot_nav span{display:block; padding:3px 0px 0px 0px;}
.webshare{width: 230px; padding: 5px;}
.ewebshare{width: 200px; padding: 5px;}
.footer_menu_first{margin-top: 25px;}
.footer_menu_first a{font-size:16px;color:#fff;padding: 10px 0; border-bottom: 1px #717375 solid; border-top: 1px solid #717375;}

/* 底部 */
.mm h2{font-size:16px;color:#fff;padding: 10px 0; border-bottom: 1px #717375 solid; border-top: 1px solid #717375;}
.mm a{color:#fff;font-size:14px;}
.mm i{color:#fff;}
.mm h4{color:#fff;font-size:14px;}
.mm label {color:#fff;font-size:14px;}
.but1{padding-top:20px;}
.but1 button{width:150px;height:35px;background-color:#e4121d;font-size:14px;border:none;color:#fff;}
.i i {color:#fff;font-size:14px;width:20px; height:20px;}
.left {color:#fff;font-size:14px;}
.left i{color:#fff;}
.foot_new a{color: #fff;}

.icons {
    margin-top: 40px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 12px;
    text-align: center;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.xy-footer-sns{
	display:flex;
	flex-wrap:wrap;
	gap:10px;
	margin-top:22px;
	min-height:0;
}
.xy-footer-sns:empty{display:none;margin:0;}
.xy-footer-sns-btn{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:38px;
	height:38px;
	border-radius:50%;
	border:1px solid rgba(255,255,255,.55);
	color:#fff !important;
	background:transparent;
	text-decoration:none !important;
	transition:background .2s,border-color .2s,color .2s,transform .2s;
}
.xy-footer-sns-btn svg{
	width:16px;
	height:16px;
	display:block;
}
.xy-footer-sns-btn:hover,
.xy-footer-sns-btn:focus{
	background:var(--xy-skin-primary,#55b4d4);
	border-color:var(--xy-skin-primary,#55b4d4);
	color:#fff !important;
	transform:translateY(-2px);
}

/*图片 */
.footer .decor-brand {margin: 19px 0 26px;}
.decor-brand {background: url(../images/decor-brand-red.png);}
.decor-brand {display: block;width: 46px;height: 15px;margin: 28px auto;background: url(../images/decor-brand-red.png);background-repeat: no-repeat;}

.decor{margin: 19px 0 26px;}
.decor {background: url(../images/decor.png);}
.decor { display: block;width: 46px;height: 15px;background: url(../images/decor.png); background-repeat: no-repeat;}

/* 关于我们按钮 */
.footer-m{display: inline-block;padding: 5px 10px;background-color: #e4121d; border-radius: 3px;font-size: 12px;color:#ececec;}
.footer-m:hover{ color:#ececec; background-color:#e4121d;}
.footer-bar{padding: 10px 0; margin-top:20px; text-align: center;border-top: #d8d8d8 solid 1px; color: #fff;}
.footer-bar img{margin: 0;}

.list-unstyled {padding-left: 0;list-style: none;}
.list-unstyled ul {display: block;list-style-type: disc;-webkit-margin-before: 1em;-webkit-margin-after: 1em;-webkit-margin-start: 0px;-webkit-margin-end: 0px;-webkit-padding-start: 40px;}

/* 底部文本框的css样式 */
.butt{padding-top:20px;}
.butt button {width:150px;height:35px;background-color:#048BFF; font-size:14px;border:none;color:#fff;}
.countt p i{color:#fff;font-size:14px;width:20px; height:20px;}
.vv p i{color:#fff;font-size:14px;width:20px; height:20px;  }
.vv a{color:#fff;}


/*大屏幕样式*/
@media screen and (min-width: 769px) {
	
.logo { margin: 15px 0;max-width: 300px;display:block;}
.navbar-fixed-top .logo{max-width: 200px;margin:8px 0;}

/*导航样式：菜单悬停铺满导航高度，去掉底边留白*/
.navbar {margin:0 !important;margin-bottom:0 !important;border:none !important;background-color: #fff;min-height: 50px;}
.navbar-static-top,
.navbar-fixed-top {margin-bottom:0 !important;border:none !important;border-width:0 !important;}
#top_nav.navbar{margin:0 !important;margin-bottom:0 !important;border:0 !important;overflow:visible;}
#top_nav .container{
	display:flex;
	align-items:stretch;
	flex-wrap:nowrap !important;
	overflow:visible;
}
#top_nav .navbar-header{display:flex;align-items:center;flex:0 0 auto;max-width:220px;order:1;}
#top_nav .navbar-header .logo{max-width:180px;margin:10px 0;}
#top_nav .navbar-toggle{order:5;}
#top_nav .navbar-collapse{
	display:flex !important;
	align-items:stretch;
	flex:1 1 auto;
	justify-content:flex-end;
	min-width:0;
	padding-top:0;
	padding-bottom:0;
	border:0 !important;
	box-shadow:none !important;
	overflow:visible !important;
	order:2;
}
#top_nav .nav-get-quote{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	align-self:center;
	flex:0 0 auto;
	margin-left:10px;
	padding:0 12px;
	height:34px;
	background:var(--xy-skin-primary,#55b4d4) !important;
	color:#fff !important;
	font-size:12px;
	font-weight:600;
	letter-spacing:0;
	text-decoration:none !important;
	white-space:nowrap;
	border:0 !important;
	border-radius:4px;
	line-height:1;
	box-shadow:none;
	transition:background .2s ease;
	order:3;
}
#top_nav .nav-get-quote:hover,
#top_nav .nav-get-quote:focus{
	background:var(--xy-skin-accent,#2a9bb8) !important;
	color:#fff !important;
	text-decoration:none !important;
	box-shadow:none;
}
/* 默认仅图标；点击后向下弹出，不遮挡菜单文字 */
#top_nav .nav-search{
	position:relative;
	display:inline-flex;
	align-items:center;
	align-self:center;
	flex:0 0 auto;
	margin-left:8px;
	z-index:40;
	order:4;
}
#top_nav .nav-search-icon{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:34px;
	height:34px;
	border:1px solid #d8dfe3;
	border-radius:4px;
	background:#fff;
	color:#555;
	font-size:15px;
	cursor:pointer;
	padding:0;
	line-height:1;
	box-shadow:none;
	transition:border-color .2s ease, color .2s ease, background .2s ease;
}
#top_nav .nav-search-icon:hover,
#top_nav .nav-search.is-open .nav-search-icon{
	color:var(--xy-skin-primary,#55b4d4);
	background:#fff;
	border-color:var(--xy-skin-primary,#55b4d4);
	box-shadow:none;
}
#top_nav .nav-search-panel{
	display:none;
	position:absolute;
	right:0;
	top:100%;
	margin-top:8px;
	align-items:stretch;
	height:40px;
	border:1px solid #d0d7dc;
	border-radius:4px;
	background:#fff;
	box-shadow:0 6px 18px rgba(26,58,74,.1);
	overflow:hidden;
	z-index:50;
}
#top_nav .nav-search.is-open .nav-search-panel{display:inline-flex;}
#top_nav .nav-search-input{
	width:210px;
	height:40px;
	border:0;
	outline:none;
	background:#fff;
	padding:0 14px;
	font-size:13px;
	color:#333;
	line-height:40px;
	box-sizing:border-box;
}
#top_nav .nav-search-input::placeholder{
	color:#9aa6ad;
}
#top_nav .nav-search-input:focus{
	background:#fafcfd;
}
#top_nav .nav-search-submit{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	flex:0 0 40px;
	width:40px;
	height:40px;
	border:0;
	border-left:1px solid #e6ebef;
	background:var(--xy-skin-primary,#55b4d4);
	color:#fff;
	cursor:pointer;
	padding:0;
	line-height:1;
	font-size:15px;
	transition:background .2s ease;
}
#top_nav .nav-search-submit:hover,
#top_nav .nav-search-submit:focus{
	background:var(--xy-skin-accent,#2a9bb8);
	outline:none;
}
.navbar-nav{
	display:flex !important;
	flex-wrap:nowrap !important;
	float:none !important;
	margin:0;
	height:100%;
	white-space:nowrap;
}
.navbar-nav > li {float: none !important;height:100%;flex:0 0 auto;}
.navbar-nav > li:first-child {}
.navbar-nav > li:last-child {}
.navbar-nav > li > a {  text-align: center;}
.navbar-default .navbar-nav > li > a {
	display:flex;
	align-items:center;
	justify-content:center;
	height:100%;
	min-height:90px;
	padding-top:0 !important;
	padding-bottom:0 !important;
	padding-left:12px;
	padding-right:12px;
	color: #312b2b;
	box-sizing:border-box;
	white-space:nowrap;
	font-size:14px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.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 {
background-color: #000; color: #fff; 
}
.navbar-brand {  display: none;}
.navbar-fixed-top.navbar-default .navbar-nav > li > a{min-height:60px;}

.value,.value2,.value3,.value4{ color: #fff;  font-weight: bold;  font-size: 40px;}
.na { font-size: 18px;}     

.dropdown-menu2{position:absolute;left:100%;z-index:22;display:none;top:0;width:194px;}
.dropdown-menu2 li{background:#fff;height:32px;line-height:32px;color:#333;padding:0 5px;}
.dropdown-menu2 li a{color:#333;text-decoration:none;font-size:12px;display:block;}
.dropdown-menu2 li:hover{background:#000}
.dropdown-menu2 li:hover a{color:#fff}
.dropdown-menu li.dropdown{position:relative;}
.dropdown-menu li.dropdown:hover .dropdown-menu2{display:block!important;}
@media screen and (max-width:1000px) {
	.dropdown-menu2{padding:5px 10px;position:initial;left:initial;width:99%;}
    .dropdown.open .dropdown-menu2{display:block;}
    .dropdown-menu2 li{background:#e4e6e8}
    .dropdown-menu2 li a{display:block;}
     }

.dropdown i{display:none;}

/*导航-触发滚动*/
.navbar-fixed-top {  min-height: 50px;  margin-top:0px;  opacity: 0.9;}
/*.navbar-fixed-top ul.navbar-nav > li > a {  padding: 15px 20px;}*/

/*导航二级菜单*/
.nav_small { background-color:#004b87;  background-color: rgba(255,255,255,0.9);  padding: 10px 0px;  padding-bottom: 15px;  border-radius: 0px;  border: none;  box-shadow: none;}
.nav_small > li > a {  line-height:20px;  padding:10px;  color: #333;  font-size: 13px;}
.nav_small > li > a:hover {  color: #fff;  background-color: #000;}
#app_menudown,#search_btn {  display:none;}
.mfoot_box {  display:none;}

.value,.value2,.value3,.value4{ color: #fff;  font-weight: bold;  font-size: 40px;}
.right_new a{font-size:20px;}
.na { font-size: 18px;}      
.list_news li{color:#898989; font-family: "Opensans-Regular";list-style: none; border-bottom: 1px solid #ddd; padding: 10px 0; margin: 10px 0;}
.Read_More,.Read_More a{float: right;}

}

/*小屏幕样式*/
@media screen and (max-width: 768px) {
	
.left_h1 span{display: none;}
/* Logo 尺寸由 #top_nav .logo 控制，勿再撑满换行 */

.top_search { width: 100%;}
.top_email { margin: 0px 0px 0px 10px; }
.top_email .phone{ display: none;}

/*手机-顶部：左侧邮箱，右侧翻译（勿整块隐藏 top_name）*/
#topsearch{display: none;}
.top_menu .top_name{
	display: inline-block !important;
	flex:1 1 auto;
	min-width:0;
	max-width:58%;
	padding-top:0 !important;
	line-height:35px !important;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.top_menu .top_name > a{
	display:inline-block;
	max-width:100%;
	padding:0 8px 0 0 !important;
	font-size:12px !important;
	line-height:35px !important;
	vertical-align:middle;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.top_menu .top_name > span.xy-top-tel,
.top_menu .top_name > .xy-top-tel{
	display:none !important; /* 手机隐藏电话，只留邮箱 */
}
.top_menu .top_name > a .xy-top-email-label{
	display:none; /* 手机省宽：不显示 “Email:” 前缀 */
}
.top_menu .top_lang{
	flex:0 0 auto;
	padding:0 4px 0 8px !important;
	margin-left:auto !important;
}
.search_group{ margin: 5px 0px 15px 0px;}
#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: #004b87;}

/*手机-导航样式*/
.navbar {  margin: 0px;  border:0px;  min-height: 50px;  background-color: #fff;}
#top_nav.navbar{min-height:52px;}
#top_nav .container{
	display:flex !important;
	flex-wrap:wrap !important;
	align-items:center !important;
	min-height:52px;
	padding-left:10px;
	padding-right:10px;
}
/* Logo + 报价 + 搜索图标 + 汉堡同一行，菜单展开占满下一行 */
#top_nav .navbar-header{
	float:none !important;
	display:flex !important;
	align-items:center !important;
	flex:1 1 auto;
	max-width:none !important;
	width:auto !important;
	min-width:0;
	min-height:52px;
	margin:0 !important;
	padding:0;
	order:1;
}
#top_nav .navbar-header > a{
	flex:1 1 auto;
	min-width:0;
	display:flex;
	align-items:center;
	height:100%;
}
#top_nav .navbar-header .logo,
.logo{
	display:block !important;
	margin:0 !important;
	max-width:132px !important;
	max-height:36px;
	width:auto;
	height:auto;
}
#top_nav .navbar-toggle{
	float:none !important;
	order:4;
	display:block !important;
	position:relative;
	align-self:center !important;
	margin:0 0 0 6px !important;
	padding:9px 10px !important;
	width:auto !important;
	height:auto !important;
	border:1px solid #ddd !important;
	border-radius:4px;
	background-color:transparent !important;
	background-image:none;
}
#top_nav .navbar-toggle .icon-bar{
	display:block;
	width:22px;
	height:2px;
	border-radius:1px;
	background-color:#888;
}
#top_nav .navbar-toggle .icon-bar + .icon-bar{
	margin-top:4px;
}
#top_nav .navbar-toggle:hover,
#top_nav .navbar-toggle:focus{
	background-color:#ddd !important;
}
#top_nav .nav-get-quote{
	order:2;
	margin:0 6px 0 4px !important;
	padding:0 10px !important;
	height:32px !important;
	font-size:11px !important;
	border-radius:4px !important;
	align-self:center !important;
	background:var(--xy-skin-primary,#55b4d4) !important;
	color:#fff !important;
	box-shadow:none !important;
	line-height:32px !important;
}
#top_nav .nav-search{
	order:3;
	margin:0 4px 0 0 !important;
	align-self:center !important;
	display:inline-flex !important;
	align-items:center !important;
	height:32px;
}
/* 手机与桌面一致：默认仅搜索图标，点击再展开 */
#top_nav .nav-search-panel{
	position:absolute !important;
	right:0;
	left:auto;
	top:100%;
	margin-top:8px !important;
	display:none !important;
	align-items:stretch !important;
	box-shadow:0 6px 18px rgba(26,58,74,.1);
	height:40px !important;
	z-index:50;
	background:#fff;
	border:1px solid #d0d7dc;
	border-radius:4px;
	overflow:hidden;
}
#top_nav .nav-search.is-open .nav-search-panel{
	display:inline-flex !important;
}
#top_nav .nav-search-icon{
	display:inline-flex !important;
	align-items:center !important;
	justify-content:center !important;
	width:32px !important;
	height:32px !important;
	margin:0 !important;
	border-radius:4px !important;
	border:1px solid #d8dfe3 !important;
	background:#fff !important;
	color:#555 !important;
	font-size:14px !important;
	box-shadow:none !important;
}
#top_nav .nav-search.is-open .nav-search-icon,
#top_nav .nav-search-icon:hover{
	color:var(--xy-skin-primary,#55b4d4) !important;
	background:#fff !important;
	border-color:var(--xy-skin-primary,#55b4d4) !important;
}
#top_nav .nav-search-input{
	width:min(58vw, 200px) !important;
	height:40px !important;
	line-height:40px !important;
	padding:0 12px !important;
	font-size:13px !important;
}
#top_nav .nav-search-submit{
	width:40px !important;
	height:40px !important;
	flex:0 0 40px !important;
	font-size:15px !important;
}
/* 覆盖桌面 display:flex，恢复 Bootstrap 折叠菜单 */
#top_nav .navbar-collapse{
	display:none !important;
	order:10;
	flex:0 0 100% !important;
	width:100% !important;
	max-width:100%;
	margin:0 !important;
	padding:0 !important;
	border-top:1px solid #eee !important;
	box-shadow:none !important;
	background:#fff;
}
#top_nav .navbar-collapse.in,
#top_nav .navbar-collapse.collapsing{
	display:block !important;
}
#top_nav .navbar-collapse .navbar-nav{
	display:block !important;
	width:100%;
	margin:0;
	float:none !important;
	padding:6px 0 10px !important;
	background:#fff;
}
#top_nav .navbar-collapse .navbar-nav > li{
	float:none !important;
	display:block;
	width:100%;
	border-bottom:1px solid #eef2f4;
	position:relative;
}
#top_nav .navbar-collapse .navbar-nav > li:last-child{
	border-bottom:0;
}
#top_nav .navbar-collapse .navbar-nav > li > a{
	min-height:0 !important;
	padding:13px 44px 13px 16px !important;
	text-align:left !important;
	line-height:1.35 !important;
	font-size:14px !important;
	font-weight:500;
	color:#2c3a42 !important;
	background:transparent !important;
	transition:background .15s ease, color .15s ease;
}
#top_nav .navbar-collapse .navbar-nav > li > a:hover,
#top_nav .navbar-collapse .navbar-nav > li > a:focus{
	color:var(--xy-skin-primary,#55b4d4) !important;
	background:rgba(85,180,212,.08) !important;
}
#top_nav .navbar-collapse .navbar-nav > .open > a,
#top_nav .navbar-collapse .navbar-nav > .open > a:hover,
#top_nav .navbar-collapse .navbar-nav > .open > a:focus,
#top_nav .navbar-collapse .navbar-nav > .active > a,
#top_nav .navbar-collapse .navbar-nav > .active > a:hover,
#top_nav .navbar-collapse .navbar-nav > .active > a:focus{
	color:#fff !important;
	background:var(--xy-skin-primary,#55b4d4) !important;
}
/* 下拉箭头按钮 */
#top_nav #app_menudown{
	display:flex !important;
	align-items:center;
	justify-content:center;
	position:absolute;
	top:0;
	right:0;
	width:44px;
	height:46px;
	margin:0;
	padding:0;
	border:0;
	border-left:1px solid rgba(0,0,0,.06);
	background:transparent !important;
	color:inherit;
	text-decoration:none !important;
	z-index:2;
}
#top_nav .open > a #app_menudown,
#top_nav .open > #app_menudown{
	border-left-color:rgba(255,255,255,.25);
	color:#fff !important;
}
#top_nav #app_menudown .glyphicon,
#top_nav #app_menudown1 .fa{
	font-size:12px;
}
#top_nav #app_menudown1{
	display:none !important;
}
/* 二级菜单 */
#top_nav .navbar-collapse .dropdown-menu.nav_small,
#top_nav .navbar-collapse .nav_small{
	position:static !important;
	float:none !important;
	width:100% !important;
	margin:0 !important;
	padding:6px 0 8px !important;
	border:0 !important;
	border-radius:0 !important;
	box-shadow:none !important;
	background:#f6fafc !important;
}
#top_nav .navbar-collapse .nav_small > li{
	border:0 !important;
}
#top_nav .navbar-collapse .nav_small > li > a{
	padding:10px 16px 10px 28px !important;
	font-size:13px !important;
	font-weight:400;
	color:#3d4f58 !important;
	background:transparent !important;
	line-height:1.4 !important;
}
#top_nav .navbar-collapse .nav_small > li > a:hover,
#top_nav .navbar-collapse .nav_small > li > a:focus{
	color:var(--xy-skin-primary,#55b4d4) !important;
	background:rgba(85,180,212,.1) !important;
}
/* 三级菜单 */
#top_nav .navbar-collapse .dropdown-menu2{
	position:static !important;
	left:auto !important;
	top:auto !important;
	display:none;
	width:100% !important;
	padding:2px 0 6px !important;
	background:transparent !important;
	border:0 !important;
	box-shadow:none !important;
}
#top_nav .navbar-collapse .open > .dropdown-menu2,
#top_nav .navbar-collapse .dropdown.open .dropdown-menu2{
	display:block !important;
}
#top_nav .navbar-collapse .dropdown-menu2 li{
	height:auto !important;
	line-height:1.4 !important;
	padding:0 !important;
	background:transparent !important;
}
#top_nav .navbar-collapse .dropdown-menu2 li a{
	padding:8px 16px 8px 40px !important;
	color:#5a6b74 !important;
	font-size:12px !important;
	background:transparent !important;
}
#top_nav .navbar-collapse .dropdown-menu2 li a:hover{
	color:var(--xy-skin-primary,#55b4d4) !important;
	background:rgba(85,180,212,.08) !important;
}
#top_nav .navbar-collapse .dropdown-menu2 li a .fa{
	display:inline-block !important;
	margin-right:6px;
	color:var(--xy-skin-primary,#55b4d4);
	opacity:.75;
}
.navbar-default .navbar-brand {color: #333; font-size: 16px;}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {  color: #333;}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {  border:none;}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {  background-color: #ddd;}
.navbar-default .navbar-toggle .icon-bar {  background-color: #888;}
.navbar-default .navbar-nav {  margin-top: 0px;  margin-bottom: 0px;}
.navbar-default .navbar-nav > li:last-child{  border: none;}
/* 手机菜单主色由上方 #top_nav 规则接管，避免深蓝 #004b87 */
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav .open .dropdown-menu > li > a {  color: #333;}
.dropdown-menu2 li{line-height: 20px;}
.dropdown-menu2 li a{ padding-left:40px;color:#000;text-decoration:none;font-size:14px;display:block;}
.navbar-fixed-top {  margin-top:0px;  opacity: 0.95;}

/*手机-首页产品*/
.product_head h2 {margin: 15px 0; font-size: 25px; }
.product_head p {display: none;}
.product_img {min-height: 180px;}
.product_list2 div.product_img{min-height: 180px;}

.page_bg,.right_new_time{display: none;}
.right_contents img,.product_con img,.photo_con img {max-width: 100%;}
.feedback{margin-top:20px;}
.proinfo_box {margin-bottom: 80px;}
#pic-page a img {width:35px;}
#cmsFloatPanel{display: none;}
.point span.to_prev,.point span.to_next {text-align:left;padding-bottom: 8px;}
.product_index{ margin-top: 0; }
.product_list {
    padding: 20px 0px 0px 0px;
    margin: 0 -15px;
}

/* 手机-首页实力数据 */
#index-about{
	padding:36px 0 28px !important;
	background-attachment:scroll !important;
}
#index-about .h2_p{
	padding:0 8px;
	margin-bottom:8px;
}
#index-about .h2_p h2{
	font-size:22px !important;
	margin:0 0 10px !important;
	line-height:1.3 !important;
}
#index-about .h2_p p{
	font-size:13px !important;
	margin:0 0 18px !important;
	line-height:1.55 !important;
	opacity:.92;
}
#index-about .va.fla3{
	position:relative;
	z-index:2;
	margin:0 -6px;
}
#index-about .ve{
	padding:8px 6px 14px !important;
	margin-bottom:4px;
}
#index-about .icon{
	width:64px !important;
	height:64px !important;
	margin:0 auto 10px !important;
}
#index-about .icon .icon-overlay{
	opacity:.18;
}
#index-about .icon img{
	top:14px !important;
	left:14px !important;
	width:36px !important;
	height:auto !important;
}
#index-about .value,
#index-about .xy-stat-num,
#index-about .value2,
#index-about .value3,
#index-about .value4{
	font-size:22px !important;
	font-weight:700 !important;
	line-height:1.2 !important;
	letter-spacing:.02em;
	margin:0 0 6px !important;
	color:#fff !important;
	text-shadow:0 1px 2px rgba(0,0,0,.25);
}
#index-about .na{
	font-size:12px !important;
	line-height:1.35 !important;
	font-weight:400 !important;
	color:rgba(255,255,255,.92) !important;
	padding:0 4px;
}
#index-about .na span{
	font-weight:600;
	color:#fff;
}

.na {font-size: 12px;}
.Read_More,.Read_More a{text-align:center;display: block;} 

/*手机-底部信息*/
footer {padding-top: 40px;padding-bottom:25px;}
.footer_logo,
.footer_logo_text {display: none;}
.footer_contact {margin-bottom:30px;}
.footer_qrcode{display: block;max-width: 130px;margin: 0 auto;margin-top: 25px;}
.footer_qrcode_text {width: 130px;margin: 0 auto;margin-top: 10px;margin-bottom: 35px;}

/*手机-友情链接*/
.link_box {padding-left: 7px;}
.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: #f7ec6f;}
.link_list{display: none;padding-top: 7px;}

/*手机-Tags标签*/
.tags_box{padding-left: 7px;margin-bottom: 50px;}
.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: #f7ec6f;}
.tags_rows{display: none;padding-top: 7px; }

/*手机-底部：改用系统 mfoot（_common/Public/mfoot），勿再覆盖 float/25% */
.footer_menu {display: none;}
.advantage {margin-bottom: 30px;}
.advantage img,.advantage2 img{width: 100%;}
.bx_copyright{ margin-bottom: 0; }
}

@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%;
}
}

/* —— Download list cards —— */
.xy-dl-list{
	list-style:none;
	margin:16px 0 28px;
	padding:0;
	display:flex;
	flex-direction:column;
	gap:14px;
}
.xy-dl-item{
	display:flex;
	align-items:center;
	gap:18px;
	padding:18px 20px;
	background:#fff;
	border:1px solid rgba(85,180,212,.28);
	border-radius:10px;
	box-shadow:0 4px 16px rgba(26,58,74,.05);
	transition:border-color .25s,box-shadow .25s,transform .25s;
}
.xy-dl-item:hover{
	border-color:rgba(85,180,212,.6);
	box-shadow:0 8px 22px rgba(85,180,212,.14);
	transform:translateY(-1px);
}
.xy-dl-icon{
	flex-shrink:0;
	display:flex;
	align-items:center;
	justify-content:center;
	width:52px;
	height:52px;
	border-radius:10px;
	background:rgba(85,180,212,.14);
	color:var(--xy-skin-primary,#55b4d4);
	font-size:24px;
	line-height:1;
}
.xy-dl-body{
	flex:1 1 auto;
	min-width:0;
}
.xy-dl-title{
	margin:0 0 6px;
	font-size:17px;
	line-height:1.4;
	font-weight:600;
	color:#333;
}
.xy-dl-title > a{
	color:inherit;
	text-decoration:none;
}
.xy-dl-title > a:hover{
	color:var(--xy-skin-primary,#55b4d4);
}
.xy-dl-meta{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	gap:6px 12px;
	margin:0;
	font-size:13px;
	line-height:1.4;
	color:#888;
}
.xy-dl-file{
	max-width:100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.xy-dl-action{flex-shrink:0;}
.xy-dl-btn{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	gap:8px;
	min-width:120px;
	height:42px;
	padding:0 18px;
	border-radius:6px;
	background:var(--xy-skin-primary,#55b4d4);
	color:#fff !important;
	font-size:14px;
	font-weight:600;
	text-decoration:none !important;
	transition:background .25s,box-shadow .25s;
}
.xy-dl-btn:hover,
.xy-dl-btn:focus{
	background:var(--xy-skin-accent,#2a9bb8);
	color:#fff !important;
	box-shadow:0 4px 12px rgba(85,180,212,.35);
}
.xy-dl-btn > i{font-size:15px;}
@media (max-width:767px){
	.xy-dl-item{
		flex-wrap:wrap;
		gap:12px;
		padding:14px 16px;
	}
	.xy-dl-icon{
		width:44px;
		height:44px;
		font-size:20px;
	}
	.xy-dl-title{font-size:15px;}
	.xy-dl-action,
	.xy-dl-btn{width:100%;}
}

/* 新闻列表卡片 */
ul.right_new.xy-news-list{
	list-style:none;
	margin:8px 0 24px;
	padding:0;
	background:none;
}
ul.right_new.xy-news-list > li.xy-news-item{
	display:flex;
	gap:20px;
	align-items:stretch;
	list-style:none;
	margin:0 0 18px;
	padding:16px;
	background:#fff;
	border:1px solid #e8eef3;
	border-radius:10px;
	box-shadow:0 2px 10px rgba(26,40,55,.04);
	background-image:none;
	transition:border-color .25s,box-shadow .25s,transform .25s;
}
ul.right_new.xy-news-list > li.xy-news-item:hover{
	border-color:rgba(85,180,212,.45);
	box-shadow:0 8px 22px rgba(42,155,184,.12);
	transform:translateY(-2px);
}
.xy-news-thumb{
	flex:0 0 220px;
	width:220px;
	align-self:stretch;
	overflow:hidden;
	border-radius:8px;
	background:#f3f6f9;
}
.xy-news-thumb img{
	display:block;
	width:100%;
	height:100%;
	min-height:160px;
	object-fit:cover;
	transition:transform .35s ease;
}
.xy-news-item:hover .xy-news-thumb img{
	transform:scale(1.04);
}
.xy-news-body{
	flex:1 1 auto;
	min-width:0;
	display:flex;
	flex-direction:column;
	justify-content:flex-start;
	padding:2px 0;
}
.xy-news-title{
	margin:0 0 8px;
	padding:0;
	font-size:18px;
	font-weight:650;
	line-height:1.4;
}
.xy-news-title a{
	color:#1f2a37 !important;
	font-size:inherit !important;
	font-weight:inherit;
	text-decoration:none !important;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	white-space:normal;
}
.xy-news-title a:hover,
.xy-news-title a:focus{
	color:var(--xy-skin-primary,#55b4d4) !important;
}
.xy-news-meta{
	display:inline-flex;
	align-items:center;
	gap:6px;
	margin:0 0 10px;
	color:#8a97a8;
	font-size:13px;
	line-height:1.2;
}
.xy-news-meta > i{
	color:var(--xy-skin-primary,#55b4d4);
	font-size:13px;
}
.xy-news-excerpt{
	margin:0 0 14px;
	color:#5f6f80;
	font-size:14px;
	line-height:1.7;
	display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	overflow:hidden;
}
ul.right_new.xy-news-list a.xy-news-more{
	display:inline-block !important;
	align-self:flex-start;
	margin-top:auto;
	height:34px;
	line-height:34px;
	padding:0 14px;
	border-radius:6px;
	background:var(--xy-skin-primary,#55b4d4);
	color:#fff !important;
	font-size:12px !important;
	font-weight:600;
	letter-spacing:.02em;
	text-decoration:none !important;
	box-sizing:border-box;
	vertical-align:middle;
	transition:background .25s,box-shadow .25s;
}
ul.right_new.xy-news-list a.xy-news-more:hover,
ul.right_new.xy-news-list a.xy-news-more:focus{
	background:var(--xy-skin-accent,#2a9bb8);
	color:#fff !important;
	box-shadow:0 4px 12px rgba(85,180,212,.35);
}
ul.right_new.xy-news-list a.xy-news-more > i{
	display:inline-block;
	margin-left:4px;
	font-size:12px !important;
	line-height:34px;
	vertical-align:top;
}
@media (max-width:767px){
	ul.right_new.xy-news-list > li.xy-news-item{
		flex-direction:column;
		gap:14px;
		padding:14px;
	}
	.xy-news-thumb{
		width:100%;
		flex-basis:auto;
		height:180px;
	}
	.xy-news-thumb img{
		min-height:180px;
	}
}

