/*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.2em;
  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 .monitor-message-fivebox{
  width: 1200px;
  margin: 0 auto 100px;
  display: flex;
  justify-content: space-between;
  align-content: space-around;
}
section .D-section-h3{
  width: 1200px;
  font-weight: bold;
  margin: 50px auto;
  text-align: center;
}
section .fivebox{
  width: 180px;
  height: 180px;
  text-align: center;
  box-shadow: 0px 0px 5px 5px rgb(248,248,248);
  border:1px solid transparent;
}
section .fivebox:hover{
  border:1px solid rgb(210,210,210);
}
section .fivebox img{
  margin-top: 20%;
}
section .fivebox p{
  font-size: 0.8em;
  margin-top: 10px;
}
section .visual{
  text-align: center;
  background-image: url(../imgs/product/product-D/bg1.jpg);
}
section .visual-bigbox{
  width: 1200px;
  height: 800px;
  margin: auto;
  background-size: contain;
}
section .visual img{
  width: 100%;
}
section .visual-bigbox .thereboxs{
  width: 1200px;
  height: 200px;
  margin: auto;
  display: flex;
  border-bottom: 1px solid white;
  justify-content: space-around;
  align-content: space-around;
}
section .visual-bigbox .box{
  width: 33.3%;
  height: 120px;
  font-size: 0.9em;
  color: white;
  margin-top: 50px;
}
section .visual-bigbox .box img{
  width:50px;
  height: 50px;
  margin-top: 20px;
  margin-bottom: 10px;
}
section .visual-bigbox .box-border{
  border-left: 1px dotted white;
  border-right:  1px dotted white;
}
section .datatitle{
  width: 1200px;
  height: 150px;
  margin:auto;
  text-align: center;
}
section .datatitle h3{
  margin:80px 0 10px;
}
section .thereD{
  width: 100%;
  height: 300px;
  color: white;
  background-color: rgb(53,0,206);
}
section .thereD-center{
  width: 1200px;
  margin: auto;
}
section .thereD-center-left .box{
  width:100%;
  height: 150px;
  overflow: hidden;
}
section .thereD-center-left .box-color{
  border: none;
  background-color: rgb(0,148,218);
}
section .thereD-center-left .box-img{
  height: 150px;
  margin-top:60px;
}
section .thereD-center-left .box-title{
  margin-left: 20px;
  margin-top: 55px;
}
section .thereD-center-left .box-title-size{
  margin: 0px;
  font-size: 1.1em;
}
section .thereD-center-left  .font-color{
  width: 100%;
  font-size: 0.8em;
  color:rgb(43,153,229);
}
section .thereD-center-left  .font-color1{
  font-size: 0.8em;
  color: white;
}
section .thereD-center-left .box div{
  float: left;
}
section .thereD-center-right li{
  padding: 0;
  width: 40%;
  height: 20px;
  float: left;
  font-size: 0.8em;
  margin-left: 10%;
  margin-top: 30px;
}
section .grp-ol{
  margin-top: 50px;
  display: none;
}
section .two-button{
  width: 1200px;
  margin: auto;
  display:flex;
  flex-wrap:wrap;
  justify-content: space-around;
  align-content: space-around;
}
section .two-button .btn{
  width: 420px;
  height: 60px;
  line-height: 60px;
  color: white;
  padding: 0px;
  margin: 80px 0;
  background-color: rgb(1,67,203);
}
section .two-button .btn a{
  display: block;
  width: 420px;
  height: 60px;
  color: white;
  text-decoration: none;
}