﻿@import "common.css";
.website .line{
	height: 46px;
	border-bottom: 1px solid #c7c7c7;
}
.common-head{
	height: 90px;
	text-align: center;
	padding: 80px 0 100px;
}
.common-head .cn{
	font-size: 40px;
	font-family: fontcn;
	font-weight: bold;
}
.common-head .en{
	font-size: 18px;
	color: #959595;
	font-family: fonten;
}
.property ul li{
	margin-bottom: 50px;
}
.property ul li dl{
	height: 400px;
	padding-left: 755px;
	display: flex;
	background-color: #fff;
}
.property ul li dl dt{
	float: left;
	margin-left: -755px;
}
.property ul li dl dt img{
	width: 800px;
	height: 400px;
}
.property ul li dl dd{
	margin: auto;
	text-align: center;
}
.property ul li dl dd .title{
	font-size: 30px;
}
.property ul li dl dd .price{
	font-size: 20px;
	color: #db0102;
	margin-top: 20px;
}
.property ul li dl dd .button{
	font-size: 20px;
	color: #fff;
	margin-top: 80px;
	background-color: #ffc12e;
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}


@media(max-width:460px) {
.common-head {
    height: auto;
    padding: 10px 0 20px;
}
.common-head .cn {
    font-size: 20px;
}
	
	
.property ul li {
    margin-bottom: 0px;
}
.property ul li dl {
    height: auto;
    padding-left: 0px;
	display: block;
}
.property ul li dl dt {
	float: none;
    margin-left: 0px;
}
.property ul li dl dt img {
    width: 100%;
    height: auto;
}
.property ul li dl dd{
	padding-bottom: 20px;
}
.property ul li dl dd .title {
    font-size: 20px;
}
.property ul li dl dd .button {
    font-size: 16px;
    width: 120px;
	margin: 20px auto 0;
	height: 30px;
    line-height: 30px;
}
	
	
}