.hangye_banner{
 background-position:top center ;
 background-repeat: no-repeat;
 background-size: auto 670px;
}
.hangyeBanner {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
}
.hangyeBanner li {
  text-align: center;
  display: inline-block;
  padding: 0 75px;
  position: relative;
}
.hangyeBanner li a {
  color: #ffffff;
}
.hangyeBanner li a .hangyeBannerTit1 {
  font-size: 43px;
}
.hangyeBanner li a .hangyeBannerTit2 {
  font-size: 24px;
}
.hangyeBanner li:after {
  content: '';
  width: 0px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -19px;
}
.hangyeBanner li:last-child:after {
  content: none;
}
.hangyeBoxx{
	width: 100%;
	margin-bottom: 80px;
	padding-bottom: 50px;

}
.hangyeList {
}
.hangyeList li {
  width: 100%;
  padding: 30px 30px;
  transition: all 0.3s;
}
.hangyeList li .hangyeListPic {
  width: 23%;
  left: 188px;
  margin-right: 30px;
}
.hangyeList li .hangyeListPic img {
  width: 100%;
  height: 100%;
}
.hangyeList li .hangyeListTit {
  width: 74%;
  padding: 11px 0;
}
.hangyeList li .hangyeListTit .hangyeListTit1 {
  font-size: 26px;
  color: #333333;
  margin-bottom: 30px;
}
.hangyeList li .hangyeListTit .hangyeListTit2 {
  font-size: 18px;
  color: #666666;
  line-height: 32px;
}
.hangyeList li:hover {
  box-shadow: rgba(0, 0, 0, 0.12) 0 0 22px;
  border-radius: 20px;
  padding: 30px;
  transition: all 0.3s;
}
