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: -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;
}
/*左边内容*/
section .news-content{
  width: 1200px;
  margin: 50px auto 0;
  overflow: hidden;
}
section .news-leftbox-title{
  font-size: 1.3em;
  font-weight: bold;
  margin-left: 35px;
  margin-bottom: 25px;
}
section .news-content .news-leftbox{
  width: 700px;
  float: left;
}
section .news-content .news-leftbox-box{
  width: 700px;
  height: 240px;
  overflow: hidden;
  border-bottom: 1px solid rgb(210,210,210);
}
section .news-leftbox-box .box-img{
  width: 50%;
  height: 240px;
  float: left;
  text-align: center;
}
section .news-leftbox-box .box-img img{
  margin-top: 45px;
  width: 280px;
  height: 150px;
}
section .news-leftbox-box .box-content{
  width: 50%;
  height: 200px;
  float: right;
} 
section .news-leftbox-box .box-content p{
  margin-top: 45px;
  font-size: 1em;
  color: rgb(137,137,137);
}
section .box-content .othersize{
  font-size: 0.9em;
  color: rgb(137,137,137);
}
section .box-content .date{
  margin-top: 50px;
  color: rgb(137,137,137); 
}
/*右边内容*/
section .news-rightbox{
  width: 364px;
  float: right;
}
section .news-rightbox-title{
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 45px;
}
section .news-right-box{
  width: 364px;
  height: 270px;
}
section .news-rightbox .box-img{
  margin-bottom: 25px;
}
section .news-rightbox img{
  width: 380px;
  height: 195px;
}
section .news-rightbox .box-img-title{
  width: 100%;
  height: 70px;
  line-height: 70px;
  font-size: 0.9em;
  font-weight: bold;
  text-align: center;
  background-color: rgb(241,241,241);
}
section .newhref:hover{
  text-decoration: none;
}
#pages{
  width:100%;
  height: 30px;
  margin: 50px 0;
  line-height: 30px;
}
#pages a{
  margin-left: 10px;
}
/*友链下划线*/
#linkbox{
  border-top:none;
  padding-bottom:0; 
}
