body {
  background-color: #000000;
}
.mouse {
  position: fixed;
  bottom: 464px;
  right: 50px;
  display: flex;
  z-index: 99;
  flex-direction: column;
  align-items: center;
}
.mouse .line {
  width: 2px;
  height: 15px;
  margin-bottom: 10px;
  background-color: #fff;
  animation: Tips1 2s ease-in-out infinite alternate;
}
.mouse span {
  font-size: 30px;
  color: #fff;
}
.leftpage {
  position: fixed;
  left: 48px;
  top: 50%;
  z-index: 99;
  transform: translateY(-50%);
}
.leftpage .item {
  width: 24px;
  height: 24px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 11px;
  font-size: 12px;
  border-radius: 12px;
  font-weight: 200;
  cursor: pointer;
  font-family:'Microsoft YaHei','PingFang SC',sans-serif;
  transition: all 1s;
}
.leftpage .item:hover {
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.leftpage .item.active {
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.term {
  /* width: 1680px; */
  width: 1800px;
  max-width: 85%;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.term .title .ch {
  font-size: 36px;
  color: #fff;
  font-family:'Microsoft YaHei','PingFang SC',sans-serif;
  margin-bottom: 4px;
}
.term .title .en {
  color: #fff;
  font-family: DR;
  font-size: 18px;
  line-height: 24px;
}
.term .title .en p {
  opacity: 0.3;
}
.term .title .en.aos-animate {
  transition-delay: 0.2s;
}
.term .main {
  margin-top: 80px;
  display: flex;
}
.term .main .left {
  flex: 1;
  margin-right: 200px;
  padding: 50px 0 83px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.term .main .left .top h4 {
  color: #fff;
  /* font-size: 30px; */
  font-size: 28px;
  font-weight: 400;
  font-family:'Microsoft YaHei','PingFang SC',sans-serif;
}
.term .main .left .top h4.aos-animate {
  transition-delay: 0.4s;
}
.term .main .left .top p {
  margin-top: 70px;
  color: #fff;
  font-size: 18px;
  font-weight: 200;
  line-height: 36px;
  font-family:'Microsoft YaHei','PingFang SC',sans-serif;
}
.term .main .left .top p.aos-animate {
  transition-delay: 0.6s;
}
.term .main .left .more.aos-animate {
  transition-delay: 0.8s;
}
.term .main .left .more a {
  color: #D9C683;
  font-size: 24px ;
  display: inline-flex;
  align-items: center;
  position: relative;
  font-family:'Microsoft YaHei','PingFang SC',sans-serif;
}
.term .main .left .more a:hover img {
  transform: translateX(10px);
}
.term .main .left .more a .round {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #D9C683;
  transform-origin: 20% 20%;
  animation: spin 6s infinite linear;
}
.term .main .left .more a .round:nth-child(1) {
  width: 3px;
  height: 3px;
  right: 40px;
  top: -4px;
}
.term .main .left .more a .round:nth-child(2) {
  right: 30px;
  top: 4px;
}
.term .main .left .more a img {
  transition: all 1s;
  margin-left: 29px;
}
.term .main .right {
  /* width: 550px; */
  width: 460px;
  position: relative;
  overflow: hidden;
}
.term .main .right.aos-animate .img img{
  transform: scale(1);
}
.term .main .right .img img {
  transform: scale(1.1);
  transition: all 1.5s 0.5s;
}
.term .main .right .text {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  /* padding: 31px 38px 60px; */
  padding: 31px 38px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.term .main .right .text .top p {
  padding: 10px 24px 8px 20px;
  background: #000;
  opacity: 0.5;
  border: 1px solid #fff;
  display: inline;
  color: #fff;
  border-radius: 12px;
  font-family:'Microsoft YaHei','PingFang SC',sans-serif;
}
.term .main .right .text .bottom h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  font-family:'Microsoft YaHei','PingFang SC',sans-serif;
}
.term .main .right .text .bottom .time {
  display: flex;
  margin-top: 7px;
}
.term .main .right .text .bottom .time p {
  color: #fff;
  margin-right: 20px;
  font-weight: 200;
  font-family:'Microsoft YaHei','PingFang SC',sans-serif;
}
.term .main .right .text .bottom .more {
  /* padding-top: 29px; */
  padding-top: 15px;
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.term .main .right .text .bottom .more a {
  color: #fff;
  transition: all 1s;
  display: block;
  font-family:'Microsoft YaHei','PingFang SC',sans-serif;
}
.term .main .right .text .bottom .more a:hover {
  color: #D9C683;
}
.term .main .right .tip {
  display: flex;
  flex-direction: column;
  width: 22px;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  position: absolute;
  bottom: -28px;
}
.term .main .right .tip img {
  animation: Tips 1s ease-in-out infinite alternate;
}
.term .main .right .tip img:nth-child(2) {
  animation-delay: 0.3s;
}
.term .main .right .tip img:nth-child(3) {
  animation-delay: 0.6s;
}
@keyframes Tips {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes Tips1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes spin {
  100% {
    transform: rotate(1turn);
  }
}
@media screen and (max-width: 2560px){
	
}


@media screen and (max-width: 2048px){
	
}

@media screen and (max-width: 1856px){
	
}

@media screen and (max-width: 1792px){
	.term .main .left{
    margin-right: 150px;
  }
  .term .main {
    margin-top: 60px;
  }
}

@media screen and (max-width: 1680px){
	.term .title .ch {
    font-size: 32px;
  }
  .term .title .en {
    font-size: 16px;
  }
  .term .main .left{
    padding-top: 40px;
  }
  .term .main .left .top p {
    margin-top: 50px;
    font-size: 16px;
    line-height: 32px;
  }
  .term .main .left .top h4 {
    font-size: 24px;
  }
  .term .main .right .text {
    padding: 31px 20px 20px;
  }
  .term .main .right .text .top p {
    padding: 5px 15px 5px 15px;
  }
  .term .main .right .text .bottom h4{
    font-size: 22px;
  }
  .term .main .left .more a {
    font-size: 22px;
  }
  .mouse {
    bottom: 50%;
    transform: translateY(-50%);
  }
  .leftpage {
    left: 40px;
  }

}

@media screen and (max-width: 1600px){
	.term .main .left {
    margin-right: 100px;
  }
  .term .main .right {
    width: 420px;
  }
}

@media screen and (max-width: 1440px){
	.term .main .right {
    width: 390px;
  }
  .term .main .right .text .bottom .more a,
  .term .main .right .text .bottom .time p{
    font-size: 14px;
  }
  .term .main .right .text .bottom .more {
    margin-top: 10px;
    padding-top: 10px;
  }
  .term .main {
    margin-top: 40px;
  }
  .term .main .left .top p {
    margin-top: 30px;
  }
  .term .main .right .text .bottom .more .add {
    width: 32px;
    height: 32px;
  }
  .term .main .right .text .top p{
    font-size: 14px;
  }
}

@media screen and (max-width: 1400px){
	
}

@media screen and (max-width: 1366px){
	
}






@media screen and (max-width: 820px){
  .leftpage,
  .mouse{
    display: none;
  }
  .section .fp-tableCell,
  .section{
    height: auto !important;
  }
  .term{
    padding: 60px 30px 0;
    max-width: 100%;
  }
  .section:first-child .term{
    padding-top: 100px;
  }

  .term .title .ch {
    font-size: 28px;
  }
  .term .title .en {
    font-size: 14px;
  }
  .term .main .left {
    margin-right: 0;
    margin-left: 30px;
    padding-bottom: 10px;
    padding-top: 20px;
  }
  .term .main .right {
    width: 300px;
  }
  .term .main .left .top h4 {
    font-size: 20px;
  }
  .term .main .left .top p {
    margin-top: 20px;
  }
  .term .main{
    flex-direction: row-reverse;
  }
  .term .main .right .text .top p {
    font-size: 12px;
  }
  .term .main .left .more a {
    font-size: 20px;
  }
}


@media screen and (max-width: 768px){
	
}


@media screen and (max-width: 540px){
	.term .title .ch {
    font-size: 24px;
  }
  .term .title .en {
    font-size: 12px;
  }
  .term .main{
    flex-direction: column-reverse;
    margin-top: 20px;
  }
  .term .main .right{
    width: 100%;
  }
  .term .main .right .text .bottom h4 {
    font-size: 20px;
  }
  .term .main .left{
    margin-left: 0;
  }
  .term .main .left .top h4 {
    font-size: 18px;
    line-height: 32px;
  }
  .term .main .left .top p {
    font-size: 14px;
    line-height: 24px;
  }
  .term .main .left .more{
    margin-top: 30px;
  }
  .term{
    padding-left: 20px;
    padding-right: 20px;
  }
}


@media screen and (max-width: 414px){
	.term .main .right .text{
    padding: 20px;
  }
  .term .main .left .more a {
    font-size: 18px;
  }

  .term .main .left .top h4 {
    font-size: 16px;
    line-height: 28px;
  }
}

@media screen and (max-width: 375px){
	
}

@media screen and (max-width: 360px){
	
}




 