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

}

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 {
  width: 100%;

  background: url("bj.png") no-repeat top center;
  height: 800px;
}

.top .container .logo img {
  width: 345px;
  display: block;
  margin-bottom: 230px;
  padding-top: 30px;
}

.top i {
  width: 100%;

  display: block;
  background: url(title.png) no-repeat center center;
  height: 197px;
}

.section01 {
  width: 100%;
  position: relative;
  margin-top: 30px;
}

.section01 .section01banner {
  width: 100%;
  margin: 20px auto;
  overflow: hidden;
}

.section01 .section01banner ul {
  width: 1200px;
  overflow: hidden;
}

.section01 .section01banner ul li {
  width: 285px;
  margin-right: 20px;
}

.section01 .section01banner ul li a {}

.section01 .section01banner ul li a img {
  width: 285px;
  height: 408px;
}

.section01bottomleft {
  position: absolute;
  width: 28px;
  height: 50px;
  cursor: pointer;
  top: 295px;
  left: -55px;
  z-index: 999;
  background: url("left.png") no-repeat center center;

}

.section01bottomright {
  position: absolute;
  width: 28px;
  height: 50px;
  cursor: pointer;
  top: 295px;
  ;
  right: -55px;
  z-index: 999;
  background: url("right.png") no-repeat center center;
}

.catname {
  width: 100%;
  display: block;
  height: 117px;

}

.catname01 {
  background: url(catname01.png) no-repeat center center;
}

.catname02 {
  background: url(catname02.png) no-repeat center center;
}

.catname03 {
  background: url(catname03.png) no-repeat center center;
}

.catname04 {
  background: url(catname04.png) no-repeat center center;
}

.section02 {
  width: 100%;
  background: url("bj02.png") no-repeat top+150px center;
  margin-top: 30px;
  margin-bottom: 30px;

}

.picture {
  width: 588px;
  height: 338px;
  float: left;
  overflow: hidden;
  position: relative;
  margin-top: 35px;
}

.picture .hd {
  width: 100px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  right: 20px;
  bottom: 15px;
  z-index: 1;
}

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

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

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

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

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

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

.picture .bd li a img {
  display: block;
  width: 588px;

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

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

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

.picture .bd li a p {
  display: block;
  width: 588px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding-left: 20px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  z-index: 2;


}

.section02 .news {
  height: 338px;
  float: right;
  width: 596px;

  margin-top: 40px;
  padding: 0px 20px;
}

.section02 .news ul {
  width: 100%;

}

.section02 .news ul li {
  display: inline-block;
  height: 54px;
  width: 100%;
  font-weight: 400;
  border-bottom: 1px dashed #ffffff;
  position: relative;
  line-height: 54px;
}

.section02 .news ul li a {
  font-size: 18px;


  color: #ffffff;
  margin-left: 15px;
  font-weight: 400;
}


.section02 .news ul li a span {
  float: right;
  width: 105px;
  display: inline-block;
}

.section02 .news ul li a i {
  position: absolute;
  left: 0px;
  top: 48%;
  width: 3px;
  height: 3px;
  background: #ffffff;
  ;
  display: block;

}

.section03 {
  width: 100%;
  position: relative;
  margin-top: 30px;
}

.section03 .section03banner {
  width: 100%;
  margin: 20px auto;
  overflow: hidden;
}

.section03 .section03banner ul {
  width: 1200px;
  overflow: hidden;
}

.section03 .section03banner ul li {
  width: 585px;
  margin-right: 30px;
}

.section03 .section03banner ul li a {}

.section03 .section03banner ul li a img {
  width: 585px;
  height: 337px;
}



.section03bottomleft {
  position: absolute;
  width: 28px;
  height: 50px;
  cursor: pointer;
  top: 285px;
  left: -55px;
  z-index: 999;
  background: url("left.png") no-repeat center center;

}

.section03bottomright {
  position: absolute;
  width: 28px;
  height: 50px;
  cursor: pointer;
  top: 285px;
  right: -55px;
  z-index: 999;
  background: url("right.png") no-repeat center center;
}




.section04 {
  width: 100%;
  margin: 30px 0px;
}

.section04 ul {
  width: 100%;
  margin-top: 20px;
}

.section04 ul li {
  border-bottom: 1px dashed #999999;
  ;
  line-height: 54px;
  height: 54px;
  width: 585px;
  margin-right: 30px;
  float: left;
  position: relative;
}

.section04 ul li:nth-child(2n) {
  margin-right: 0px;
}

.section04 ul li a {
  font-size: 18px;
  font-weight: 400;

  padding-left: 20px;
  color: #333333;

}

.section04 ul li a i {
  position: absolute;
  left: 0px;
  top: 48%;
  width: 3px;
  height: 3px;
  background: #999999;
  ;
  display: block;
  margin-right: 15px;
}

.section04 ul li span {
  color: #999999;

  float: right;
  width: 105px;
}

.section04 ul li a:hover {
  color: #0137c8;
  font-weight: bold;
}

.section04 ul li a:hover i {
  background: #0137c8;
}

.section04 ul li a:hover span {
  color: #0137c8;

}