.container .nav {
  margin: 0 auto;
  margin-top: 0.32rem;
  width: 6.9rem;
  box-sizing: border-box;
  overflow: hidden;
  border: 0.01rem solid #3f71ee;
  border-radius: 0.1rem 0.1rem;
}

.container .nav li {
  float: left;
  width: 33.3%;
  height: 0.8rem;
  text-align: center;
  line-height: 0.8rem;
  color: #3f71ee;
  font-size: 0.3rem;
  box-sizing: border-box;
}

.container .nav li.cur {
  color: #fff;
  background-color: #3f71ee;
}

.container .nav li.b-r {
  border-right: 0.01rem solid #3f71ee;
}

.container .main .process {
  margin-top: 0.6rem;
  position: relative;
  z-index: 1;
}

.container .main .process .line {
  position: absolute;
  z-index: 0;
  border-right: 0.01rem dashed #e9f0f6;
  width: 0.02rem;
  height: 15.5rem;
  left: 1.43rem;
  top: 0.3rem;
}

.container .main .process .text {
  padding-left: 1.95rem;
  background: url(../img/companyProcess/itemstyle.png) 1.3rem top no-repeat;
  background-size: 0.33rem 0.33rem;
  font-size: 0.24rem;
  color: #6d7281;
  position: relative;
  padding-bottom: 0.6rem;
}

.container .main .process .text div.year {
  padding-left: 0.3rem;
  position: absolute;
  left: 0px;
  top: 0px;
  color: #1665e5;
  font-size: 0.3rem;
  line-height: 1;
}

.container .rel .actbtn {
  display: block;
  height: 0.8rem;
  width: 2.75rem;
  position: absolute;
  right: 0.3rem;
  bottom: 0.4rem;
}

.container .rel .linkbtn {
  display: block;
  height: 0.7rem;
  width: 3.4rem;
  position: absolute;
  left: 2.05rem;
  bottom: 1.05rem;
}

.goTop {
  z-index: 2;
  position: fixed;
  display: block;
  width: 1.07rem;
  height: 1.07rem;
  bottom: 2rem;
  right: 0.3rem;
  background-image: url("../../xz/img/top.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% 100%;
}