/* 信息 */
.contact-box{
	padding: 50px 0px 70px;
}
.contact-infbox{
	padding: 60px 0px;
	background-color: #fff;
	margin-bottom: 20px;
}
.inf-tit{
	font-size: 30px;
	color: rgb( 51, 51, 51 );
	text-align: center;
	margin-bottom: 20px;
}

.inf-ulbox>li{
	float: left;
	width: 25%;
	text-align: center;
	padding: 40px 40px 20px;
}
.cinf-img{
	height: 42px;
	text-align: center;
	margin-bottom: 28px;
	overflow: hidden;
}
.cinf-img>img{
	display: block;
	max-height: 100%;
	margin: auto;
}
.cinf-txt>p{
	font-size: 16px;
	color: rgb( 102, 102, 102 );
	text-align: center;
	line-height: 30px;
}

/* 在线留言 */
.online-mes{
	background-color: #fff;
	width: 590px;
	min-height: 640px;
	float: left;
}

.mes-tit{
	font-size: 26px;
	color: #333333;
	line-height: 60px;
	padding: 20px 50px 20px 50px;
}
.omes-cent{
	/* padding: 0 50px 0px 0px; */
}
.mesli{
	margin-bottom: 16px;
	width: 100%;
	font-size: 0;
}
.mes-txt,
.mes-input{
	display: inline-block;
	vertical-align: top;
}
.mes-txt{
	text-align: right;
	font-size: 16px;
	color: #666666;
	line-height: 44px;
	width: 146px;
	padding-left: 20px;
	padding-right: 20px;
}
.mes-txt>em{
	display: inline-block;
	vertical-align: top;
	color: #df1e1e;
	margin-right: 5px;
}
.mes-input{
	width: calc(100% - 146px);
	width: -moz-calc(100% - 146px);
	width: -webkit-calc(100% - 146px);
	padding-right: 50px;
}
.mes-input>input,
.mes-input>select,
.mes-input>textarea{
	display: block;
	 background-color: rgb( 243, 243, 243 );
	 width: 100%;
	 height: 44px;
	 padding: 0 10px;
	 font-size: 14px;
	 color: #333333;
}
.mes-input>textarea{
	height: 120px;
}
.omes-bot{
	padding-left: 146px;
}
.omes-bot>input{
	display: block;
	background-color: rgb( 0, 100, 169 );
	width: 180px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	font-size: 16px;
	color: rgb( 255, 255, 255 );
}

.tinf-box{
	float: right;
}
.tinf-li{
	width: 590px;
	/* height: 191px; */
	background-color: rgb( 255, 255, 255 );
	padding: 38px 40px;
	margin-bottom: 20px;
	position: relative;
}
.tinf-li:last-child{
	margin-bottom: 0;
}
.tinf-tit{
	font-size: 18px;
	color: #333333;
	margin-bottom: 11px;
}
.tinf-cent>p{
	font-size: 16px;
	color: #666666;
	margin-bottom: 8px;
}
.tinf-cent>p:last-child{
	margin-bottom: 0;
}
.tinf-share{
	position: absolute;
	right: 40px;
	top: 40px;
	width: 20px;
	height: 20px;
	overflow: hidden;
	display: none;
}
.tinf-share>img{
	max-height: 100%;
}
.cer-img{
	width: 120px;
	height: 120px;
	overflow: hidden;
}