.pic-view{
  position: relative
}
.pic-view .img{
  display: block;
  width: 100%;
  height: auto;
}
.pic-view .logo{
  position: absolute;
  top: 27px;
  left: 50%;
  height: 30px;
  transform: translateX(-50%);
}
.qr-view{
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: 52.2%;
}
.qr-view .qr{
  width: 202px;
  height: 202px;
  display: block;
  margin: 0 auto;
}
.qr-view .des{
  font-size: 14px;
  color: #DBDBDB;
  margin-top: 20px;
}
.about{
  min-width: 1200px;
  background-image: url('https://cdn.anjiu.cn/kapa_img/about_bg.png');
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 908px auto;
}
.about .view{
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0 80px;
}
.view .title{
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 4px;
}
.view .sub-title{
  font-size: 14px;
  color: #999999;
  letter-spacing: 5.6px;
  text-align: center;
  margin-bottom: 60px;
}
.des-view{
  font-size: 18px;
  color: #222222;
  letter-spacing: 0.9px;
  text-align: justify;
  line-height: 22px;
  margin-bottom: 20px;
}
.cooperation{
  min-width: 1200px;
}
.cooperation .view{
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0 80px;
}
.logo-list{
  display: flex;
  flex-wrap: wrap;
}
.logo-list .list-item{
  width: 228px;
  height: 111px;
  margin: 0 15px 16px 0;
}
.logo-list .list-item:hover{
  cursor: pointer;
}
.logo-list .list-item:nth-child(5n){
  margin: 0 0 16px 0;
}
.link-we{
  background: #F1F1F1;
  min-width: 1200px;
}
.link-we .view{
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0 80px;
}
.link-cont{
  background-color: #fff;
}
.link-cont .cont{
  display: flex;
  padding: 72px 0;
}
.link-cont .cont .item{
  flex: 1;
  padding: 10px 75px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 2px solid #F1F1F1;
}
.link-cont .cont .item:last-child{
  border: none;
}
.link-cont .cont .item .icon{
  width: 60px;
  height: 60px;
  margin-bottom: 23px;
}
.link-cont .cont .item .title{
  font-size: 24px;
  color: #222222;
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
}
.link-cont .cont .item .des{
  font-size: 16px;
  color: #222222;
  text-align: justify;
  line-height: 29px;
}
.link-footer{
  height: 110px;
  text-align: center;
  font-size: 16px;
  color: #222222;
  line-height: 26px;
  font-weight: bold;
  padding-top: 24px;
  box-sizing: border-box;
}
.footer-view{
  background: #1F2126;
  text-align: center;
  font-size: 14px;
  color: #DBDBDB;
  line-height: 18px;
  padding: 53px 0;
}
.footer-view p{
  margin-bottom: 12px;
}
.footer-view a{
  color: #DBDBDB;
}