.qiyehuodongPage article .section_1 .lipinbanner {
  width: 100%;
}
.qiyehuodongPage article .section_2 {
  height: 500px;
  background: #fff;
}
.qiyehuodongPage article .section_2 .common_width {
  width: 1140px;
  padding: 24px 0 85px;
  margin: 0 auto;
}
.qiyehuodongPage article .section_2 .common_width .txt {
  width: 600px;
  margin-top: 100px;
}
.qiyehuodongPage article .section_2 .common_width .txt h2 {
  color: #fdc055;
  font-size: 40px;
  font-family: SimHei;
  font-weight: 900;
  margin-bottom: 26px;
  line-height: 54px;
}
.qiyehuodongPage article .section_2 .common_width p {
  color: #333;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1px;
}
.qiyehuodongPage article .section_2 .common_width .img {
  float: right;
  margin-top: 66px;
}
.qiyehuodongPage article .section_2 .common_width .img img {
  display: block;
  width: 500px;
  height: auto;
}
.qiyehuodongPage article .section_3 {
  text-align: center;
}
.qiyehuodongPage article .section_3 .common_width {
  padding: 40px 0 60px;
  width: 1100px;
  overflow: hidden;
}
.qiyehuodongPage article .section_3 .common_width h2 {
  line-height: 62px;
  font-size: 40px;
  font-family: "SimHei";
  font-weight: 600;
  color: #333;
}
.qiyehuodongPage article .section_3 .common_width h4 {
  color: #579662;
  font-family: "SimHei";
  font-size: 26px;
  margin-top: 14px;
  font-weight: 400;
}
.qiyehuodongPage article .section_3 .common_width ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
}
.qiyehuodongPage article .section_3 .common_width ul li {
  width: 48.2%;
  height: 267px;
  margin-top: 20px;
  background-color: #fff;
  padding: 30px;
  box-sizing: border-box;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}
.qiyehuodongPage article .section_3 .common_width ul li .box {
  width: 100%;
  height: 100%;
}
.qiyehuodongPage article .section_3 .common_width ul li .box img {
  height: 100%;
  float: left;
}
.qiyehuodongPage article .section_3 .common_width ul li .box .txt {
  float: right;
  width: 48%;
}
.qiyehuodongPage article .section_3 .common_width ul li .box .txt h3 {
  text-align: left;
  font-family: "SimHei";
  font-weight: 800;
  font-size: 20px;
  line-height: 26px;
  padding-left: 10px;
}
.qiyehuodongPage article .section_3 .common_width ul li .box .txt p {
  text-align: left;
  line-height: 20px;
  font-size: 16px;
  margin-top: 20px;
  color: #666;
}
.qiyehuodongPage article .section_3 .common_width ul li:hover {
  transform: translate(0, -6px);
  -webkit-transform: translate(0, -6px);
  -moz-transform: translate(0, -6px);
  -o-transform: translate(0, -6px);
  -ms-transform: translate(0, -6px);
  -webkit-box-shadow: 0px 5px 15px #e5e5e5;
  -moz-box-shadow: 0px 5px 15px #e5e5e5;
  box-shadow: 0px 5px 15px #e5e5e5;
}
.qiyehuodongPage article .section_3 .common_width ul li:nth-child(1) h3 {
  border-left: 10px solid #b6c2f7;
}
.qiyehuodongPage article .section_3 .common_width ul li:nth-child(2) h3 {
  border-left: 10px solid #bd9ff3;
}
.qiyehuodongPage article .section_3 .common_width ul li:nth-child(3) h3 {
  border-left: 10px solid #f4c90a;
}
.qiyehuodongPage article .section_3 .common_width ul li:nth-child(4) h3 {
  border-left: 10px solid #37dead;
}
.qiyehuodongPage article .section_3 .common_width ul li:nth-child(5) h3 {
  border-left: 10px solid #fa5867;
}
.qiyehuodongPage article .section_3 .common_width ul li:nth-child(6) h3 {
  border-left: 10px solid #fca946;
}
.qiyehuodongPage article .section_6 .company {
    display: block;
  width: 100%;
}
.qiyehuodongPage article .section_7 {
  background: #f5f5f5;
  overflow: hidden;
}
.qiyehuodongPage article .section_7 .common_width {
  background: #fff;
  margin: 80px auto;
  height: 270px;
  border-radius: 30px;
  width: 1210px;
}
.qiyehuodongPage article .section_7 .common_width p {
  text-align: center;
  font-size: 30px;
  padding-top: 60px;
}
.qiyehuodongPage article .section_7 .common_width ul {
  width: 700px;
  padding-top: 60px;
  margin: 0 auto;
}
.qiyehuodongPage article .section_7 .common_width ul li {
  float: left;
  text-align: center;
  width: 50%;
}
.qiyehuodongPage article .section_7 .common_width ul li a {
  text-align: center;
  width: 250px;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  border-radius: 50px;
  font-size: 36px;
  color: #fff;
}
.qiyehuodongPage article .section_7 .common_width ul li a.btn1 {
  background: #01aded;
}
.qiyehuodongPage article .section_7 .common_width ul li a.btn2 {
  background: #ed9701;
}
