/* location */

.ewb-location {
    height: 41px;
    line-height: 41px;
    font-size: 14px;
    padding-left: 42px;
    background: url(../images/location_icon.png) 19px center no-repeat;
}

.ewb-location a {
    color: #333;
}

.ewb-yellow {
    color: #ec9628;
}


/* 我要咨询 */

.ewb-expose {
    height: 85px;
    padding-right: 15px;
    background: url(../images/expose_bg.jpg) left center no-repeat;
}

a.ewb-expose-tt {
    display: block;
    float: left;
    margin-left: 82px;
    width: 166px;
    height: 70px;
    line-height: 78px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    margin-top: -4px;
    background: url(../images/expose_tt_bg.png) no-repeat;
}

.ewb-expose-r {
    width: 910px;
    float: right;
}

.ewb-menu-qq {
    /* position: relative;
    bottom: -275px;
    left: 10px;
    right: 9px; */
	padding-left: 10px;
    padding-top: 309px;
}

.ewb-qq-qun {
    display: block;
    margin-top: 7px;
    padding-top: 4px;
    padding-left: 33px;
    height: 53px;
    line-height: 26px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.ewb-qun1 {
    background: url(../images/list_qq_bg1.png) no-repeat;
}

.ewb-qun2 {
    background: url(../images/list_qq_bg2.png) no-repeat;
}

.ewb-expose-info {
    line-height: 22px;
    font-size: 14px;
    color: #e89428;
    text-align: right;
    margin-top: 10px;
}


/* main */

.ewb-main {
    padding: 0 15px;
    margin-top: 10px;
}

.ewb-menu {
    border: 1px solid #dfd1c9;
}

.ewb-menu-l {
    width: 198px;
    float: left;
    height: 700px;
    border-right: 1px solid #dfd1c9;
}

.ewb-menu-item {
    width: 200px;
    margin-left: -1px;
    margin-top: -1px;
    height: 51px;
    line-height: 50px;
    vertical-align: top;
    position: relative;
    background: url(../images/consult_bd.jpg) center bottom no-repeat;
}

.ewb-menu-item a {
    display: block;
    text-align: center;
    color: #333;
    font-size: 16px;
}

.ewb-menu-icon {
    display: none;
    width: 7px;
    height: 10px;
    background: url(../images/menu_iconh.png) no-repeat;
    position: absolute;
    right: -7px;
    top: 20px;
}

.ewb-menu-item:hover,
.ewb-menu-item.cur {
    background: url(../images/consult_menuh.png) no-repeat;
}

.ewb-menu-item:hover a,
.ewb-menu-item.cur a {
    color: #fff;
}

.ewb-menu-item:hover .ewb-menu-icon,
.ewb-menu-item.cur .ewb-menu-icon {
    display: block;
}


/* 右侧 */

.ewb-menu-r {
    width: 1019px !important;
    float: right;
    padding: 0 40px;
}

.ewb-menu-tt {
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    text-align: center;
    border-bottom: 1px dashed #dcdcdc;
}

.ewb-from-hd {
    padding-top: 10px;
    height: 34px;
    line-height: 34px;
    font-size: 18px;
    font-weight: bold;
    color: #e89428;
    text-align: center;
}

.ewb-form-mod {
    margin-top: 10px;
    font-size: 14px;
}

.ewb-form-name {
    display: block;
    width: 150px;
    height: 32px;
    float: left;
    line-height: 32px;
    font-size: 16px;
    text-align: right;
}

.ewb-xin {
    color: #d70000;
}

.ewb-form-input {
    display: block;
    width: 276px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #afafaf;
    float: left;
    text-indent: 10px;
    outline: 0;
}

.ewb-ml50 {
    margin-left: 50px;
}

input[type="radio"] {
    margin: 3px 3px 0px 5px;
    display: none;
}

label {
    display: block;
    float: left;
    padding-left: 20px;
    cursor: pointer;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    margin-left: 28px;
    background: url(../images/radio_bg.png) no-repeat left top;
}

label.checked {
    background-position: left bottom;
}

#first-radio {
    margin-left: 0;
}

.ewb-form-input.spc {
    width: 756px;
}

.ewb-textarea {
    height: 180px;
    line-height: 30px;
    border: 1px solid #afafaf;
    width: 756px;
    text-indent: 10px;
    outline: 0;
}

.ewb-file-input {
    display: none;
}

.ewb-file-label {
    height: 32px;
    width: 100px;
    line-height: 32px;
    font-size: 14px;
    color: #e89428;
    text-align: center;
    padding-left: 0;
    margin-left: 0;
    background: url(../images/file_bg.png) no-repeat;
}

.ewb-form-mod.ewb-mt17 {
    margin-top: 17px;
}

.ewb-form-btn {
    text-align: center;
    margin-top: 34px;
	margin-bottom:10px;
}

.ewb-form-btn button {
    display: inline-block;
    width: 80px;
    height: 32px;
    line-height: 32px;
    background: #cb5c1d;
    font-size: 14px;
    text-align: center;
    color: #fff;
    font-family: "Microsoft Yahei";
    border: 0;
    padding: 0;
    outline: 0;
    cursor: pointer;
}

.ewb-form-btn button.ewb-spc {
    margin-left: 5px;
    *margin-left: 10px;
}

.ewb-form-btn button:hover {
    background: #f67723;
}
