/*通用部分*/
body {
  font-family: "微软雅黑";
  min-width: 1200px;
  background: #ffffff;
}

a,
a:visited {
  color: #333;

}

.container {
  width: 1200px;
  margin: 0px auto;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  height: 0px;
  display: block;
  overflow: hidden;
  clear: both;
}

.top {
  height: 473px;
  width: 100%;
  background: url("bj.png") no-repeat top center;
  overflow: hidden;
}


.logo{ width: 1200px; margin: 0 auto; margin-top: 30px;}
.logo a {
  color: #fff; font-size: 30px;
}

.section01{
  width: 100%;
  background: url("bj02.png") no-repeat top center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.section01 ul{
  
}
.section01 ul li{
  width: 183px;
  height: 199px;
  margin-right: 20.4px;
  float: left;
}
.section01 ul li:nth-child(1){
  background: url(1.png) no-repeat center center;
}
.section01 ul li:nth-child(2){
  background: url(2.png) no-repeat center center;
}
.section01 ul li:nth-child(3){
  background: url(3.png) no-repeat center center;
}
.section01 ul li:nth-child(4){
  background: url(4.png) no-repeat center center;
}
.section01 ul li:nth-child(5){
  background: url(5.png) no-repeat center center;
}
.section01 ul li:nth-child(6){
  background: url(6.png) no-repeat center center;
  margin-right: 0px;
}

.section01 ul li a{
  width: 100%;
  height: 199px;
  display: inline-block;
}
.section01 ul li a p{
  font-size: 22px;
  font-weight: bold;
  color: #000;
  width: 100%;
  text-align: center;
  margin-top: 130px;
}