﻿body {
	font-family: Arial, 'microsoft yahei', Helvetica, sans-serif;
	color: #333;
}

a,
button {
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
}

ul {
	list-style: none;
}

h2 {
	margin: 0px;
	padding: 0px;
}
img {
	max-width: 100%;
}
header {}

.top_menu {
	font-size: 12px;
	width: 100%;
	height: 34px;
	background-color: #fdfdfd;
	color: #666666;
	border-bottom: 1px solid #f1f1f1;
}

.top_lang {
	float: right;
	height: 34px;
	padding: 6px 10px 0px 10px;
}

.top_name {
	display: inline-block;
	padding-top: 10px;
}

.flash img {
	width: 100%
}

.flash ul.bxslider {
	list-style: none;
}

.flash div.bx-pager {
	bottom: 4%;
}

.flash div.bx-controls-direction {
	display: none;
}

.img-thumbnail:hover,
.opacity_img:hover {
	opacity: 0.8;
}

/*导航菜单*/
.navbar {
	margin: 0px;
	background-color: #47592a;
	border: none;
}

#app_menudown {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 16px;
}

#app_menudown:hover {
	background-color: #a1c146;
}

/*----------------table----------------*/
/* 产品表格样式 */
.product_table_wrapper {
    margin-top: 20px;
    overflow-x: auto;
  }
  /*table-hover:鼠标悬停效果
  table-bordered ：表格四个边框 */
  .product_table {
	width: 100%;
  	max-width: 100%;
  	margin-bottom: 20px;
    /* background: #fff; */
	/*border: 1px solid #ddd; ridge*/
	border-left: none;   /* 去掉左边框 */
	border-right: none;  /* 去掉右边框 */
	border-top: 2px solid #ddd;   /* 上边框 */
    border-bottom: 2px solid #ddd; /*下边框 */
  }
  
  .product_table th {
    background: #f3f3f3 !important;/**/
    color: #333;
    font-weight: bold;
    text-align: center;
    padding: 12px 8px;
    border: 1px solid #ddd;
  }
  
  .product_table td {
    padding: 10px 8px;
    vertical-align: middle;
	border: 1px solid #ddd;
	border-left: none;   /* 去掉左边框 */
	border-right: none;  /* 去掉右边框 */
  }
  
   .product_table td:nth-child(1) {  /* 产品编号列 */
    text-align: center;
    color: #666;
  }
  
  .product_table td:nth-child(2) {  /* 产品名称列 */
    text-align: left;
  }
  
  .product_table td:nth-child(3) {  /* 规格列 */
    text-align: center;
  } 
  
  
  .product_table .btn-primary {
    background: #ff6c02;
    border-color: #e55e00;
    padding: 5px 15px;
    font-size: 14px;
  }
  
  .product_table .btn-primary:hover {
    background: #e55e00;
    border-color: #cc5200;
  }
  
  /* 响应式调整 */
  @media (max-width: 767px) {
    .product_table {
      font-size: 13px;
    }
    
    .product_table th,
    .product_table td {
      padding: 8px 5px;
    }
  }
/*产品搜索*/
.search_group {
	float: right;
	margin: 44px 0px 0px 0px;
}

.search_group input.form-control {
	border-radius: 0px;
	box-shadow: none;
	padding: 12px 10px;
	height: 38px;
	border-right: none;
}

#submit_search {
	color: #fff;
	font-size: 16px;
	height: 38px;
	background-color: #6f8932;
	border-radius: 0px;
	margin-top: -2px;
	border: 00px;
}

#submit_search:hover {
	cursor: pointer;
	background-color: #6f8932;
}

#small_search {
	color: #fff;
	float: right;
	margin-top: 7px;
	padding: 8px 13px;
	font-size: 17px;
	border-radius: 4px;
}

#small_search:hover,
#small_search:focus {
	cursor: pointer;
	background-color: #6f8932;
}

/*首页产品*/
.product_head h2 {
	font-size: 26px;
	text-align: center;
	color: #666666;
	margin: 0px;
}

.product_head p {
	text-align: center;
	padding-top: 2px;
	font-size: 18px;
	color: #9A9A9A;
	text-transform: capitalize;
	margin-bottom: 5px;
}

.product_index {
	margin: 45px 0px 45px 0px;
	overflow: hidden;  /* 触发 BFC，清除内部浮动 */
     /* 或者 */
    clear: both;
}

 .product_list {
	/* clear: both; */
	padding: 0px 10px 0px 10px;
} 

/* .product_list2 {
	padding-top: 30px;
} */

.product_img {
	border-radius: 10px;
  	border: #dbdbdb 1px solid;
  	padding: 5px;
	/* padding-left: 15px;
	padding-right: 15px; */
	min-height: 300px;
	margin-bottom: 15px;
}

.product_img img {
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	height: 170px;
	object-fit: cover;
}


.product_list2 div.product_img {
	min-height: 260px;
}

.product_title{
	text-align: left;
	height: 40px;
	margin: 10px;
}

.product_title a{
	color:#4BB494; /*#656464;#4BB494*/
	font-size:16px;
}

.product_title a:hover {
	text-decoration: none;
	color: #6f8932;
}

.hezuolist img {
	object-fit: contain;
}

/*公司简介*/
.about_index {
	padding: 45px 0px 55px 0px;
	background: url(../images/about_bg.jpg);
}

.about_head h2 {
	font-size: 26px;
	text-align: center;
	color: #fff;
	margin: 0px;
}

.about_head p {
	text-align: center;
	padding-top: 2px;
	font-size: 18px;
	color: #fff;
	margin-bottom: 25px;
}

.about_content p {
	line-height: 32px;
	margin-top: 20px;
	color: #fff;
}

.about_content img {
	margin: 0px 30px 0px 0px;
	max-width: 500px;
}

.about_content a.btn-info {
	color: #fff;
	background: transparent;
	border-radius: 0px;
	border: 1px solid #fff;
	padding: 8px 36px;
}

.about_content a.btn-info:hover,
.about_content a.btn-info:focus {
	color: #fff;
	background: #6f8932;
	border: 1px solid #6f8932;
}

/*首页案例*/
.case_box {
	padding: 50px 0px 0px 0px;
	background: url(../images/case_bg.jpg) center center;
}

.case_head h2 {
	text-align: center;
	font-size: 26px;
	margin-bottom: 5px;
	color: #6f8932;
}

.case_head p {
	text-align: center;
	color: #6f8932;
	font-size: 18px;
}

.case_list {
	clear: both;
	padding: 30px 0px 10px 0px;
	margin-right: -15px;
	margin-left: -15px;
}

.case_list div.product_img {
	min-height: 270px;
}

.case_list p.product_title a {
	color: #000
}

.case_list p.product_title a:hover {
	text-decoration: none;
	color: #6f8932;
}

/*首页新闻*/
.news_box {
	padding-bottom: 30px;
}

.news_head {
	margin-top: 45px;
}

.news_head h2 {
	text-align: center;
	margin-bottom: 5px;
	font-size: 26px;
	color: #666666;
}

.news_head p {
	text-align: center;
	font-size: 18px;
	color: #9A9A9A;
}

.news_img {
	min-height: 426px;
	background-size: cover;
	background-repeat: no-repeat;
}

.news_index {
	clear: both;
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 25px;
}

.news_index li {
	padding: 25px 0px 25px 0px;
	border-bottom: 1px dotted #dbd4cd;
}

.news_index li span {
	display: inline-block;
	width: 60px;
	height: 60px;
	text-align: center;
	background-color: #6f8932;
	color: #fff;
	float: left;
	padding: 0px 2px;
	margin-right: 15px;
}

.news_index li span strong {
	display: block;
	font-size: 23px;
	font-weight: normal;
	padding-top: 5px;
}

.news_index li span i {
	display: block;
	font-size: 12px;
	font-style: normal;
	font-family: Arial;
}

.news_index li a {
	color: #6f8932;
	font-size: 17px;
}

.news_index li a:hover {
	text-decoration: none;
	color: #6f8932;
}

.news_index li em {
	font-style: normal;
	display: inline-block;
	line-height: 18px;
	color: #8e8c8c;
	padding-top: 8px;
	font-size: 13px;
}

/*列表页*/
.list_box {
	clear: both;
	padding: 10px 0px 0px 0px;
}
.list_box_sub{
	margin-top:25px;
	/* padding-top: 5px; */
	padding:10px;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
	margin-bottom: 30px;
}
/* 列表页 */
.list_content{

}
.page_middle{
	padding: 15px;
}
/* page middle*/
@media(max-width: 1200px){
	.page_middle{
		padding: 15px 0px;
	}
}

/* 列表页top信息，面包屑 margin-top:25px  #6f8932 #47592a*/
.list_box_top{
	height: 41px;
	line-height: 41px;
	margin-right: 10px;
	font-weight: bold;
	font-size: 16px;
	color:  #000;
	background-color: #6f8932
	
}

.list_box_top a {
    color: #000;
    text-decoration: none;
}
.page_bg {
	height: 500px;
	width: 100%;
	background-size: cover;
}

/*栏目导航*/
.left_nav {
	clear: both;
	padding-top: 10px;
}

.left_h {
	background: url(../images/title_line.jpg) left bottom no-repeat;
	font-size: 22px;
	display: block;
	margin-top: 25px;
	padding: 0px 0px 14px 16px;
	color: #6f8932;
	font-weight: bold;
}

.left_nav_ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin: 15px 0px 0px 0px;
}

.left_nav_ul>li {
	position: relative;
	border-bottom: 1px solid #f2f2f2;
	background: url(../images/left_sli.gif) 6px 15px no-repeat;
	padding: 8px 0px 8px 18px;
}

.left_nav_ul>li>a {
	text-decoration: none;
	color: #656464;
}

.left_nav_ul>li>a:hover,
.left_nav_ul li a.left_active {
	color: #6f8932;
}

/*小类*/
ul.left_snav_ul {
	list-style: none;
	padding: 0px;
	display: none;
	padding-top: 8px;
}

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: #797979;
	padding: 5px 0px 5px 0px;
}

ul.left_snav_ul>li>a:hover {
	text-decoration: none;
	color: #6f8932;
}

.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: 3px;
	right: 0px;
}

.menu_head:hover {
	color: #6f8932;
}

/*左侧新闻*/
.left_news {
	clear: both;
	list-style: none;
	margin: 0px;
	padding: 12px 0px 0px 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: #656464;
	display: inline-block;
}

.left_news li a:hover {
	text-decoration: none;
	color: #6f8932;
}

/*左侧联系*/
.index_contact {
	margin: 30px 0px 35px 0px;
}

.index_contact p,
.index_econtact p {
	clear: both;
}

/*新闻列表*/
.list_news {
	clear: both;
	list-style: none;
	margin: 0px;
	padding: 12px 0px 20px 0px;
}

.list_news li {
	color: #898989;
	background: url(../images/li.png) no-repeat left 14px;
	line-height: 22px;
	padding: 8px 0px;
	padding-left: 13px;
	border-bottom: 1px dashed #e3e2e2;
	/*dotted*/
}

.list_news li a {
	color: #303c4b;
	display: inline-block;
}

.list_news li a:hover {
	text-decoration: none;
	color: #6f8932;
}

.news_time {
	float: right;
}

.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;
}

/*分页样式*/
.page {
	clear: both;
	margin: 20px 0px 0px 0px;
	text-align: center;
}

.page a,.page span {
	display: inline-block;
	font-family: Arial;
	font-size: 13px;
	border: #dbdbdb 1px solid;

	margin: 2px;
	margin-bottom: 5px;
	color: #31363c;
	text-decoration: none
}

.page a:hover,
.page a:focus {
	font-family: Arial;
	font-size: 13px;
	border: #000 1px solid;

	color: #fff;
	background-color: #31363c;
}

.page .current {
	font-family: Arial;
	border: #000 1px solid;
	font-size: 13px;
	padding: 5px 9px;
	color: #fff;
	margin: 2px;
	background-color: #31363c
}
.jumpto {
	display: none;
}
/*产品展示*/
#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;
}

.showpic_box,.proinfo_box
{
	margin: 30px 0px 20px 0px;	
}
.showpic_box{
	width:40%;
}
.proinfo_box{
	width:60%;
}

.showpic_box div.bx-wrapper img {
	margin: 0 auto;
	max-height: 340px;
}

.product_h1 {
	margin: 0px;
	line-height: 24px;
	font-size: 16px;
	font-weight: bold;
	color: #6f8932;
	padding-bottom: 5px;
	border-bottom: 1px dotted #cccccc;
}

/* .product_info { */
	/* list-style: none;
	padding: 0px;
	margin-top: 10px; */
	/* display:flex;
	justify-content:space-between;
	border-bottom: 1px dotted #cccccc;
} */

/* .product_info ul {	
	margin: 0;
	padding: 0;
	list-style: none; /*通常也会去掉默认的项目符号 */
/* } */
/* .product_info li dd { */
	/* width: 34%;
	float: left; */
	/* margin: 7px 0px;
  } */
/* .product_info li dd.ddR {
	border-left: 1px solid #eeecec;
	width: 48%;
	padding-left: 8px;
  }

.product_info li dd.ddL {
	border-right: 1px solid #eeecec;
  } */

  /* ------------------------------------------------------------------------------------------------------------------------ */
/* 产品信息样式 */
.product_info {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
}

.info-grid {
    display: flex;
    gap: 30px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
}

.info-item {
    display: flex;
    align-items: baseline;
}

.info-label {
    width: 50px;
    color: #666;
    font-size: 14px;
}

.info-value {
    color: #333;
    font-size: 14px;
    font-weight: 500;
}

/* 规格选择区域 */
.spec-section {
    margin-bottom: 20px;
}

.spec-title {
    color: #666;
    font-size: 14px;
    margin-bottom: 12px;
}

.spec-options {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.spec-item {
    padding: 10px 20px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    gap: 10px;
}

.spec-item:hover {
    border-color: #ff6c02;
    transform: translateY(-2px);
}

.spec-item.active {
    border-color: #ff6c02;
    background: #fff5f0;
}

.spec-name {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

.spec-item.active .spec-name {
    color: #ff6c02;
}

.spec-price {
    font-size: 14px;
    font-weight: 600;
    color: #ff6c02;
}

/* 价格显示 */
.price-display {
    display: flex;
    align-items: baseline;
    gap: 10px;
    padding: 15px;
    background: linear-gradient(135deg, #fff5f0, #fff);
    border-radius: 8px;
}

.price-label {
    font-size: 14px;
    color: #666;
}

.price-value {
    font-size: 28px;
    font-weight: bold;
    color: #ff6c02;
    transition: all 0.3s;
}

.price-value.price-changed {
    transform: scale(1.1);
}

/* --------------------------------------------------------------------------------------------------- */

.tab_content {
	clear: both;
	border-top: 1px dotted #ccc;
	margin: 10px 0px 20px 0px;
	padding: 20px 0px 0px 0px;
	line-height: 26px;
	overflow: auto;
}
.product_tabs{
	margin: 20px 0;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 4px;
	overflow: hidden;
	width:100%;
}
.tab_nav{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	background: #f5f5f5;
	border-bottom: 2px solid #ff6c02;
}
.tab_nav li {
	padding: 12px 25px;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	color: #333;
	transition: all 0.3s;
	position: relative;
  }

.tab_nav li.active {
	background: #ff6c02;
	color: white;
}

.tab_pane {
	display: none;
}
  
.tab_pane.active {
	display: block;
	padding: 0px 20px;
}

/* .product_info_tips{
} */

.product_info_attach{
	margin: 7px 0px;
	
}

.product_info_attach a{
	color:red;
	font-weight: bold;
}
.related_h1 {
	padding: 30px 0px 12px 0px;
	color: #303c4b;
	margin: 0px;
	display: block;
	font-weight: 300;
	font-size: 24px;
	border-bottom: 5px solid #f4f5f6;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

.related_list {
	padding-top: 25px;
}

.related_news {
	padding-top: 10px;
	clear: both;
	margin-bottom: 15px;
}

.download_btn {
	text-align: right;
	margin: 10px 10px 20px 0px;
}

.page-btn {
	background-color: #6f8932;
	border-radius: 0px;
	border: none;
}

.page-btn:hover,
.page-btn:focus {
	background-color: #47592a;
}

.grey-btn {
	border-radius: 0px;
	border: none;
	background-color: #E8E8E8;
}

.grey-btn:hover,
.grey-btn:focus {
	background-color: #ccc;
}

.a2a_default_style {
	display: inline-block;
}

/*在线留言订购*/
.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: #6f8932;
}

.point span.to_prev a:hover {
	color: #6f8932;
	text-decoration: none;
}

.point span.to_next {
	text-align: center;
}

.point span.to_next a {
	color: #6f8932;
}

.point span.to_next a:hover {
	color: #6f8932;
	text-decoration: none;
}

/*标签样式*/
.tags {
	margin: 15px 0px 10px 0px
}

.tags a {
	margin: 0px 5px 8px 0px
}

.tags_list {
	padding: 5px 10px 100px 10px
}

.tags_ul {
	margin-top: 10px;
}

.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: #a0a0a0;
	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: #6f8932;
	padding: 9px 0px 9px 0px;
	text-align: center;
	color: #fff;
	font-size: 13px;
	border-top: 1px solid #0064b7;
}

.tags_box a {
	color: #fff;
	border-right: 1px solid #fff;
	padding: 0px 8px 0px 8px;
	font-size: 13px;
}

.tags_box a:hover {
	text-decoration: none;
	color: #FFEB3B;
}

.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 10px 0px 0px;
}

.tags_title:after {
	content: "：";
}

/*友情链接*/
.link_box {
	background-color: #6f8932;
	padding: 10px 0px;
	text-align: center;
	color: #fff;
	font-size: 13px;
}

.link_box a {
	color: #fff;
	border-right: 1px solid #fff;
	padding: 0px 10px 0px 10px;
	font-size: 13px;
}

.link_box a:hover {
	text-decoration: none;
	color: #FFEB3B;
}

.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: "：";
}

/*底部信息*/


.copyright {
	line-height: 20px;
}

.copyright a {
	color: #fff;
}

.foot_nav {
	width: 25%;
	float: left;
	background-color: #fafafa;
	text-align: center;
	color:#898989 ;/*#898989  #fafafa*/
}

.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;
}

.advantage_box ul li {
	padding: 40px 0px;
}
.advantage_box ul li:nth-child(2n) .advantage_img {
    float: right;
}
.advantage_img img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	border: 6px solid #6f8932;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .2);
}
.advantage_desc {
	padding: 0px 50px;
}
.advantage_desc h4 {
	font-size:80px;
	font-style: italic;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
	background-image: -webkit-linear-gradient(top, #a1c146, #47592a);
}

.advantage_desc h3 {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 30px;
	color: #47592a;
}

.advantage_desc p {
	font-size: 16px;
	line-height: 1.8;
	color: #47592a;
}


/*重定义底部信息*/
/* Footer 整体样式 */
.footer {
	background-color: #47592a;  /* 深蓝灰色背景 */
	color:  #fff;  /* 浅色文字 */
	/* padding: 40px 0 20px; */
	padding: 20px 0px 20px 0px;
	font-family: 'Microsoft YaHei', sans-serif;
	/* border-top: 3px solid #ff6c02;  顶部橙色装饰线 */
	font-size: 12px;
  }

  .clearfix:after {
	  clear: both;
	  content: "";
	  display: block;
	  height: 0;
	  visibility: hidden;
	}
  
  .container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
	/* margin: 0px 0px 45px 0px; */
  }
  
  /* 四列布局 */
  .footer-content {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	justify-content: space-between;
	margin-bottom: 5px;
  }
  
  .footer-column {
	flex: 1;
	min-width: 200px;
	margin-bottom: 5px;
	padding-right: 15px;
  }

  .footer-column:first-child {
	flex: 1;
	max-width: 20%;
  }
  
  /* 中间列 - 占2份（最宽） */
  .footer-column:nth-child(2) {
	flex: 2;
	max-width: 40%;
  }
  
  /* 右边列 - 占1份 */
  .footer-column:last-child {
	flex: 1;
	max-width: 20%;
  }
  
  /* 列标题 */
  .footer-title {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 10px;
  }
  
  .footer-title::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 2px;
	background-color: #ff6c02;  /* 橙色下划线 */
  }
  
  /* 链接列表 */
  .footer-links {
	list-style: none;
	padding: 0;
	margin: 0;
  }
  
  .footer-links li {
	margin-bottom: 10px;
  }
  
  .footer-links a {
	color: #bdc3c7;
	text-decoration: none;
	font-size: 14px;
	transition: color 0.3s, padding-left 0.3s;
	display: inline-block;
  }
  
  .footer-links a:hover {
	color: #ff6c02;
	padding-left: 5px;
  }
  
  /* 联系方式 */
  .contact-info {
	font-size: 14px;
	line-height: 1.8;
  }
  
  .contact-item {
	margin-bottom: 10px;
	color: #bdc3c7;
  }
  
  .contact-label {
	display: block;
	font-weight: 600;
	color: #fff;
	/* margin-bottom: 3px; */
  }
  
  .contact-item a {
	color: #bdc3c7;
	text-decoration: none;
	transition: color 0.3s;
  }
  
  .contact-item a:hover {
	color: #ff6c02;
  }
  
  .contact-phone {
	font-size: 18px;
	font-weight: 600;
	color: #ff6c02 !important;
  }
  
  /* 底部版权信息 */
  .footer-bottom {
	border-top: 1px solid #34495e;
	padding-top: 20px;
	margin-top: 0px;
	text-align: center;
  }
  
  .copyright {
	color: #fff;
	font-size: 13px;
	margin: 0;
	line-height: 1.5;
  }
  
  /* 响应式设计 */
  @media (max-width: 992px) {
	.footer-content {
	  justify-content: flex-start;
	}
	
	.footer-column {
	  flex: 0 0 50%;
	  max-width: 50%;
	}
  }
  
  @media (max-width: 768px) {
	.footer {
	  padding: 30px 0 15px;
	}
	
	.footer-column {
	  flex: 0 0 100%;
	  max-width: 100%;
	}
	
	.footer-title::after {
	  left: 0;
	  transform: none;
	}
	
	.contact-item {
	  text-align: left;
	}
  }
  
  @media (max-width: 480px) {
	.footer {
	  padding: 20px 0 10px;
	}
	
	.footer-title {
	  font-size: 16px;
	}
	
	.footer-links a {
	  font-size: 13px;
	}
	
	.contact-item {
	  font-size: 13px;
	}
	
	.contact-phone {
	  font-size: 16px;
	}
  }
/*导航*/
.navbar-default {
	/* background-color: #303c4b; */
	border: none;
}

/*大屏幕*/
@media screen and (min-width: 769px) {
	header {}

	.logo {
		margin: 10px 0px;
		max-height: 90px;
	}

	.navbar {
		/* margin-top: 20px; */
		min-height: 48px;
		/* background: url(../images/nav_bg.jpg) repeat-x center center; */
	}

	.navbar-nav>li>a {
		text-align: center;
		font-size: 16px;
	}

	.navbar-default .navbar-nav>li>a {
		color: #fff;
		padding: 14px 30px 14px 30px;
	}

	.navbar-default .navbar-nav>li>a:hover,
	.navbar-default .navbar-nav>li>a:focus,
	.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 {
		background-color: #a1c146;
		color: #fff;
	}

	.navbar-brand {
		display: none;
	}

	.navbar-default .navbar-nav-e>li>a {}

	.navbar-fixed-top {
		margin-top: 0px;
	}

	.navbar-fixed-top ul.navbar-nav>li>a {
		font-size: 15px;
	}

	.nav_small {
		background-color: #a1c146;/*#47592a*/
		padding: 0px 0px 0px 0px;
		border-radius: 0px;
		border: none;
		box-shadow: none;
	}

	.nav_small>li>a {
		line-height: 30px;
		color: #fff;
		text-align: left;
	}

	.nav_small>li>a:hover {
		color: #FFA500;;
		background-color: #6f8932;
	}

	#app_menudown,
	#small_search {
		display: none;
	}

	.index_left_nav,
	.footer_nav {
		display: none;
	}

	.index_about {
		width: 600px;
	}
}

/*小屏幕*/
@media screen and (max-width: 768px) {
	.top_menu {display: none;}
	.logo {
		display: block;
		margin: 10px auto;
		max-height: 70px;
	}

	.navbar-default .navbar-brand {
		color: #fff;
		font-size: 16px;
	}

	.navbar-default .navbar-brand:hover,
	.navbar-default .navbar-brand:focus {
		color: #fff;
	}

	.navbar-toggle {
		border: none;
	}

	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
		border: 1px solid #6f8932;
	}

	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus {
		background-color: #b3905b;
	}

	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}

	.navbar-default .navbar-nav {
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.navbar-default .navbar-nav>li {}

	.navbar-default .navbar-nav>li:last-child {
		border: none;
	}

	.navbar-default .navbar-nav>li>a,
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #fff;
	}

	.navbar-default .navbar-nav>li>a:hover,
	.navbar-default .navbar-nav>li>a:focus,
	.navbar-default .navbar-nav>.active>a,
	.navbar-default .navbar-nav>.active>a:hover,
	.navbar-default .navbar-nav>.active>a:focus,
	.navbar-default .navbar-nav>.open>a,
	.navbar-default .navbar-nav>.open>a:hover,
	.navbar-default .navbar-nav>.open>a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
		background-color: #6f8932;
		color: #fff;
	}

	.top_name {
		display: none;
	}

	.search_group {
		margin: 5px 0px 20px 0px;
	}

	#topsearch {
		display: none;
	}

	.product_head {
		background: none;
	}

	.product_head h2 {
		margin-top: 25px;
	}

	.product_index {
		margin: 10px 0px 20px 0px;
	}

	.product_list {
		padding: 10px 0px 0px 0px;
	}

	.product_img {
		min-height: 80px;
		margin-bottom: 12px;
	}

	.product_list2 div.product_img,
	.case_list div.product_img {
		min-height: 80px;
		margin-bottom: 12px;
	}

	.about_index {
		padding-top: 35px;
	}

	.about_content img {
		max-width: 500px;
		width: 100%;
		margin-bottom: 15px;
	}

	.about_content a.btn-info {
		width: 220px;
		display: block;
		margin: 0 auto;
		padding: 8px 0px;
	}

	.case_box {
		padding: 35px 0px 10px 0px;
	}

	.case_head h2,
	.news_head h2 {
		font-size: 24px;
	}

	.news_head {
		margin-top: 35px;
	}

	.news_img {
		display: none;
	}

	.news_index {
		padding-left: 0px;
		margin-bottom: 10px;
	}

	.news_index li span {
		left: 0px;
		top: 0px;
		margin-right: 12px;
	}

	.news_index li a {
		margin-left: 0px;
		font-size: 15px;
	}

	.news_index li em {
		display: block;
		height: 45px;
		overflow: hidden;
		margin-left: 0px;
	}

	.page_bg {
		display: none;
	}

	.left_h {
		margin-top: 10px;
	}

	.list_related h2.left_h {
		margin-top: 60px;
	}

	.product_con img,
	.contents img {
		width: 100%;
	}

	.news_time {
		display: none;
	}

	#pic-page a img {
		width: 35px;
	}

	#cmsFloatPanel {
		display: none;
	}

	.point span.to_prev,
	.point span.to_next {
		text-align: left;
		padding-bottom: 8px;
	}

	.product_list2 {
		padding-top: 25px;
	}

	.feedback {
		margin-top: 20px;
	}

	.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: #FFEB3B;
	}

	.link_list {
		display: none;
		padding-top: 7px;
	}

	.tags_box {
		padding-left: 7px;
	}

	.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: #FFEB3B;
	}

	.tags_rows {
		display: none;
		padding-top: 7px;
	}

	.footer_nav {
		background-color: #fafafa;
	}

	footer {
		margin-bottom: 50px;
		padding-left: 8px;
		padding-right: 8px;
	}
}

@media screen and (max-width: 767px) {
	.copyright_p {
		display: none;
	}
	#kefu1 {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%;
	}
}

@media screen and (max-width: 340px) {
	/* .logo {
		max-height: 100px;
	} */
}






*html #kefu1 {
	/*--IE6 Hack - Fixed Positioning to the Bottom--*/
	margin-top: 50px;
	/*--Prevents IE6 from having an infinity scroll bar - due to 1px border on #footpanel--*/
	position: absolute;
	top: expression(eval(document.compatMode &&document.compatMode=='CSS1Compat') ?documentElement.scrollTop+50 : document.body.scrollTop +50);
}

#kefu1 {
	position: fixed;
	right: 0px;
	top: 80px;
	z-index: 10008;
	width: 132px;
	padding: 10px;
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: 1px 1px 1px #d4d4d4;
	font-size: 12px;
}

.cs_tel {
	height: 25px;
	background: url('../images/img.gif') no-repeat 0px 0px;
}

.cs_tel_ct {
	color: #666;
	line-height: 150%;
}

.cs_tel_num {
	color: #c00;
	font-size: 16px;
	font-family: Arial, Verdana;
	font-style: italic;
	font-weight: bold;
	display: block;
	padding: 5px 0px;
}
/* CSS Sprites（雪碧图/CSS精灵）技术 */
.cs_online {
	height: 30px;
	background: url('../images/img.gif') no-repeat 0px -50px;
}

.cs_online_qq {
	height: 25px;
}

.cs_online_qq a:link,
.cs_online_qq a:active,
.cs_online_qq a:visited,
.cs_online_qq a:hover {
	text-decoration: none;
	color: #666;
}

.cs_qcode {
	padding: 10px 0px 0px 0px;
}

.cs_free {
	height: 32px;
	background: url('../images/img.gif') no-repeat 0px -100px;
}

.cs_free a {
	display: block;
	height: 32px;
}

.cs_free a span {
	display: none;
}

.cs_baidu {
	height: 32px;
	background: url('../images/img.gif') no-repeat 0px -200px;
}

.cs_baidu a {
	display: block;
	height: 32px;
}

.cs_baidu a span {
	display: none;
}

.cs_spr {
	border-bottom: 1px dashed #c0c0c0;
	margin: 8px 0px;
}

.cs_space {
	clear: both;
	overflow: hidden;
	height: 8px;
}

.cs_close {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 12px;
	height: 12px;
	background: url('../images/img.gif') no-repeat 0px -150px;
}

.cs_close a {
	display: block;
	height: 10px;
}

.cs_close a span {
	display: none;
}

/* 产品参数展示 */
.product-attributes {
    margin-bottom: 20px;
    padding: 15px;
    background-color: #f9f9f9;
    border-radius: 4px;
}
.product-attributes h3 {
    margin-top: 0;
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.attr-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.attr-list li {
	display: flex;
	/* padding: 8px 0; */

	margin-bottom: 10px;
	padding-bottom: 10px;
    border-bottom: 1px solid rgb(221, 221, 221);
    display: flex;
}
.attr-name {
    font-weight: bold;
    width: 120px; /* 固定宽度让排版更整齐 */
    color: #666;
}
.attr-value {
    flex: 1;
    color: #333;
}

