
.head_title{
	color: #fff;
}

/*####################################################################*/
.address{
	overflow: hidden;
    background-color: #fff;
    padding: 90px 0;
}
.address_title{
	display: inline-block;
	width: 300px;
	float: left;
}
.section_title{
	text-shadow: none;
}

.address_con{
	width: 780px;
	float: right;
}
.address_con ul{
	width: 100%;
	overflow: hidden;
}
.address_con li{
	width: 350px;
	min-height: 185px;
	text-align: left;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 40px;
	margin-bottom: 50px;
	float: left;
}
.address_con li:nth-child(2n+1){
	width: 430px;
	padding-right: 80px;
}
.address_con li b{
	color: #000;
	font-size: 16px;
}
.address_con li p{
	line-height: 32px;
	margin-top: 30px;
}
/*#############################################################*/
.adds_list{
	width: 100%;
	background-color: #f7f7f7;
	padding: 100px 0;
}
.adds_list ul{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.adds_list li{
	width: 250px;
	min-height: 240px;
	position: relative;
	float: left;
	text-align: left;
	border-bottom: 1px solid #dedede;
	margin-right: 45px;
}
.adds_list li.last{
	margin-right: 0;
}
.adds_list li b{
	display: block;
	position: relative;
	color: #000;
	font-size: 16px;
	padding-bottom: 30px;
	margin-bottom: 40px;
}
.adds_list li b:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #000;
}
.adds_list li p{
	width: 100%;
	line-height: 28px;
	margin-bottom: 15px;
}
.adds_list li .li_more{
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 30px;
}
.adds_list li .li_more span{
	cursor: pointer;
}
.adds_list li .li_more:hover span{
	text-decoration: underline;
}
.adds_list li .li_more i{
	font-size: 12px;
	vertical-align: text-top;
	margin-right: 5px;
	cursor: pointer;
}

.adds_list li .li_other{
	width: 100%;
	display: none;
}
/*###################################################*/
.map{
	width: 100%;
	position: relative;
}
.map > img{
	width: 100%;
	opacity: 0;
}
.map #allmap{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
}
/*###################################################*/
.proposal{
	width: 100%;
	position: relative;
	background-color: #fff;
    padding: 90px 0;
}
.proposal .inner_wrap{
	overflow: hidden;
}
.proposal_title{
	display: inline-block;
	width: 300px;
	float: left;
}
.section_title{
	text-shadow: none;
}
.proposal_con{
	width: 750px;
	position: relative;
	float: right;
	text-align: left;
}
.proposal_con li{
	width: 100%;
	color: #000;
	font-size: 14px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 25px;
}
.proposal_con li span{
	display: block;
	margin-bottom: 25px;
}
.proposal_con li select,.proposal_con li input,.proposal_con li textarea{
	width: 100%;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
}
.proposal_con li p{
	width: 100%;
	height: 180px;
	background-color: #fafafa;
	text-align: left;
	padding: 20px 0;
}
.proposal_con li textarea{
	display: block;
	width: 90%;
	height: 100%;
	border: none;
	resize: none;
	text-align: left;
	background-color: transparent;
	margin: 0 auto;
}
.proposal_con .mag{
	width: 100%;
	text-align: left;
	opacity: .7;
	margin-top: 20px;
}

.proposal_btn{
	width: 250px;
	height: 60px;
	line-height: 60px;
	color: #f3f3f3;
	font-size: 18px;
	text-align: center;
	background-color: #222;
	margin-left: 0;
	cursor: pointer;
	margin-top: 80px;
}
.proposal_btn:hover{
	background-color: #333;
}
.proposal_tel{
	width: 315px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 100;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 0;
}
.proposal_tel p{
	width: 80%;
	line-height: 20px;
	color: #4c4c4c;
}
.proposal_tel p b{
	display: block;
	color: #000;
}


