/*
body {
  font-family: Arial, sans-serif;
  margin: 20px;
  background: #f5f5f5;
}
*/
/*
	仪器设备
*/

.device_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.device_h1 {
  color: #2b8a3e;
}
.view-more {
  color: #2b8a3e;
  text-decoration: none;
  font-size: 16px;
  padding-right:36px
}
.tabs {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.tab-button {
  padding: 10px 20px;
  margin-right: 5px;
  border: none;
  background-color: #eee;
  cursor: pointer;
}
.tab-button.active {
  background-color: #2b8a3e;
  color: white;
}
.tab-content {
  display: none;
  text-align: center;
}
.tab-content.active {
  display: block;
}
.carousel {
  display: flex;
  align-items: center;
  justify-content: center;
}
.slide-container {
  overflow: hidden;
  width: 80%;
}
.slide-set {
  display: flex;
  transition: transform 0.3s ease;
}
.slide {
  min-width: 320px;
  margin: 0;
}
.slide img {
  width: 300px;
  height: auto;
}
.description {
  margin-top: 10px;
}
.nav {
  background-color: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

/*
	信息中心
*/
.header2 h1 {
  color: #2b8a3e;
  text-align: center;
}

.header2 .en-title {
  font-size: 26px;
  color: #f0f0f0;
  letter-spacing: 2px;
  margin-top: -20px;
  margin-bottom: 20px;
  font-weight: bold;
}
.tabs2 {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.tab-button2 {
  padding: 10px 20px;
  margin: 0 5px;
  border: none;
  background-color: #eee;
  cursor: pointer;
}
.tab-button2.active {
  background-color: #2b8a3e;
  color: white;
}
.tab-content2 {
  display: none;
}
.tab-content2.active {
  display: block;
  margin-right:36px
}
.news-item2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.news-item2 .text {
  flex: 1;
  margin-right: 10px;
}
.news-item2 .date {
  color: #555;
  font-size: 14px;
}
.news-item2 .title {
  font-size: 18px;
  margin: 5px 0;
}
.news-item2 .desc {
  font-size: 14px;
  color: #333;
}
.news-item2 img {
  width: 100px;
  height: auto;
}
.view-more2 {
  display: block;
  margin: 20px auto;
  padding: 10px 20px;
  background-color: #2b8a3e;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}


/*
	合作伙伴
*/
.partner-section {
  padding: 40px 20px;
  background: #fff;
  text-align: center;
}

.partner-title h2 {
  font-size: 26px;
  color: #2b8a3e;
  margin: 0;
  position: relative;
}

.partner-title .en-title {
  font-size: 26px;
  color: #f0f0f0;
  letter-spacing: 2px;
  margin-top: -20px;
  margin-bottom: 20px;
  font-weight: bold;
}

.partner-desc {
  max-width: 700px;
  margin: 0 auto 30px auto;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

.partner-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.partner-logos img {
  width: 100px;
  height: auto;
  background: #fff;
  padding: 10px;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  border-radius: 6px;
}

/*
	页脚
*/
/*
.footer2 {
  color: white;  
}
.footer2 .contact-info {
  text-align: left;
  padding: 30px 10px 20px 30px;
  background: linear-gradient(135deg, #006400, #228B22);
  margin-bottom: 20px;
}
.footer2 .contact-info div {
  margin: 10px 0;
  font-size: 16px;
}
.footer2 .contact-info i {
  margin-right: 8px;
}
.footer2 .copyright {
  text-align: center;
  font-size: 14px;
  color: #333;
  padding: 10px;
}
*/



.footer2 {
  color: white;  
}
.footer2 .contact-info {
  text-align: left;
  padding: 30px 10px 20px 30px;
  background: linear-gradient(135deg, #006400, #228B22);
  margin-bottom: 20px;
}
.footer2 .contact-info div {
  margin: 5px 0;
  font-size: 16px;
}
.footer2 .contact-info i {
  margin-right: 8px;
}
.footer2 .contact-details {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer2 .qrcode {
  text-align: center;
}

.footer2 .qrcode img {
  width: 120px;
  height: 120px;
}

.footer2 .copyright {
  text-align: center;
  font-size: 14px;
  color: #333;
  padding: 10px;
}


/*
	仪器设备列表页
*/
.search-bar { display: flex; justify-content: center; padding: 20px; background: #f5f5f5; }
.search-input { padding: 10px; width: 300px; }
.search-btn { padding: 10px 20px; background: #66bb6a; color: white; border: none; }
.category { display: flex; justify-content: space-between; padding: 10px; background: #e0f7e0; }
.products { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; padding: 20px; }
.product { text-align: center; background: #e8f5e9; padding: 20px; }
.product img { height: 100px; background: #ccff90; }
.product button { padding: 5px 10px; background: #66bb6a; color: white; border: none; }
.pagination { text-align: center; padding: 10px; background: #e0f7e0; }

/*
	仪器设备详情页
*/
.breadcrumbs { display: flex; justify-content: space-between; padding: 10px; background: #e0f7e0; }
.title { text-align: center; padding: 20px; background: #c8e6c9; color: white; }
.content { padding: 20px; text-align: center; }
.consult-btn { display: block; margin: 20px auto; padding: 10px 20px; background: #66bb6a; color: white; border: none; }


/*
	5.1.wap-产品彩页.jpg
	5.2.wap-促销活动.jpg
*/
.info-center { padding: 20px; }
.info-title { font-weight: bold; margin-bottom: 15px; font-size: 16px; }
.info-center .tabs { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 20px; }
.info-center .tab { padding: 10px 15px; border: 1px solid #0a0; color: #0a0; border-radius: 5px; background: #fff; cursor: pointer; }
.info-center .tab.active { background: #0a0; color: #fff; }
.info-center .tab-content .item { margin-bottom: 30px; }
.info-center .image { background: #cfc; height: 150px; display: flex; align-items: center; justify-content: center; color: #666; font-size: 18px; }
.info-center .label { color: #0a0; font-weight: bold; margin-top: 5px; }
.info-center .date { color: gray; font-size: 14px; margin: 5px 0; }
.info-center .btn { background: #0a0; color: #fff; padding: 10px 15px; border: none; border-radius: 5px; cursor: pointer; margin-top: 10px; }
.info-center .pagination { text-align: center; margin-top: 20px; }
.info-center .pagination a { margin: 0 5px; text-decoration: none; color: #0a0; }
.info-center .pagination a.active { font-weight: bold; }

















