/**!
 * 常州
 * author: gaoli;
 * date:2017-11-20
 */

body {
    background: none;
}
.ewb-wrap {
    position: relative;
    height: 100%;
}
.ewb-wrap-block {
    position: absolute;
    width: 1220px;
    height: 600px;
    top: 50%;
    left: 50%;
    margin-top: -300px;
    margin-left: -610px;
}
.ewb-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -999;
    height: 100%;
    zoom: 1;
}
.ewb-rslider {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.ewb-rslides-tt {
    position: absolute;
    top:22%;
}
.ewb-rslides-img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.ewb-bg>ul {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.ewb-bg>ul>li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/* nav */

.ewb-nav {
    float: left;
    width: 181px;
    margin: 25px 0 0 22px;
    background: url(../images/nav_bor_lit.png) no-repeat center left;
}
.ewb-nav-items {
    height: 291px;
}
.ewb-nav-item {
    position: relative;
    margin: 0 0 24px 18px;
}
.ewb-nav-item:first-child {
    margin-top: -4px;
}
.ewb-nav-link {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
}
.ewb-nav-link:hover {
    color: #036ac2;
}

/* 新闻 */

.ewb-news {
    float: right;
    width: 492px;
    height: 323px;
    margin-right: 7px;
    background: url(../images/news_bg_lit.png);
}

.ewb-news-bd .wb-data-item{
    height: 236px;
    overflow: hidden;
}

/* 项目展示 */

.ewb-show {
    height: 128px;
    margin-top: 16px;
    background: url(../images/pic_bg.png);
}
.ewb-show-hd {
    float: left;
    margin: 12px 13px 0 16px;
}
.ewb-show-hd a {
    display: block;
    width: 18px;
    font-size: 17px;
    font-weight: bold;
    color: #0064cd;
    line-height: 24px;
    padding-top: 6px;
    border-top: 4px solid #0064cd;
    cursor: pointer;
}
.ewb-show-bd {
    float: left;
    width: 1173px;
    height: 128px;
}
.wb-marquee {
    float: left;
    margin-top: 10px;
}
.wb-marquee-items {
    width: 1177px;
    height: 108px;
}
.wb-marquee-items li {
    position: relative;
    width: 170px;
    height: 108px;
    float: left;
    margin-right: 26px;
    text-align: center;
}
.wb-marquee-img {
    display: block;
    width: 170px;
    height: 108px;
    margin: 0 auto;
}
.wb-marquee-img img {
    width: 170px;
    height: 108px;
}
.wb-marquee-mask {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 170px;
    height: 28px;
    line-height: 28px;
    background: url(../images/mask-bg.png);
}
.wb-marquee-mask a {
    display: block;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wb-btn {
    float: left;
    height: 18px;
    margin-top: 56px;
}
.wb-btn a {
    display: block;
    width: 12px;
    height: 18px;
    transition: 0.2s all ease-in-out;
}
.wb-btn.left{
padding:0 10px 0 5px;
}
.wb-btn.right{
    padding:0 5px 0 13px;

}
.wb-btn.left a {
    background: url(../images/left.png) no-repeat;
}
.wb-btn.right a {
    background: url(../images/right.png) no-repeat;
}
.wb-btn.left a:hover {
    background: url(../images/left_h.png) no-repeat;
}
.wb-btn.right a:hover {
    background: url(../images/right_h.png) no-repeat;
}