.banner {
  width: 100%;
  height: 448px;
  background-color: #1e2431;
}
.banner .banner-container {
  margin: 0 auto;
  width: 1200px;
  padding-top: 86px;
  position: relative;
}
.banner .banner-container > img {
  position: absolute;
  top: 10%;
  right: 0%;
  width: 550px;
}
.banner .banner-container .banner-container-title {
  font-size: 42px;
  color: #fff;
}
.banner .banner-container .banner-container-content {
  margin: 18px 0 30px;
  font-size: 16px;
  line-height: 30px;
  color: #999;
}
.banner .banner-container .banner-container-btn a {
  display: block;
  width: 280px;
  height: 46px;
  border: 1px solid #fff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-top: 40px;
}
.taocan {
  height: 670px;
  background: #ffffff;
}
.taocan .taocan-wrap {
  width: 1200px;
  margin: 0 auto;
}
.taocan .taocan-wrap .taocan-title {
  position: relative;
  text-align: center;
  height: 172px;
  line-height: 172px;
  font-size: 24px;
}
.taocan .taocan-wrap .taocan-list > .taocan-item:last-of-type {
  border-right-width: 1px;
}
.taocan .taocan-wrap .taocan-list {
  display: flex;
  align-content: flex-start;
}
.taocan .taocan-wrap .taocan-list .taocan-item {
  width: 25%;
  border: 1px solid #f5f5f5;
  border-right-width: 0;
  padding-bottom: 40px;
}
.taocan .taocan-wrap .taocan-list .taocan-item .taocan-item-title {
  height: 80px;
  line-height: 80px;
  background: #e4e4e4;
  font-size: 22px;
  color: #333333;
  text-align: center;
}
.taocan .taocan-wrap .taocan-list .taocan-item .taocan-item-desc {
  height: 105px;
  line-height: 24px;
  font-size: 14px;
  color: #666;
  padding: 20px 26px 0;
}
.taocan .taocan-wrap .taocan-list .taocan-item .taocan-item-canshu {
  display: flex;
  padding: 0 26px;
}
.taocan .taocan-wrap .taocan-list .taocan-item .taocan-item-canshu .taocan-item-canshu-item {
  text-align: center;
  color: #333;
  width: 33.3%;
  height: 80px;
  background: #f7f7f7;
  margin-top: 20px;
}
.taocan .taocan-wrap .taocan-list .taocan-item .taocan-item-canshu .taocan-item-canshu-item p:first-of-type {
  padding-top: 12px;
  font-size: 28px;
}
.taocan .taocan-wrap .taocan-list .taocan-item .taocan-item-canshu .taocan-item-canshu-item p:first-of-type span {
  font-size: 16px;
}
.taocan .taocan-wrap .taocan-list .taocan-item .taocan-item-canshu .taocan-item-canshu-item p:last-of-type {
  font-size: 14px;
  color: #999;
}
.taocan .taocan-wrap .taocan-list .taocan-item .taocan-item-price {
  margin-top: 37px;
  text-align: center;
  font-size: 14px;
}
.taocan .taocan-wrap .taocan-list .taocan-item .taocan-item-price span {
  color: #ff6600;
  font-size: 28px;
}
.taocan .taocan-wrap .taocan-list .taocan-item .btn {
  margin: 20px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 177px;
  height: 39px;
  border: 1px solid #ff6600;
  background: #fff;
  color: #ff6600;
}
.taocan .taocan-wrap .taocan-list .taocan-item-active {
  border: 1px solid #00aaff;
}
.taocan .taocan-wrap .taocan-list .taocan-item-active .taocan-item-title {
  background-color: #00aaff;
  color: #fff;
}
.taocan .taocan-wrap .taocan-list .taocan-item-active .btn {
  border: 1px solid #00aaff;
  color: #00aaff;
}
.taocan .taocan-wrap .taocan-list .taocan-item-active .taocan-item-price span {
  color: #00aaff;
}
.zhujiPK {
  padding: 50px 0;
  background-color: #f7faff;
}
.zhujiPK > h3 {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 50px;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
}
.zhujiPK .zhujiPK-wrap {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
.zhujiPK .zhujiPK-wrap .zhujiPK-item {
  width: 36%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  padding: 20px;
  padding-bottom: 40px;
}
.zhujiPK .zhujiPK-wrap .zhujiPK-item h5 {
  text-align: center;
  font-weight: normal;
  font-size: 20px;
  line-height: 80px;
  height: 80px;
}
.zhujiPK .zhujiPK-wrap .zhujiPK-item ul li {
  height: 50px;
  font-size: 14px;
  text-align: center;
}
.zhujiPK-item:last-of-type li {
  color: #777 !important;
}
