﻿#main {
    width: 100%;
    min-width: 1190px;
}

#main .banner {
    width: 100%;
    height: 400px;
}

#main .banner .content {
    width: 100%;
    height: 400px;
    position: absolute;
    z-index: 1;
}

.show_time {
    display: none;
}

#main .banner .calendar {
    width: 1190px;
    height: 400px;
    margin: 0 auto;
    z-index: 1;
}

#main .banner .calendar .ex_content {
    width: 240px;
    height: 400px;
    background-color: #281e2c;
    opacity: 0.9;
}

#main .banner .calendar .title {
    height: 70px;
    width: 240px;
    overflow: hidden;
    padding-top: 20px;
}

#main .banner .calendar .title h1 {
    color: #fff;
    text-align: center;
    font-size: 30px;
    margin-top: 25px;
    font-weight: bold;
}

#main .banner .calendar .title h2 {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

#main .banner .calendar .date {
    width: 160px;
    height: 110px;
    border: 1px solid #707070;
    margin: 20px auto;
}

#main .banner .calendar .date .timing_box {
    width: 130px;
    height: 58px;
    background-color: #fff;
    margin: 0px 15px 15px;
}

#main .banner .calendar .date .timing_box .timing h1 {
    text-align: center;
    line-height: 58px;
    font-size: 28px;
    font-weight: bold;
}
#main .banner .calendar .date .timing_box .timing h3{
    position: relative;
    top: -32px;
    left: 90px;
    width: 13px;
    background-color: #fff;
}

#main .banner .calendar .date .desc {
    color: #fff;
    text-align: center;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
}

#main .banner .calendar .visitors {
    padding-top: 15px;
    width: 240px;
    height: 90px;
    overflow: hidden;
    text-align: center;
}

#main .banner .calendar .visitors input[type=button] {
    background-color: #be9c59;
    border: none;
    width: 160px;
    height: 40px;
    margin-bottom: 10px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    font-weight: bold;
    font-size: 15px;
}
#main .banner .calendar .visitors input[type=button]:hover{
    background-color: #9d824d;
}
#main .banner .slide {
    height: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

#main .banner .slide .flash {
    height: 100%;
    width: 100%;
    position: relative;
}

#main .body_text {
    background: url(../images/content_bg_1.png) no-repeat;
    width: 100%;
    height: 1975px;
    background-position: center;
    background-attachment: scroll;
}

#main .body_text .body_content {
    margin: 0 auto;
    width: 1190px;
    height: 1975px;

}

#main .body_text .body_content .content_news {
    width: 1190px;
    height: 540px;
    padding-top: 80px;
    overflow: hidden;
}

#main .body_text .body_content .content_news .news_left {
    float: left;

}

#main .body_text .body_content .content_news .news_left img {
    width: 305px;
    height: 385px;
}

#main .body_text .body_content .content_news .news_left i {
    font-size: 28px;
    color: #be9c59;
    margin-right: 10px;

}

#main .body_text .body_content .content_news .news_left li {
    border-bottom: 1px solid #e5e5e5;
}

#main .body_text .body_content .content_news .news_left li a {
    color: #898989;
}

#main .body_text .body_content .content_news h1 {
    margin-bottom: 20px;
    font-size: 20px;
    float: left;
    margin-right: 5px;
    font-weight: bold;
    color:#626262;
}
#main .body_text .body_content .content_news h3{
    margin-top: 7px;
    font-size: 15px;
    color: #b4b4b4;
    margin-bottom: 21px;
}
#main h1, #main h2 {
    font-weight: inherit;
}

#main .body_text .body_content .content_news .news_center {
    float: left;
    margin: 0 45px;
    width: 490px;
}

#main .body_text .body_content .content_news .news_center a.more {
    color: #be9c59;
}

#main .body_text .body_content .content_news .news_center p {
    margin-top: 5px;
    line-height: 35px;
    max-height: 100px;
    overflow: hidden;
}

#main .body_text .body_content .content_news .news_center p a {
    color: #be9c59;
}

#main .body_text .body_content .content_news .news_right {
    overflow: hidden;
}

#main .body_text .body_content .content_news .news_right a .in {
    width: 295px;
    height: 190px;
}

#main .body_text .body_content .content_news .news_right a .in p {
    max-width: 295px;
    max-height: 190px;
}

#main .body_text .body_content .content_news .news_right a img {
    max-width: 295px;
    max-height: 190px;
}

#main .body_text .body_content .content_news .news_right p {
    margin-bottom: 10px;
}

#main .body_text .body_content .content_news .news_right p a {
    line-height: 25px;
}

#main .body_text .body_content .content_news .news_right ul {
    display: block;
}

#main .body_text .body_content .content_news .news_right .dot {
    list-style: none;
    list-style-position: inside;
    color: #d2d2d2;
    white-space: nowrap;
    line-height: 35px;

}

#main .body_text .body_content .content_news .news_right .dot, .text-overflow {
    display: list-item;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#main .body_text .body_content .content_news .news_right .dot a:hover {
    color: #be9c59;
}

#main .body_text .body_content .content_news .news_right ul li a {
    line-height: 30px;
    padding-left: 10px;
}

#main .body_text .body_content .exhibition-title {
    width: 1190px;
    height: 135px;
}

#main .body_text .body_content .exhibition-title h1 {

    text-align: center;
    font-size: 28px;
}
#main .body_text .body_content .exhibition-title h3,
#main .body_text .body_content .concurrent_title h3,
#main .body_bottom .visitor_guide h3{
    text-align: center;
    font-size: 18px;
    color: #b4b4b4;
}
#main .body_text .body_content .exhibition_content_shanghai {
    width: 1190px;
    height: 500px;
    background-image: url(../images/exhibizion_shanghai1.png);

}

#main .body_text .body_content .exhibition_content_shanghai div {
    width: 110px;
    height: 65px;
    text-align: center;
}

#main .body_text .body_content .exhibition_content_shanghai b {
    display: block;
    color: white;
    font-size: 16px;
}

#main .body_text .body_content .exhibition_content_shanghai .sh1 {
    position: relative;
    left: 198px;
    top: 235px;
    line-height: 18px;
}

#main .body_text .body_content .exhibition_content_shanghai .sh2 {
    line-height: 18px;
    position: relative;
    left: 110px;
    top: 245px;
}

#main .body_text .body_content .exhibition_content_shanghai .sh3 {
    line-height: 18px;
    position: relative;
    left: 370px;
    top: 170px;
}

#main .body_text .body_content .exhibition_content_shanghai .sh4 {
    line-height: 18px;
    position: relative;
    left: 370px;
    top: 25px;
}

#main .body_text .body_content .exhibition_content_shanghai .sh5 {
    line-height: 18px;
    position: relative;
    left: 541px;
    top: -210px;
}

#main .body_text .body_content .exhibition_content_shanghai .sh6 {
    line-height: 18px;
    position: relative;
    left: 542px;
    top: 105px;
}

#main .body_text .body_content .exhibition_content_shanghai .sh7 {
    line-height: 18px;
    position: relative;
    left: 113px;
    top: 125px;
}

#main .body_text .body_content .exhibition_content_shanghai .sh8 {
    line-height: 18px;
    position: relative;
    left: 715px;
    top: -25px;
}

#main .body_text .body_content .exhibition_content_shanghai .sh9 {
    line-height: 18px;
    position: relative;
    left: 885px;
    top: -90px;
}

#main .body_text .body_content .exhibition_content_shanghai .sh10 {
    line-height: 18px;
    position: relative;
    left: 975px;
    top: -65px;
}

#main .body_text .body_content .exhibition_content_shanghai .sh11 {
    line-height: 18px;
    position: relative;
    left: 710px;
    top: -385px;
}
#main .body_text .body_content .exhibition_content_shanghai .sh12 {
    line-height: 18px;
    position: relative;
    left: 370px;
    top: -455px;
}

#main .body_text .body_content .exhibition_content_beijing {
    width: 1190px;
    height: 500px;
    background: url(../images/exhibizion_beijing.png) no-repeat;
}

#main .body_text .body_content .exhibition_content_beijing div {

    width: 115px;
    height: 65px;
    text-align: center;
}

#main .body_text .body_content .exhibition_content_beijing b {
    display: block;
    color: white;
    font-size: 16px;
}

#main .body_text .body_content .exhibition_content_beijing .bj1 {
    line-height: 18px;
    position: relative;
    left: 195px;
    top: 232px;
}

#main .body_text .body_content .exhibition_content_beijing .bj2 {
    line-height: 18px;
    position: relative;
    left: 368px;
    top: 162px;
}

#main .body_text .body_content .exhibition_content_beijing .bj3 {
    line-height: 18px;
    position: relative;
    left: 537px;
    top: -70px;
}

#main .body_text .body_content .exhibition_content_beijing .bj4 {
    line-height: 18px;
    position: relative;
    left: 538px;
    top: 35px;
}

#main .body_text .body_content .exhibition_content_beijing .bj5 {
    line-height: 18px;
    position: relative;
    left: 711px;
    top: -30px;
}

#main .body_text .body_content .exhibition_content_beijing .bj6 {
    line-height: 18px;
    position: relative;
    left: 882px;
    top: -97px;
}

#main .body_text .body_content .exhibition_content_chengdu {
    width: 1190px;
    height: 500px;
    background: url(../images/exhibizion_chengdu1.png) no-repeat;
}

#main .body_text .body_content .exhibition_content_chengdu div {
    width: 115px;
    height: 65px;
    text-align: center;
}

#main .body_text .body_content .exhibition_content_chengdu b {
    display: block;
    color: white;
    font-size: 16px;
}

#main .body_text .body_content .exhibition_content_chengdu .cd1 {
    position: relative;
    left: 108px;
    top: 148px;
}

#main .body_text .body_content .exhibition_content_chengdu .cd2 {
    position: relative;
    left: 107px;
    top: 252px;
}

#main .body_text .body_content .exhibition_content_chengdu .cd3 {
    line-height: 18px;
    position: relative;
    left: 194px;
    top: -72px;
}

#main .body_text .body_content .exhibition_content_chengdu .cd4 {
    line-height: 18px;
    position: relative;
    left: 193px;
    top: 33px;
}

#main .body_text .body_content .exhibition_content_chengdu .cd5 {
    line-height: 18px;
    position: relative;
    left: 365px;
    top: -28px;
}

#main .body_text .body_content .exhibition_content_chengdu .cd6 {
    line-height: 18px;
    position: relative;
    left: 365px;
    top: 80px;
}

#main .body_text .body_content .exhibition_content_chengdu .cd7 {
    line-height: 18px;
    position: relative;
    left: 367px;
    top: -332px;
}

#main .body_text .body_content .exhibition_content_chengdu .cd8 {
    line-height: 18px;
    position: relative;
    left: 538px;
    top: -223px;
}

#main .body_text .body_content .exhibition_content_chengdu .cd9 {
    line-height: 18px;
    position: relative;
    left: 536px;
    top: -127px;
}

#main .body_text .body_content .exhibition_content_chengdu .cd10 {
    line-height: 18px;
    position: relative;
    left: 708px;
    top: -365px;
}

#main .body_text .body_content .exhibition_content_chengdu .cd11 {
    line-height: 18px;
    position: relative;
    left: 710px;
    top: -258px;
}

#main .body_text .body_content .exhibition_content_chengdu .cd12 {
    line-height: 18px;
    position: relative;
    left: 883px;
    top: -665px;
}

#main .body_text .body_content .exhibition_content_chengdu .cd13 {
    line-height: 18px;
    position: relative;
    left: 883px;
    top: -550px;
}

#main .body_text .body_content .exhibition_content_chengdu .cd14 {
    line-height: 18px;
    position: relative;
    left: 970px;
    top: -700px;
}

#main .body_text .body_content .exhibition_content_chengdu .cd15 {
    line-height: 25px;
    position: relative;
    left: 970px;
    top: -595px;
}

#main .body_text .body_content .exhibition_content_chengdu .cd16 {
    line-height: 18px;
    position: relative;
    left: 710px;
    top: -917px;
}

#main .body_text .body_content .exhibition_content_guangzhou {
    width: 1190px;
    height: 500px;
    background: url(../images/exhibizion_guangzhou.png) no-repeat;
}

#main .body_text .body_content .exhibition_content_guangzhou div {
    width: 115px;
    height: 65px;
    text-align: center;
}

#main .body_text .body_content .exhibition_content_guangzhou b {
    display: block;
    color: white;
    font-size: 16px;
}

#main .body_text .body_content .exhibition_content_guangzhou .gz1 {
    position: relative;
    left: 110px;
    top: 100px;
}

#main .body_text .body_content .exhibition_content_guangzhou .gz2 {
    line-height: 18px;
    position: relative;
    left: 106px;
    top: 245px;
}

#main .body_text .body_content .exhibition_content_guangzhou .gz3 {
    line-height: 18px;
    position: relative;
    left: 110px;
    top: 205px;
}

#main .body_text .body_content .exhibition_content_guangzhou .gz4 {
    line-height: 18px;
    position: relative;
    left: 193px;
    top: 29px;
}

#main .body_text .body_content .exhibition_content_guangzhou .gz5 {
    line-height: 18px;
    position: relative;
    left: 365px;
    top: -33px;
}

#main .body_text .body_content .exhibition_content_guangzhou .gz6 {
    line-height: 18px;
    position: relative;
    left: 365px;
    top: 70px;
}

#main .body_text .body_content .exhibition_content_guangzhou .gz7 {
    line-height: 18px;
    position: relative;
    left: 200px;
    top: -70px;
}

#main .body_text .body_content .exhibition_content_guangzhou .gz8 {
    line-height: 18px;
    position: relative;
    left: 368px;
    top: -135px;
}

#main .body_text .body_content .exhibition_content_guangzhou .gz9 {
    line-height: 18px;
    position: relative;
    left: 710px;
    top: -200px;
}

#main .body_text .body_content .exhibition_content_guangzhou .gz10 {
    line-height: 18px;
    position: relative;
    left: 710px;
    top: -95px;
}

#main .body_text .body_content .exhibition_content_guangzhou .gz11 {
    line-height: 18px;
    position: relative;
    left: 538px;
    top: -330px;
}

#main .body_text .body_content .exhibition_content_guangzhou .gz12 {
    line-height: 18px;
    position: relative;
    left: 883px;
    top: -396px;
}

#main .body_text .body_content .exhibition_content_guangzhou .gz13 {
    line-height: 18px;
    position: relative;
    left: 969px;
    top: -555px;
}

#main .body_text .body_content .exhibition_content_guangzhou .gz14 {
    line-height: 18px;
    position: relative;
    left: 970px;
    top: -445px;
}

#main .body_text .body_content .exhibition_content_guangzhou .gz15 {
    line-height: 18px;
    position: relative;
    left: 368px;
    top: -421px;
}

#main .body_text .body_content .concurrent_title {
    width: 1190px;
    height: 140px;
    padding-top: 100px;
}

#main .body_text .body_content .concurrent_title h1 {
    text-align: center;
    font-size: 28px;
}
#main .body_text .body_content .concurrent_slide {
    width: 1190px;
    height: 400px;
    overflow: hidden;
    position: relative;
}

#main .body_text .body_content .concurrent_slide .current .right {
    display: block;
}

#main .body_text .body_content .concurrent_slide ul{
	position:relative;
}

#main .body_text .body_content .concurrent_slide ul li {
    float: left;
    width:670px;
}
#main .body_text .body_content .concurrent_slide ul .current{
	position: absolute;
	left: 0;
}
#main .body_text .body_content .concurrent_slide ul .sec{
	position: absolute;
	left: 670px;
}

#main .body_text .body_content .concurrent_slide ul .thr{
	position: absolute;
	left: 910px;
}


#main .body_text .body_content .concurrent_slide ul li .left {
    width: 240px;
    height: 400px;
    float: left;
}

#main .body_text .body_content .concurrent_slide ul li .right {
    width: 430px;
    height: 400px;
    float: left;
    background-color: white;
    transition: width 1.5s;
}

#main .body_text .body_content .concurrent_slide ul li:first-child .right {
    width: 430px;
    height: 400px;
    float: left;
    transition: width 1.5s;
    background-color: white;

}

#main .body_text .body_content .concurrent_slide ul li .rightContent {
    margin: 30px 50px;
    width: 330px;
    height: 400px;
}

#main .body_text .body_content .concurrent_slide ul li .right .rightContent h1 {
    font-size: 18px;
}

#main .body_text .body_content .concurrent_slide ul li .right .rightContent > p {
    margin: 20px 0;
}

#main .body_text .body_content .concurrent_slide ul li .right .rightContent > p a {
    background-color: #be9c59;
    color: white;
}

#main .body_text .body_content .concurrent_slide ul li .right .rightContent .leftImg {
    float: left;
    width: 140px;
}

#main .body_text .body_content .concurrent_slide ul li .right .rightContent .leftImg p {
    margin-top: 10px;
}

#main .body_text .body_content .concurrent_slide ul li .right .rightContent .rightImg {
    float: left;
    width: 140px;
    margin-left: 50px;
}

#main .body_text .body_content .concurrent_slide ul li .right .rightContent .rightImg p {
    margin-top: 10px;
}

#main .body_text .body_content .concurrent_slide .rightIcon {
    width: 40px;
    height: 400px;
    background-color: #be9c59;
    float: left;
    text-align: center;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0px;
    cursor: pointer;
}

#main .body_text .body_content .concurrent_slide .rightIcon .rightArrows {
    width: 17px;
    height: 25px;
    display: table-cell;
}

#main .body_text .body_content .fill_blanks {
    width: 1190px;
    height: 100px;
}

#main .body_bottom {
    width: 100%;
}

#main .body_bottom .visitor_guide {
    width: 1190px;
    height: 75px;
    margin: 0 auto;
    text-align: center;
    padding-top: 75px;
    overflow: hidden;
}

#main .body_bottom .visitor_guide h1 {
    font-size: 28px;
}

#main .body_bottom .visitor_icon {
    width: 1190px;
    height: 350px;
    margin: 0 auto;
}

#main .body_bottom .visitor_icon ul > li {
    width: 185px;
    height: 350px;
    float: left;
    margin: 0 33px;
    text-align: center;
}

#main .body_bottom .visitor_icon ul > li.visitor:first-child {
    margin-left: 0px;
}

#main .body_bottom .visitor_icon ul > li.visitor:last-child {
    margin-right: 0px;
    font-size: 14px;
}

#main .body_bottom .visitor_icon ul li h2 {
    color: #626262;
    font-size: 18px;
    line-height: 45px;
    font-weight: bold;
}

#main .body_bottom .visitor_icon ul li .pre_des {
    width: 118px;
    text-align: center;
    margin: 0 auto;
}

#main .body_bottom .visitor_icon ul li .pre_des p {
    line-height: 25px;
}

#main .body_bottom .visitor_icon ul li .pre_des a {
    color: #be9c59;
    line-height: 35px;
}

#main .body_bottom .visitor_icon ul li .pre_des a:hover {
    text-decoration: underline;
}

#main .body_bottom .visitor_icon .hotel_visa {
    float: none;
    list-style-type: disc;
    clear: both;
}

#main .body_bottom .visitor_icon .hotel_visa li {
    height: 50px;
    width: 170px;
    line-height: 20px;
    text-align: left;
    margin-left: 15px;
    float: none;
    color: #d2d2d2;

}

#main .body_bottom .visitor_icon .hotel_visa li i {
    color: #be9c59;
    font-style: inherit;
}

#main .body_bottom .visitor_icon .hotel_visa li i:hover {
    text-decoration: underline;
}

#main .body_bottom .visitor_icon .expoInfo {
    text-align: left;
    margin-left: 45px;
}

#main .body_bottom .visitor_icon .expoInfo li {
    float: none;
    text-align: left;
    height: 25px;
    color: #d2d2d2;
    margin-left: 15px;
}

#main .body_bottom .visitor_icon .expoInfo li a {
    color: #be9c59;
}

#main .body_bottom .visitor_icon .expoInfo li a:hover {
    text-decoration: underline;
}

#main .body_bottom .visitor_icon .travel li {
    float: none;
    text-align: left;
    height: 25px;
    width: 140px;
    color: #d2d2d2;
    margin-left: 15px;
}

#main .body_bottom .visitor_icon .travel li a {
    color: #be9c59;
}

#main .body_bottom .visitor_icon .travel li a:hover {
    text-decoration: underline;
}

#main .body_bottom .visitor_icon .OnsiteArea li {
    float: none;
    text-align: left;
    height: 25px;
    width: 140px;
    color: #d2d2d2;
    margin-left: 65px;
}

#main .body_bottom .visitor_icon .OnsiteArea li i {
    color: rgb(67, 67, 67);
    font-style: inherit;
    font-size: 12px;
}

#main .body_bottom .visitor_icon ul li {

}

#main .body_bottom .visitor_icon ul li img {
    margin-right: 10px;
    float: left;
    margin-top: 6px;
}

#main .body_bottom .visitor_icon h5 {
    text-align: center;
    margin-top: 5px;
}

#main .body_bottom .visitor_icon h5 a {
    color: #be9c59;
    font-weight: 100;
    font-size: 12px;
}

#main .body_bottom .visitor_icon h5 a:hover {
    text-decoration: underline;
}

#main .body_bottom .popularize {
    width: 1190px;
    height: 80px;
    margin: 0 auto;
    border-top: 1px solid #eaeaea;
    padding-top: 30px;
}

#main .body_bottom .popularize ul li {
    float: left;
    margin: 0 20px;
}

#main .body_bottom .popularize ul li img {
    width: 125px;
    height: 45px;
}

#main .body_bottom .popularize .ad_right img {
    margin-top: 10px;
}

#main .banner_bottom #ais {
    width: 1190px;
    height: 100px;
    margin: 25px 0px;
}

#main .banner_bottom #ais .arr {
    display: none;
}

#main .banner_bottom img {
    width: 1190px;
    height: 100px;

}

#main .banner_bottom2, #main .banner_bottom {
    margin: 0 auto;
    width: 1190px;
}

#main .banner_bottom2 .bannergroup img {
    float: left;
    width: 230px;
    height: 100px;
    margin: 15px 5px;
}

#main .banner_bottom2 .bannergroup img#banner0, #main .banner_bottom2 .bannergroup img#banner5 {
    margin-left: 0px;
}

#main .banner_bottom2 .bannergroup img#banner4, #main .banner_bottom2 .bannergroup img#banner9 {
    margin-right: 0px;
}

body {
    color: rgb(67, 67, 67);
}

#main .body_text .body_content .content_news .news_right .sp {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background-color: #e2e2e2;
    margin-left: 10px;

}

#main .body_bottom .visitor_icon .home_img {
    margin-right: 0px;
    float: none;
    margin-bottom: 20px;
}

#main .body_bottom .visitor_icon .travel {
    margin-left: 30px;
}

.slide1 .to-center {
    width: 1190px;
    margin: 0 auto;
}

.slide1 .to-center img {
    height: 400px;
    width: 1920px;
}

#main .banner .slide.slide1 {
    width: 100%;
    max-width: 1920px;
    margin: 0px auto;
    height: 400px;
}

.slide1 .flash :first-child {
    margin-left: -363px;
}
#main .body_text .body_content .exhibition_content_beijing a:hover b,
#main .body_text .body_content .exhibition_content_shanghai a:hover b,
#main .body_text .body_content .exhibition_content_chengdu a:hover b,
#main .body_text .body_content .exhibition_content_guangzhou a:hover b,
#main .body_text .body_content .exhibition_content_shanghaierqi a:hover b{
    text-shadow: 0 0 20px #444444;
}
#center{
    float: inherit;
}
#footer{
    width: 100%;
    margin: 0px;
    padding: 50px 0px;
}
#footer,#main{
    background-color: #FFF;
}
#main .body_text .body_content .exhibition_content_shanghai b.cn{}
#main .body_text .body_content .exhibition_content_shanghai b.en,
#main .body_text .body_content .exhibition_content_beijing b.en,
#main .body_text .body_content .exhibition_content_guangzhou b.en,
#main .body_text .body_content .exhibition_content_chengdu b.en,
#main .body_text .body_content .exhibition_content_shanghaierqi b.en{
    font-size: 12px;
    color: rgba(204, 204, 204, 0.75);
}
#main .body_text .body_content .exhibition_content_shanghai .sh1 .en{
    width: 112px;
}

#main .body_text .body_content .exhibition_content_shanghaierqi {
    width: 1190px;
    height: 500px;
    background-image: url(../images/exhibizion_shanghaierqi.png);
}
#main .body_text .body_content .exhibition_content_shanghaierqi div {
    width: 110px;
    height: 65px;
    text-align: center;
    position: relative;
    line-height: 18px;
}
#main .body_text .body_content .exhibition_content_shanghaierqi b {
    display: block;
    color: white;
    font-size: 16px;
}
#main .body_text .body_content .exhibition_content_shanghaierqi b.en{
    font-size: 12px;
    color: rgba(204, 204, 204, 0.75);
}
#main .body_text .body_content .exhibition_content_shanghaierqi .sh1 {
    left: 110px;
    top: 150px;
}
#main .body_text .body_content .exhibition_content_shanghaierqi .sh2 {
    left: 197px;
    top: 162px;
}
#main .body_text .body_content .exhibition_content_shanghaierqi .sh3 {
    left: 111px;
    top: 180px;
}
#main .body_text .body_content .exhibition_content_shanghaierqi .sh4 {
    left: 371px;
    top: 15px;
}
#main .body_text .body_content .exhibition_content_shanghaierqi .sh5 {
    left: 540px;
    top: -200px;
}
#main .body_text .body_content .exhibition_content_shanghaierqi .sh5 {
    left: 540px;
    top: -200px;
}
#main .body_text .body_content .exhibition_content_shanghaierqi .sh6 {
    left: 540px;
    top: -102px;
}
#main .body_text .body_content .exhibition_content_shanghaierqi .sh7 {
    left: 540px;
    top: 10px;
}
#main .body_text .body_content .exhibition_content_shanghaierqi .sh8 {
    left: 715px;
    top: -220px;
}
#main .body_text .body_content .exhibition_content_shanghaierqi .sh9 {
    left: 886px;
    top: -299px;
}
#main .body_text .body_content .exhibition_content_shanghaierqi .sh10 {
    left: 975px;
    top: -438px;
}
#main .body_text .body_content .exhibition_content_shanghaierqi .sh11 {
    left: 973px;
    top: -330px;
}