.banner {
  background: url('/imgs/about.jpg') center center;
  width: 100%;
  height: 660px;
}
.tab-title {
  margin-top: 30px;
  height: 80px;
  font-size: 0;
  border-bottom: 1px solid #d6d6d6;
}
.tab-title .item {
  display: inline-block;
  width: 180px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  color: #666666;
  font-size: 30px;
  text-decoration: none;
}
.tab-title .item-cur {
  color: #fff;
  color: #ec684c;
  border-bottom: 1px solid #ec684c;
}
.tab-cont {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.tab-cont .item {
  width: 100%;
  height: auto;
  color: #555555;
}
.tab-cont .item h2 {
  margin-top: 40px;
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: 24px;
  color: #666;
  font-weight: normal;
  background: url('/imgs/dot.png') no-repeat 0 center;
}
.tab-cont .item p {
  font-size: 21px;
  color: #555555;
  padding-left: 40px;
  line-height: 35px;
  padding-top: 10px;
}
.tab-cont .item .parter-tit {
  margin-top: 60px;
  margin-bottom: 20px;
}
.parter ul {
  overflow: hidden;
}
.parter ul li {
  float: left;
  padding: 15px 14px;
}
.parter li img {
  display: block;
}
.tab-cont .item-contact {
  height: 1100px;
}
.item-contact img {
  display: block;
  padding: 50px 0;
  width: 1200px;
}
.tab-cont .item-contact p {
  padding-left: 0px;
}
.tab-cont .item-contact p span {
  color: #888888;
}
