hr {
  margin: 0;
}
.cptd-subnav {
  margin-top: 100px;
}
.swiper-prev {
  left: -60px !important;
}
.swiper-next {
  right: -60px !important;
}
.cptd-swiper {
  margin-top: 80px;
}
.cptd-swiper .swiper-container img {
  width: 100%;
  height: auto;
}
.swiper-slide-caption {
  text-align: center;
  padding: 30px;
  font-size: 1.5rem;
  color: #888;
}
.cptd-lhjmctd .cptd-lhjmctd-item {
  position: relative;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.cptd-lhjmctd .cptd-lhjmctd-item .cptd-lhjmctd-shade {
  z-index: 1;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 60px;
  background-color: #222;
  text-align: center;
  color: #ddd;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.cptd-lhjmctd .cptd-lhjmctd-item .cptd-lhjmctd-shade::after {
  -webkit-transition: top 0.6s, left 0.6s, right 0.6s, bottom 0.6s;
  transition: top 0.6s, left 0.6s, right 0.6s, bottom 0.6s;
  content: " ";
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid #888;
}
.cptd-lhjmctd .cptd-lhjmctd-item .cptd-lhjmctd-index {
  -webkit-transition: font-size 0.6s;
  transition: font-size 0.6s;
  font-size: 3.5rem;
}
.cptd-lhjmctd .cptd-lhjmctd-item .cptd-lhjmctd-caption {
  margin: 15px 0;
}
.cptd-lhjmctd .cptd-lhjmctd-item .cptd-lhjmctd-caption::after {
  content: " ";
  display: block;
  width: 1px;
  height: 50px;
  margin: 15px auto 15px auto;
  background-color: #888;
}
.cptd-lhjmctd .cptd-lhjmctd-item .cptd-lhjmctd-text {
  color: #888;
}
.cptd-lhjmctd .cptd-lhjmctd-item .img-cover {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.cptd-lhjmctd .cptd-lhjmctd-item:hover .cptd-lhjmctd-index {
  font-size: 2.5rem;
}
.cptd-lhjmctd .cptd-lhjmctd-item:hover .cptd-lhjmctd-shade {
  opacity: 1;
}
.cptd-lhjmctd .cptd-lhjmctd-item:hover .cptd-lhjmctd-shade::after {
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
}
.cptd-lhjmctd .cptd-lhjmctd-item:hover .img-cover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.cptd-gongyi {
  background-image: url(/static/pc/images/70dd5bd749947c9c12a7f1a54fd05568.jpg);
  background-size: cover;
}
.cptd-gongyi .cptd-gongyi-group {
  padding: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.cptd-gongyi .cptd-gongyi-group .cptd-gongyi-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.cptd-gongyi .cptd-gongyi-group .cptd-gongyi-item + .cptd-gongyi-item::before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #555;
  margin: 10% 0;
}
.cptd-gongyi .cptd-gongyi-group .cptd-gongyi-caption {
  position: relative;
  width: 100px;
  height: 100px;
  display: inline-block;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #eee;
  -webkit-transition: color 0.6s;
  transition: color 0.6s;
  z-index: 999;
  cursor: pointer;
}
.cptd-gongyi .cptd-gongyi-group .cptd-gongyi-caption::before {
  top: 0;
  left: 0;
  content: " ";
  position: absolute;
  display: block;
  width: 100px;
  height: 100px;
  border: 2px solid #eee;
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
.cptd-gongyi .cptd-gongyi-group .cptd-gongyi-caption::after {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0;
  top: 10px;
  left: 10px;
  content: " ";
  display: block;
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #eee;
  z-index: -1;
}
.cptd-gongyi .cptd-gongyi-group .cptd-gongyi-caption:hover {
  color: #555;
}
.cptd-gongyi .cptd-gongyi-group .cptd-gongyi-caption:hover::before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.cptd-gongyi .cptd-gongyi-group .cptd-gongyi-caption:hover::after {
  opacity: 1;
}
.cptd-gongyi .cptd-gongyi-group .cptd-gongyi-text {
  margin-top: 15px;
  color: #fff;
  width: 160px;
  text-align: center;
}
.cptd-ztmmcptd {
  margin-bottom: 80px;
}
#footer {
  margin-top: 120px;
}
