﻿
.service-dialog{
	width:415px;
	height: 184px;
	
	border:1px solid #356aca;
	
	position: fixed;
	left: 50%;
	top:50%;
	margin-left:-207px;
	margin-top:-112px;
	border:1px solid #356aca;
    z-index: 99999;



	


	/*margin-top:-92px;这个是居中，前端-去20像素*/
}
.service-dialog-hd{
	height: 30px;
	line-height: 30px;
	background: #356aca;
	color: #fff;
	font-size: 16px;
}
.service-dialog-hd h3{
	padding: 0 10px;
}
.service-dialog-hd .service-dialog-hd-r{
	background: url(../images/service/images/service-dialog-hd-r-close.png) center no-repeat;
	width:23px;
	height: 30px;
	cursor: pointer;
}
.service-dialog-bd{
    height: 154px;
    background:#fff url(../images/service/images/service-dialog-bd-bg.png) -5px bottom no-repeat;
}

.service-dialog-bd-r{
	margin: 0 0 0 90px;
}
.service-dialog-bd-r ul{
}
.service-dialog-bd-r li {
    display: block;
    float: left;
    margin-top:10px;
    margin-left: 10px;
    position: relative;
    width: 146px;
    height: 41px;
    border: 1px solid #356aca;
    border-radius: 5px;
    background: #fff;
}
.service-dialog-bd-r li:hover{
	background: #356aca;
}
.service-dialog-bd-r li:hover a{
	color: #fff;
}
.service-dialog-bd-r li:hover input{
	color: #fff;
}

.service-dialog-bd-r li i {
    float: left;
    width: 38px;
    height: 38px;
    background: url(../images/service/images/line_logo.png) 0px -84px no-repeat;
}

.service-dialog-bd-r li input {
    color: #bbb;
    position: absolute;
    bottom: 2px;
    border: 0;
    width: 74%;
    line-height: 20px;
    font-size: 12px;
    cursor: text;
    left: 37px;
    background: no-repeat;
}

a.later-consulting{
    width: 148px;
    height: 30px;
    line-height: 30px;
    background: #356aca;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 4px;
    margin-left: 168px;
    margin-top: 10px;
}