.one {
  width: 1400px;
  margin: 0 auto;
}

.one h3 {
  color: #025792;
  font-size: 36px;
  font-family: Poppins S;
}
.there p,
.one p {
  color: #666666;
  font-size: 16px;
  margin-top: 30px;
  font-family: Poppins R;
  line-height: 32px;
}
.tow {
  background-color: #F5F5F5;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.tow .main {
  width: 1660px;
  max-width: 90%;
  display: flex;
}
.tow .main .left {
  display: flex;
  flex: 1;
}
.tow .main .left .list {
  width: 418px;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 123px;
}
.tow .main .left .list .item {
  width: 50%;
  padding-top: 89px;
}
.tow .main .left .list .item .key{
  font-family: Poppins R;
}
.tow .main .left .list .item:nth-child(n+3) {
  border-top: 1px #ccc solid;
}
.tow .main .left .list .item .value {
  color: #025792;
  font-weight: 700;
  font-family: Poppins S;
}
.tow .main .left .list .item .value .num {
  font-size: 40px;
}
.tow .main .left .list .item .value span {
  font-size: 16px;
}
.tow .main .right {
  width: 1100px;
  overflow: hidden;
}
.tow .main .right:hover img {
  transform: scale(1.1);
}
.tow .main .right img {
  transition: all 2s;
  width: 100%;
  height: auto;
}
.there {
  width: 1400px;
  margin: 50px auto 100px;
}
.there p {
  color: #666666;
  font-family: Poppins R;
}
@media screen and (max-width: 2048px) {
  .tow {
    justify-content: end;
  }
}
@media screen and (max-width: 2560px){
	
}


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

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

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

@media screen and (max-width: 1680px){
	.one h3{
    font-size: 30px;
  }
  .tow .main .left .list .item .value .num {
    font-size: 34px;
  }
  .tow .main .right{
    width: auto;
    flex: 1;
  }
  .tow .main .left{
    flex: none;
    margin-right: 50px;
  }
  .tow .main .left .list {
    width: 360px;
  }
  .there p, .one p{
    font-size: 14px;
    line-height: 28px;
  }
}

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

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

  .one,.there{
    width: 90%;
  }
  .tow .main .left .list {
    padding-bottom: 0px;
  }
  .tow .main{
    max-width: 95%;
  }
}

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

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






@media screen and (max-width: 820px){
  .one{
    padding-top: 40px;
  }
  .tow .main{
    width: 90%;
    display: flex;
    flex-direction: column;
  }
  .tow{
    justify-content: center;
  }
  .tow .main .left .list{
    width: 100%;
  }
  .tow .main .left{
    margin-bottom: 30px;
  }
  .tow .main .left .list .item:nth-child(n+3){
    border-top: none;
  }
  .tow .main .left .list .item{
    text-align: center;
  }
  .tow .main .left {
    margin-right: 0;
  }
}


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


@media screen and (max-width: 540px){
  .one{
    padding-top: 40px;
  }
  .tow .main .left .list .item .value .num {
    font-size: 28px;
  }
  .there p, .one p {
    font-size: 14px;
    line-height: 24px;
  }
  .tow .main .left .list .item{
    padding-top: 20px;
  }
  
}


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

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

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




 