h3{
  font-size: 0.48rem;
  font-weight: bold;
  color:#fff;
  position: relative;
  height: 1.4rem;
}
h3::after{ 
  content:"";
  width:0.92rem;
  height: 0.04rem;
  background: #c60075;
  position: absolute;
  top: 0.9rem;
  left: 0;
}
.ta-r{
  text-align: right;
}
h3.ta-r::after{
  right: 0;
  left: auto;
}
.ta-c{
  text-align: center;
}
h3.ta-c::after{ 
  right: 0;
}
.des,.des p{
  font-size: 0.18rem;
  color:#e5e5e5;
  line-height: 2;
}
.des .tit{
  font-size: 0.32rem;
  margin-bottom: 0.25rem;
}
#fullpage {
  padding-top:0.75rem;
}
.page{
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: auto 100%;
  position: relative;
}
.page-inner{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5.6rem;
}

.about1{
  background-image: url(../img/about1.jpg);
  height: 9.21rem;
}
.about2{
  background-image: url(../img/about2.jpg);
  height: 9.31rem;
}
.about3{
  background-image: url(../img/about3.jpg);
  height: 9.15rem;
}
.about4{
  background-image: url(../img/about4.jpg);
  height: 9.31rem;
}
.about5{
  background-image: url(../img/about5.jpg);
  height: 9.11rem;
}
.about1 .page-inner{
  top: 5.8rem;
}
.about1 h3{
  color:#000;
}
.about1 h3::after{
  left: 50%;
  transform: translateX(-50%)
}
.about1 .des p{
  text-align: center;
  color: #4d4d4d;
}

/* 动画效果 */
.fp-tableCell{
  background: none;
  transition: all 500ms;
  transition-delay: 0.5s;
  width: 100%;
  height: 100%;
}
.fp-tableCell h3{
  opacity: 0;
  transition: all 500ms;
  transition-delay: 0.6s;
  transform: translateX(-300px)
}
.fp-tableCell .des{
  opacity: 0;
  transition: all 500ms;
  transition-delay: 1.6s;
  transform: translateX(-300px)
}
.fp-tableCell h3.ta-r{
 transform: translateX(300px)
}
.fp-tableCell .des.ta-r{
  transform: translate(-300px)
}
.about1.active .fp-tableCell{
  background: none;
}
.active .fp-tableCell{
  background: rgba(0,0,0,0.8)
}
.active .fp-tableCell h3{
  opacity: 1;
  transform: translateX(0);
}
.active .fp-tableCell .des{
  opacity: 1;
  transform: translateX(0);
}

.my-cont.active {
	transform: translateY(0);
	opacity: 1;
}
.my-cont {
	transform: translateY(1rem);
	opacity: 0;
	transition: all 1.5s;
}
.return_top{
    position: fixed;
    right: 0.5rem;
    bottom: 0.5rem;
    z-index: 100000000;
    display: none;
}