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: 140px;
  margin-left: -500px;
  margin-bottom: -100px;
  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 .good-products p{
  font-size: 1.1em;
}
/*面包屑*/
section .youraddress{
  width: 1200px;
  margin: auto;
  margin-top: 15px;
  font-size: 0.8em;
}
section .section-title h1{
  margin-top: 80px;
  font-weight:bold;
}
section .introduce-WMS{
  width: 1200px;
  margin:auto;
}
section .introduce-WMS-title{
  width: 1200px;
  margin:50px auto  50px;
  text-align: center;
}
section .section-h3{
  width: 1200px;
  font-size: 1.75rem;
  margin: 50px auto 20px;
  text-align: center;
  font-weight: bold;
}
section .type-color{
  width: 1200px;
  margin: auto;
  text-align: center;
  color: rgb(21,21,21);
}
section .introduce-WMS-sixbox{
  width: 1200px;
  min-width: 1000px;
  height: 600px;
  margin: auto;
  text-align: center;
  margin-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section .introduce-WMS-sixbox .box{
  width: 260px;
  height: 260px;
  margin: 10px 40px;
  float: left;
  box-shadow: 0px 0px 5px 5px rgb(246,246,246);
  border:1px solid transparent;
}
section .introduce-WMS-sixbox .box:hover{
  border:1px solid rgb(210,210,210);
}
section .introduce-WMS-sixbox .box .allbox{
  width: 260px;
  height: 180px;
  margin-top: 40px;
}
section .introduce-WMS-sixbox .allbox img{
  transition: all 0.4s;
  margin-top: 5px;
}
section .introduce-WMS-sixbox .allbox img:hover{
  transform:scale(1.1);
}
section .introduce-WMS-sixbox .box .box-first{
  font-size: 0.8em;
  font-weight: bold;
  margin-top: 20px;
}
section .introduce-WMS-sixbox .box .box-second{
  font-size: 0.8em;
  padding: 0 20px;
}
section .alone-WMS{
  clear: both;
  width: 100%;
  margin-bottom: 100px;
}
section .alone-WMS .alone-WMS-therebox{
  width: 1200px;
  height: 400px;
  margin: auto;
  display:flex;
  text-align: center;
  justify-content: space-between;
}
section .alone-WMS .alone-WMS-therebox .right-border{
  border-right: 1px dotted white;
}
section .alone-WMS-box{
  width:400px;
  padding:0 50px;
  height:200px;
  margin-top: 100px;
}
section .alone-WMS-box img{
  width: 100%;
  height: 100%;
  
}
section .alone-WMS .alone-WMS-bg{
  width: 100%;
  margin-top: 50px;
  background-color: rgb(204,234,244);
}
section .alone-WMS-bottom-ninebox{
  width:1200px;
  height: 600px;
  margin: 50px auto 0px;
  text-align: center;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section .alone-WMS-bottom-ninebox .little-box{
  width: 150px;
  height: 150px;
  margin: 0 100px;
  background-color: rgb(0,97,230);
}
section .alone-WMS-bottom-ninebox .little-box img{
  margin-top: 25%;
}
section .alone-WMS-bottom-ninebox .little-box p{
  color: white;
  margin-top: 10px;
  font-size: 0.9em;
}
section .alone-WMS-bottom .two-btn{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 1200px;
  margin:100px auto 150px;
}
section .alone-WMS-bottom .btn{
  width: 420px;
  height: 60px;
  padding: 0px;
  line-height: 60px;
  background-color: rgb(1,67,203);
}
section .alone-WMS-bottom .btn a{
  display: block;
  width: 420px;
  height: 60px;
  color: white;
  text-decoration: none;
}