html, body {
    padding: 0;
    margin: 0;
}
body {
    font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    -webkit-box-sizing: border-box; /* Safari */
}

ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}
img {
    display: block;
}
a {
    text-decoration: none;
}

.row {
    width: 1150px;
    margin: 0 auto;
}
.pull-clear:after{
    content: '';
    display: block;
    clear: both;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right
}


/* 标题 */
.title {
    position: relative;
    height: 70px;
    border-bottom: 1px solid #0375FF;
}
.title:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -4.5px;
    width: 9px;
    height: 9px;
    background: #0375FF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.title h4 {
    float: left;
    line-height: 70px;
    color: #5F5F5F;
    font-size: 34px;
    margin: 0;
}
.title h4 > c {
    color: #037BFF;
}
.title em {
    float: left;
    position: relative;
    color: #037BFF;
    font-size: 17px;
    font-style: normal;
    margin-top: 35px;
    margin-left: 10px;
}
.title em:after {
    position: absolute;
    bottom: 4px;
    content: '';
    width: 8px;
    height: 8px;
    background: url(../images/icon_arrow.png) no-repeat;
    margin-left: 6px;
}
.title .icon {
    float: left;
    width: 40px;
    height: 70px;
    background-position-y: center;
    background-repeat: no-repeat;
}
.title .icon1 {
    background-image: url(../images/icon_interview.png);
}
.title .icon2 {
    background-image: url(../images/icon_information.png);
}
.title .icon3 {
    background-image: url(../images/icon_product.png);
}
.title .icon4 {
    background-image: url(../images/icon_pic.png);
}
.title .icon5 {
    background-image: url(../images/icon_video.png);
}
.title .icon6 {
    background-image: url(../images/icon_logo.png);
}
.title .icon7 {
    background-image: url(../images/icon_magazine.png);
}
.mainBox {
    margin-top: 10px;
}

/* 头部 */
.header {
    height: 40px;
}
.header .row {
    position: relative;
}
.header .logo {
    height: 40px;
    line-height: 40px;
    color: #208EFF;
    font-size: 18px;
    font-weight: bold;
    margin-left: 10px;
}
.header .logo img {
    height: 38px;
    margin-top: 1px;
}
.header .gotoBB {
    height: 32px;
    line-height: 32px;
    color: #fff;
    font-size: 16px;
    background: #208EFF;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    padding: 0 14px;
    margin-top: 4px;
    margin-right: 10px;
}
.header .phoneCode {
    cursor: pointer;
    color: #208EFF;
    font-size: 16px;
    text-indent: 20px;
    background: url(../images/icon_phone.png) left center no-repeat;
    margin-top: 9px;
    margin-right: 15px;
}
.phone_Code {
    display: none;
    position: absolute;
    right: 144px;
    top: 40px;
}
.phone_Code img {
    width: 120px;
}

/* 内容 */
.app {
    background: url(../images/banner.png) center -40px no-repeat;
}
.banner {
    height: 447.69px;
}
.banner img {
    display: none;
}
.nav {
    top: 105px;
    width: 100%;
    height: 113px;
    background: url(../images/nav.png) center no-repeat;
    text-align: center;
    padding-top: 8px;
    margin-top: -113px;
    z-index: 9999;
}
.nav.fixed {
    position: fixed;
}
.nav .nav-item {
    cursor: pointer;
    display: inline-block;
    line-height: 75.6px;
    color: #0375FF;
    font-size: 18px;
    font-weight: bold;
    padding: 0 36px;
}
.nav2 {
    display: none;
}

/* 直播视频 */
.directBox {
    width: 783px;
    height: 440.44px;
    box-shadow: 0px 0px 10px #ccc;
}
.directBox video {
    width: 100%;
}
.directBox .direct {
    position: relative;
    width: 100%;
    height: 100%;
}
.direct-tops {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    color: #fff;
    font-size: 16px;
    background: rgba(0, 0, 0, .7);
    padding: 8px 12px;
    margin: 0;
    z-index: 999;
}

.video-js {
    width: 100%;
    height: 100%;
}

/* 直播议程 */
.Dirplan {
    position: relative;
    width: 352px;
    height: 440.44px;
    background: #f3f3f3;
    box-shadow: 0px 0px 10px #ccc;
}
.Dirplan .DPtitle span {
    cursor: pointer;
    float: left;
    width: 33.33%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background: #037BFF;
}
.Dirplan .DPtitle span.active {
    background: #0DADFF;
}
.Dirplan .DPBox {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    bottom: 0;
}
.Dirplan .DPBox li {
    display: none;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 8px;
}
.Dirplan .DPBox li:nth-child(2) {
    display: block;
}
.Dirplan .DPBox li::-webkit-scrollbar {/*滚动条整体样式*/
    width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.Dirplan .DPBox li::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
     -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
    background: #ccc;
}
.Dirplan .DPBox li::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
    border-radius: 10px;
    background: #EDEDED;
}
.Dirplan .DPBox table {
    width: 100%;
    color: #999;
    font-size: 14px;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
}
.Dirplan .DPBox table td {
    height: 40px;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    padding: 0 10px;
}
.Dirplan .DPBox table td a {
    color: #0099ff;
}

/* 栏目间距 */
.p2, .p3, .p4 {
    margin-top: 20px;
}

/* 展会专访 */
.interview {
    width: 783px;
}
.iv-img {
    width: 354px;
    height: 232px;
}
.iv-img a {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
}
.iv-txt {
    width: 410px;
    height: 232px;
    overflow: auto;
}
.iv-txt::-webkit-scrollbar {/*滚动条整体样式*/
    width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.iv-txt::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
     -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
    background: #ccc;
}
.iv-txt::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
    border-radius: 10px;
    background: #EDEDED;
}
.iv-txt a {
    cursor: pointer;
    display: block;
    height: 38.6px;
    line-height: 38.6px;
    color: #737373;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.iv-txt a:before {
    content: '';
    float: left;
    width: 4px;
    height: 16px;
    background: #BFBFBF;
    margin-top: 11.3px;
    margin-right: 12px;
}
.iv-txt a.active {
    color: #037BFF;
}
.iv-txt a.active:before {
    background: #037BFF;
}

/* 展会资讯 */
.information {
    width: 352px;
}
.news {  
    height: 232px;
    overflow: auto;
}
.news::-webkit-scrollbar {/*滚动条整体样式*/
    width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.news::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
     -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
    background: #ccc;
}
.news::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
    border-radius: 10px;
    background: #EDEDED;
}
.news a {
    cursor: pointer;
    display: block;
    height: 38.6px;
    line-height: 38.6px;
    color: #737373;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news a.active {
    color: #037BFF;
}

/* 展会新品 */
.product .BIGimg {
    position: relative;
    width: 680px;
    height: 350px;
    background-size: cover;
}
.product .BIGimg p {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    background: rgba(0, 0, 0, .8);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 12px;
    margin: 0;
}
.product .smallimg {
    width: 467.5px;
}
.product .small-item {
    cursor: pointer;
    float: left;
    width: 115px;
    height: 115px;
    overflow: hidden;
    opacity: .6;
    margin-right: 2.5px;
    margin-bottom: 2.5px;
}
.product .small-item:nth-child(4n) {
    margin-right: 0;
}
.product .small-item.active {
    opacity: 1;
}
.product .small-item img {
    height: 100%;
}
.m-product {
    display: none;
}

/* 展会图集 */
#carousel {
    width: 1150px;
    height: 600px;
    display: relative;
}
#carousel img {
    display: hidden; /* hide images until carousel prepares them */
    cursor: pointer; /* not needed if you wrap carousel items in links */
}
.picture {
    position: relative;
}
.picture .btn {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    background-size: 100%;
    margin-top: -30px;
}
.picture .btn.btn-prev {
    left: 5px;
    background-image: url(../images/icon_prev.png);
}
.picture .btn.btn-next {
    right: 5px;
    background-image: url(../images/icon_next.png);
}
.m-picture {
    display: none;
}

/* 往届回顾 */
.PB-item {
    cursor: pointer;
    float: left;
    width: 367px;
    margin-right: 24.5px;
    margin-bottom: 24.5px;
}
.PB-item:nth-child(3n) {
    margin-right: 0;
}
.PB-item .PB-img {
    position: relative;
    height: 200px;
    overflow: hidden;
}
.PB-item .PB-img:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    background: url(../images/icon_play.png) no-repeat;
    margin-top: -25px;
    margin-left: -25px;
}
.PB-item .PB-img img {
    width: 100%;
}
.PB-item .PB-txt {
    height: 106px;
    background: #e3e3e3;
    padding: 12.5px;
}
.PB-item .PB-txt.twoTitle {
    height: 126px;
}
.PB-item .PB-txt h6 {
    color: #333;
    font-size: 18px;
    margin: 0;
}
.PB-item .PB-txt.twoTitle h6 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.PB-item .PB-txt p {
    display: -webkit-box;
    color: #666;
    font-size: 14px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0;
    margin-top: 15px;
}

/* 合作品牌 */
.c-logo {
    float: left;
    width: 156px;
    height: 79px;
    background: #fff;
    border: 1px solid #9C9C9C;
    padding: 2px;
    margin-right: 9.6px;
    margin-bottom: 12.6px;
}
.c-logo:nth-child(7n) {
    margin-right: 0;
}

/* 相关杂志 */
.magazine a {
    float: left;
    border: 1px solid #ddd;
    margin-right: 20px;
}
.magazine a img {
    width: 250px;
    height: 330px;
}
.magazine a p {
    height: 46px;
    line-height: 46px;
    color: #666;
    font-size: 14px;
    text-align: center;
    background: #ddd;
    margin: 0;
}

/* 底部 */
.footer {
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background: #1A9BFF;
    margin-top: 40px;
}




/* 浮窗 */
.rightBox,
.rightBox2 {
    position: fixed;
    top: 45%;
    right: 2px;
    color: #fff;
    text-align: center;
    background: #0375FF;
    border-radius: 8%;
    -webkit-border-radius: 8%;
    -moz-border-radius: 8%;
    -ms-border-radius: 8%;
    -o-border-radius: 8%;
    box-shadow: 1px 1px 5px #0375FF;
    overflow: hidden;
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    z-index: 9999;
}
.rightBox {
    margin-top: -90px;
}
.rightBox .rb-item,
.rightBox2 .rb-item {
    cursor: pointer;
    display: block;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding: 12px 18px;
}
.rightBox .rb-item.lottery_activity,
.rightBox2 .rb-item.lottery_activity {
    background: #ff6000;
}
.rightBox .rb-item:last-child {
    border-bottom: none;
}
.rightBox .rb-item img {
    width: 120px;
}
.rightBox .rb-item p {
    font-size: 14px;
    text-align: center;
    margin: 8px 0 2px;
}
.rightBox .rb-item.mbcode {
    display: none;
}
.rightBox2 {
    display: none;
}

/* 报名 */
.popup,
.popup2 {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 400px;
    /* height: 256px; */
    text-align: center;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 0 10px #0375FF;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    padding: 10px;
    margin-top: -128px;
    margin-left: -200px;
    z-index: 9999999;
}
.popup h6,
.popup2 h6 {
    color: #0375FF;
    font-size: 22px;
    text-align: center;
    margin: 12px 0;
}
.popup2 h6 {
    color: #333;
    font-size: 16px;
}
.popup2 h6 span {
    color: red;
    font-size: 22px;
}
.popup .line,
.popup2 .line {
    height: 1px;
    background: #0375FF;
}
.popup input,
.popup2 input {
    width: 90%;
    height: 40px;
    background: #fff;
    outline: none;
    border: 1px solid #ddd;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-appearance: none;
    padding: 0 5px;
    margin: 0;
    margin-top: 15px;
}
.popup .btn,
.popup2 .btn {
    margin-top: 15px;
}
.popup .btn a,
.popup2 .btn a {
    cursor: pointer;
    display: inline-block;
    width: 80px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    background: #0375FF;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    margin: 0 8px;
}
.BIG-PIC {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 999999;
}
.BIG-PIC img {
    width: 96%;
    margin: 35% auto 0;
}

.btn-more {
    display: none;
    width: 100px;
    color: #fff;
    text-align: center;
    background: #0375FF;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    padding: 8px 0;
    margin: 8px auto 0;
}

/* 抽奖 */
.container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 99999;
}
.draw {
    cursor: pointer;
    position: relative;
    display: block;
    width: 560px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
}
.draw .btn-drawClose {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: url(../images/close.png) no-repeat;
    background-size: 100%;
    z-index: 999;
}
.draw .turnplate {
    display: block;
    width: 100%;
    position: relative;
}
.draw .turnplate canvas.item {
    width: 100%;
}
.draw .turnplate img.pointer {
    cursor: pointer;
    position: absolute;
    width: 31.5%;
    height: 42.5%;
    left: 34.6%;
    top: 23%;
}   


@media screen and (max-width: 765px) {
    .row {
        width: 100%;
        padding: 0 2.5%;
    }

    .title {
        height: 50px;
    }
    .title .icon {
        width: 30px;
        height: 50px;
        background-size: 80%;
        background-position: center;
    }
    .title h4 {
        line-height: 50px;
        font-size: 22px;
    }
    .title em {
        font-size: 13px;
        margin-top: 21px;
        margin-left: 8px;
    }

    .header {
        display: none;
    }

    .app {
        background: transparent;
        margin-top: 44px;
    }
    .banner {
        height: auto;
    }
    .banner img {
        display: block;
        width: 100%;
    }
    .nav {
        display: none;
    }
    .nav2 {
        display: block;
        position: fixed;
        top: 0;
        width: 100%;
        height: 44px;
        line-height: 44px;
        background: #fff;
        z-index: 999999;
    }
    .nav2 .nav-item {
        position: relative;
        display: table-cell;
        width: 1%;
        /* width: 25%; */
        line-height: 44px;
        color: #5F5F5F;
        font-size: 14px;
        font-weight: normal;
        text-align: center;
        padding: 0;
    }
    .nav2 .nav-item.active {
        color: #0375FF;
    }
    .nav2 .nav-item.active:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        background: #0375FF;
    }
    .directBox {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
        margin-top: 45px;
    }
    .directBox .direct {
       position: absolute;
       width: 100%;
       height: 100%;
    }
    .direct-tops {
        position: initial;
        width: 100%;
        font-size: 13px;
        padding: 10px 8px;
        margin-top: -35px;
    }
    .Dirplan {
        width: 100%;
        /* height: auto; */
        margin-top: 10px;
    }
    /* .Dirplan .DPBox {
        position: relative;
        top: 0;
    } */
    .interview, 
    .information {
        width: 100%;
    }
    .iv-txt {
        width: 100%;
        height: auto;
        margin-top: 10px;
    }
    .information {
        margin-top: 20px;
    }
    .news {
        height: auto;
    }
    .product {
        display: none;
    }
    .m-product, .m-picture {
        display: block;
    }
    .m-product {
        margin-top: 15px;
    }
    .m-product img {
        float: left;
        width: 48%;
        height: 100px;
        overflow: hidden;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .picture {
        display: none;
    }
    .m-picture {
        margin-top: 15px;
    }
    .m-picture img {
        display: inline-block;
        width: 47%;
        height: 100px;
        overflow: hidden;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .p5, .p7 {
        margin-top: 20px;
    }
    .PB-item {
        display: block;
        float: none;
        width: 100%;
    }
    .c-logo {
        width: 32%;
        height: auto;
        margin-right: 1.3%;
        margin-bottom: 1.3%;
    }
    .c-logo:nth-child(7n) {
        margin-right: 1.3%;
    }
    .c-logo img {
        width: 100%;
    }
    .magazine a {
        width: 48%;
        margin-right: 1%;
    }
    .magazine a img {
        width: 100%;
        height: auto;
    }
    .magazine a p {
        height: 50px;
        line-height: 1.5em;
        padding-top: 3px;
    }
    .p7 {
        margin-bottom: 40px;
    }

    .footer {
        display: none;
    }

    .rightBox {
        display: none;
    }
    .rightBox2 {
        top: auto;
        bottom: 40px;
        font-size: 13px;
    }
    .popup {
        width: 90%;
        margin-left: -45%;
    }
    .container {
        z-index: 999999;
    }
    .draw {
        width: 95%;
    }
    .popup2 {
        width: 90%;
        margin-left: -45%;
        z-index: 9999999;
    }
}