.nbcc-lock{
	position:fixed;left:0;top:0;width:100%;height:100%;
	background:rgba(0,0,0,.2);z-index:99998;
}
.nbcc{
	width:600px;height:300px;background:#FFF;
	position:fixed;
	left:50%;top:50%;
	transform:translate(-50%,-50%);
	box-shadow:0 0 20px #CCC;
	z-index:99999;
}
.c-close{
	position:absolute;right:10px;top:10px;
	width:24px;height:24px;cursor:pointer;
}
.c-close:before{
	content:'';position:absolute;width:100%;height:4px;background:#7F7F7F;
	transform:rotate(45deg);top:50%;
}
.c-close:after{
	content:'';position:absolute;top:50%;width:100%;height:4px;background:#7F7F7F;
	transform:rotate(-45deg);
}
.c-close:hover{background:#EEE}
.c-wx{
	float:left;width:240px;height:300px;
	background:#3DAA66;position:relative;
}
.wx-t{
	height:222px;line-height:34px;font-size:24px;color:#FFF;
	text-align:center;position:relative;padding-left:50px;margin-top:30px;
	background:url(../img/contact/qywx.gif) center 44px no-repeat;
}
.wx-t:before{
	content:'';width:42px;height:34px;position:absolute;margin-left:-50px;
	background:url(../img/contact/icon_wx.gif) 0 center no-repeat;
}
.wx-b{color:#FFF;text-align:center;}

.c-tel{
	float:left;width:360px;height:300px;box-sizing:border-box;
	font-size:26px;padding:230px 0 0 38px;color:#686B6B;text-align:center;position:relative;
	background:url(../img/contact/icon_kf.gif) center 64px no-repeat #FFF;
	line-height:28px;
}
.c-tel:before{
	content:'';width:30px;height:28px;position:absolute;margin-left:-38px;
	background:url(../img/contact/icon_dh.gif) 0 0 no-repeat;
}
.c-fd{
	float:left;width:360px;height:300px;box-sizing:border-box;
	padding:20px;
}
.fd-t{
	height:50px;line-height:30px;font-size:24px;padding-top:20px;
}
.fd-i div{float:left;width:100%;height:36px;
box-sizing:border-box;border:1px solid #3DAA66;margin:5px 0;padding:0 10px 0 25px}
.fd-i input{
	border:none;background:none;width:100%;height:34px;
}
.fd-i .i-1{
	background:url(../img/contact/icon_01.gif) 6px center no-repeat;
	width:120px;margin-right:10px;
}
.fd-i .i-2{
	background:url(../img/contact/icon_02.gif) 6px center no-repeat;
	width:190px;
}
.fd-i .i-3{
	background:url(../img/contact/icon_03.gif) 6px center no-repeat;
}
.fd-i .i-4{
	background:url(../img/contact/icon_04.gif) 6px center no-repeat;
}
.fd-i:after{content:'';display:block;clear:both}
.fd-btn{
	width:110px;height:34px;text-align:center;background:#3DAA66;color:#FFF;border:none;cursor:pointer;
	margin-top:10px;float:right;
}