
/*联系我们*/

.lianxi_top{
	margin:90px 0;
	overflow:hidden;
}
.com-title {
    text-align: center;
}
.com-title h3 {
    position: relative;
    font-size: 40px;
    margin-bottom:10px;
    color: #242424;
}
.com-title p {
    font-size: 16px;
    color: #999;
}
.lianxi_con{
	width:100%;
	height:647px;
	margin-top:60px;
	position:relative;
}
#map {
  width: 100%;
  height:647px;
}

.lianxi_con .float-info {
	position:absolute;
	top:9%;
	left:5%;
    display: inline-block;
    vertical-align: top;
    -webkit-box-shadow: 0px 4px 14.4px 0.6px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 14.4px 0.6px rgba(0, 0, 0, 0.15);
    z-index: 4;
	padding:60px 80px;
    overflow: hidden;
    color: #fff;
    background-color: rgba(11, 55, 117, 0.9);
}

.lianxi_con .float-info .line {
    position: relative;
    min-height: 56px;
    padding: 12px 0 12px 72px;
}
.lianxi_con .float-info .line .btn {
    color: #fff;
    line-height: 1.5;
}
.lianxi_con .float-info .line .icoImg {
    float: left;
    margin-left: -72px;
    width: 56px;
    height: 56px;
    border: rgba(255, 255, 255, 0.2) solid 1px;
    border-radius: 50%;
}
.lianxi_con .float-info .line .btn .sdt {
    opacity: .6;
}
.lianxi_con .float-info .line .btn .sdd {
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
}
.lianxi_con .float-info  .line:nth-child(1n+2) {
    margin-top:40px;
}


.liuyan{
	background-color:#f2f5f9;
	overflow:hidden;
	padding:90px 0;
}
.liuyan-con{
	background-color:#fff;
	overflow:hidden;
	padding:90px 0;

}
.message-cont {
	margin:60px 90px 0;
}

.message-cont input {
    width: 100%;
    display: block;
    border: 0 none;
    border-radius: 0;
    font-size: 13px;
    text-indent: 30px;
    background: none;
    color: #999999;
    background: #F2F5F9;
    line-height: 30px;
    height: 60px;
    margin: 20px 0 0px 0;
    border: none;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    position: relative;
    -webkit-appearance: none;
}
.message-cont textarea {
    width: 100%;
	height:120px;
    display: block;
    border: 0 none;
    border-radius: 0;
    font-size: 13px;
    text-indent: 30px;
    background: none;
    color: #999999;
    background: #F2F5F9;
    line-height: 30px;
    height: 60px;
    margin: 20px 0 0px 0;
    border: none;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    position: relative;
    -webkit-appearance: none;
}
.message-cont .submit-block {
    width: 43.5%;
    padding: 0 15px;
}