
body {
	font-family: "微软雅黑", arail, 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
	position: relative;
	font-weight: 400;
	background-color: #fff;
	color: #666;
	font-size: 12px;
}
p {
	margin: 0;
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6, figure {
	color: #444;
}
::-webkit-selection {
color: #fff;
background: #323232;
}
::-moz-selection {
color: #fff;
background: #323232;
}
::selection {
	color: #fff;
	background: #323232;
}
.text-lowercase {
	text-transform: lowercase;
}
.text-uppercase, .initialism {
	text-transform: uppercase;
}
.text-capitalize {
	text-transform: capitalize;
}
.float_bg {
	background: url(../images/qq_3.gif) repeat-y
}
a {
	color: #333;
	text-decoration: none
}
/*a:focus, a:hover {*/
/*	color: #c40000;*/
/*}*/
.bg-main {
	background: #2B2B2B;
	border: 1px solid #2B2B2B !important
}
.bg-main:hover, .bg-main:focus {
	border: 1px solid #026d9a !important;
	background: #c00 !important
}
.button.bg-main {
	border-color: #2B2B2B !important
}
.button.bg-main:hover {
	border-color: #c00 !important;
}
.passcode {
	border-left: 1px solid #ddd;
	border-radius: 0 4px 4px 0;
	height: 32px;
	line-height: 32px;
	margin: 1px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
}
.detail h2, .detail h3 {
	line-height: 180%
}
.detail h3, .detail h1 {
	font-size: 18px;
	color: #5a5a5a;
	;
	font-weight: bold
}
.layout {
	overflow: hidden;
	width: 100%;
}
header .layout, footer .layout {
	overflow: visible;
	width: 100%;
}
{
overflow:visible;
width: 100%;
}
.not-animated {
	opacity: 0.9
}
.clear {
	clear: both
}
/* 顶部小导航栏样式 */
.top-nav {
  background: #2c3e50;
  color: white;
  padding: 8px 0;
  font-size: 14px;
  border-bottom: 1px solid #34495e;
  position: relative;
  z-index: 1001;
}

.top-nav-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.top-nav .contact-info {
  display: flex;
  gap: 30px;
}

.top-nav .contact-info a {
  display: flex;
  align-items: center;
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
}

.top-nav .contact-info a:hover {
  color: #3498db;
}

.top-nav .contact-info img {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

.top-nav .social-links {
  display: flex;
  gap: 20px;
}

.top-nav .social-links a {
  display: flex;
  align-items: center;
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
}

.top-nav .social-links a:hover {
  color: #e74c3c;
}

.top-nav .social-links img {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

/* 响应式设计 */
@media (max-width: 768px) {
  .top-nav-content {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
  
  .top-nav .contact-info {
    gap: 20px;
  }
  
  .top-nav .contact-info a span,
  .top-nav .social-links a span {
    display: none;
  }
  
  /* 移动端滚动时隐藏顶部导航栏 */
  .scrolled ~ .top-nav {
    transform: translateY(-100%);
    transition: transform 0.3s ease;
  }
}

/* 太阳能板回收设备展示模块样式 */
.recycling-showcase {
  background: #f8f9fa;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.recycling-showcase::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="%23000" opacity="0.02"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>') repeat;
  pointer-events: none;
}

.showcase-container {
  max-width: 1400px;
  margin: 0 auto;
  /*padding: 0 20px;*/
  position: relative;
  z-index: 1;
}

.showcase-content {
  display: flex;
  align-items: stretch;
  gap: 20px;
  background: #ffffff;
  border-radius: 4px;
  padding: 30px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  min-height: 500px;
}

.showcase-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #2196F3;
}

.showcase-image {
  flex: 1;
  text-align: center;
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.image-stack {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  height: 100%;
}

.equipment-image {
  width: 100%;
  height: calc(50% - 5px);
  object-fit: cover;
  border-radius: 3px;
  transition: transform 0.3s ease;
  filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.15));
}

.equipment-image:hover {
  transform: scale(1.02);
}

.top-image {
  margin-bottom: 5px;
}

.bottom-image {
  margin-top: 5px;
}

.showcase-info {
  flex: 1;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.showcase-title {
  font-size: 2rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 15px;
  line-height: 1.2;
  color: #2c3e50;
  background-clip: text;
}

.showcase-description {
  font-size: 1.1rem;
  color: #5a6c7d;
  line-height: 1.6;
  margin-bottom: 25px;
  font-weight: 400;
}

.info-section {
  margin-bottom: 25px;
}

.info-item {
  margin-bottom: 20px;
  padding: 18px;
  background: #f8f9fa;
  border-radius: 0;
  border-left: 4px solid #4CAF50;
  transition: all 0.3s ease;
}

.info-item:hover {
  background: #e8f5e8;
  transform: translateX(5px);
}

.info-title {
  font-size: 0.9rem;
  font-weight: 600;
  color: #4CAF50;
  margin-bottom: 8px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.info-content {
  font-size: 1rem;
  color: #2c3e50;
  font-weight: 500;
  margin: 0;
}

.action-buttons {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.btn-chat, .btn-quote {
  padding: 15px 30px;
  border: none;
  border-radius: 2px;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.btn-chat {
  background: #4CAF50;
  color: white;
  box-shadow: 0 4px 15px rgba(76, 175, 80, 0.3);
}

.btn-chat:hover {
  background: #45a049;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(76, 175, 80, 0.4);
}

.btn-quote {
  background: #FF9800;
  color: white;
  box-shadow: 0 4px 15px rgba(255, 152, 0, 0.3);
}

.btn-quote:hover {
  background: #F57C00;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 152, 0, 0.4);
}

.contact-info {
  padding: 18px;
  background: #2c3e50;
  border-radius: 12px;
  color: white;
  margin-top: auto;
}

.email-info {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
}

.email-link {
  color: #ffd700;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.email-link:hover {
  color: #ffed4e;
  text-decoration: underline;
}

/* 响应式设计 */
@media (max-width: 768px) {
  .showcase-content {
    flex-direction: column;
    padding: 40px 30px;
    gap: 40px;
  }
  
  .showcase-info {
    padding-left: 0;
  }
  
  .showcase-title {
    font-size: 2.2rem;
    text-align: center;
  }
  
  .action-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .btn-chat, .btn-quote {
    width: 100%;
    max-width: 300px;
  }
}

/* 模块导航栏样式 */
.module-navigation {
  background: #f8f9fa;
  padding: 40px 0;
  border-top: 1px solid #e9ecef;
  border-bottom: 1px solid #e9ecef;
}

.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.nav-title {
  text-align: center;
  margin-bottom: 30px;
  color: #2c3e50;
}

.nav-title h2 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #2c3e50;
}

.nav-title p {
  font-size: 1rem;
  color: #6c757d;
  font-weight: 400;
}

.nav-menu {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 15px;
  background: white;
  border-radius: 2px;
  text-decoration: none;
  color: #495057;
  transition: all 0.2s ease;
  border: 1px solid #dee2e6;
  min-width: 140px;
}

.nav-item:hover {
  background: #e9ecef;
  border-color: #adb5bd;
  color: #2c3e50;
}

.nav-item.active {
  background: #2c3e50;
  border-color: #2c3e50;
  color: white;
}

.nav-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-icon svg {
  width: 20px;
  height: 20px;
  color: inherit;
}

.nav-item span {
  font-size: 0.9rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
}

/* 导航栏响应式设计 */
@media (max-width: 768px) {
  .module-navigation {
    padding: 30px 0;
  }
  
  .nav-menu {
    gap: 15px;
  }
  
  .nav-item {
    min-width: 120px;
    padding: 15px 10px;
  }
  
  .nav-title h2 {
    font-size: 1.5rem;
  }
  
  .nav-title p {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .nav-menu {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  
  .nav-item {
    width: 90%;
    max-width: 200px;
  }
}

/* 统一模块样式 */
.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
  color: #2c3e50;
  position: relative;
  padding-bottom: 20px;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: #2196F3;
  border-radius: 2px;
}

/* 回收流程模块样式优化 */
#recycling-process {
  padding: 80px 0;
  background: #f8f9fa;
}

.solar-flow {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.solar-step {
  background: white;
  border-radius: 15px;
  padding: 25px 20px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  min-width: 180px;
  border: 2px solid transparent;
}

.solar-step:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  border-color: #4CAF50;
}

.solar-step div {
  font-size: 1rem;
  font-weight: 600;
  color: #2c3e50;
  line-height: 1.4;
}

.solar-arrow {
  font-size: 1.5rem;
  color: #4CAF50;
  font-weight: bold;
}

/* 视频演示模块样式优化 */
#demo-videos {
  padding: 80px 0;
  background: white;
}

.video-case-title {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
  color: #2c3e50;
  position: relative;
  padding-bottom: 20px;
}

.video-case-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: #2196F3;
  border-radius: 2px;
}

.video-case-columns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 1024px) {
  .video-case-columns {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .video-case-columns {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 480px) {
  .video-case-columns {
    grid-template-columns: 1fr;
  }
}

.video-case-card {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  cursor: pointer;
}

.video-case-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* 设备介绍模块样式优化 */
#equipment-intro {
  padding: 80px 0;
  background: #f8f9fa;
}

.equipment-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  align-items: stretch;
  justify-items: stretch;
}

.equipment-card {
  background: white;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  text-align: center;
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.equipment-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.equipment-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #2196F3;
}

.card-number {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: #4CAF50;
  color: white;
  border-radius: 4px;
  text-align: center;
  line-height: 60px;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(76, 175, 80, 0.3);
}

.card-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 25px;
  line-height: 1.3;
  height: 3.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-image {
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.card-image img {
  width: 100%;
  height: 250px;
  object-fit: contain;
  border-radius: 15px;
  transition: transform 0.3s ease;
  background: #f8f9fa;
  padding: 10px;
  box-sizing: border-box;
}

.equipment-card:hover .card-image img {
  transform: scale(1.05);
}

.card-description {
  font-size: 1rem;
  color: #5a6c7d;
  line-height: 1.5;
  margin-bottom: 30px;
  text-align: left;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 25px;
  background: #4CAF50;
  color: white;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(76, 175, 80, 0.3);
}

.card-btn:hover {
  background: #45a049;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(76, 175, 80, 0.4);
  color: white;
}

.card-btn .icon {
  width: 20px;
  height: 20px;
}

/* 设备介绍模块响应式设计 */
@media (max-width: 768px) {
  .equipment-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .equipment-card {
    padding: 30px 25px;
  }
  
  .card-image img {
    height: 200px;
  }
}

/* FAQs模块样式优化 */
#faq {
  padding: 80px 0;
  background: white;
}

.faq-section .container {
  margin: 0 auto;
  padding: 0 20px;
}

.faq-item {
  margin-bottom: 20px;
  background: white;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.faq-question {
  width: 100%;
  padding: 25px 30px;
  background: none;
  border: none;
  text-align: left;
  font-size: 1.1rem;
  font-weight: 600;
  color: #2c3e50;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-question:hover {
  background: #f8f9fa;
}

.faq-answer {
  padding: 0 30px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background: #f8f9fa;
}

.faq-answer p {
  padding: 20px 0;
  color: #5a6c7d;
  line-height: 1.6;
}

/* 联系表单模块样式优化 */
.contact-section {
  padding: 80px 0;

}

ul, li {
	padding: 0;
	margin: 0;
	list-style: none
}
.line-big {
	margin-left: -17px;
	margin-right: -17px
}
.line-big .x1, .line-big .x2, .line-big .x3, .line-big .x4, .line-big .x5, .line-big .x6, .line-big .x7, .line-big .x8, .line-big .x9, .line-big .x10, .line-big .x11, .line-big .x12, .line-big .xl1, .line-big .xl2, .line-big .xl3, .line-big .xl4, .line-big .xl5, .line-big .xl6, .line-big .xl7, .line-big .xl8, .line-big .xl9, .line-big .xl10, .line-big .xl11, .line-big .xl12, .line-big .xs1, .line-big .xs2, .line-big .xs3, .line-big .xs4, .line-big .xs5, .line-big .xs6, .line-big .xs7, .line-big .xs8, .line-big .xs9, .line-big .xs10, .line-big .xs11, .line-big .xs12, .line-big .xm1, .line-big .xm2, .line-big .xm3, .line-big .xm4, .line-big .xm5, .line-big .xm6, .line-big .xm7, .line-big .xm8, .line-big .xm9, .line-big .xm10, .line-big .xm11, .line-big .xm12, .line-big .xb1, .line-big .xb2, .line-big .xb3, .line-big .xb4, .line-big .xb5, .line-big .xb6, .line-big .xb7, .line-big .xb8, .line-big .xb9, .line-big .xb10, .line-big .xb11, .line-big .xb12 {
	position: relative;
	min-height: 1px;
	padding-right: 17px;
	padding-left: 17px
}
#fh5co-wrapper {
	overflow-x: hidden;
}
#fh5co-page {
	position: relative;
	z-index: 2;
	background: #fff;
	overflow-x: hidden;
}
.fh5co-heading {
	position: relative;
	z-index: 1
}
.fh5co-heading h2 {
	color: rgb(53, 53, 53);
	font-size: 50px;
	font-weight: normal;
	margin: 0 auto 7px;
	text-transform: uppercase;
	line-height: 50px;
}
.fh5co-heading span {
	font-size: 18px;
	color: #666;
	display: block;
	margin-top: 8px;
}
.fh5co-heading .imgs {
	background: url(../images/title-img.png) no-repeat center top;
	height: 50px;
	width: 100%
}
.vertical-middle {
	width: 100%;
	height: 100%;
	display: table;
}
.vertical-middle > div {
	display: table-cell;
	vertical-align: middle;
}
.zoomimgs {
	display: block;
	width: 100%;
	height: 0;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;/*图片不裁切需要全部显示改用background-size:contain，改变图片缩放比例改paddding-bottom的百分比,如图片宽高1:1 100%，4:3 75%，3:4 133.33%*/
}
.piczoomimgs {
	padding-bottom: 100%;
}
.artzoomimgs {
	padding-bottom: 64%;
}
.chazoomimgs1 {
	padding-bottom: 100%;
}
.chazoomimgs2 {
	padding-bottom: 88%;
}
.chazoomimgs3 {
	padding-bottom: 68%;
}
/*顶部导航 begin*/
.main-top {
	position: relative;
	width: 100%;
}
.inner-box-body #fh5co-header {
	border-bottom: 1px solid #EDEDED
}
.header-box.fixed.fixed-top {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	width: 100%;
	z-index: 6;
	background: #fff;
}
#fh5co-header .navbar {
	boder: none;
	height: 60px;
}
#fh5co-header .navbar-head {
	padding: 13px 0px 0 0;
}
#fh5co-header .navbar-head img {
	/*width: 200px;*/
}
#fh5co-header .navbar-body .nav {
}
#fh5co-header .navbar-body .nav li {
	margin: 0;
	padding: 0;
	display: inline;
	padding: 0 20px;
}
#fh5co-header .navbar-body .nav li a {
	/*color: #000;*/
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	padding: 12px 10px 0;
	transition: none;
}
#fh5co-header .navbar-body .nav li a .downward {
	display: none
}
#fh5co-header .navbar-body .nav li a:hover, #fh5co-header .navbar-body .nav li.current a.first-level {
	/*color: #0c3696;*/
}
#fh5co-header .navbar-body .nav li ul {
	border: none;
	left: -17px;
	border-radius: 0;
	margin: 0;
	padding: 0;
	min-width: 140px;
	z-index: 4;
	border: none;
	top: 62px;
	box-shadow: none;
	background: #C40000;
}
#fh5co-header .navbar-body .nav li ul:before {
	position: absolute;
	top: -7px;
	left: 62px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0,0,0,0.2);
	content: '';
}
#fh5co-header .navbar-body .nav li ul:after {
	position: absolute;
	top: -6px;
	left: 63px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #C40000;
	border-left: 6px solid transparent;
	content: '';
}
#fh5co-header .navbar-body .nav li ul li {
	margin: 0;
	padding: 0;
	height: auto;
	display: block;
	height: auto;
	border-bottom: 1px solid #b50202;
}
#fh5co-header .navbar-body .nav li ul li a {
	display: block;
	width: 100%;
	padding: 0px 10px;
	margin: 0;
	text-align: left;
	min-width: 140px;
	line-height: 40px;
	color: #fff;
	background: none;
	text-align: center;
	font-size: 14px;
	transition: none;
	border: none
}
#fh5co-header .navbar-body .nav li ul li a:hover {
	background: #f00;
	color: #fff;
	border: none
}
#fh5co-header .navbar-body .nav li ul li ul {
	top: 0
}
/*顶部导航 end*/

/*手机版顶部导航 begin */

/*手机版顶部导航 end */

/* 底部 begin*/
footer {
	background: #F5F5F5;
	color: #9b9b9b;
	padding: 15px 0;
	font-size: 14px;
}
footer a {
	color: #9b9b9b; margin:0 3px
}
footer a:hover {
	color: #c40000
}
footer .foot-top .foot-link {
	padding: 6px 0 0px;
}
/* 底部 end*/

/*首页轮换图片 begin*/
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
	outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.flexslider {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1
}
.flexslider .slides > li {
	-webkit-backface-visibility: hidden;

}
.flexslider .slides > li a {
	display: block;
	height: 100%
}
.flexslider .slides img {
	width: 100%;
	display: block;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
.slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
.no-js .slides > li:first-child {
	display: block;
}
.flex-control-nav {
	display: none;
	position: absolute;
	bottom: 5px;
	z-index: 2;
	width: 100%;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 3px;
	display: inline-block;
	zoom: 1
}
.flex-control-nav a {
	width: 9px;
	height: 9px;
	display: block;
	background: #555;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
	-moz-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
	-o-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
	box-shadow: inset 0 0 3px rgba(0,0,0,.3);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px
}
.flex-control-nav .flex-active {
	background: #c40000;
}
.flex-direction-nav {
	position: absolute;
	z-index: 3;
	width: 100%;
	top: 50%;
}
.flex-direction-nav li a {
	display: block;
	width: 71px;
	height: 71px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	margin-top: -36px;
	text-indent: -9999em;
	top: 50%;
	background-repeat: no-repeat;
	border-radius: 5px
}/* display:none隐藏左右按钮*/
.flex-direction-nav li a.flex-prev {
	left: 10px;
	background-position: 0 0px;
	background-image: url("../images/left.png");
	background-color: rgba(0,0,0,.1)
}
.flex-direction-nav li a.flex-next {
	right: 10px;
	background-position: 0px 0px;
	background-image: url("../images/right.png");
	background-color: rgba(0,0,0,.1)
}
.flex-direction-nav li a.flex-prev:hover {
	background-color: rgba(0,0,0,.3)
}
.flex-direction-nav li a.flex-next:hover {
	background-color: rgba(0,0,0,.3)
}
/*首页轮换图片 end*/

/*首页标题*/
#index_box_id .title {
	background: url(../images/bg-title.png) no-repeat 2px 127px;
	min-height: 166px;
}
#index_box_id .title h3 {
	font-size: 24px;
	color: #0c3696;
	margin-bottom: 3px;
}
#index_box_id .title p {
	font-size: 14px;
	color: rgb(204, 204, 204);
}
/* 首页关于我们 begin*/
#fh5co-about-us .bg-about {
	padding: 100px 0 70px
}
#fh5co-about-us .media-img img {
	max-width: 100%
}
#fh5co-about-us .content {
	padding-top: 60px;
}
#fh5co-about-us .content p, #fh5co-about-us .content {
	font-size: 13px;
	color: rgb(153, 153, 153);
	line-height: 2
}
/* 首页产品展示 begin*/
#fh5co-product-list .bg-product {
	padding: 100px 0 40px;
	background: #F5F5F5
}
#fh5co-product-list .show-list .pro-item a {
	color: rgb(153, 153, 153);
}
#fh5co-product-list .show-list .pro-item a h3 {
	margin-top: 11px;
	font-size: 14px;
	color: rgb(153, 153, 153);
}
#fh5co-product-list .show-list .pro-item a .portfolio-img {
	background: #fff
}
#fh5co-product-list .show-list .pro-item a:hover h3 {
	color: #c40000
}
/* 首页功效 begin*/
#fh5co-effect-list .title-box {
	padding: 90px 0 70px
}
#fh5co-effect-list .media-img {
	padding: 40px 0 25px;
}
#fh5co-effect-list .media-img img {
	max-width: 100%
}
#fh5co-effect-list .content {
	padding-top: 200px;
}
#fh5co-effect-list .content p, #fh5co-effect-list .content {
	font-size: 13px;
	color: rgb(153, 153, 153);
	line-height: 2
}
/* 首页新闻列表 begin*/
#fh5co-news-list .bg-news {
	padding: 100px 0 50px;
	background: #F5F5F5
}
#fh5co-news-list .show-list .media-left .time {
	color: #999;
	font-size: 13px;
}
#fh5co-news-list .show-list .media-left {
	margin: 7px 22px 0 0;
}
#fh5co-news-list .show-list .media-body {
	background: url(../images/news-dot.jpg) no-repeat left top;
	padding: 1px 0 0 34px;
	padding-bottom: 30px;
}
#fh5co-news-list .show-list li:last-child .media-body {
	padding-bottom: 5px;
}
#fh5co-news-list .show-list .media-body h3 a {
	color: #4c4c4c;
	font-size: 14px;
	line-height: 100%
}
#fh5co-news-list .show-list .media-body h3 a:hover {
	color: #c40000
}
#fh5co-news-list .show-list .media-body p {
	color: #999;
	line-height: 24px;
	margin-bottom: 6px;
	margin-top: 8px;
	font-size: 13px;
}
/* 首页联系我们 begin*/
#fh5co-contact-us .bg-contact {
	padding: 80px 0 35px
}
#fh5co-contact-us .attention-box h3 {
	font-size: 18px;
	color: #0c3696;
	margin: 8px 0 30px;
}
#fh5co-contact-us .attention-box .social {
	margin-top: 12px;
}
#fh5co-contact-us .attention-box .social li {
	display: inline-block;
	margin-right: 13px;
}
#fh5co-contact-us .attention-box .social li a {
	margin-top: 3px;
	display: inline-block;
	width: 28px;
	height: 28px;
	color: #fff;
	background: #A6A6A6;
	border-radius: 50%;
	text-align: center;
	line-height: 26px;
	font-size: 15px;
	margin-right: 3px;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	margin-bottom: 0
}
#fh5co-contact-us .attention-box .social li a:before {
	background: 0 0
}
#fh5co-contact-us .attention-box .social li a:hover {
	color: #fff
}
#fh5co-contact-us .attention-box .social #f-weixin-id {
	position: relative;
	z-index: 7
}
#fh5co-contact-us .attention-box .social .weixint-content {
	background-clip: padding-box;
	border: 1px solid rgba(204, 213, 219, 0.8);
	border-radius: 4px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
	left: -40px;
	min-height: 32px;
	padding: 0;
	position: absolute;
	text-align: left;
	bottom: 42px;
	white-space: normal;
	width: 116px;
	background: #fff;
	;
	z-index: 8
}
#fh5co-contact-us .attention-box .social .weixint-content:before {
	position: absolute;
	bottom: -9px;
	left: 46px;
	width: 0;
	height: 0;
	content: '';
}
#fh5co-contact-us .attention-box .social .weixint-content:after {
	content: '';
	position: absolute;
	left: 46px;
	bottom: -7px;
	width: 13px;
	height: 13px;
	box-sizing: border-box;
	overflow: hidden;
	border-width: 1px 1px 0 0;
	border-color: rgba(204, 213, 219, 0.85);
	border-style: solid;
	background: #fff;
	transform: rotate(-225deg);
}
#fh5co-contact-us .attention-box .social .weixint-content img {
	width: 110px;
	height: 110px;
}
#fh5co-contact-us .content h3 {
	margin: 0px 0 22px;
	color: #0c3696;
}
#fh5co-contact-us .content, #fh5co-contact-us .content p {
	font-size: 13px;
	color: #0c3696;
	line-height: 2
}
#fh5co-contact-us .content a {
	font-size: 13px;
	color: #0c3696
}
/* 内页 begin*/
/* 产品展示 begin*/
.show-product a {
	color: #37474f;
	display: block;
	background: #fff;
	padding-bottom: 40px;
}
.show-product a .media-img {
	transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	width: 100%;
	overflow: hidden
}
.show-product a:hover {
	color: #000;
	text-decoration: none;
}
.show-product a:hover .media-img {
	opacity: 0.6;
}
.show-product a .content {
	padding: 5px 25px 10px;
}
.show-product a .content h3 {
	margin: 13px 0px 0px;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	white-space: nowrap
}
.show-product a .content p.desc {
	font-size: 14px;
	color: #999;
	line-height: 1.6;
	height: 50px;
	overflow: hidden
}
.show-product a .content p.more {
	border: 1px solid #e22835;
	padding: 6px 15px;
	font-size: 14px;
	line-height: 1.5;
	display: inline-block;
	margin-top: 25px
}
.show-product a .content p.more:hover {
	background: #e22835;
	color: #fff
}
.show-product a:hover h3 {
	color: #c40000
}
/* 产品展示 end*/

#fh5co-content_show {
	padding: 30px 0 20px;
}
#fh5co-content_show .inner-title {
	padding: 70px 0 50px;
}
#fh5co-content_show .inner-title h2 a {
	color: #333;
}
#fh5co-content_show .show_body {
	font-size: 14px;
}
#fh5co-content_show .detail {
	font-size: 16px;
	padding: 0px 0;
	line-height: 180%;
}
#fh5co-content_show .content_detail .detail {
}
#fh5co-content_show .detail a {
	color: rgb(89, 89, 89);
}
#fh5co-content_show .detail a:hover {
	color: #c40000
}
#fh5co-content_show .detail h1 {
	font-size: 20px;
	text-align: left;
	font-weight: normal;
	text-align: center;
	margin-bottom: 5px;
}
#fh5co-content_show .detail img {
	height: auto !important;
	max-width: 100%;
	vertical-align: middle;
	margin-bottom: 11px;
}
#fh5co-content_show .detail img {
	margin: 11px 0;
	max-width: 100%
}
#fh5co-content_show .detail .content-img img {
}
#fh5co-content_show .detail p {
	text-indent: 0;
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 13px;
}
#fh5co-content_show .detail .description {
	padding: 0px;
	font-size: 14px;
}
#fh5co-content_show .qhd-title {
	text-align: center
}
#fh5co-content_show .qhd-title span {
	margin: 0 5px;
	font-size: 14px;
	color: #a3afb7
}
#fh5co-content_show .qhd-title {
	border-bottom: 1px solid #ededed;
	margin-bottom: 25px;
	padding-top: 6px;
}
#fh5co-content_show .qhd-title strong {
	font-weight: normal
}
#fh5co-content_show .contact-box h2 {
	font-size: 16px;
	font-weight: bold
}
#fh5co-content_show .title {
	border-bottom: 1px solid #dedede;
	height: 60px;
	line-height: 60px;
	text-align: left;
	margin-top: 30px
}
#fh5co-content_show .title h2 {
	display: inline-block;
	font-size: 18px;
	font-weight: normal;
	line-height: 60px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	word-break: break-all;
	color: #555;
	text-indent: 8px;
}
#fh5co-content_show .title h2 a {
	color: #555;
}
#fh5co-content_show .title .bread {
	padding: 0px 0 0;
	font-size: 14px;
	color: #999
}
#fh5co-content_show .title .bread a {
	font-size: 14px;
	color: #999
}
#fh5co-content_show .title .bread a i {
	display: inline-block;
	margin-right: 5px;
}
#fh5co-content_show .leftbar {
	position: relative;
	padding-right: 35px;
}
#fh5co-content_show .leftbar h3 {
	color: #fff;
	font-size: 18px;
	height: 60px;
	line-height: 60px;
	padding: 0 20px;
	position: relative;
	background: #222
}
#fh5co-content_show .leftbar h3 a, #fh5co-content_show .leftbar h3 a:hover {
	color: #fff;
}
#fh5co-content_show .leftbar .nav {
	background: #4d4d4d
}
#fh5co-content_show .leftbar .nav li {
	line-height: 45px;
	height: 45px;
}
#fh5co-content_show .leftbar .nav li a {
	color: #ddd;
	display: block;
	padding: 0 20px;
	line-height: 45px
}
#fh5co-content_show .leftbar .nav li a:hover {
	background: #efefef;
	color: #333
}
#fh5co-content_show .product-detail {
	padding: 20px;
}
#fh5co-content_show .product-detail img {
	max-width: 100%;
	overflow: hidden;
	vertical-align: middle;
	margin: 11px 0;
}
#fh5co-content_show .product-detail .content-img {
	overflow: hidden;
	width: 90%
}
#fh5co-content_show .product-detail .content-img img {
	width: 100%;
	overflow: hidden;
	vertical-align: middle;
}
#fh5co-content_show .product-detail h1 {
	border-bottom: 1px solid #ddd;
	color: #000;
	font-size: 24px;
	line-height: 33px;
	padding-bottom: 6px;
}
#fh5co-content_show .product-detail .p_desc {
	color: #999;
	line-height: 24px;
	padding: 20px 0 30px;
	font-size: 14px;
}
#fh5co-content_show .product-detail .kefu_bnts {
	background: #CCAC85;
	color: #FFF;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	font-size: 16px;
	display: block;
	text-align: center
}
#fh5co-content_show .product-detail .kefu_bnts:hover {
	background: #FF5417;
}
#fh5co-content_show .product-detail .description {
	line-height: 28px;
	font-size: 14px;
	margin-bottom: 20px;
}
#fh5co-content_show .product-detail .description p {
	line-height: 28px;
}
#fh5co-content_show .product-detail .detail-title {
	border-bottom: 1px solid #ddd;
	position: relative;
	height: 37px;
}
#fh5co-content_show .product-detail .detail-title h2 {
	background: #fff;
	color: #555;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	width: 126px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #fff;
	position: absolute;
	left: 0;
	top: 1px;
}
#fh5co-content_show .product-detail table td {
	text-align: center
}
#fh5co-content_show .product-detail #quirydialog {
	display: none;
}
#quirydialog .qdialog-head {
	font-size: 16px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 7px;
	margin-bottom: 20px;
	width: 900px;
	padding-right: 10px;
}
#quirydialog .field {
	padding-right: 10px;
}
/*关于*/
#fh5co-content_show .about-boxs, #fh5co-content_show .about-boxs p, #fh5co-content_show .effect-boxs, #fh5co-content_show .effect-boxs .e-left p {
	color: rgb(166, 166, 166);
}
#fh5co-content_show .about-boxs h3 {
	font-weight: normal;
	font-size: 20px;
	color: #666;
	margin-top: 150px;
}
#fh5co-content_show .effect-boxs .e-left {
	margin-top: 80px;
}
#fh5co-content_show .effect-boxs .e-left p {
	margin-bottom: 28px;
}
/*分页*/
.table span {
	margin-right: 10px;
}
.content_detail .pager {
	font-size: 14px;
	padding: 0;
	margin: 0
}
.content_detail .pager a {
	border: none;
	color: #666;
}
.content_detail .pager a:focus, .content_detail .pager a:hover {
	color: #c40000;
	background: none
}
.content_detail .pager li {
	display: block;
	text-align: left;
	line-height: 200%
}
#fh5co-content_show .pagination .active, #fh5co-content_show .pagination a:hover {
	background: #2b2b2b;
	color: #fff;
}
#fh5co-content_show .pagination .active a {
	color: #fff
}
#fh5co-content_show .pagination li {
	margin: 0 3px;
}
#fh5co-content_show video {
	max-width: 100%
}
#fh5co-content_show .pagination li.thisclass {
	width: 35px;
	height: 36px;
	line-height: 35px;
	background: #2b2b2b;
	color: #FFF;
}
#fh5co-content_show .pagination li.thisclass a{ color:#fff}
#fh5co-content_show .pagination li:first-child, #fh5co-content_show .pagination li:last-child {
	width: 55px;
	height: 36px;
	line-height: 36px;
}
/*文章*/
#fh5co-content_show .article-media li {
	border-bottom: 1px dashed #E0E0E0;
	padding: 5px 0 18px
}
#fh5co-content_show .article-media li:last-child {
	border-bottom: none
}
.article-media .media .caldata .content {
	padding: 12px;
	background: #f2f2f2;
	text-align: center;
	margin-right: 8px;
	color: #666
}
.article-media .media .caldata .content p {
	text-align: center
}
.article-media .media .caldata .content p.day {
	font-size: 24px;
	color: #666;
	font-weight: bold;
	padding-bottom: 5px;
}
.article-media .media .caldata .content p.mon-year {
	font-size: 13px;
}
.article-media .media .media_img {
	width: 290px;
	margin-right: 20px;
}
.article-media .media .media_img a {
	border-color: -moz-use-text-color;
	border-style: none;
	border-width: medium;
	padding: 0;
}
.article-media .media .media_img a:hover {
	border-color: -moz-use-text-color;
	border-style: none;
	border-width: medium;
	background: #fff4ce none repeat scroll 0 0;
}
.article-media .media .media_img img {
	width: 290px;
}
.article-media li {
	margin-bottom: 12px;
}
.article-media .media .time {
	color: #bbb;
	font-size: 12px;
	display: inline-block;
	margin-top: 6px;
}
.article-media .media-body h3 {
	font-size: 15px;
	margin-bottom: 8px;
}
.article-media .media-body h3 a {
	color: #666;
	font-weight: normal;
	font-size: 15px;
	line-height: 100%;
}
.article-media .media-body h3 a:hover {
	color: #c40000;
}
.article-media .media-body p {
	color: #a6a6a6;
	line-height: 22px;
	font-size: 13px;
}
/*内页banner*/
.slideshow {
	height: 380px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative
}
.slideshow h3 {
	position: absolute;
	top: 50%;
	margin-top: -18px;
	color: #fff;
	font-size: 36px;
	height: 36px;
	left: 0;
	right: 0;
	text-align: center;
	text-shadow: 0 0 15px rgb(0, 0, 0);
}
.slideshow h3 a {
	color: #fff;
}
/*在线客服*/
.SonlineBox {
	width: 139px;
	font-size: 12px;
	overflow: hidden;
	z-index: 6;
}
.SonlineBox .openTrigger {
	width: 31px;
	height: 130px;
	position: absolute;
	top: 0px;
	z-index: 1;
	cursor: pointer;
	background: #a9060e url(../images/greenopen.jpg) no-repeat;
}
.SonlineBox .titleBox {
	width: 135px;
	height: 35px;
	line-height: 33px;
	background: #a9060e;
	border-bottom: 2px solid #a9060e;
}
.SonlineBox .titleBox span {
	margin-left: 10px;
	color: #fff;
	font-size: 14px;
}
.SonlineBox .contentBoxC {
	width: 135px; /*height:335px;*/
	border: 2px solid #a9060e;
	background: #ffffff/* url(../images/greenbg.jpg) no-repeat*/;
	position: absolute;
	z-index: 2;
}
.SonlineBox .contentBoxC .closeTrigger {
	width: 25px;
	height: 25px;
	display: block;
	cursor: pointer;
	position: absolute;
	top: 5px;
	right: 5px;
	-webkit-transition: all 0.8s ease-out;
}
.SonlineBox .contentBoxC .closeTrigger:hover {
	-webkit-transform: scale(1) rotate(360deg);
}
.SonlineBox .contentBoxC .listBox {
	overflow: hidden;
	margin-bottom: 10px;
}
.SonlineBox .contentBoxC .listBox .Tlist {
	display: block;
	width: 86%;
	height: 22px;
	margin: 10px auto 0px auto;
	text-align: center;
}
.SonlineBox .contentBoxC .listBox .Tlist span {
	float: left;
	line-height: 22px;
}
.SonlineBox .contentBoxC .listBox .Tlist a {/*float:left;*/
}
.SonlineBox .contentBoxC .listBox .WWList {
	line-height: 18px;
	height: 18px;
}
.SonlineBox .contentBoxC .listBox .SkypeList {
	line-height: 23px;
	height: 23px;
}
.SonlineBox .contentBoxC .otherBox {
	clear: both;
	height: 115px;
	text-align: center;
}
.SonlineBox .contentBoxC .otherBox img {
	width: 105px;
	height: 105px;
}
.SonlineBox .contentBoxC .telBox {
	display: block;
	padding: 36px 10px 10px;
	color: #a9060e;
	font-size: 14px;
	line-height: 26px;
	font-family: '微软雅黑';
	background: url(../images/telbg.jpg) 0 0 no-repeat;
	text-align: center;
	font-weight: bold;
	word-wrap : break-word;
}
/*在线客服 end*/


/*手机底部导航*/
#toolbar {
	display: none;
}
 @media (max-width:1199px) and (min-width:1001px) {
.flexslider .slides > li {
	
}
#fh5co-about-us .content {
	padding-top: 40px;
}
#fh5co-effect-list .media-img {
	padding: 30px 0 25px;
}
#fh5co-effect-list .content {
	padding-top: 150px;
}
#fh5co-news-list .show-list .media-body {
	padding-bottom: 10px;
}
#fh5co-content_show .about-boxs h3 {
	margin-top: 80px;
}
#fh5co-content_show .effect-boxs .e-left {
	margin-top: 40px;
}
}
 @media screen and (max-width:1000px) {
#quirydialog .qdialog-head {
	width: 600px
}
#fh5co-header .navbar-head img {
	width: 170px;
	margin-top: 2px;
}
#fh5co-header .navbar-body .nav li {
	padding: 0 16px;
}
footer .foot-link a {
	margin: 0 0 0 4px;
}
.slideshow {
	height: 320px;
}
.line-big {
	margin-left: -10px;
	margin-right: -10px
}
.line-big .x1, .line-big .x2, .line-big .x3, .line-big .x4, .line-big .x5, .line-big .x6, .line-big .x7, .line-big .x8, .line-big .x9, .line-big .x10, .line-big .x11, .line-big .x12, .line-big .xl1, .line-big .xl2, .line-big .xl3, .line-big .xl4, .line-big .xl5, .line-big .xl6, .line-big .xl7, .line-big .xl8, .line-big .xl9, .line-big .xl10, .line-big .xl11, .line-big .xl12, .line-big .xs1, .line-big .xs2, .line-big .xs3, .line-big .xs4, .line-big .xs5, .line-big .xs6, .line-big .xs7, .line-big .xs8, .line-big .xs9, .line-big .xs10, .line-big .xs11, .line-big .xs12, .line-big .xm1, .line-big .xm2, .line-big .xm3, .line-big .xm4, .line-big .xm5, .line-big .xm6, .line-big .xm7, .line-big .xm8, .line-big .xm9, .line-big .xm10, .line-big .xm11, .line-big .xm12, .line-big .xb1, .line-big .xb2, .line-big .xb3, .line-big .xb4, .line-big .xb5, .line-big .xb6, .line-big .xb7, .line-big .xb8, .line-big .xb9, .line-big .xb10, .line-big .xb11, .line-big .xb12 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px
}
.flexslider .slides > li {
	
}
#fh5co-about-us .content {
	padding-top: 10px;
}
#fh5co-effect-list .media-img {
	padding: 30px 0 25px;
}
#fh5co-effect-list .content {
	padding-top: 110px;
}
#fh5co-news-list .show-list .media-body {
	padding-bottom: 10px;
}
.article-media .media .media_img, .article-media .media .media_img img {
	width: 180px;
}
#fh5co-content_show .about-boxs h3 {
	margin-top: 10px;
}
#fh5co-content_show .effect-boxs .e-left {
	margin-top: 0px;
}
#fh5co-content_show .effect-boxs .e-left p {
	margin-bottom: 18px;
}
}
 @media screen and (max-width:760px) {
	 #fh5co-content_show .product-detail .content-img{ width:100% }
.fh5co-heading h2 {
	font-size: 28px;
	margin: 0 auto
}
.fh5co-heading span {
	font-size: 14px;
	margin: 0
}
#quirydialog .qdialog-head {
	width: 360px
}
#fh5co-offcanvas .nav {
	display: block;
	borer: none
}
.fh5co-nav-toggle {
	display: block;
}
#fh5co-header .navbar {
	height: 50px;
}



#fh5co-header .navbar-head {
	/*padding: 0 0 10px 0;*/
	position: relative
}
#fh5co-header .navbar-body {
	border: none
}
#fh5co-header .icon-navicon {
	position: absolute;
	top: 50%;
	right: 0px;
	margin-top: -10px;
	background: none;
	color: #fff;
	font-size: 22px;
	border: none;
	transition: none;
	padding: 0;
}
#fh5co-header .navbar-head img {
	width: 50px;
	margin-top: 1px;
}
#article-box-id #fh5co-content_show .show_content {
	margin-left: 0px;
}
.flex-direction-nav {
	display: none
}
.flex-control-nav {
	display: block
}
.flexslider .slides > li {
	
}
#index_box_id .title {
	background: none;
	min-height: auto;
}
#index_box_id .title{ min-height:30px !important}
#fh5co-about-us .bg-about, #fh5co-product-list .bg-product, #fh5co-effect-list .bg-effect, #fh5co-news-list .bg-news, #fh5co-contact-us .bg-contact {
	padding: 40px 0 10px
}
#fh5co-effect-list .title-box, #fh5co-effect-list .media-img {
	padding: 0
}
#fh5co-effect-list .content {
	padding-top: 0px;
}
#fh5co-news-list .show-list .media-body h3 {
	white-space: nowrap;
	overflow: hidden
}
#fh5co-news-list .show-list .media-body p {
	height: 46px;
	overflow: hidden
}
.article-media .media .media_img, .article-media .media .media_img img {
	width: 120px;
}
#fh5co-content_show .about-boxs .about-img, #fh5co-content_show .effect-boxs .about-img {
	text-align: center
}
/*手机底部导航*/
.blank55 {
	height: 55px;
	line-height: 1px;
	clear: both;
}
#toolbar {
	color: #fff;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 8;
	background: #0c3696;
	display: block;
}
#toolbar a {
	width: 100%;
	color: #fff;
	display: block;
	padding: 5px 0 0 0;
	line-height: 23px;
	font-size: 14px;
}

#toolbar a img{
	 width: 60px;
	height: 60px;
}

#toolbar a span {
	font-size: 22px;
	display: block;
}
}
 @media screen and (max-width:480px) {
.fh5co-heading span {
	padding: 0 10px;
}
#quirydialog .qdialog-head {
	width: auto !important
}

.fh5co-nav-toggle {
	top: 15px;
}
#fh5co-content_show .detail h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0
}
footer .foot-link {
	display: none
}
#fh5co-content_show .qhd-title span {
	font-size: 12px;
}
.article-media .media .media_img {
	width: 82px;
	margin-right: 10px;
}
.article-media .media .media_img img {
	width: 80px;
	padding: 1px;
}
.article-media .media .time, .article-media .media .desc {
	display: none
}
.article-media img {
	width: 80px;
}
.article-media .media-body h3 {
	line-height: 100%;
	font-size: 14px;
}
.article-media .media-body h3 a {
	font-size: 14px;
	line-height: 150%
}
.slideshow {
	height: 170px;
}
.flexslider .slides > li {
	
}
#fh5co-news-list .show-list .media-left .time {
	font-size: 12px;
}
#fh5co-news-list .show-list .media-left {
	margin: 7px 8px 0 0;
}
#fh5co-news-list .show-list .media-body {
	padding: 1px 0 0 20px;
}
}
 @media screen and (max-width:280px) {
.show-product .xl6, #fh5co-product-list .show-list .xl6 {
	width: 100% !important
}
}
/* 内页 end*/

/* ======置顶 ======*/
.backToTop {
	display: none;
	width: 35px;
	height: 35px;
	position: fixed;
	_position: absolute;
	right: 5px;
	bottom: 60px;
	_bottom: "auto";
	cursor: pointer;
	z-index: 9;
	background: #666 url(../images/icon-gotop-fixed.png) no-repeat center center;
}
.backToTop:hover {
	background-color: #222;
}

.pagebar { padding:20px; overflow:hidden}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 4px 8px;
  margin: 0 2px;
  border-radius: 3px;
}
.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #333;
  border: 1px solid #333;
}
.pagination a.page-num-current {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}
.pagination .st{ font-family:宋体}
.text-secondary{ text-align:center; padding:20px 0}

#maximg img{ max-width:100%; height:auto !important}

/* 整合模块：产品价值与社会贡献 */
.integrated-value-section {
    padding: 60px 20px;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.value-container {
    max-width: 1400px;
    margin: 0 auto;
}

/* 二级标题设计 */
.mission-header {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}

.main-title {
    font-size: 3.5rem;
    font-weight: 800;
    color: #1e293b;
    margin: 0 0 15px 0;
    letter-spacing: -0.02em;
    line-height: 1.1;
    text-transform: uppercase;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.sub-title {
    font-size: 1.5rem;
    font-weight: 400;
    color: #64748b;
    margin: 0;
    line-height: 1.4;
    font-style: italic;
    position: relative;
}

.sub-title::before,
.sub-title::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #cbd5e1, transparent);
}

.sub-title::before {
    left: -80px;
}

.sub-title::after {
    right: -80px;
}

/* 公司使命部分 */
.company-mission {
    margin-bottom: 60px;
}

.mission-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    background: white;
    padding: 40px;
    border-radius: 4px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.mission-text h3 {
    font-size: 1.8rem;
    color: #2563eb;
    margin-bottom: 20px;
    font-weight: 600;
}

.mission-text p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #475569;
}

.mission-image img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

/* 危害与价值对比部分 */
.challenges-value-section {
    margin-bottom: 60px;
}

.section-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.challenge-card,
.value-card {
    background: white;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.challenge-card {
    border-left: 4px solid #dc2626;
}

.value-card {
    border-left: 4px solid #059669;
}

.challenge-card h3 {
    font-size: 1.5rem;
    color: #dc2626;
    margin-bottom: 20px;
    font-weight: 600;
    text-align: center;
}

.value-card h3 {
    font-size: 1.5rem;
    color: #059669;
    margin-bottom: 20px;
    font-weight: 600;
    text-align: center;
}

.challenge-visual {
    margin-bottom: 20px;
    text-align: center;
}

.challenge-visual img {
    width: 100%;
    max-width: 200px;
    border-radius: 12px;
}

.danger-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.danger-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.danger-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-top: 2px;
}

.danger-item p {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #374151;
    margin: 0;
}

.value-chart {
    margin-bottom: 20px;
    text-align: center;
}

.value-chart canvas {
    max-width: 100%;
    max-height: 200px;
}

.value-highlights {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.highlight-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px;
    background: #f8fafc;
    border-radius: 2px;
}

.highlight-icon {
    font-size: 1.2rem;
    flex-shrink: 0;
}

.highlight-item span:last-child {
    font-size: 0.9rem;
    color: #475569;
    line-height: 1.4;
}

/* 行动号召部分 */
.call-to-action {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    padding: 50px 40px;
    border-radius: 16px;
    text-align: center;
    color: white;
}

.cta-content h3 {
    font-size: 2rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.cta-content p {
    font-size: 1.1rem;
    margin-bottom: 30px;
    opacity: 0.9;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-primary,
.btn-secondary {
    padding: 15px 30px;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-primary {
    background: #059669;
    color: white;
}

.btn-primary:hover {
    background: #047857;
    transform: translateY(-2px);
}

.btn-secondary {
    background: white;
    color: #2563eb;
}

.btn-secondary:hover {
    background: #f1f5f9;
    transform: translateY(-2px);
}

/* 响应式设计 */
@media (max-width: 768px) {
    .integrated-value-section {
        padding: 40px 15px;
    }
    
    .mission-header {
        margin-bottom: 40px;
    }
    
    .main-title {
        font-size: 2.5rem;
        margin-bottom: 10px;
    }
    
    .sub-title {
        font-size: 1.1rem;
        padding: 0 20px;
    }
    
    .sub-title::before,
    .sub-title::after {
        display: none;
    }
    
    .mission-content,
    .section-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .mission-content,
    .challenge-card,
    .value-card {
        padding: 25px;
    }
    
    .mission-text h3,
    .challenge-card h3,
    .value-card h3 {
        font-size: 1.3rem;
    }
    
    .challenge-visual img {
        max-width: 150px;
    }
    
    .value-chart canvas {
        max-height: 150px;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .btn-primary,
    .btn-secondary {
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width: 480px) {
    .main-title {
        font-size: 2rem;
    }
    
    .sub-title {
        font-size: 1rem;
    }
}