.appxqcon .con .img {
    float: left;
}
.appxqcon .con:nth-child(2n) .img {
    float: right;
}
.appxqcon .con .txt{
    float: right
}
.appxqcon .con:nth-child(2n) .txt {
    float: left;
}
.img:hover img {
    transform: scale(1);
}
.appxqcon .con:nth-child(2n) .bgs {
    left: 0;
    right: 4%;
    background: #00418E;
}
.appxqcon .bgs{
    background:#6eb1e5;
    left: 4%;
    right: 0;
}
.ft30{
    font-size: 30px;
    font-weight: bold;
    color: #00418e;
    position: absolute;
}
@media screen and (max-width: 1240px){
.ft30 {
    font-size: 26px;
}
}
@media screen and (max-width: 1024px){
    .ft30 {
        font-size: 20px;
    }
    }
@media screen and (max-width: 768px){
.ft30 {
    font-size: 0
}
}