.banner img{
	width: 100%;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #666;
}
input:-moz-placeholder, textarea:-moz-placeholder {
	color:#666;
}
input::-moz-placeholder, textarea::-moz-placeholder {
	color:#666;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color:#666;
}
.details{
    width:600px;
    min-width:600px;
    margin :0 auto;
}
.details-wide{
    width: 100%;
}
.title{
	width:300px;
	height:37px;
	margin:10px auto 30px auto;
	text-align:center;
	font-size:26px;
	font-family:'microsoft yahei';
	font-weight:500;
	color:rgba(51,51,51,1);
	line-height:37px;
	letter-spacing:2px;
}
.title-line{
	width: 40px;
    height: 3px;
    margin: 76px auto 0px auto;
    background: rgba(39,174,96,1);
    border-radius: 100px;
}

.details .form_group{
	margin-top:10px;
	display:flex;
	flex-direction: row;
	justify-content: flex-start;
}
.details .form_group .form_title{
	width:130px;
	font:1.2rem/3rem "microsoft yahei";
	margin:0px 10px 0px 10px;
}
.details .form_group .form_detail{
	width:250px;
	border:1px solid #d3d3d3;
	align-items: baseline;
	display:flex;
	flex-direction: row;
}
.details .form_group .form_detail input{
	border:none;
	width:100%;
	height:100%;
	padding-left:0.5rem;
	font:1.2rem/3rem "microsoft yahei";
}
.details .form_group .form_detail.district{
	border:none;
}
.details .form_group .form_detail.district select{
	display:block;
	font:1.2rem/3rem "microsoft yahei";
}

.iconblock{
    width: 100%;
    height: 230px;
	margin: 50px 0px 50px 0px;
    display: flex;
    justify-content: space-around;
}

.iconblock .item{
    width: 300px;
    height: 260px;
    padding: 0px 5px;
    flex-direction: column;
    display: flex;
}

.iconblock .item .item-title{
	width:100%;
	height:42px;
	font-size:18px;
	text-align: center;
	font-family: "microsoft yahei";
	font-weight:700;
	color:rgba(26,26,26,1);
	line-height:42px;
}

.iconblock .item .item-img{
    margin: 18px auto;
    height: 65px;
}

.iconblock .item .item-p{
    width: 100%;
    font-size: 14px;
	text-align: center;
    font-family: "microsoft yahei";
    font-weight: 400;
    color: rgba(71,71,71,1);
    line-height: 24px;
}
.light-con{
	width: 100%;
	height:365px;
	margin-top: 45px;
	display: flex;
	justify-content: space-evenly;
}

.light-con .light-block{
	width:260px;
	height:273px;
	border:1px solid rgba(228,228,228,1);
}
.light-con .light-block p{
	width: 234px;
    height: 50px;
    font-size: 16px;
    margin: 170px 0px 0px 12px;
    font-family: 'microsoft yahei';
    font-weight: 400;
    color: rgba(71,71,71,1);
    line-height: 20px;
}

.light-con .left{
	background:url(../images2/lcc.png) no-repeat center center;
}

.light-con .right{
	background:url(../images2/yaoqing.png) no-repeat center center;
}
.btn_area{
	width:100%;
	margin-top:40px;
	clear:both;
}
.carownerEnterSubmit{
	width: 191px;
    height: 48px;
    border-radius: 5px;
    margin-top: 30px;
    background-color: #27AE60;
    color: #FFFFFF;
    font-size: 18px;
    display: block;
    border: none;
    margin: 0 auto;
}

