header .infoline{
  border-bottom: 2px solid blue;
}
/*banner*/
section .products-banner{
  height: 400px;
  min-width: 600px;
  padding-top: 80px;
  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.3em;
  font-weight: bold;
  margin:20px auto;
}
/*面包屑*/
section .youraddress{
  width: 1200px;
  margin: auto;
  margin-top: 15px;
  font-size: 0.8em;
}
/*introduce*/
section .first-box .title{
  width:100%;
  font-size: 1.9em;
  min-width: 1400px;
  margin:100px auto 40px;
  text-align: center;
}
section .introduce{
  width:100%;
  min-width: 1400px;
  height: 300px;
  background-color: rgb(238,238,238);
}
section .introduce-center{
  width: 1200px;
  height:300px;
  margin: auto;
  padding-top: 35px;
}
section .introduce-center .indent{
  font-size: 0.8em;
  text-indent: 2em;
  margin: 10px 0;
}
section .introduce-center .indent1{
   font-size: 0.8em;
   margin-top: 10px;
}
/*second-box*/
section .second-box .title{
  width: 100%;
  font-size: 1.9em;
  min-width: 1400px;
  margin:100px auto 40px;
  text-align: center;
}
section .second-box .box-one{
  width: 100%;
  height: 350px;
  min-width: 1400px;
  overflow: hidden;
}
section .second-box .box-one-left{
  width: 50%;
  height: 350px;
}
section .second-box .box-one-right{
  width: 50%;
  height: 350px;
  padding-top: 10px;
}
section .second-box .bg-box{
  width: 100%;
  height:220px;
  min-width: 1400px;
  overflow: hidden;
}
section .second-box .box{
  width: 100%;
  height:150px;
  min-width: 1400px;
  overflow: hidden;
  position: relative;
}
section .right-box,.left-box{
  width: 50%;
  height: 300px;
  float: left;
  padding:0 15px 0;
}
section .size{
  font-size: 0.8em;
  margin-top: 7px;
}
section .many-boxs .left-box{
  border-right: 2px solid blue;
  position: relative;
  text-align: right;
}
section .many-boxs .color{
  font-size: 1.2em;
  font-weight: bold;
  color: blue;
}
section .many-boxs .last-border{
  border-right: none;
}
section .left-box .circle{
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: white;
  position: absolute;
  top: 0px;
  right:-11px;
}
section .left-box .last-circle{
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: white;
  position: absolute;
  top: 0px;
  right:-9px;
}
section .bg-gary .left-box,.bg-gary .right-box{
  padding-top: 20px;
}
.left-box .circle img,.last-circle img{
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
}