/*通用部分*/
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;
}

.top {
  height: 500px;
  width: 100%;
  text-align: center;
}

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

.top img {
  padding: 105px 0px 55px 0px;
}

.top p {
  font-weight: 400;
  font-size: 24px;
  line-height: 60px;

  color: #fff;
}

.jj {
  width: 100%;
  height: 200px;
  border-radius: 16px;
  background: #fff;
  padding: 40px 40px;

}

.jj img {
  display: block;
  width: 106px;
  height: 106px;
  float: left;
  margin-top: 10px;
}

.jj p {
  float: right;
  width: 975px;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  text-align: left;
}


.section {
  width: 100%;
  margin: 30px 0px;
  padding: 30px 30px;
  border-radius: 16px;
  background: #fff;
}

.section ul {
  width: 100%;
}

.section ul li {
  width: 100%;
  margin-bottom: 30px;
}

.section ul li .sectionleft {
  width: 550px;
  height: 310px;
  float: left;
  overflow: hidden;
}

.section ul li .sectionleft a {
  width: 550px;
  height: 310px;
  display: block;
  position: relative;
}

.section ul li .sectionleft a img {
  width: 100%;
}

.section ul li .sectionleft a p {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: url("bj04.png");
  font-weight: 400;
  font-size: 16px;
  line-height: 45px;
  height: 45px;
  text-align: left;
  color: #fff;
  padding-left: 20px;
}

.section ul li .sectionright {
  width: 590px;
  background: url("bj03.png") no-repeat center center;
  height: 310px;
  float: right;
  padding: 20px 30px 30px 30px;
}

.section ul li .sectionright h3 {
  width: 100%;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-weight: 700;
  font-size: 22px;
}

.section ul li .sectionright i {
  width: 100%;
  border: 1px solid #edebeb;
  height: 1px;
  display: block;
  margin: 20px 0px;
}

.section ul li .sectionright p {
  width: 100%;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
}

.section ul li .sectionright p a {
  display: block;
  width: 120px;
  height: 40px;
  border-radius: 20px;
  background: #e27b7b;
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  float: right;
  margin-top: 15px;
}

.section>a {
  margin-left: 480px;
  background: url("bj02.png") no-repeat center center;
  width: 180px;
  height: 50px;
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  color: #fff !important;
}