/*通用部分*/
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 {
  width: 100%;
  background: url("bj02.png") no-repeat center center;
  height: 442px;
}
.top .container img{
  margin-top: 30px;
  width: 300px;
}


.section01 {
  width: 100%;
  height: 430px;
}
.catname{
    height: 68px;
  width: 100%;
  background: url("catname1.png") no-repeat left center;
  background-size: 585px;
  margin: 20px 0px 10px;
}

.catname a {
  width: 100%;
  font-weight: 700;
  font-size: 28px;
  color: #FC5D22;
  display: inline-block;
  padding-left: 60px;
  padding-top: 10px;
}

.catname a span{
  float: right;
    font-size: 16px;
  display: inline-block;
  font-weight: 400;
  color: #333;
    padding-top: 10px;
width: 60px;

}
.section01 .bt-left,.section01 .bt-right{
width: 585px;
}

.section01 ul {
  width: 100%;
}

.section01 ul li {
  position: relative;
  width: 100%;
  padding-left: 15px;
  font-weight: 400;
  font-size: 18px;
  line-height: 42px;
}

.section01 ul li i {
  display: inline-block;
  width: 3px;
  height: 3px;
  background: #CB1D12;
  top: 49%;
  position: absolute;
}

.section01 ul li a {
  font-size: 16px;
  display: inline-block;
  font-weight: 400;
  line-height: 42px;
  margin-left: 15px;
}

.section01 ul li span {
  font-weight: 400;
  color: #999999;
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 0px;
  line-height: 42px;
}
.section02{
  margin: 30px 0px;
}
.section02 ul li{
  width: 374px;
  margin-right: 39px;
}
.section02 ul li:nth-child(3){
    margin-right: 0px;
}
.section02 ul li a{
  
}
.section02 ul li a img{

}

















