header .btline{
  border-bottom: 2px solid blue;
}
/*banner*/
section .products-banner{
  height: 400px;
  padding-top: 80px;
  min-width: 600px;
  position: relative;
  overflow: hidden;
}
section .products-banner img{
  display: block;
  width: 2000px;
  height: 320px;
  position: absolute;
  left: 50%;
  margin-left: -1000px;
}
section .good-products{
  width: 1000px;
  height: 100px;
  margin-left: -500px;
  margin-bottom: -80px;
  text-align: center;
  color: white;
  position: absolute;
  left: 50%;
  bottom: 50%;
}
section .good-products div{
  font-size: 2.4em;
  font-weight: bold;
  margin:20px auto;
}
/*面包屑*/
section .youraddress{
  width: 1200px;
  margin: auto;
  margin-top: 15px;
  font-size: 0.8em;
}
section .wit-sixbox{
  width: 1200px;
  margin: 100px auto 0;
  height: 2000px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-between;
}
section .wit-sixbox .box{
  width: 590px;
  height: 600px;
  background-color: rgb(247,247,247);
  position: relative;
}
section .wit-sixbox .box img{
  margin-top: 20px;
}
section .little-title{
  margin: 30px 0 20px;
  font-size: 1em;
  font-weight: bold;
}
section .wit-sixbox .box-position{
  font-size: 0.8em;
  background-image: url(../imgs/product/product-Wit/7.png);
  background-repeat: no-repeat;
  background-position: 0 7px;
}
section .wit-sixbox .box1-one{
  width: 100px;
  height:30px;
  line-height: 30px;
  position: absolute;
  left: 10%;
  top: 25%;
}
section .wit-sixbox .box1-two{
  width: 100px;
  height:30px;
  line-height: 30px;
  position: absolute;
  right: 8%;
  top: 43%;
}
section .wit-sixbox .box1-there{
  width: 100px;
  height:30px;
  line-height: 30px;
  position: absolute;
  left: 10%;
  top: 60%;
}
section .wit-sixbox .box1-four{
  width: 200px;
  height:30px;
  line-height:30px;
  position: absolute;
  bottom: 15%;
  right: 5%;
}
section .wit-sixbox .box2-one{
  width: 245px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  top: 20%;
  left:10%;
}
section .wit-sixbox .box2-two{
  width: 260px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 5%;
  bottom: 20%;
}
section .wit-sixbox .box2-there{
  width: 230px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  left: 10%;
  bottom: 10%;
}
section .wit-sixbox .box3-one{
  width: 100px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  left: 15%;
  top: 30%;
}
section .wit-sixbox .box3-two{
  width: 120px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 10%;
  top: 40%;
}
section .wit-sixbox .box3-there{
  width: 100px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  left: 15%;
  bottom: 30%;
}
section .wit-sixbox .box4-one{
  width: 120px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  left: 10%;
  top: 28%;
}
section .wit-sixbox .box4-two{
  width: 120px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 10%;
  top: 30%;
}
section .wit-sixbox .box4-there{
  width: 150px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  left: 12%;
  bottom:20%;
}
section .wit-sixbox .box4-four{
  width: 150px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 10%;
  bottom: 20%;
}
section .wit-sixbox .box5-one{
  width: 210px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  left: 10%;
  top: 20%;
}
section .wit-sixbox .box5-two{
  width: 200px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 3%;
  top: 25%;
}
section .wit-sixbox .box5-there{
  width: 150px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 5%;
  bottom: 30%;
}
section .wit-sixbox .box5-four{
  width: 250px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  left: 10%;
  bottom: 10%;
}
section .wit-sixbox .box6-one{
  width: 150px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  left: 10%;
  top: 30%;
}
section .wit-sixbox .box6-two{
  width: 165px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right:0%;
  bottom: 28%;
}
section .wit-sixbox .box6-there{
  width: 170px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  left: 15%;
  bottom: 14%;
}
section .two-button{
  width: 60%;
  margin: auto;
  display:flex;
  justify-content: space-around;
  align-content: space-around;
}
section .two-button .btn{
  width: 40%;
  height: 60px;
  line-height: 60px;
  padding: 0;
  margin: 80px 0 100px;
  background-color: rgb(1,67,203);
}
section .two-button .btn a{
  display: block;
  width: 100%;
  height: 100%;
  color: white;
  text-decoration: none;
}
