/* 清除默认样式 */
* {
  margin: 0;
  padding: 0;
}
/* 清除a标签默认样式 */
a {
  text-decoration: none;
  outline: none;
  color: #000;
}
/* 去掉ul的默认样式 */
ul,
li {
  list-style: none;
}
body {
  position: relative;
  background-color: #90caf9;
}
/* 轮播图区域 */
.banner {
  width: 100%;
  height: 550px;
  background-color: antiquewhite;
}
/* 产品区域 */
.shop {
  width: 75%;
  margin: 0 auto;
  background-color: white;
  display: flex;
  flex-wrap: wrap;
}
.title {
  width: 100%;
  height: 40px;
  background-color: #f1f1f1;
  overflow: hidden;
  margin-bottom: 10px;
  /* css简写 */
  font: bold 18px/40px "Microsoft YaHei";
  padding-left: 5px;
}
.title a {
  color: #333;
  cursor: pointer;
}
.shop_box {
  width: 23%;
  height: 400px;
  border: 3px solid #ccc;
  margin: 0 0px 1% 1%;
}
.shop_img {
  width: 100%;
  height: 300px;
  display: block;
}
.shop_img img {
  width: 100%;
  height: 284px;
}
.shop .button {
  width: 100%;
  height: 35px;
  display: flex;
  justify-content: center;
}
.detail {
  width: 109px;
  height: 100%;
  background-color: #58c1bc;
  display: block;
  text-align: center;
  line-height: 35px;
  color: white;
  border-radius: 6px;
  margin-right: 10px;
}
.process {
  width: 109px;
  height: 100%;
  background-color: #58c1bc;
  display: block;
  text-align: center;
  line-height: 35px;
  color: white;
  border-radius: 6px;
}
/* 底部 */
.floor {
  width: 100%;
  height: 388px;
  background-color: #90caf9;
}
.floor_box {
  width: 80%;
  height: 100%;
  /* background-color: chartreuse; */
  margin: 0 auto;
  overflow: hidden;
  display: flex;
}
.floor_left {
  width: 605px;
  height: 323px;
  /* background-color: aquamarine; */
  margin: 20px 0px 35px 0px;
  margin-left: 15%;
}
.floor_right {
  width: 459px;
  height: 288px;
  /* background-color: rgb(255, 0, 157); */
  margin: 65px 0px 35px 100px;
}
.con {
  display: flex;
  align-items: center;
}
.name {
  width: 100%;
  height: 60px;
  margin-top: 10px;
}
.name img {
  width: 160px;
  height: 100%;
  vertical-align: middle;
  /* padding: 5px 8px; */
}
.name a {
  font: bold 25px/30px Microsoft yahei;
  color: #008aff;
  padding: 5px 8px;
}
.con .img img {
  /* margin-top: 5px; */
  margin-right: 5px;
}
.con .p {
  /* background-color: #008aff; */
  font-family: "Microsoft yahei";
  font-size: 18px;
  margin-left: 10px;
}
.con_box {
  /* background-color: cornsilk; */
  border-right: 1px dashed black;
}
.weixin {
  width: 175px;
  height: 175px;
  background-color: #fff;
  padding: 20px;
  text-align: center;
  margin: 0 auto;
}
.weixin img {
  max-height: 175px;
  max-width: 175px;
}
.zs {
  width: auto;
  height: 25px;
  margin: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #008aff;
  text-align: center;
  margin-top: 10px;
  font-family: "microsoft yahei";
  overflow: hidden;
}
.sm {
  width: auto;
  height: 25px;
  margin: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #008aff;
  text-align: center;
  margin-top: 8px;
  font-family: "microsoft yahei";
}

/* 粘性定位 */
.nav {
  width: 166px;
  position: fixed;
  bottom: 25%;
  left: 0;
  z-index: 100;
}
.navHead {
  width: 135px;
  height: 45px;
  text-align: center;
  line-height: 40px;
  margin: 0 auto;
  /* background: #f5c917; */
  border-radius: 6px 6px 0 0;
  padding: 6px 6px 0 6px;
  box-sizing: border-box;
}
.navHead span {
  display: block;
  background: red;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  font-family: "Microsoft yahei";
}
.navwx {
  /* background: #f5c917; */
  /* width: 156px; */
  margin: 0 auto;
  overflow: hidden;
  border-radius: 6px;
}
.navwx_box {
  text-align: center;
  /* background: #ffe166; */
  padding: 5px;
  /* width: 136px; */
  margin: 6px auto 6px auto;
  font-size: 0;
}
/* .navwx_box img {
  width: 137px;
  height: 137px;
  border: none;
} */
/* js轮播图区域 */
.banner {
  width: 100%;
  height: 550px;
  position: relative;
}
.pointList {
  position: absolute;
  width: 333px;
  bottom: 10px;
  z-index: 200;
  left: 43%;
  display: flex;
}
.point {
  width: 78px;
  height: 5px;
  background-color: white;
  margin-left: 5px;
}
.point.active {
  background-color: cadetblue;
}
.wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.wrap .list {
  width: 100%;
  height: 100%;
}
.wrap .list li {
  width: 100%;
  height: 100%;
}
.banner .wrap img {
  width: 100%;
  height: 100%;
}
.item.active {
  z-index: 10;
  opacity: 1;
}
.item {
  position: absolute;
  left: 0;
  opacity: 0;
  transition: all 0.8s;
}
.gongsijianjie img {
  vertical-align: bottom;
}
img {
  vertical-align: bottom;
  width: 100%;
}

.btn {
  width: 60px;
  height: 100px;
  z-index: 100;
  top: 150px;
  font-size: 80px;
  color: #008aff;
  position: absolute;
}

#leftBtn {
  left: 0px;
}

#rightBtn {
  right: 0px;
}
.gongsijianjie img {
  margin: 0 auto;
  width: 75%;
  display: block;
}
.daijiagong img {
  margin: 0 auto;
  width: 75%;
  display: block;
}
.shengchanshebei img {
  margin: 0 auto;
  width: 75%;
  display: block;
}
.push img {
  margin: 0 auto;
  width: 75%;
  display: block;
}
