.one {
  width: 1440px;
  margin: 0 auto;
  margin-top: 70px;
  position: relative;
  /* background-color: #000; */
  overflow: hidden;
}
.one .bg img {
  transform: translateY(-100%);
  transition: all 1s;
}
.one.aos-animate .text h3,
.one.aos-animate .text p {
  transform: translateY(0);
  opacity: 1;
}
.one.aos-animate .text h3 {
  transition-delay: 0.5s;
}
.one.aos-animate .text p {
  transition-delay: 0.7s;
}
.one.aos-animate .bg img {
  transform: translateY(0);
}
.one .text {
  /* width: 650px; */
  height: 100%;
  /* position: absolute; */
  display: flex;
  /* top: 0; */
  /* left: 82px; */
  flex-direction: column;
  justify-content: center;
}
.one .text h3 {
  color: #EB5322;
  font-size: 40px;
  transition: all 1s;
  transform: translateY(20px);
  opacity: 0;
}
.one .text p {
  /* color: #fff; */
  color: #111;
  font-size: 20px;
  line-height: 36px;
  margin-top: 20px;
  transition: all 1s;
  transform: translateY(20px);
  opacity: 0;
}
.two {
  width: 1440px;
  margin: 60px auto 0;
  padding-bottom: 85px;
}
.two .title {
  padding-bottom: 10px;
  border-bottom: 1px solid #D6D9D9;
}
.two .title h3 {
  font-size: 34px;
}
.two .main .item {
  display: flex;
  justify-content: space-between;
  padding: 33px 0;
  border-bottom: 1px solid #D6D9D9;
}
.two .main .item .left {
  display: flex;
  color: #333;
  font-size: 24px;
}
.two .main .item .left .icon {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  margin-top: 10px;
  display: inline-block;
  margin-right: 20px;
  background-color: #000;
}
/* .two .main .item .right {
  width: 710px;
} */
.two .main .item .right .top {
  display: flex;
  padding-right: 12px;
}
/* .two .main .item .right .top .download{
  margin-top: 10px;
} */
.two .main .item .right .top .download a{
  /* filter: grayscale(1); */
  transition: all 1s;
}
.two .main .item .right .top .download a:hover{
  filter: none;
}
.two .main .item .right .top .contant {
  font-size: 18px;
  color: #666;
  line-height: 40px;
}
.two .main .item .right .top .add {
  position: relative;
  transition: all 5s;
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin-top: 10px;
}
.two .main .item .right .top .add.active span:last-child {
  transform: translate(-50%, -50%) rotate(360deg);
}
.two .main .item .right .top .add span {
  display: block;
  width: 20px;
  height: 2px;
  background: #333;
  transition: 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.two .main .item .right .top .add span:last-child {
  transform: translate(-50%, -50%) rotate(90deg);
}
.two .main .item .right .bottom {
  display: none;
  padding-top: 24px;
}
.two .main .item .right .bottom .download {
  display: block;
  width: 182px;
  text-align: center;
  line-height: 45px;
  height: 45px;
  border: 1px solid #d6d9d9;
  border-radius: 25px;
  color: #333;
  transition: all 1s;
}
.two .main .item .right .bottom .download:hover {
  background-color: #EB5322;
  color: #fff;
}
@media screen and (max-width: 1680px) {
  .one,
  .two {
    width: 90%;
  }
  .one .bg img {
    width: 100%;
  }
  .one .text h3 {
    font-size: 36px;
  }
  .two .title h3 {
    font-size: 32px;
  }
  .two .main .item {
    padding: 25px 0;
  }
  .one .text {
    left: 70px;
  }
  .two .main .item .right .top .contant {
    line-height: 36px;
  }
  .two .main .item .right .bottom {
    padding-top: 15px;
  }
  .one .text p {
    font-size: 18px;
    line-height: 32px;
  }
  .two .main .item .left {
    font-size: 22px;
  }
}
@media screen and (max-width: 1440px) {
  .one .text h3 {
    font-size: 32px;
  }
  .one .text p {
    margin-top: 10px;
  }
  .two .title h3 {
    font-size: 28px;
  }
  .two {
    margin-top: 40px;
  }
  .two .main .item .left {
    font-size: 20px;
  }
  .two .main .item .right .bottom .download {
    width: 160px;
    height: 40px;
    line-height: 40px;
  }
  .two .main .item .left .icon {
    margin-right: 15px;
    margin-top: 8px;
  }
  .two .main .item {
    padding: 20px 0;
  }
  .two .main .item .right .top .contant {
    line-height: 32px;
  }
  .one .text {
    left: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .one,
  .two {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    background-color: transparent;
  }
  .one .bg img {
    transform: translateY(0);
  }
  .one .text p,
  .one .text h3 {
    transform: translateY(0);
    opacity: 1;
  }
  .one .text h3 {
    font-size: 28px;
  }
  .one .text p {
    font-size: 16px;
    line-height: 28px;
  }
  .one .text {
    width: 520px;
  }
  .two .title h3 {
    font-size: 24px;
  }
  .one {
    margin-top: 40px;
  }
  .two {
    margin-top: 30px;
  }
  /* .two .main .item .right {
    width: 550px;
  } */
  .two .main .item .right .top .contant {
    font-size: 16px;
    line-height: 28px;
  }
  .two .main .item .right .top .add{
    margin-left: 20px;
  }
  .two .main .item .right .top .download a img{
    width: 24px;
  }
}
@media screen and (max-width: 820px){
  /* .two .main .item .right {
    width: 440px;
  } */
  .two .main .item .left {
    font-size: 18px;
  }
  .two .main .item .right .top .contant{
    flex: 1;
  }
  .two .main .item .right .bottom .download{
    font-size: 14px;
    width: 140px;
    height: 36px;
    line-height: 36px;
  }
  .two .main .item .right .top .contant {
    font-size: 14px;
    line-height: 24px;
  }

}


@media screen and (max-width: 768px){
  .two .main .item .left {
    font-size: 16px;
  }
}


@media screen and (max-width: 540px){
	.one, .two{
    padding-left: 20px;
    padding-right: 20px;
  }
  .one .bg{
    display: none;
  }
  .one .text{
    position: static;
    width: 100%;
  }
  .one .text p{
    color: #111;
    font-size: 14px;
    line-height: 24px;
  }
  .one {
    margin-top: 20px;
  }
  .two .main .item .right .top .add{
    display: none;
  }
  .two .main .item{
    flex-direction: column;
  }
  .two .main .item .right .top{
    padding-right: 0;
  }
  .two .main .item .right{
    width: 100%;
    margin-top: 10px;
  }
  .two .main .item .left .icon {
    width: 8px;
    height: 8px;
    margin-right: 10px;
  }
  .two .main .item .right .bottom{
    display: block;
  }

}
@media screen and (max-width: 500px){
	.two .title h3 {
    font-size: 20px;
  }
  .one .text h3 {
    font-size: 24px;
  }
}

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

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

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




 