.container {
  width: 100%;
  margin: 0 auto;
}
.container .banner {
  width: 100%;
  height: 530px;
}
.container .banner .swiper-container {
  width: 100%;
  height: 100%;
}
.container .banner .swiper-container .swiper-slide {
  position: relative;
}
.container .banner .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
}
.container .content {
  background-color: #f5f5f5;
  padding-bottom: 165px;
}
.container .content .titCon {
  border-bottom: 1px solid #eee;
  position: relative;
}
.container .content .titCon .title {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0 32px 0;
  display: flex;
  justify-content: space-around;
}
.container .content .titCon .title li {
  cursor: pointer;
  height: 89px;
  width: 197px;
  border-right: 1px solid #eee;
}
.container .content .titCon .title li a {
  display: inline-block;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  color: #333;
}
.container .content .titCon .title li div {
  height: 56px;
  width: 52px;
  background-size: 100% 100%;
}
.container .content .titCon .title li:nth-of-type(1) div {
  background-image: url(../../images/process/culture1.png);
}
.container .content .titCon .title li:nth-of-type(2) div {
  background-image: url(../../images/process/culture2.png);
}
.container .content .titCon .title li:nth-of-type(3) div {
  background-image: url(../../images/process/culture3.png);
}
.container .content .titCon .title li:nth-of-type(4) div {
  background-image: url(../../images/process/culture10.png);
}
.container .content .titCon .title li:nth-of-type(4) span {
  color: #039be5;
}
.container .content .titCon .title li:nth-of-type(5) div {
  background-image: url(../../images/process/culture5.png);
}
.container .content .titCon .title li:nth-of-type(6) div {
  background-image: url(../../images/process/culture6.png);
}
.container .content .titCon .title li:last-of-type {
  border: none;
}
.container .content .infoCon {
  width: 1200px;
  margin: 0 auto;
}
.container .content .infoCon .ulList {
  margin-top: 58px;
  display: flex;
  flex-flow: row wrap;
}
.container .content .infoCon .ulList li {
  margin-right: 25px;
  margin-top: 30px;
}
.container .content .infoCon .ulList li .img {
  width: 281px;
  height: 161px;
  margin-bottom: 1px;
}
.container .content .infoCon .ulList li .img > img {
  display: block;
  width: 100%;
  height: 161px;
}
.container .content .infoCon .ulList li .txt {
  width: 281px;
  height: 141px;
  padding: 15px 24px 0;
  box-sizing: border-box;
  background-color: #fff;
}
.container .content .infoCon .ulList li .txt p {
  font-size: 14px;
  color: #333;
  line-height: 26px;
}
.container .content .infoCon .ulList li .txt a {
  display: block;
  width: 123px;
  height: 39px;
  font-size: 14px;
  color: #666;
  border: 1px solid #999;
  text-align: center;
  box-sizing: border-box;
  padding: 8px 0;
  margin-left: 55px;
  margin-top: 12px;
}
.container .content .infoCon .ulList li .txt a:hover {
  background-color: #4381ff;
  border: 0;
  color: #fff;
  cursor: pointer;
}
.container .content .infoCon .ulList li:nth-of-type(4n+0) {
  margin-right: 0;
}
.container .content .infoCon .ulList li:hover {
  box-shadow: 1px 1px 5px 0px rgba(14, 5, 10, 0.28);
}
