
.lianxi_panel{
	width: 100%;
	text-align: center;
	background: url(../images/lianxi_women_bg.png) no-repeat center center;
	background-size: 100% 100%;
	padding-top: 130px;
	height: 100%;
}

.lianxi_panel_title{
	height: 100px;
	line-height: 100px;
	font-size: 28px;
    /*font-weight: bolder;*/
    color: rgb(97,95,90);
    
    color: #333;
}
#lianxi-content{
	width: 100%;
    /* background: #ccc; */
    text-align: center;
    /* position: relative; */
    display: inline-block;
    /* background: #fff; */
}

.lianxi{
	margin: auto;
	left: 0;
	right: 0;
	width: 1000px;
	/*background: #fff;*/
	font-size: 20px;
	/*position: absolute;*/
	display: table;
}

.lianxi input{
	height: 45px;
	background: rgb(125,122,122);
	border-radius: 6px;
	opacity: 0.8;
	width: 80%;
	margin: 10px 0px;
	color: #fff;
	font-size: 12px;
	border: solid 1px #ccc;
	padding-left: 10px;
}

.lianxi textarea{
	height: 120px;
	background: rgb(125,122,122);
	border-radius: 6px;
	opacity: 0.8;
	width: 80%;
	margin: 10px 0px;
	color: #fff;
	font-size: 12px;
	border: solid 1px #ccc;
	padding-left: 10px;
}

.lianxi button{
	height: 45px;
	background: rgb(0,113,169);
	border: none;
	border-radius: 6px;
	color: #fff;
	font-size: 14px;
}