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

a,
a:visited {
  color: #333;

}

a:hover,
a:visited:hover {
  color: rgb(245, 78, 78);
}

.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:  no-repeat top center;
}



.logo img {
  height: 39px;
  margin-top: 30px;
  
}

.section01{
  width: 100%;
  background:  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(/uploads/image/i3277/1.png) no-repeat center center;
}
.section01 ul li:nth-child(2){
  background: url(/uploads/image/i3277/2.png) no-repeat center center;
}
.section01 ul li:nth-child(3){
  background: url(/uploads/image/i3277/3.png) no-repeat center center;
}
.section01 ul li:nth-child(4){
  background: url(/uploads/image/i3277/4.png) no-repeat center center;
}
.section01 ul li:nth-child(5){
  background: url(/uploads/image/i3277/5.png) no-repeat center center;
}
.section01 ul li:nth-child(6){
  background: url(/uploads/image/i3277/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;
}