dl, ul, ol, menu, li {
    list-style: none; }
    body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, textarea, blockquote, th, td, input, select, textarea, button,p {
        margin: 0;
        padding: 0; }

/* 重置表单控件垂直居中*/
button,a {
    border: 0 none;
    background-color: transparent;
    cursor: pointer;
 }
  
.lease-content{
    width: 100%;
    background: url(../images/bg.jpg) no-repeat center bottom;
}

.advertise img{
    width: 100%;
}

.main-content{
    width: 1200px;
    background: #fff;
    margin: 25px auto;
}

.floor-tit{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin:50px 0 10px 0;
}

.floor-tit h4{
    padding: 0;
    margin: -18px 0 0 0;
    font-size: 30px;
    color: #333333;
}

.tit-left,.tit-right{
    width: 30%;
    height: 1px;
    background: #333333;
    position: relative;
}

.tit-left::after{
    content: '';
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    right: -2px;
    top: -7px;
    border-radius: 50%;
    background: #333333;
}

.tit-right::after{
    content: '';
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    left: -2px;
    top: -7px;
    border-radius: 50%;
    background: #111111;
}

.info-box{
    display: flex;
}

.text-box{
    line-height: 30px;
    padding: 30px 25px;
    color: #484848;
    background: #f8f8f8;
    margin: 0;
}

.text-box p{
    text-indent:2em; 
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
}

.sub-intro{
    margin-bottom: 15px;
    text-align: center;
    color: #666666;
    font-size: 18px;
}

.advantage-box,.product-box{
    display: flex;
    justify-content: space-between;
}

.good-box{
    flex-wrap: wrap;
}

.good-box li{
    margin-bottom: 20px;
}

.advantage-box li,.product-box li{
    width: 32%;
    padding-bottom: 20px;
    border: 1px solid #ebebeb;
    cursor: pointer;
    transition: box-shadow 0.5s;
	-webkit-transition: box-shadow 0.5s;
}

.advantage-box li h4{
    margin: 10px 0;
    font-size: 24px;
}

.advantage-box li img,.product-box li img{
    width: 100%;
}

.advantage-box li:hover {
	box-shadow: 0 6px 19px 0 rgba(0, 0, 0, .15);
}

.product-box li:hover {
	box-shadow: 0 6px 19px 0 rgba(0, 0, 0, .15);
}

.description_text{
    width: 100%;
    height: 150px;
    line-height: 30px;
    padding:0 20px 15px 20px;
    box-sizing: border-box;
    color: #484848;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
}

.check-btn{
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    display: block;
    margin: 20px auto;
    padding: 0 40px;
    letter-spacing: 2px;
    color: #333333;
    background: #fff;
    border: 1px solid #dddddd;
    border-radius: 4px;
}

.common_btn {
	font-size: 14px;
  height: 36px;
  line-height: 36px;
  padding: 0 30px;
  letter-spacing:2px;
	color: #ffffff;
  background: #E62129;
  border-radius: 4px;
}

.common_btn:hover{
    background: #eb5353;
}

.product-box p{
    margin: 10px 0;
    font-size: 18px;
}

.product-box .common_btn{
    margin-bottom: 25px;
}


.choice-box p{
    margin-bottom: 30px;
}

.news-box{
    display: flex;
    justify-content: space-between;
    padding: 35px;
    box-shadow: 0 6px 19px 0 rgba(0, 0, 0, .15);
}

.news-box-left,.news-box-right{
    width: 50%;
}

.news-box-left .tit{
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}

.news-box-left p{
    font-size: 13px;
    color: #999999;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-box-right ul li{
    padding-left: 60px;
    display: flex;
    justify-content: flex-start;
    margin: 30px 0;
    font-size: 18px;
}

.news-box-right ul li:hover .time-box{
    background: #e62129;
}

.news-box-right ul li:hover  a{
    color: #e62129;
}

.time-box{
	width: 82px;
    height: 68px;
    margin-right: 15px;
    color: #fff;
    background: #a59d9e;
	text-align: center;
}

.time-box p{
	font-size: 20px;
	height: 34px;
    line-height: 38px;
    font-weight: bold;
}

.time-box span{
	font-size: 16px;
	height: 34px;
	line-height: 30px;
}

.news-box-right h4 a{
    text-decoration: none;
    color: #333333;
}

.swiper-button-pre{
    left: 30px!important;
}

.swiper-button-prev,.swiper-button-next{
    top: 40%!important;
    color: rgb(182, 179, 179)!important;
}

.choice-box .pic-box{
    width: 100%;
    height: 280px;
    display: block;
    overflow: hidden;
}

.tit p{
    font-size: 18px;
}


.special-content{
    width: 100%;
    background: #f8f8f8;
}

.mid-content{
    width: 1200px;
    padding: 20px;
    margin: 0 auto;
}