/* .banner {
  height: 50vh;
} */
.one {
  width: 1440px;
  margin: 0 auto;
  padding-top: 81px;
  padding-bottom: 110px;
}
.one .title {
  width: 805px;
}
.one .title h3 {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
.one .main {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px 30px;
}
.one .main .item {
  position: relative;
}
.one .main .item.aos-animate .text h5,
.one .main .item.aos-animate .text h4,
.one .main .item.aos-animate .text a {
  transform: translateY(0);
  opacity: 1;
}
.one .main .item.aos-animate .text h5 {
  transition-delay: 0.2s;
}
.one .main .item.aos-animate .text h4 {
  transition-delay: 0.4s;
}
.one .main .item.aos-animate .text a {
  transition-delay: 0.6s;
}
.one .main .item .text {
  position: absolute;
  left: 50px;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.one .main .item .text h5 {
  color: #999;
  font-weight: 400;
  font-size: 16px;
  transform: translateY(20px);
  opacity: 0;
  transition: all 1s;
}
.one .main .item .text h4 {
  font-size: 30px;
  color: #fff;
  margin: 10px 0;
  transform: translateY(20px);
  opacity: 0;
  transition: all 1s;
}
.one .main .item .text a {
  color: #FF5A24;
  transform: translateY(20px);
  opacity: 0;
  transition: all 1s;
  position: relative;
}
.one .main .item .text a span {
  display: inline-block;
  transition: all 1s;
  transform: translateY(-2px);
}
.one .main .item .text a:hover span {
  transform:translateX(10px) translateY(-2px) ;
}
@media screen and (max-width: 2560px){
	
}


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

@media screen and (max-width: 1856px){
	.one {
    padding-top: 70px;
  }
}

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

@media screen and (max-width: 1680px){
	.one{
    width: 90%;
  }
  .one .main .item .img img{
    width: 100%;
  }
  .one .main .item .text {
    left: 40px;
  }
}

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

@media screen and (max-width: 1440px){
	.one {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .one .main .item .text h4 {
    font-size: 28px;
  }
  .one .main {
    grid-gap: 20px 20px;
  }
}

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

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


@media screen and (max-width:1024px){
  .one{
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .one .main .item .text h5,
  .one .main .item .text h4,
  .one .main .item .text a{
    transform: translateY(0);
    opacity: 1;
  }
  .one .main .item .text h5 {
    font-size: 14px;
  }
  .one .main .item .text h4 {
    font-size: 24px;
  }
  .one .main .item .text {
    left: 30px;
  }
}



@media screen and (max-width: 820px){
  .one .main{
    grid-template-columns: repeat(1, 1fr);
  }
}


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


@media screen and (max-width: 540px){
	.one{
    padding-left: 20px;
    padding-right: 20px;
  }
  /* .one .main .item .text {
    position: static;
    height: auto;
  } */
  .one .main .item .text h4{
    /* color: #111; */
    margin: 5px 0;
  }
  .one .main .item .text {
    left: 20px;
  }
}
@media screen and (max-width: 450px){
  .one{
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .one .main .item .text h4 {
    font-size: 20px;
  }
  .one .main .item .text a{
    font-size: 14px;
  }
}

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

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

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




 