.top_content img{
  width: 570px;
}
.cont2 .cont2_item2 .content2{
  align-items: center;
}
.rotaing_containere{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 60px;
  margin-top: 100px;
  background: #F5F7FD;
  padding: 60px 15px;
  box-sizing: border-box;
}
.rotaing_containere img{
  width: 220px;
  height: 137px;
}
.rotaing_containere div{
  max-width: 900px;
  width: 100%;
}
.rotaing_containere div h2{
  font-family: Poppins-Bold;
  font-size: 28px;
  color: #163561;
  font-weight: bold;
  margin-bottom: 16px;;
}
.rotaing_containere div p{
  font-size: 18px;
  color: #163561;
  line-height: 29px;
}
.cont_title{
  max-width: 1200px;
  width: 100%;
  text-align: center;
  font-family: Poppins-Bold;
  padding: 0 15px;
  box-sizing: border-box;
}
.rota_email{
  display: flex;
  align-items: center;
  font-family: Poppins-SemiBold;
  font-weight: 600;
  font-size: 18px;
  color: #063664;
  line-height: 29px;
  margin-top: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.rota_email img{
  width: 50px;
  height: 50px;
  margin-right: 15px;
}
.rota_email i{
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url(../../img/special/rotaing_land/r_copy.png)no-repeat center center;
  background-size: cover;
  cursor: pointer;
  margin-left: 5px;
}
.rota_email span{
  color: #0D86FF;
}
.static-proxy-cont4-item1{
  max-width: 380px;
  height: 307px;
}
.reason_container{
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 122px;
  padding-top: 140px;
  flex-wrap: wrap;
  row-gap: 20px;
  padding: 0 15px;
  padding-top: 140px;
  box-sizing: border-box;
}
.reason_container .cont_title{
  text-align: left;
  padding: 0;
  margin-bottom: 30px;
}
.reason_item{
  max-width: 649px;
  width: 100%;
  text-align: left;

}
.reason_container img{
  width: 331px;
  height: 380px;
}
.bottom_container{
  margin-top: 140px;
}

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

  .rotaing_containere{
    flex-direction: column-reverse;
    row-gap: 20px;
    margin-top: 30px;
  }
  .cont3{
    padding-bottom: 100px;
  }
  .top_content img{
    display: none;
  }
  .cont2{
    margin-top: 20px;
  }
  .cont2 .cont2_item2 .content2{
    padding-bottom: 0;
  }
}