.clear {
  clear: both;
}
/***************** 菜单 **********************/
#menuList .dropdown {
  position: relative;
}
#menuList .dropdown-box {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  background: #004ca2;
  z-index: 9999;
  display: none;
}
#menuList .dropdown.open .dropdown-box {
  display: block;
}

/***************** 联系我们 **********************/
.lx_list {
  width: 100%;
}
.lx_list .item {
  width: 21%;
  height: 310px;
  margin: 10px 2%;
  float: left;
  text-align: center;
  box-shadow: 2px 2px 5px 0 #ccc;
}
.lx_list .item .wx_info {
  width: 100%;
}
.lx_list .item .name {
  background: #004ca2;
  color: #fff;
  text-align: center;
  width: 100px;
  height: 40px;
  border-radius: 100px;
  line-height: 40px;
  font-weight: 700;
  margin: 0 auto;
}

.zs_list {
  width: 100%;
}
.zs_list .zs_item {
  width: 138px;
  float: left;
  margin: 10px 8%;
  box-shadow: 2px 2px 5px 0 #ccc;
}
.zs_list .zs_item .zs_img {
  width: 138px;
  height: 190px;
}
.zs_list .zs_item .zs_name {
  width: 100%;
  height: 30px;
  font-weight: 700;
  text-align: center;
  line-height: 30px;
}

/***************** 关于我们 **********************/
.about_img {
  width: 492px;
  height: 262px;
  float: left;
}
.about_img img {
  width: 100%;
  height: 100%;
}
.wz1 {
  margin-left: 510px;
}
.wz1 .wz_title {
  color: #0076ba;
  font-size: 30px;
  font-weight: 700;
  line-height: 50px;
}
.wz_paragraph {
  line-height: 30px;
  font-size: 16px;
}
.wz2 .wz_title {
  color: #0076ba;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
}

.scrollleft {
  width: 100%;
}
.scrollleft li {
  background: #fff;
  float: left;
  margin-right: 10px;
  display: inline;
  width: 158px;
  text-align: center;
  line-height: 19px;
  border: solid 1px #ddd;
  box-shadow: 2px 2px 5px 0 #ccc;
}
.scrollleft img {
  width: 136px;
  height: 100px;
  padding: 10px;
}
.scrolltop {
  width: 80%;
  height: 438px;
  overflow: hidden;
  margin: 0 auto;
}
.scrolltop li {
  background: #fff;
  height: 156px;
  overflow: hidden;
  text-align: center;
  line-height: 19px;
  border: solid 1px #ddd;
  margin-bottom: 10px;
  box-shadow: 2px 2px 5px 0 #ccc;
}
.scrolltop img {
  width: 85%;
  height: 100px;
  padding: 10px;
}
.newsList {
  width: 80%;
  height: 200px;
  overflow: hidden;
  margin: 0 auto;
}
.newsList li {
  background: #fff;
  height: 40px;
  overflow: hidden;
  text-align: center;
  line-height: 40px;
  border: solid 1px #ddd;
  margin-bottom: 10px;
  box-shadow: 2px 2px 5px 0 #ccc;
}

/***************** 应用案例 **********************/
#ifocus {
  width: 689px;
  height: 244px;
  border: 1px solid #dedede;
  background: #f8f8f8;
}
#ifocus_pic {
  display: inline;
  position: relative;
  float: left;
  width: 570px;
  height: 225px;
  overflow: hidden;
  margin: 10px 0 0 10px;
}
#ifocus_piclist {
  position: absolute;
}
#ifocus_piclist li {
  width: 570px;
  height: 225px;
  overflow: hidden;
  display: none;
}
#ifocus_piclist img {
  width: 570px;
  height: 225px;
}
#ifocus_btn {
  display: inline;
  float: right;
  width: 91px;
  margin: 9px 9px 0 0;
}
#ifocus_btn li {
  width: 91px;
  height: 57px;
  cursor: pointer;
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
}
#ifocus_btn img {
  width: 75px;
  height: 45px;
  margin: 7px 0 0 11px;
}
#ifocus_btn .current {
  background: url(/www/image/ifocus_btn_bg.gif) no-repeat;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
#ifocus_opdiv {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 570px;
  height: 35px;
  background: #000;
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
}
#ifocus_tx {
  position: absolute;
  left: 8px;
  bottom: 8px;
  color: #fff;
}
#ifocus_tx .normal {
  display: none;
}

/***************** 产品详情 **********************/
.zoombox {
  border: solid 1px #dfdfdf;
  width: 100%;
  height: 420px;
}
.zoompic {
  width: 100%;
  height: calc(100% - 76px);
}
.zoompic > img {
  width: 100%;
  height: 100%;
}

.sliderbox {
  height: 76px;
  overflow: hidden;
}
.sliderbox .arrow-btn {
  width: 38px;
  height: 76px;
  background: url(/www/css/img/arrow-btn.png) no-repeat;
  cursor: pointer;
}
.sliderbox #btn-left {
  float: left;
  background-position: 0 0;
}
.sliderbox #btn-left.dasabled {
  background-position: 0 -76px;
}
.sliderbox #btn-right {
  float: right;
  background-position: -38px 0;
}
.sliderbox #btn-right.dasabled {
  background-position: -38px -76px;
}
.sliderbox .slider {
  float: left;
  height: 76px;
  width: 372px;
  position: relative;
  overflow: hidden;
  display: inline;
}
.sliderbox .slider ul {
  position: absolute;
  left: 0;
  width: 999em;
}
.sliderbox .slider li {
  float: left;
  width: 121px;
  height: 76px;
  text-align: center;
  cursor: pointer;
}
.sliderbox .slider li img {
  border: solid 1px #dfdfdf;
  width: 100%;
  height: 100%;
}
.sliderbox .slider li.current img {
  border: solid 2px #3366cc;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}

/***************** 网站首页 **********************/
.section {
  width: 1200px;
  margin: 0 auto;
}
.section .container {
  width: 100%;
  position: relative;
}
.section .section-title {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 30px;
  font-weight: 700;
  color: #004ca2;
}
.section .in-prd-menu {
  width: 100%;
  height: 40px;
}
.section .in-prd-menu li {
  float: left;
  font-size: 18px;
  background: #004ca2;
  color: #fff;
  padding: 9px 15px;
  margin-right: 10px;
  cursor: pointer;
}
.section .in-prd-menu li.active {
  background: #f0592e;
}
.section .swiper-container {
  width: 100%;
  border: 1px solid #f0592e;
}
.section .swiper-container .swiper-slide {
  width: 100%;
  display: none;
}
.section .swiper-container .swiper-slide.active {
  width: 100%;
  display: block;
}
.section .swiper-container li {
  width: 218px;
  height: 260px;
  margin: 10px;
  border: 1px solid #ccc;
  float: left;
  box-shadow: 5px 5px 10px 0 #ccc;
}
.section .swiper-container li .product_img {
  width: 218px;
  height: 218px;
}
.section .swiper-container li .text {
  text-align: center;
}
body .syn1 {
  width: 538px;
}

/* 右侧客服窗口 */
.customer-service {
  position: fixed; /* 固定在视口中 */
  right: 0; /* 贴右边 */
  top: 70%; /* 垂直居中 */
  transform: translateY(-50%);
  z-index: 9999; /* 确保在最上层 */
}

/* 展开状态下的客服面板 */
.cs-panel {
  width: 220px;
  background: #fff;
  border: 1px solid #004ca2;
  border-right: none; /* 贴右边，去掉右侧边框 */
  border-radius: 8px 0 0 8px;
  box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* 面板头部 */
.cs-header {
  position: relative;
  background: #004ca2;
  color: #fff;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 700;
}

/* 关闭按钮 */
.cs-close {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
}

.cs-close:hover {
  color: #f0592e;
}

/* 面板内容 */
.cs-body {
  padding: 15px;
  font-size: 14px;
  line-height: 1.8;
  color: #333;
}

.cs-body p {
  margin: 0 0 8px;
}

/* 收起后显示的小图标 */
.cs-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: #004ca2;
  color: #fff;
  border-radius: 8px 0 0 8px;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  cursor: pointer;
  box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.cs-icon:hover {
  background: #f0592e;
}

/* 收起状态：面板滑出，小图标淡入 */
.customer-service.collapsed .cs-panel {
  transform: translateX(100%);
  opacity: 0;
}

.customer-service.collapsed .cs-icon {
  opacity: 1;
  visibility: visible;
}
.news_list {
  margin-top: 40px;
  width: 100%;
}
.news_list > .syngd {
  width: 37px;
  margin: 20px 0 20px auto;
}

/* 资讯列表：PC端双列布局，奇数项在左，偶数项在右，中间以灰色竖线分隔 */
.news_list ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.news_list li {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 10px 0;
}

/* 左侧列（第1、3、5...项）：右侧加灰色分隔线 */
.news_list li:nth-child(odd) {
  padding-right: 15px;
  border-right: 1px solid #ccc;
}

/* 右侧列（第2、4、6...项）：与左侧留出间距 */
.news_list li:nth-child(even) {
  padding-left: 15px;
}

.news_list li a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
  text-decoration: none;
  flex: 1;
  margin-right: 10px;
}

.news_list li a:hover {
  color: #004ca2;
}

.news_list li span {
  color: #999;
  font-size: 14px;
  flex-shrink: 0;
}

/* 移动端适配：单列显示 */
@media screen and (max-width: 768px) {
  .news_list li {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-right: none !important;
  }
}
