@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: 20px;*/
    color: #FFFFFF;
    line-height: 60px;
    padding-left: 65px;
}

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

.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;
}

.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 : 380px;
    background: url("../images/info-bg-new.png")  center no-repeat;
}

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

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

.size-p{
    font-size: 20px;
}
@media screen and (max-width:1280px) {
    .flats-left{
        width: 45%;
        height: 600px;
        float: left;
        position: relative;
    }
    .flats-left img{height: 600px; width:100%;}
    .flats-left-new{
        width: 45%;
        height: 600px;
        float: left;
        position: relative;
    }
    .flats-left-new img{height: 600px; 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: 30px;
        padding-top: 10px;
        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: 600px;
        float: right;
    }
    .size-p{
        font-size: 20px;
    }
    .info-bg-new{
        width: 100%;
        height : 600px;
        background: url("../images/info-bg-new.png")  center no-repeat;
        background-size:600px 600px;
    }
    .info-bg-new p{
        width: auto;
        padding: 5px;
        font-size: 26px;
        color: #000000;
        text-indent: 2em;
        margin: 20px;
        line-height:1.1;
    }
}
