@charset "UTF-8";
/* CSS Document */
body,div,span,h1,h2,h3,h4,p,img,ol,ul,li,dd,dt,dl,a{
    margin:0px;
    padding:0px;
}

ul,li{
    list-style:none;
}

a,img{
    border:0;
    text-decoration:none;
}

body{
    font-family: Helvetica, "Microsoft YaHei";
}

input:focus{
    outline-style: none;
}

.main{
    width: 92%;
    height: auto;
    margin: 0 auto;
}

.flats{
    width: auto;
    height: auto;
    overflow: hidden;
    margin:50px 0 50px;
}

.flats h1{
    font-size: 28px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 20px;
}

.flats-left{
    width: 45%;
    height: 500px;
    float: left;
    position: relative;
}
.flats-left img{height: 500px; width:100%;}

.flats-left-new{
    width: 45%;
    height: 570px;
    float: left;
    position: relative;
}
.flats-left-new img{height: 570px; width:100%;}

.flats-left-bg{
    width: 100%;
    height: 120px;
    background: rgba(3,39,73,0.4);
    position: absolute;
    bottom: 0;
    left: 0;
}

.flats-left-bg>div{
    width: 100%;
    height: 60px;
}

.flats-left-bg>div>p{
    /*font-size: 18px;*/
    color: #FFFFFF;
    line-height: 30px;
    padding-left: 65px;
/*    display: flex;
    align-items: center;*/
}



.icon-seat{
    background: url("../images/icon-seat.png") 20px center no-repeat;
	background-size:30px 30px;
    align-items: center;
    display: flex;
}

.icon-phone{
    background: url("../images/icon-phone.png") 20px center no-repeat;
	background-size:30px 30px;
}

.flats-right{
    width: 52%;
    height: 500px;
    float: right;
}

.flats-right h3{
    font-size: 26px;
    color: #2590F2;
    font-weight: normal;
    padding-left: 70px;
    margin-bottom: 20px;
}

.flats-right-new{
    width: 52%;
    height: 500px;
    float: right;
}

.flats-right-new h3{
    font-size: 26px;
    color: #2590F2;
    font-weight: normal;
    padding-left: 70px;
    margin-bottom: 20px;
}

.icon-house{
    background: url("../images/icon-house.png") 20px center no-repeat;
	background-size:24px;
}

.info-bg{
    width: 100%;
    height:200px;
    background: url("../images/info-bg.png") right center no-repeat;
}

.info-bg p{
    width: auto;
    padding: 15px;
    /*font-size: 20px;*/
    color: #000000;
    line-height: 1.6;
	text-indent: 2em; 
}

.info-bg-new{
    width: 100%;
    height:250px;
    background: url("../images/info-bg-new.png") right center no-repeat;
}

.info-bg-new p{
    width: auto;
    padding: 15px;
    /*font-size: 20px;*/
    color: #000000;
    line-height: 1.6;
	text-indent: 2em; 
}

.icon-person{
    background: url("../images/icon-person.png") 20px center no-repeat;
	background-size:24px;
    margin-top: 20px;
}

.size-p{
    font-size: 20px;
}

.td-style{
    vertical-align:middle;
    height:200px;
}

.td-style1{
    vertical-align:middle;
    height:120px;
}
@media screen and (max-width:1280px) {
    .flats-left{
        width: 48%;
        height: 800px;
        float: left;
        position: relative;
    }
    .flats-left img{height: 800px; width:100%;}
    .flats-left-new{
        width: 48%;
        height: 900px;
        float: left;
        position: relative;
    }
    .flats-left-new img{height: 900px; width:100%;}
    .flats-left-bg{
        width: 100%;
        height: 120px;
        background: rgba(3,39,73,0.4);
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .flats-left-bg>div{
        width: 100%;
        height:70px;
    }
    .flats-left-bg>div>p{
        color: #FFFFFF;
        line-height: 25px;
        padding-top: 1px;
        padding-left: 50px;
    }
    .icon-seat{
        background: url("../images/icon-seat.png") 10px center no-repeat;
        background-size:30px 30px;
    }
    .icon-phone{
        background: url("../images/icon-phone.png") 10px center no-repeat;
        background-size:30px 30px;
    }
    .flats-right{
        width: 52%;
        height: 800px;
        float: right;
    }
    .flats-right h3{
        font-size: 26px;
        color: #2590F2;
        font-weight: normal;
        padding-left: 70px;
        margin-bottom: 0px;
    }
    .flats-right-new{
        width: 52%;
        height: 900px;
        float: right;
    }
    .flats-right-new h3{
        font-size: 26px;
        color: #2590F2;
        font-weight: normal;
        padding-left: 70px;
        margin-bottom: 0px;
    }
    .size-p{
        font-size: 26px;
    }
    .info-bg{
        width: 100%;
        height:272px;
        background: url("../images/info-bg.png") right center no-repeat;
        background-size:600px 600px;
    }
    .info-bg-new{
        width: 100%;
        height : 500px;
        background: url("../images/info-bg-new.png")  center no-repeat;
        background-size:800px 800px;
    }
    .info-bg-new p{
        width: auto;
        padding: 5px;
        font-size: 26px;
        color: #000000;
        text-indent: 2em;
        margin: 20px;
        line-height:1.1;
    }
    .icon-person{
        background: url("../images/icon-person.png") 20px center no-repeat;
        background-size:24px;
        margin-top: 100px;
    }

    .td-style{
        vertical-align:middle;
        height:200px;
    }
    .td-style1{
        vertical-align:middle;
        height:10px;
    }
    .info-bg p{
        width: auto;
        padding: 15px;
        /*font-size: 20px;*/
        color: #000000;
        line-height: 1.1;
        text-indent: 2em;
    }
}
