/*通用部分*/
body {
  font-family: "微软雅黑";
  min-width: 1200px;
  background: url("bj.png") no-repeat top center;
}

a,
a:visited {
  color: #333333;

}

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

}

.top .container {
  text-align: center;
}

.top .container a {
  width: 433px;
  height: 57px;
  display: block;
  margin-top: 80px;
  margin-bottom: 60px;
  background: url("logo.png") no-repeat center center;
}


.section01 {
  width: 100%;
}

.section01 a {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  display: block;
  margin-bottom: 30px;
}

.section01 p {
  height: 270px;
  font-size: 16px;
  line-height: 36px;
  text-indent: 2em;
  background: #ffffff;
  border-radius: 10px;
  padding: 35px 30px 35px 30px;
}

.section02 {
  width: 930px;
  height: 540px;
  margin-top: 155px;
  margin-left: 135px;
  overflow: hidden;
  position: relative;

}

.section02 .hd {
  display: none;
}

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

.section02 .bd li a {
  display: block;
  width: 100%;
  height: 540px;
  position: relative;
}

.section02 .bd li a img {
  display: block;
  width: 930px;
  height: 540px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.section02 .bd li a i {
  display: block;
  width: 100%;
  height: 60px;
  background: #3a393a;

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

.section02 .bd li a h3 {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding-left: 20px;
  font-size: 18px;
  color: #ffffff;
  z-index: 2;
}

.section03{
  margin-top: 120px;
}
.section03list{
width: 100%;
  background: #ffffff;
    height: 420px;
    padding-top: 1px;
    border-radius: 0px 0px 10px 10px;
    position: relative;
}





.bottombanner {
  height: 260px;

  margin: 40px auto;
  overflow: hidden;
  margin-left: 52.5px;
  margin-right: 52.5px;

}

.bottombanner ul {
  width: 1095px;
  height: 260px;
  overflow: hidden;
}

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

  margin-right: 30px;

}


.bottombanner ul li a img {
  height: 220px;
  width: 345px;
}
.bottombanner ul li a p{
  font-size: 16px;
  line-height: 60px;
  height: 60px;
  text-align: center;
}
.bottomleft {
  position: absolute;
  width: 39px;
  height: 79px;
  cursor: pointer;
  top: 113px;
  left: 0px;
  z-index: 999;
}

.bottomright {
  position: absolute;
  width: 39px;
  height: 79px;
  cursor: pointer;
  right: 0px;
  top: 113px;
  z-index: 999;
}



.section03list > a{
  font-size: 18px;
  line-height: 45px;
  height: 45px;
  color: #ffffff;
  text-align: center;
  background: #1770d5;
  width: 200px;
  border-radius: 10px;
  display: block;
  margin-top: 30px;
  margin-left: 500px;
}









.section04 {
  width: 100%;



  margin: 40px 0px;
}

.container .catname {
  color: #ffffff;
  font-size: 32px;
  background: url("catname.png") no-repeat center center;
  width: 100%;
  height: 89px;

  display: block;

  font-weight: bold;
  text-align: center;
  padding-top: 29px;

}

.section04 ul {
  height: 545px;
  border-radius: 0px 0px 10px 10px;
  background: #ffffff;
  padding: 20px 30px;
}

.section04 ul li {
  height: 45px;
  padding-left: 20px;
  position: relative;
}

.section04 ul li i {
  background: #000000;
  width: 3px;
  height: 3px;
  left: 0px;
  top: 50%;
  position: absolute;
  display: inline-block;

}

.section04 ul li a {
  font-size: 18px;
  line-height: 45px;
  height: 45px;
  display: inline-block;
  float: left;
}

.section04 ul li span {
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  color: #666666;
  font-size: 18px;
  width: 120px;
  line-height: 45px;
  height: 45px;

}

.section04 ul > a{
  font-size: 18px;
  line-height: 45px;
  height: 45px;
  color: #ffffff;
  text-align: center;
  background: #1770d5;
  width: 200px;
  border-radius: 10px;
  display: block;
  margin-top: 40px;
  margin-left: 470px;
}