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

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;
}

.logo {
  display: block;
  text-align: left;
  width: 429px;
  margin-top: 30px;
  background: url("logo.png") no-repeat center center;
  height: 53px;
}

.container>P {
  width: 100%;
  margin-top: 400px;
  padding: 40px 50px;
  background: url("bj02.png") no-repeat center center;
  height: 140px;
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
}

.container ul {
  width: 100%;
  padding: 25px 30px;
}

.container ul li {
  width: 100%;

  font-size: 18px;
  line-height: 48px;
  height: 48px;
  position: relative;
}

.container ul li i {
  position: absolute;
  background: #333333;
  height: 3px;
  width: 3px;
  display: inline-block;
  left: 0px;
  top: 49%;
}

.container ul li a {
  padding-left: 15px;
}

.container ul li span {
  width: 110px;
  line-height: 48px;
  height: 48px;
  position: absolute;
  display: inline-block;
  right: 0px;
  top: 0px;

}

.container .more {
  width: 160px;
  height: 40px;
  line-height: 40px;
  background: #d8e9fb;
  text-align: center;
  display: block;
  border-radius: 5px;
  margin-left: 520px;
  margin-bottom: 100px;
}