.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;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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/culture4.png);
}

.container .content .titCon .title li:nth-of-type(5) div {
  background-image: url(../../images/process/culture11.png);
}

.container .content .titCon .title li:nth-of-type(5) span {
  color: #039be5;
}

.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 {
  padding-bottom: 70px;
  width: 1200px;
  margin: 0 auto;
}

.container .content .infoCon h3 {
  margin-top: 95px;
  text-align: left;
  font-size: 40px;
  color: #4381ff;
}

.container .content .infoCon h3 span {
  font-size: 20px;
  margin-left: 25px;
}

.container .content .infoCon .welfare {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  height: 420px;
  background-color: #fff;
}

.container .content .infoCon .welfare .left {
  width: 268px;
  height: 420px;
}

.container .content .infoCon .welfare .left img {
  display: block;
  width: 100%;
  height: 100%;
}

.container .content .infoCon .welfare .right {
  height: 100%;
  width: 932px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 55px;
}

.container .content .infoCon .welfare .right .olList {
  margin-top: 40px;
}

.container .content .infoCon .welfare .right .olList li {
  margin-top: 12px;
  font-size: 16px;
  color: #333;
}

.container .content .infoCon .welfare .right > span:first-of-type {
  display: block;
  margin-top: 10px;
  color: #333;
  font-size: 16px;
}

.container .content .infoCon .welfare .right > a {
  display: block;
  width: 301px;
  height: 47px;
  border: 1px solid #4381ff;
  color: #4381ff;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  padding-top: 10px;
  margin-top: 20px;
}

.container .content .infoCon .position {
  width: 1200px;
}

.container .content .infoCon .position .ulList {
  width: 1200px;
}

.container .content .infoCon .position .ulList > li {
  margin-top: 30px;
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.container .content .infoCon .position .ulList > li .left-wrapper {
  background-color: #fff;
  width: 798px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 62px;
  padding-bottom: 20px;
}

.container .content .infoCon .position .ulList > li .left-wrapper .name {
  height: 45px;
  font-size: 30px;
  color: #333;
  margin-top: 45px;
  margin-bottom: 12px;
}

.container .content .infoCon .position .ulList > li .left-wrapper .name > img {
  display: block;
  width: 45px;
  height: 45px;
  margin-right: 24px;
  float: left;
}

.container .content .infoCon .position .ulList > li .left-wrapper .name > span {
  display: block;
  height: 45px;
  line-height: 45px;
  float: left;
}

.container .content .infoCon .position .ulList > li .left-wrapper ol {
  margin-top: 14px;
  font-size: 14px;
  color: #333;
  font-weight: 600;
}

.container .content .infoCon .position .ulList > li .left-wrapper ol li {
  font-weight: normal;
  padding-top: 10px;
}

.container .content .infoCon .position .ulList > li .right-wrapper {
  width: 402px;
  border: 1px solid #99b9fc;
  background-color: #4381ff;
}

.container .content .infoCon .position .ulList > li .right-wrapper > a:first-child {
  display: block;
  width: 252px;
  height: 55px;
  font-size: 14px;
  font-weight: 600;
  color: #4381ff;
  text-align: center;
  line-height: 55px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 175px auto 0;
}

.container .content .infoCon .position .ulList > li .right-wrapper > a:last-child {
  display: block;
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-top: 15px;
  width: 100%;
}
