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

a,
a:visited {
  color: #333;
  font-size: 16px;
}

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: 500px;
  width: 100%;
  background: url("bj.jpg") no-repeat top center;
}
.top .container{
  padding-top: 30px;
}
.logo {
  width: 350px;
  height: 70px;
  display: block;
  margin-left: 100px;
 
}




.section01 {
  width: 100%;

}

.catname01 {

  margin-left: 351.5px;
}

.catname01 img {
  width: 497px;
  height: 47px;
  margin-top: 30px;
  margin-bottom: 15px;
}

.picture {
  width: 520px;
  height: 294px;
  float: left;
  overflow: hidden;
  position: relative;

}

.picture .hd {
  width: 80px;
  height: 8px;
  overflow: hidden;
  position: absolute;
  right: 20px;
  bottom: 18px;
  z-index: 1;
}

.picture .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}

.picture .hd ul li {
  float: left;
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background: url("bj02.png") no-repeat;
  cursor: pointer;
  text-indent: -9999px;
}

.picture .hd ul li.on {
  background: url("bj03.png") no-repeat;
}

.picture .bd {
  position: relative;
  width: 520px;
  height: 294px;
  z-index: 0;
  overflow: hidden;
}

.picture .bd li {
  zoom: 1;
  vertical-align: middle;
}

.picture .bd li a {
  display: block;
  width: 520px;
  height: 294px;
  position: relative;
}

.picture .bd li a img {
  display: block;
  width: 520px;
  height: 294px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.picture .bd li a i {
  display: block;
  width: 520px;
  height: 50px;
  background: #000000;

  opacity: .4;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
}

.picture .bd li a h3 {
  display: block;
  width: 520px;
  height: 45px;
  line-height: 45px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding-left: 20px;
  font-size: 16px;
  color: #ffffff;
  z-index: 2;
}

.section01 .news {
  height: 294px;
  float: right;
  width: 650px;
  margin-top: -10px;

}

.section01 .news ul {
  width: 100%;

}

.section01 .news ul li {
  display: inline-block;
  height: 45px;
  width: 100%;
}

.section01 ul li a {
  padding-left: 20px;
  display: inline-block;
  width: 100%;

  line-height: 45px;
  height: 45px;
  position: relative;


  font-weight: 400;
font-size: 18px;


}

.section01 .news ul li span {
  display: inline-block;
  width: 60px;


  right: 0px;
  top: 0px;
  position: absolute;
}

.section01 .news ul li a i {
  width: 3px;
  height: 3px;
  background: #0d8de4;
  position: absolute;
  left: 0px;
  top: 50%;
}

.section02 {
  width: 100%;

}

.section02 ul {
  width: 100%;


}

.section02 ul li {
  font-size: 18px;
  line-height: 45px;
  width: 585px;
  margin-right: 30px;
  float: left;
  border-left: 1px solid #eee;
  position: relative;
  padding-left: 30px;
}
.section02 ul li:nth-child(2n){
    margin-right: 0px;
}
.section02 ul li i {
  background: url("bj04.png") no-repeat center center;
  width: 16px;
  height: 16px;
  position: absolute;
  left: -8px;
  top: 16px;
}


.section02 ul li a {}

.section02 ul li a span {
  color: #999999;
  float: right;
  width: 95px;
}





.section03 {
  position: relative;
  margin-bottom: 30px;
}



.bottombanner {
  height: 190px;

  margin: 0px auto;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 30px;
}

.bottombanner ul {
  width: 1000px;
  height: 190px;
  overflow: hidden;
}

.bottombanner ul li {
  position: relative;
  display: inline;
  height: 190px;
  width: 360px;
  float: left;

  margin-right: 30px;

}


.bottombanner ul li a img {
  height: 190px;
  width: 360px;
}

.bottomleft {
  position: absolute;
  width: 28px;
  height: 48px;
  cursor: pointer;
  top: 167px;
  left: -24px;
  z-index: 999;
}

.bottomright {
  position: absolute;
  width: 28px;
  height: 48px;
  cursor: pointer;
  right: -24px;
  top: 167px;
  z-index: 999;
}