body {
    font-size: 14px;
    color: #333;
    font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑, STHeiti, MingLiu;
    padding: 0px;
    margin: 0px;
}

a {
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

/* 博览会 样式 开始 */
.exposition-main {
    width: 1000px;
    margin: 0px auto;
}

.ex-bgimg {
    width: 100%;
    height: 295px;
    margin-bottom: 13px;
}

.ex-carousel, .ex-boxes {
    overflow: hidden;
}

.ex-carousel > div {
    float: left;
}

.car-left {
    width: 534px;
    margin-right: 10px;
}

.car-left > img {
    width: 534px;
    height: 267px;
}

.car-left > h2, .car-right > h2 {
    font-size: 18px;
    margin: 0px;
    padding: 0px;
    color: #000000;
}

.car-right {
    width: 450px;
}

.car-right > p {
    font-size: 13px;
    color: #63666d;
    margin-bottom: 35px;
    margin-right: 15px;
}

.car-right > p > a, .ex-new .ex-info > p > a {
    color: #e60012;
}

.ex-bgimg2 {
    width: 100%;
    height: 72px;
}

.ex-boxes {
    padding-left: 55px;
    padding-right: 60px;
}

.ex-boxes > div {
    float: left;
    width: 186px;
    margin-right: 47px;
}

.ex-boxes > div:nth-child(4n) {
    margin-right: 0px;
}

.ex-boxes > .box {
    text-align: center;
    margin-bottom: 25px;
	width:186px;
	overflow:hidden;
}

.ex-boxes > .box > img {
    width: 184px;
    height: 133px;
	overflow:hidden;
	border:1px solid #dfdfdf;
    margin-bottom: 10px;
}

.ex-bgimg3 > img {
    width: 100%;
    height: 66px;
}

.ex-new {
    margin-bottom: 35px;
}

.ex-new > img {
    float: left;
    width: 130px;
    height: 90px;
    margin-right: 15px;
}

.ex-new .ex-info > h2 {
    font-size: 36px;
    color: #000000;
    margin: 0px;
}

.ex-new .ex-info > p {
    font-size: 13px;
    color: #63666d;
    line-height: 24px;
}

.ex-foot {
    width: 100%;
    height: 58px;
    background: #76c1d0;
}

.lunbo-container {
    position: relative;
    width: 534px;
    height:300px;
    overflow: hidden;
}

.lunbo-container .bd {
 
    z-index: 0;
	height: 267px;
	overflow:hidden;
}

.lunbo-container .bd p{
    position: absolute!important;
    bottom:5px;
    left: 5px;
    font-size: 18px;
}
.lunbo-container .bd .img100 {
    display: block;
    width: 534px;
    height: 267px;
	background:#f5f5f5;
}

.lunbo-container .hd {
    position: absolute;
    bottom: 40px;
    /*left: 50%;*/
    /*margin-left: -55px;*/
    padding: 2px 5px;
    right: 0;
    bottom: 10px;
    height: 10px;
    z-index: 10;
}

/*小圆点*/
.lunbo-container .hd .bullet {
    position: relative;
    float: left;
    width: 10px;
    height: 10px;
    background:#d2d2d2;
    margin: 0 5px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
}

.lunbo-container .hd .bullet.on {
    background:#5eaab9;
}

.lunbo-container .hd .bullet-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;

    /*border-radius: 6px;*/
    z-index: 1;
}
