.zjhx {
  padding: 2rem 0;
}
.culture {
  margin: 2rem 0;
}
.culture-moto {
  display: flex;
  flex-wrap: wrap;
}
.culture-moto-item {
  margin: 1.8rem 0;
  display: flex;
  width: 100%;
  height: 250px;
}
.culture-moto-item:nth-child(1) {
  background: linear-gradient(#ffc841, #ffb450);
}
.culture-moto-item:nth-child(2) {
  background: linear-gradient(#ffb053, #ff9b5f);
}
.culture-moto-item:nth-child(3) {
  background: #ff9862;
}
.culture-moto .cmi-pic {
  width: 50%;
  height: 100%;
}
.culture-moto .cmi-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.culture-moto .cmi-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}
.culture-moto .cmi-title {
  margin-bottom: 2rem;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.culture-moto .cmi-des {
  padding: 0 1rem;
}
.culture-moto .cmi-des p {
  line-height: 2;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.report {
  display: flex;
  height: 3rem;
  line-height: 3rem;
  margin-bottom: 10rem;
  margin-top: 4rem;
  font-size: 1.2rem;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
}
.report-left {
  padding: 0 4rem;
  color: #fff;
  background-color: #ffb878;
}
.report-right {
  flex: 1;
  padding: 0 4rem;
  overflow: hidden;
  background-color: #fff;
}
.report-right a {
  display: inline-block;
  color: #666;
}
.report-right a:hover {
  color: #4c2d82;
}
.h-a {
  position: relative;
  background-color: transparent;
  padding: 5rem 0;
  overflow: hidden;
  user-select: none;
}
.h-top {
  height: 4rem;
  width: 100%;
  background: url(../images/gufen_img/arrower.png) center center no-repeat;
  background-color: transparent;
  background-size: 46px 46px;
}
.h-bottom {
  height: 4rem;
  width: 100%;
  background: url(../images/gufen_img/arrower.png) center center no-repeat;
  background-color: transparent;
  background-size: 46px 46px;
}
.h-list {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.h-list::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -webkit-calc(45%);
  left: -moz-calc(45%);
  left: calc(50% - 5px);
  width: 10px;
  background: url(../images/gufen_img/h-bg.png) center repeat-y;
  -o-background-size: 100%;
  background-size: 100%;
}
.h-list .right {
  float: right;
  text-align: left;
}
.h-list .right .m-title::after {
  content: '';
  left: -10%;
  bottom: -1px;
  position: absolute;
  width: 10%;
  height: 2px;
  background-color: #4c2d82;
}
.h-list .right .m-title::before {
  content: '';
  left: -13%;
  bottom: -5px;
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #4c2d82;
}
.h-list .left {
  float: left;
  text-align: left;
}
.h-list .left .m-title::after {
  content: '';
  right: -10%;
  bottom: -1px;
  position: absolute;
  width: 10%;
  height: 2px;
  background-color: #4c2d82;
}
.h-list .left .m-title::before {
  content: '';
  right: -13%;
  bottom: -5px;
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #4c2d82;
}
.h-m {
  width: 42%;
  margin-bottom: 5rem;
  min-height: 300px;
}
.h-m .m-title {
  position: relative;
  line-height: 2.5rem;
  font-size: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #ccc;
  color: #ffab48;
  transition: all 0.3s ease;
}
.h-m .m-cont {
  line-height: 3rem;
  padding: 1rem;
  font-size: 1rem;
}
.h-m .m-f {
  width: 100%;
  height: 330px;
  overflow: hidden;
  border-radius: 0.5rem;
}
.h-m .m-f img {
  width: 100%;
  transition: transform 1s ease;
}
.h-m:nth-child(2) {
  margin-top: 10rem;
}
.h-m:hover .m-title {
  color: #775186;
}
.h-m:hover .m-f img {
  transform: scale(1.3);
}
@media (max-width: 600px) {
  .subpage-content {
    padding: 1rem;
  }
  .culture-moto {
    flex-wrap: wrap;
  }
  .culture-moto .cmi {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
  }
  .culture-moto .cmi-pic {
    width: 100%;
    height: auto;
  }
  .culture-moto .cmi-cont {
    width: 100%;
    margin: 2rem 0;
  }
  .report-left {
    padding: 0 1rem;
    display: none;
  }
  .report-right {
    padding: 0 1rem;
    background-color: #ffab48;
  }
  .report-right a {
    color: #fff;
  }
  .h-a {
    padding: 2rem 1rem;
  }
  .h-list::after {
    display: none;
  }
  .h-list .right,
  .h-list .left {
    float: none;
    text-align: left;
  }
  .h-list .h-m {
    width: 100%;
    min-height: 100px;
  }
  .h-list .h-m:first-child {
    margin-top: 0;
  }
  .h-top,
  .h-bottom {
    display: none;
  }
}
.left-top {
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  opacity: 0;
  -webkit-transform: translate(-100%, 50%);
  -moz-transform: translate(-100%, 50%);
  -o-transform: translate(-100%, 50%);
  transform: translate(-100%, 50%);
}
.right-top {
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  opacity: 0;
  -webkit-transform: translate(100%, 50%);
  -moz-transform: translate(100%, 50%);
  -o-transform: translate(100%, 50%);
  transform: translate(100%, 50%);
}
.bottomer {
  opacity: 0.01;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
  transition: all 0.2s, opacity 0.5s, transform 1s, -webkit-transform 1s;
}
.bottomer-delay {
  opacity: 0.01;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
  transition: all 0.2s, opacity 0.5s, transform 1s, -webkit-transform 1s;
}
.is-visible {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.gsjs .hxqh-common-title {
  margin-bottom: 1rem;
}
.gsjs .hxqh-common-title h4 {
  font-size: 18px;
}
.gsjs-jj p {
  line-height: 2;
  font-size: 16px;
  text-indent: 2em;
}
.gsjs-jj-item {
  display: flex;
}
.gsjs-jj-item span {
  width: 70px;
  margin-right: 20px;
  line-height: 2;
  color: #ff9862;
  font-size: 16px;
  font-weight: 600;
  text-align: justify;
  text-align-last: justify;
}
.gsjs-jj-item p {
  flex: 1;
  font-size: 16px;
  text-indent: 0em;
}
.gsjs-bg-item {
  display: flex;
}
.gsjs-bg-item span {
  width: 70px;
  margin-right: 20px;
  line-height: 2;
  color: #ff9862;
  font-size: 16px;
  font-weight: 600;
  text-align: justify;
  text-align-last: justify;
}
.gsjs-bg-item p {
  flex: 1;
  font-size: 16px;
  line-height: 2;
}
.gsjs-ld {
  overflow: hidden;
}
.gsjs-ld h4 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 1rem;
}
.gsjs-ld-left {
  float: left;
  width: 30%;
}
.gsjs-ld-right {
  width: 70%;
  float: right;
  padding: 1rem 0;
  text-indent: 2em;
  font-size: 16px;
}
.gsjs-jg {
  width: 90%;
  text-align: center;
}
.gsjs-jg img {
  width: 100%;
}
@media (max-width: 768px) {
  body .gsjs-bg-item p {
    font-size: 14px;
  }
  body .gsjs-ld-left img {
    width: 100%;
  }
  body .gsjs-ld-right {
    padding: 0;
    padding-left: 10px;
    box-sizing: border-box;
  }
  body .gsjs-ld-right p {
    font-size: 14px;
  }
  body .gsjs-jg img {
    width: 100%;
  }
}
