﻿.bg28{
	background:#282c32;
	border:1px solid #555;
}
.bg28 .container{
	width:765px;
	padding:195px 0 245px 0
}
.bg28 .row input{
	width:100%!important;
	background-color:transparent;
	height:40px;
	line-height:40px;
	padding-left:30px;
	border:0 none;
	border-bottom:1px solid #999;
	color:#fff;
}
.bg28 .row input.name{
	background:url(../../../static/images/nsztb/sub-ico1.png) 0 11px no-repeat;
}
.bg28 .row input.telphone{
	background:url(../../../static/images/nsztb/sub-ico2.png) 0 11px no-repeat;
}
.bg28 .row input.qyname{
	background:url(../../../static/images/nsztb/sub-ico3.png) 0 11px no-repeat;
}
.bg28 .row input.note{
	background:url(../../../static/images/nsztb/sub-ico4.png) 0 12px no-repeat;
}
.bg28 input:focus{
	outline:none;
}
.bg28 .row{
	margin-bottom:60px;
}
a.subrequest_btn{
	background: #00c1de;
    color: #fff;
    font-size: 16px;
    display: block;
    padding: 8px 0;
    margin: 0 auto;
    width: 61%;
    text-align: center;
	opacity: 0.8;
}
a.subrequest_btn:hover{
	color:#fff;
	text-decoration:none;
	border-radius: 5px;
	opacity: 1;
}