.banner {
  margin: 0 auto;
  min-width: 1200px;
  height: 400px;
}
.h500 {
  height: 500px;
}
.pro_box {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.pro_box .hd {
  margin: 70px 0 35px 0;
}
.pro_box .hd .img {
  width: 203px;
  height: 88px;
  display: block;
  margin: 0 auto;
}
.pro_box .bd .categorylist_box {
  text-align: center;
  margin-bottom: 20px;
}
.pro_box .bd .categorylist_box .item {
  padding: 0 20px;
  height: 34px;
  border: 1px solid #BC9B63;
  display: inline-block;
  color: #BC9B63;
  text-align: center;
  line-height: 34px;
  margin-right: 6px;
  margin-bottom: 10px;
}
.pro_box .ft .more {
  width: 102px;
  height: 34px;
  border: 1px solid #BC9B63;
  color: #BC9B63;
  text-align: center;
  line-height: 34px;
  margin: 0 auto;
  display: block;
  position: relative;
}
.pro_box .ft .more::after {
  content: ">";
  vertical-align: middle;
  margin-top: -5px;
  display: inline-block;
  margin-left: 5px;
}
.pro_box .pro_list .content {
  overflow: hidden;
  margin-bottom: 15px;
}
.pro_box .pro_list .content .item {
  float: left;
  width: 292px;
  margin-right: 8px;
  margin-bottom: 15px;
}
.pro_box .pro_list .content .item .img {
  width: 292px;
  display: block;
  height: 220px;
}
.pro_box .pro_list .content .item p {
  height: 65px;
  line-height: 65px;
  overflow: hidden;
  text-align: center;
  font-size: 15px;
  font-weight: 300;
}
.intr_box {
  width: 1200px;
  margin: 0 auto;
  height: 690px;
}
.intr_box .hd .img {
  width: 106px;
  height: 61px;
  margin: 35px auto;
}
.intr_box .bd {
  padding-left: 625px;
  padding-top: 80px;
  position: relative;
}
.intr_box .bd .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 489px;
  height: 493px;
}
.intr_box .bd p {
  line-height: 40px;
  color: #74726E;
  margin-bottom: 30px;
}
.intr_box .bd .more {
  width: 110px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  background: #4C4C4C;
  color: #FFFFFE;
}
.intr_box .bd .more::after {
  content: " > >";
  vertical-align: middle;
  margin-top: -5px;
  display: inline-block;
  margin-left: 5px;
}
body{
	margin:0px;
	padding:0px;	
}
