body{
    background-color: #f8f8f8;
}
.chans_text{
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.chans_text p{
    color: #fff !important;
}
.sale{
    padding-top: 106px;
    background-color: #fff;
}
.sale h4{
    font-family: SansSerifFLF;
    text-align: center;
	font-size: 48px;
    color: #cfd1d3;
    
}
.sale p{
    font-family: SourceHanSansCN-Bold;
    text-align: center;
	font-size: 36px;
	color: #1d2088;
}
.map{
    width: 300px;
    height: 300px;
    border: 1px solid pink;
}

.iw_poi_title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap
}
.iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word
}
.connection{
    position: relative;
    width: 1300px;
	height: 130px;
}
.connection ul{
    display: flex;
    width: 1300px;
	height: 230px;
	background-color: #ffffff;
	border: solid 1px #e5e5e5;
    align-items: center;
    position: absolute;
    top: -100px;
   
}
.connection li{
    text-align: center;
    line-height: 30px;
    flex: 1;
}
.connection p{
    font-family: MicrosoftYaHei;
	font-size: 14px;
	color: #585858;
}
.connection img{
    width: 120px;
}
.message{
    height: 559px;
	background-color: #ffffff;
    border: solid 1px #e5e5e5;
    padding: 62px 50px 0 50px;
    box-sizing: border-box;
    margin-top: 50px;
    margin-bottom: 100px;
}
.message p{
    font-family: MicrosoftYaHei;
	font-size: 24px;
    color: #000000;
    margin-bottom: 36px;
}
.message p span{
    font-family: MicrosoftYaHei;
	font-size: 16px;
	color: #cacaca;
}
input,button,textarea{
    border: none;
    outline: none;
}
.message input{
    width: 346px;
	height: 52px;
	background-color: #ffffff;
    border: solid 1px #ebebeb;
    margin-right:57px;
    padding-left: 10px;
    font-size: 16px;
}
.message input:nth-child(4){
    margin-right:0;
}
.message textarea{
    width: 1190px;
	height: 121px;
	background-color: #ffffff;
    border: solid 1px #ebebeb;
    margin-top: 34px;
    margin-bottom: 42px;
    padding-left: 10px;
    padding-top: 16px;
    font-size: 16px;
}
.message button{
    width: 244px;
	height: 52px;
    background-color: #1d2088;
    font-family: MicrosoftYaHei;
	font-size: 16px;
	color: #ffffff;
}