.basic-info {
  position: relative;
  height: 1130px;
  background: url(/static/images/ab_banner.jpg) no-repeat center center/cover;
}

.basic-info .bread {
  padding-top: 160px;
  padding-bottom: 40px;
}

.basic-info h1 {
  font-size: 30px;
  color: #fff;
  text-align: center;
}

.basic-info .tips {
  text-align: center;
  color: #fff;
  font-size: 16px;
  opacity: 0.5;
  padding-top: 30px;
}

.basic-info .text {
  font-size: 16px;
  color: #fff;
  line-height: 200%;
  padding-top: 60px;
}

.basic-info .list {
text-align: center;
  padding-top: 80px;
  overflow: hidden;

}

.basic-info .list li {
  width: 300px;
  float: left;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.basic-info .list li i {
  font-size: 50px;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;

}
.basic-info .list li:nth-child(1),
.basic-info .list li:nth-child(2),
.basic-info .list li:nth-child(3) {
  padding: 0 48px;	 // 这里，是调公司概况 3个图标的间距
}

.basic-info .history {
  padding-top: 80px;
  overflow: hidden;
}

.basic-info .history img {
  width: 400px;
  height: 380px;
  float: left;
}

.basic-info .history .history-desc {
  width: 710px;
  height: 380px;
  color: #666;
  background: #fff;
  float: left;
  visibility: visible;
  animation-delay: 0.2s;
  padding: 0 40px;
  font-size: 16px;
  line-height: 180%;
  overflow: auto;
}

.partner {
  height: 1148px;
  color: #666;
  background: url(/static/images/team.jpg) no-repeat center center/cover;
}

.partner > p,
.awards > p {
  font-size: 30px;
  text-align: center;
  color: #333;
  padding-top: 100px;
}

.partner > .tips,
.awards > .tips {
  text-align: center;
  color: #666666;
  font-size: 16px;
  padding-top: 20px;
}

.partner .left-list {
  float: left;
  width: 300px;
  border-bottom: 1px solid #ddd;
  position: relative;
  border-radius: 6px;
  background: #fff;
}

.partner .left-list li .item {
  background-color: transition;
  cursor: pointer;
  width: 300px !important;
  position: relative;
  box-shadow: 0px 1px 5px #e5e5e5;
  transition: all 0.36s ease;
  overflow: hidden;
  color: #666;
  box-sizing: content-box;
}

.partner .left-list li .item .wrapper {
  height: 104px;
  padding: 20px 15px;
  padding-top: 20px;
  position: relative;
  z-index: 9;
}

.partner .left-list li.on .item,
.partner .left-list li .item:hover {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 6px;
  margin-left: -10px;
  padding: 0px 10px;
  box-shadow: 0px 0px 20px #e5e5e5;
  z-index: 9;
}

.partner .left-list li img.logo {
  width: 146px;
  height: 88px;
  padding-left: 60px;
}

.partner .left-list li img {
  width: 80px;
  height: 100px;
  padding-left: 0px;
  object-fit: cover;
  object-position: top center;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  float: left;
  padding-right: 20px;
}

.partner .left-list li p {
  font-size: 16px;
  line-height: 24px;
}

.partner .left-list li p:last-child {
  font-size: 14px;
}

.partner .right-detail {
  float: right;
  position: relative;
  width: 880px;
  border-radius: 6px;
  height: 720px;
  background: #fff;
  box-sizing: border-box;
  background: url(/static/images/rw_bj2.png) no-repeat center center;
 / text-align: center;/领导介绍区居中居左/
}
.partner .right-detail > ul > li {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.partner .right-detail .total {
  padding: 0 85px;
}
.partner .right-detail .total li {
  cursor: pointer;
  width: 150px;
  margin: 0px 40px;
  margin-top: 80px;
  float: left;
  text-align: center;
}
.partner .right-detail .total li img {
  height: 150px;
  overflow: hidden;
}
.partner .right-detail .total li .name {
  font-size: 16px;
  padding-top: 20px;
  
}
.partner .right-detail .total li .title {
  font-size: 14px;
  line-height: 180%;
  
}
.partner .right-detail .single {
  display: none;
}
.partner .right-detail .single .avator {
  width: 160px;
  /* height: 240px; */
  margin: 0;
  margin-left: 40px;
  margin-top: 40px;
  position: relative;
  margin-right: 40px;
  float: left;
}
.partner .right-detail .single .name {
  font-size: 20px;
  color: #333;
  text-transform: uppercase;
  padding-top: 56px;
  margin-left: 240px;
}
.partner .right-detail .single .name span {
  display: inline-block;
  font-size: 18px;
  color: #666;
  padding-left: 30px;
}
.partner .right-detail .single .desc {
  padding: 0px;
  line-height: 180%;
  margin-top: 30px;
  margin-left: 240px;
  margin-right: 40px;
  padding-left: 240px;
  padding-right: 40px;
  color: #666;
  font-size: 16px;
}

.partner .right-detail .single img {
  width: 160px;
  margin: 0;
  margin-right: 40px;
  float: left;
}

.partner .right-detail .single .title {
  font-size: 20px;
  color: #333;
  text-transform: uppercase;
}

.partner .right-detail .single .desc {
  padding: 0px;
  line-height: 170%;
  margin-top: 30px;
  color: #666;
  font-size: 16px;
}

.awards {
  max-width: 1920px;
  margin: 0px auto;
  height:720px;
  background: url(/static/images/lc.jpg) no-repeat center center/cover;
}

.awards > p {
  color: #fff;
}

.awards > .tips {
  color: #a0adb5;
}

.awards .slide {
  margin: 100px auto 0;
  position: relative;
  width: 1200px;
  height: 190px;
}

.awards .slide .top {
  color: #a0adb5;
}

.awards .slide .top .items {
  color: #a0adb5;
}

.awards .slide .top .items .item {
  padding: 0px 8% 80px 8%;
  overflow: hidden;
  color: #fff;
  font-size: 60px;
  text-align: center;
  line-height: 120%;
  box-sizing: border-box;
}

.awards .slide .top .items .item .date {
  position: relative;
  float: left;
  width: 180px;
  font-weight: bold;
  padding: 0px 20px;
  margin-left: 60px;
}
.awards .slide .top .items .item .date:before {
  content: '';
  position: absolute;
  right: 0;
  top: 10px;
  width: 29px;
  height: 60px;
  background: url(/static/images/h2.png) no-repeat center center;
}
.awards .slide .top .items .item .date:after {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 29px;
  height: 60px;
  background: url(/static/images/h1.png) no-repeat center center;
}

.awards .slide .top .items .item .detail {
  float: left;
  width: 580px;
  padding: 0px 0 0 50px;
  line-height: 180%;
  color: #fff;
  font-size: 16px;
  text-align: left;
}

.awards .slide .top .slide-btn {
  position: absolute;
  top: 45px;
  width: 40px;
  height: 40px;
}
.awards .slide .top .slide-btn.swiper-button-next {
  right: 0;
  background: url(/static/images/ico-sinfo.png) -40px 0 no-repeat;
}
.awards .slide .top .slide-btn.swiper-button-prev {
  left: 0;
  background: url(/static/images/ico-sinfo.png) 0 0 no-repeat;
}
.awards .slide .bottom {
  color: #a0adb5;
}

.awards .bottom {
  box-sizing: border-box;
  overflow: hidden;
}
.awards .bottom .item {
  width: 200px;
  height: 100%;
  text-align: center;
}
.awards .bottom .item .marker {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  top: 45px;
  left: -50%;
  margin-left: -5px;
  right: 0%;
  text-align: initial;
}
.awards .bottom .item .marker span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  background: rgba(255, 255, 255, 1);
  position: absolute;
  z-index: 9;
}
.awards .bottom .item .marker em.qaz {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  transform: scale(0);
  animation: myfirsts 1s;
  animation-iteration-count: infinite;
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 1;
}
.awards .bottom .item .marker em {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  transform: scale(0);
  animation: myfirst 1s;
  animation-iteration-count: infinite;
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 1;
}
.awards .bottom .item.swiper-slide-active .marker {
  display: none;
}
.awards .bottom .item .subnav {
  padding-top: 75px;
  background: url(/static/images/ico-snav.png) top center no-repeat;
  position: relative;
  cursor: pointer;
  font-size: 30px;
  font-weight: normal;
  color: #fff;
}
.awards .bottom .item.swiper-slide-active .subnav {
  background: url(/static/images/ico-snavh.png) top center no-repeat;
  font-size: 30px;
  color: #fff;
  opacity: 1;
}
.awards .bottom .item .subnav span {
  opacity: 0.5;
}
.awards .bottom .item.swiper-slide-active .subnav span {
  opacity: 1;
}

.awards .bottom .item .subnav p.line {
  width: 100%;
  height: 12px;
  background: url(/static/images/cdevline.png) top center no-repeat;
  position: absolute;
  top: 44px;
}
@keyframes myfirsts {
  to {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes myfirst {
  to {
    transform: scale(2.5);
    opacity: 0;
  }
}
