@charset "utf-8";

#banner {
  width: 100%;
  min-width: 1200pxx;
  overflow: hidden;
  position: relative;
  height: 500px;
  top: -60px;
  background-color: #000;
}
#banner a img {
  width: 100%;
  display: block;
}

/* 产品中心 */
.content-1 {
  position: relative;
  top: -40px;
}

.content-1.com-box{
	position: relative;
}
.content-1.com-box .con-bg {
  position: absolute;
  font-size: 128px;
  line-height: 92px;
  color: #000;
  top: 0px;
  left: -100px;
  opacity: .015;
  /* z-index: -1; */
}
.content-1 .con1-top {
  height: 60px;
  margin-bottom: 12px;
}
.content-1 .con1-top .con1-top-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 115px;
  height: 60px;
}
.content-1 .con1-top .con1-top-left span:nth-child(1) {
  font-size: 20px;
  font-weight: bold;
}
.content-1 .con1-top .con1-top-left span:nth-child(2) {
  font-size: 12px;
  color: #cdcdcd;
}
.content-1 .con1-top .con1-top-left span:nth-child(3) {
  display: inline-block;
  background-color: #1653e8;
  width: 50px;
  height: 3px;
  margin-bottom: 7px;
}
.content-1 .con1-top .con1-top-right {
  position: absolute;
  top: calc((60px - 41px) / 2);
  right: 0;
  padding: 6px;
  border: 1px solid #e1e1e1;
  color: #cdcdcd;
}
.content-1 .con1-top .con1-top-right span {
  margin-left: 8px;
}
.content-1 .con1-center {
  width: 1200px;
  position: relative;
}
.content-1 .con1-center .con1-center-left {
  float: left;
  width: 210px;
}

.con1-center-left .accordion {
  /* 溢出隐藏 */
  overflow: hidden;
  background-color: #f6f6f6;
  margin-bottom: 30px;
  padding: 10px 0 20px;
  /* 盒子阴影 */
}
.con1-center-left .accordion > li {
  width: 100%;
}
.con1-center-left .accordion > li input {
  /* 将单选按钮隐藏起来 */
  display: none;
}
.con1-center-left .accordion > li label {
  /* 相对定位 */
  position: relative;
  /* label元素是行内元素 需要将其转为块级元素 才能设置宽度和高度 */
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 14px 40px;
  color: #3a77ec;
  font-weight: bold;
  /* 鼠标移入变小手 */
  cursor: pointer;
}
.con1-center-left .accordion > li label i {
  /* 绝对定位 */
  position: absolute;
  /* calc方法自动计算数值 让字体图标垂直居中 */
  top: calc(50% - 11px);
  left: 20px;
  font-size: 20px;
  /* 加过渡 */
  transition: all 0.5s;
}

.con1-center-left .accordion > li ol {
  width: 100%;
  overflow: hidden;
}
.con1-center-left .accordion > li ol li {
  position: relative;
  width: 100%;
  height: 0;
  line-height: 40px;
  padding-left: 40px;
  cursor: pointer;
  /* 加过渡 */
  transition: all 0.5s;
}

.con1-center-left .accordion > li ol li a:hover {
  color: #3a77ec;
}

.con1-center-left .accordion > li input:checked ~ label i {
  transform: rotate(180deg);
  top: calc(50% - 8px);
}
.con1-center-left .accordion > li input:checked ~ ol li {
  height: 40px;
}

.content-1 .con1-center-right {
  float: right;
  width: 970px;
}
.content-1 .con1-center-right > ul > li {
  float: left;
  width: 310px;
  border: 1px solid #f1f1f1;
  background-color: #fff;
  list-style: none;
  margin: 0 0 13px 13px;
  text-align: center;
  transition: all 0.5s;
}
.content-1 .con1-center-right > ul > li img{
	width: 100%;
	height: 308px;
	display: block;
}
.content-1 .con1-center-right ul li .con1-goods {
  display: inline-block;
  border-top: 1px solid #f1f1f1;
  width: 260px;
  height: 100px;
  text-align: center;
  margin-top: 10px;
  padding: 10px 0 0 0;
}
.content-1 .con1-center-right ul li .con1-goods > ul > li {
  list-style: none;
  padding: 6px;
}
.content-1 .con1-center-right > ul > li:hover {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  border-color: #fff;
}
.content-1 ul li .con1-goods > ul > li:nth-child(1) {
  font-size: 18px;
  font-weight: bold;
}


.content-1 .con1-center .brand {
  position: relative;
  height: 300px;
}
.content-1 .con1-center .brand li {
  margin-bottom: 10px;
}
.content-1 .con1-center .brand li img{
	width: 100%;
	display: block;
}
.content-1 .con1-center .brand-title {
    width: 115px;
    height: 60px;
}
.content-1 .con1-center .brand-title span:nth-child(1) {
  font-size: 20px;
  font-weight: bold;
  display: block;
}
.content-1 .con1-center .brand-title span:nth-child(2) {
  font-size: 12px;
  color: #cdcdcd;
  display: block;
}
.content-1 .con1-center .brand-title span:nth-child(3) {
  display: inline-block;
  background-color: #1653e8;
  width: 50px;
  height: 3px;
  margin-bottom: 7px;
}





@media screen and (max-width: 768px) {
}
