﻿/**!
 * 场景式服务
 * author: wangkai;
 */

html, body {
    overflow: hidden;
}

.ewb-mt20 {
    margin-top: 20px;
}

/* bg */

* {
    margin: 0px;
    padding: 0px;
}

.bg {
    overflow: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -5;
    zoom: 1;
    background-attachment: fixed;
    background: center 0px;
}

.bg img {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

/* header */

.ewb-header1 {
    height: 92px;
    position: relative;
}

.ewb-logo1 {
    display: block;
    height: 92px;
    margin: 0 auto;
}

.ewb-leaf {
    position: absolute;
    right: -40px;
    top: 0;
    width: 280px;
    height: 118px;
    z-index: 100;
}

/* nav */

.ewb-nav {
    margin: 0 auto;
    width: 958px;
    height: 100px;
    background: url(/images/nav_bg.png);
    position: relative;
    z-index: 500;
}

.ewb-nav-list1 {
    padding: 10px 39px 0 39px;
    height: 80px;
}

.ewb-nav-node {
    float: left;
    margin: 0 22px;
    width: 80px;
    height: 80px;
    vertical-align: top;
}

.ewb-nav-node:hover,
.ewb-nav-node.current {
    background: url(/images/se_icon_cur.png);
}

.ewb-nav-node a {
    display: block;
    height: 80px;
}

.ewb-nav-icon1 {
    background: url(/images/se_icon1.png);
}

.ewb-nav-icon2 {
    background: url(/images/se_icon2.png);
}

.ewb-nav-icon3 {
    background: url(/images/se_icon3.png);
}

.ewb-nav-icon4 {
    background: url(/images/se_icon4.png);
}

.ewb-nav-icon5 {
    background: url(/images/se_icon5.png);
}

.ewb-nav-icon6 {
    background: url(/images/se_icon6.png);
}

.ewb-nav-icon7 {
    background: url(/images/se_icon7.png);
}

.ewb-nav-icon8 {
    background: url(/images/se_icon8.png);
}

/* 内容 */

.ewb-main {
    position: fixed;
    top: 209px;
    bottom: 0;
    left: 50%;
    margin-left: -499px;
    width: 998px;
}

.ewb-theme-pic {
    display: block;
    position: absolute;
    right: -10px;
    bottom: 0;
    z-index: 300;
}

.ewb-theme-pic.ewb-r80 {
    right: -80px;
}

.ewb-theme-pic.ewb-r461 {
    /* right: -461px; */
}

.ewb-service-hd1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 144px;
    width: 66px;
    padding-top: 38px;
    background: url(/images/service_hd.png) no-repeat;
}

.ewb-service-hd1 span {
    display: block;
    text-align: center;
    line-height: 26px;
    font-size: 24px;
    color: #fff;
}

.ewb-service-bd1 {
    float: left;
    margin: 10px 0 0 224px;
    width: 582px;
    padding: 5px 26px 15px 26px;
    background: url(/images/main_bg.png) repeat-y;
    position: relative;
}

.ewb-service-tbg,
.ewb-service-bbg {
    position: absolute;
    right: 0;
    left: 0;
    height: 10px;
}

.ewb-service-tbg {
    top: -10px;
    background: url(/images/main_top_bg.png);
}

.ewb-service-bbg {
    bottom: -10px;
    background: url(/images/main_bottom_bg.png);
}

.ewb-location {
    padding-bottom: 2px;
    height: 32px;
    line-height: 32px;
    background: url(/images/location_bg.png) bottom repeat-x;
}

.ewb-location p {
    padding-left: 15px;
    font-size: 12px;
    color: #3e3e3e;
    background: url(/images/location_icon.png) left center no-repeat;
}

.ewb-location p a {
    color: #3e3e3e;
}

.ewb-location p span {
    color: #f00;
}

.ewb-type-box {
    padding: 20px 10px 0 10px;
}

.ewb-type-node {
    padding: 9px 0 9px 15px;
    border: 1px solid #89cced;
    background: url(/images/type_bg.png) repeat;
}

.ewb-type-remind {
    line-height: 24px;
    padding-bottom: 3px;
    font-weight: bold;
    color: #3e3e3e;
}

.ewb-type-name {
    display: inline-block;
    margin-right: 8px;
    *margin-right: 10px;
    min-width: 170px;
    height: 24px;
    line-height: 24px;
    position: relative;
    z-index: 9999;
	background:none;
}

.ewb-type-name input {
    float: left;
    margin: 6px 8px 0 0;
    width: 12px;
    height: 12px;
}

.ewb-type-name span {
    color: #3e3e3e;
}

.ewb-down {
    height: 40px;
    background: url(/images/down_icon.png) center center no-repeat;
}

.ewb-service-list li {
    padding-left: 20px;
    line-height: 24px;
    vertical-align: top;
    background: url(/images/service_dian.png) left center no-repeat;
}

.ewb-service-name {
    color: #3e3e3e;
    position: relative;
    z-index: 999;
    cursor: pointer;
}

.ewb-service-name:hover {
    color: #f00;
}


#down1,#down2,.ewb-dn {
    display: none;
}
