@charset 'UTF-8';

/**!
 * 首页
 * author: wangkai;
 * date: 2018-11-27
 */

/* main */

html, body {
    /* overflow: hidden; 2022-12-05*/
}

/* bg */
#container{
	background:url(../images/smart_bg.jpg) no-repeat top center;
	padding-bottom:24px;
}
* {
    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-header {
    height: 139px;
}

.ewb-smart-logo {
    display: block;
    width: 468px;
    height: 84px;
    /* margin: 26px 0 0 -10px; 2022-12-05*/
    background: url('../images/smart_header.png') no-repeat;
}

/* main */

.ewb-main {
	position:relative;
    /* position: fixed;
    top: 130px;
    bottom: 30px;
    left: 50%;
    margin-left: -600px; */
    width: 1200px;
	margin:auto;
	height:600px;
}

.ewb-robot {
    display: block;
    position: absolute;
    top: -105px;
    left: 504px;
    width: 111px;
    height: 128px;
    z-index: 200;
}

.ewb-left {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	padding: 10px 10px;
	width: 636px;
	background-color: #fff;
	z-index: 100;
}

.ewb-left-box {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
	border: 1px solid #e1e1e1;
    background-color: #fafafa;
}

.ewb-right {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 534px;
}

/* 欢迎模块 */

.ewb-welcome {
    margin: -1px -1px 0 -1px;
    height: 74px;
    background-color: #0068bc;
    overflow: hidden;
}

.ewb-welcome p {
    padding: 13px 18px 13px 20px;
    line-height: 24px;
    font-size: 16px;
    color: #fff;
}

/* 对话框 */

.ewb-dialogbox {
    position: absolute;
    top: 74px;
    right: 0;
    bottom: 139px;
    left: 0;
    overflow: hidden;
}

.ewb-dialog-node {
    padding: 20px 0 10px 0;
    vertical-align: top;
}

.ewb-dialog-head {
    margin: 10px 17px 0 18px;
    width: 40px;
    height: 40px;
}

.ewb-dialog-head img {
    display: block;
    height: 40px;
}

.ewb-dialog-head.r {
    margin: 10px 18px 0 17px;
}

.ewb-dialog-info {
    width: 520px;
}

.ewb-dialog-name, .ewb-dialog-date {
    height: 32px;
    line-height: 32px;
    font-size: 12px;
}

.ewb-dialog-date {
    margin-left: 10px;
    color: #a0a0a0;
}

.ewb-dialog-content {
    margin-top: 22px;
    padding: 15px 20px;
    min-height: 24px;
    max-width: 460px;
    min-width: 40px;
    border-radius: 5px;
    background-color: #e8e8e8;
    position: relative;
}

.ewb-dialog-content:first-child {
    margin-top: 0;
}

.ewb-dialog-content.r {
    background-color: #d8e8f9;
}

.ewb-dialog-content i {
    display: block;
    position: absolute;
    top: 4px;
    left: -7px;
    width: 7px;
    height: 13px;
    background: url('../images/dialog_jt.png');
}

.ewb-dialog-content.r i {
    left: auto;
    right: -7px;
    background: url('../images/dialog_jt_r.png');
}

.ewb-dialog-content p {
    font-size: 15px;
    line-height: 24px;
}

.ewb-hot-list {
    margin-top: 15px;
    min-width: 315px;
}

.ewb-hot-list li {
    padding: 3px 0;
    height: 24px;
    line-height: 24px;
    vertical-align: top;
}

.ewb-hot-list li a {
    display: block;
    font-size: 15px;
    color: #4164e7;
}

/* 输入框 */

.ewb-input-info {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 137px;
    border-top: 1px solid #e1e1e1;
    z-index: 1;
}

.input-placeholder {
    position: absolute;
    top: 13px;
    left: 20px;
    height: 70px;
    line-height: 69px;
    color: #999;
    z-index: -1;
    cursor: text;
}

.ewb-inputbox {
    display: block;
    width: 613px;
    height: 70px;
    line-height: 69px;
    padding-top: 13px;
    padding-left: 20px;
    font-family: "Microsoft YaHei";
    font-size: 15px;
    border: 0;
    background: none;
    resize: none;
}

.placeholder {
    color: #b2b2b2;
}

.ewb-sendout {
    height: 34px;
    overflow: hidden;
}

.ewb-sendout-btn {
    float: right;
    margin-top: 1px;
    margin-right: 20px;
    width: 88px;
    height: 34px;
    font-family: "Microsoft YaHei";
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    background-color: #0068bc;
    border: 0;
    cursor: pointer;
}

.ewb-sendout-btn:hover {
    background-color: #00579d;
}

/* 右侧 */

.ewb-kb {
    position: absolute;
    top: 0;
    left: 537px;
    width: 70px;
    padding-top: 45px;
    height: 35px;
    line-height: 16px;
    font-size: 14px;
    color: #fff;
    background: url(../images/kb_ico.png) center 6px no-repeat #0068bc;
    text-align: center;
}

.ewb-kb:hover {
    background-color: #f2757f;
}

.ewb-right-box {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 10px 0;
    background-color: #fff;
    height: 530px;
}

.ewb-right-box.up {
    top: -100px;
    bottom: 0;
    height: auto;
}

#rightbox {
    position: absolute;
    top: 10px;
    right: 0;
    bottom: 10px;
    left: 0;
    padding: 0 10px;
    overflow: hidden;
}

.ewb-floor1 {
    height: 196px;
}

.ewb-floor2 {
    height: 172px;
}

.ewb-floor2 .ewb-tab-bd {
    height: 96px;
}

.ewb-floor3 {
    height: 136px;
}

.ewb-right-box.up .ewb-floor3 {
    position: absolute;
    top: 382px;
    right: 10px;
    left: 10px;
    bottom: 0;
    height: auto;
}

.ewb-box {
    border: 1px solid #e1e1e1;
    overflow: hidden;
}

.ewb-cm-hd {
    margin: -1px -1px 0 -1px;
    padding-left: 12px;
    height: 34px;
    line-height: 33px;
    background-color: #199ed8;
}

.ewb-cm-hd a {
    font-weight: bold;
    font-size: 18px;
    color: #fff;
}

.ewb-tab {
    padding-top: 4px;
    height: 28px;
    border-bottom: 1px solid #e1e1e1;
}

.ewb-tab li {
    float: left;
    margin-left: 12px;
    vertical-align: top;
}

.ewb-tab li:first-child {
    margin-left: 0;
}

.ewb-tab li a {
    display: block;
    padding: 0 11px;
    height: 27px;
    line-height: 27px;
    font-size: 16px;
    color: #333;
}

.ewb-tab li a.current {
    font-weight: bold;
    color: #0068bc;
    border-bottom: 2px solid #199ed8;
}

.ewb-tab-bd {     
    position: relative;
    padding: 3px 0 3px 10px;
    height: 120px;
    overflow: hidden;
}

.ewb-tab-bd.has-sub-tab {
    padding-left: 62px;
}

.ewb-service-list li {
    float: left;
    width: 16.66666666666%;
    height: 24px;
    line-height: 24px;
    vertical-align: top;
}

.ewb-service-list li a {
    display: block;
    vertical-align: top;
    font-size: 12px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ewb-service-list li a:hover {
    color: #f00;
}

.ewb-service-list.five-column li {
    width: 20%;
}

.ewb-service-list.four-column li {
    width: 25%;
}

.ewb-service-list.three-column li {
    width: 33.333333333333%;
}

.ewb-service-list.two-column li {
    width: 50%;
}

.ewb-sub-tab {
    position: absolute;
    top: 50%;
    left: 12px;
    margin-top: -58px;
    width: 36px;
    height: 116px;
    background-color: #d6e1e6;
}

.ewb-sub-tab li {
    height: 58px;
    vertical-align: top;
}

.ewb-sub-tab li a {
    display: block;
    padding: 9px 8px;
    height: 40px;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.ewb-sub-tab li a.current {
    color: #fff;
    background-color: #199ed8;
}

.ewb-info-list {
    padding: 5px 14px;
}

.ewb-list-node {
    padding-left: 16px;
    height: 30px;
    line-height: 30px;
    vertical-align: top;
    background: url('../images/list_ico.jpg') left center no-repeat;
}

.ewb-list-name {
    float: left;
    max-width: 75%;
    color: #333;
}

.ewb-list-date {
    float: right;
}

.ewb-list-node:hover {
    background-image: url('../images/list_ico_cur.jpg');
}

.ewb-list-node:hover .ewb-list-name,
.ewb-list-node:hover .ewb-list-date {
    color: #f00;
}
