body {
  background-color: #fff;
}
.container .top-banner {
  width: 100%;
  height: 300px;
  min-width: 1200px;
  background: url("../images/bg_indexBanner.jpg?v=1") center center no-repeat;
}
.container .wrapper {
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
}
.container .wrapper .links-chain {
  height: 65px;
  line-height: 65px;
  border-bottom: 1px dashed #a0a0a0;
  font-size: 14px;
  color: #595757;
  margin-bottom: 30px;
}
.container .wrapper .content-box {
  float: right;
  width: 977px;
  min-height: 681px;
  padding-top: 17px;
  box-sizing: border-box;
  border-left: 1px solid #a0a0a0;
}
.container .wrapper .content-box .process-title {
  margin: 28px 0 70px;
  height: 24px;
  line-height: 24px;
  font-size: 24px;
  color: #000;
  text-align: center;
}
.container .wrapper .content-box .process-list {
  padding-left: 59px;
  margin: 0 auto;
  box-sizing: border-box;
}
.container .wrapper .content-box .process-list li {
  position: relative;
  float: left;
  width: 278px;
  height: 220px;
  margin-bottom: 77px;
}
.container .wrapper .content-box .process-list li .process-list-pic {
  width: 126px;
  height: 126px;
  margin: 0 auto 11px ;
  border: 1px dashed #a0a0a0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.container .wrapper .content-box .process-list li .process-list-title {
  line-height: 24px;
  font-size: 14px;
  color: #595757;
  text-align: center;
}
.container .wrapper .content-box .process-list li .process-list-arrow {
  position: absolute;
  top: 49px;
  right: -22px;
  width: 43px;
  height: 29px;
}
.container .wrapper .content-box .process-list li:nth-child(1) .process-list-pic {
  background: url("../images/pic_process1.png") center no-repeat;
  background-size: 69px 69px;
}
.container .wrapper .content-box .process-list li:nth-child(2) .process-list-pic {
  background: url("../images/pic_process2.png") center no-repeat;
  background-size: 58px 58px;
}
.container .wrapper .content-box .process-list li:nth-child(3) .process-list-pic {
  background: url("../images/pic_process3.png") center no-repeat;
  background-size: 66px 66px;
}
.container .wrapper .content-box .process-list li:nth-child(3) .process-list-arrow {
  right: 100%;
  left: 50%;
  top: 100%;
  bottom: -43px;
  margin-left: -22px;
  transform: rotate(90deg);
}
.container .wrapper .content-box .process-list li:nth-child(4) .process-list-pic {
  background: url("../images/pic_process4.png") center no-repeat;
  background-size: 68px 68px;
}
.container .wrapper .content-box .process-list li:nth-child(4) .process-list-arrow {
  transform: rotate(180deg);
}
.container .wrapper .content-box .process-list li:nth-child(5) .process-list-pic {
  background: url("../images/pic_process5.png") center no-repeat;
  background-size: 70px 70px;
}
.container .wrapper .content-box .process-list li:nth-child(5) .process-list-arrow {
  transform: rotate(180deg);
}
.container .wrapper .content-box .process-list li:nth-child(6) .process-list-pic {
  background: url("../images/pic_process6.png") center no-repeat;
  background-size: 68px 68px;
}
.container .left-navigator {
  width: 220px;
  height: 100%;
  padding-top: 15px;
  float: right;
}
.container .left-navigator .links-list li {
  height: 35px;
  line-height: 35px;
  margin-bottom: 30px;
}
.container .left-navigator .links-list li a {
  color: #000;
  font-size: 18px;
}
.container .left-navigator .links-list li a img {
  width: 24px;
  margin-right: 14px;
  vertical-align: text-bottom;
}
.container .left-navigator .links-list li a.active {
  color: #eb782d;
}
