header .infoline{
  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: -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 .address{
  width: 1200px;
  margin:15px auto  0;
  font-size: 0.8em;
}
section .address a{
  text-decoration: none;
}
/*公司简介*/
section .company-content{
	width: 1200px;
	height: 200px;
	margin: auto;
	margin-top: 100px;
	overflow: hidden;
	background-color: rgb(210,210,210);
	border:1px solid rgb(210,210,210);
}
section .company-content .title{
	width: 100%;
	height: 40px;
	font-size: 1.8em;
	text-align: center;
}
section .company-content .company-content-box{
	width:800px;
	height: 200px;
	margin:20px auto;
	display: flex;
	overflow: hidden;
}
section .company-content .company-content-box .size1{
	margin: 10px;
	font-size: 0.9em;
}
section .company-content .company-content-box .ml{
	margin-left: 83px;
}
section .company-content .company-content-box .left{
	width:400px;
}
section .company-content .company-content-box .right{
	width:400px;
}
section .know-more{
	width: 1200px;
	height:250px;
	margin:100px auto;
	text-align: center;
	overflow: hidden;
}
section .know-more .left{
	width: 50%;
	height: 280px;
	float: left;
}
section .know-more .right{
	width: 50%;
	height: 280px;
	float: right;	
}
section .know-more .title{
	width: 100%;
	height: 50px;
	line-height: 50px;
	margin-bottom: 20px;
}
section .know-more .left-box{
	width: 100%;
	height: 200px;
	display: flex;
	border-right: 1px solid rgb(210,210,210);
}
section .know-more .right-box{
	width: 100%;
	height: 200px;
	display: flex;
}
section .know-more .left-box .img{
	width: 33.33%;
	height: 100%;
}
section .know-more .left-box .img img{
	display: block;
	width: 100px;
	height: 100px;
	margin: auto;
}
section .know-more .size{
	font-size: 0.9em;
}
section .know-more .left-box .img div{
	width:150px;
	height: 40px;
	line-height: 40px;
	margin:auto;
}
section .know-more .right-box .img{
	width: 50%;
	height: 100%;
}
section .know-more .right-box .img img{
	display: block;
	width: 100px;
	height: 100px;
	margin: auto;
}
section .know-more .right-box .img div{
	width: 100%;
	height: 50px;
}
