@charset "utf-8";
/*
*[ MBKFW.COM] Copyright (c) 2010-2023
*dz-CSS-qq:290948585
*/
/*flex排版*/
/*弹性容器*/
.mc-flex-box {display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex !important;flex:1;position:relative;flex-direction:row;-webkit-flex-direction:row;-ms-flex-direction:row;}
/*弹性容器，主轴设定为Y*/
.mc-flex-column {flex-direction:column;-webkit-flex-direction:column;-ms-flex-direction:column;}
/*换行*/
.mc-flex-wrap {flex-wrap:wrap;}
.mc-flex-grow-0 {flex-grow:0;flex-shrink:0;}
.mc-flex-grow-1 {flex-grow:1;flex-shrink:1;flex:1;min-width:0;}
/*两端对齐*/
.mc-flex-s {justify-content:space-between;}
/*居中对齐*/
/*垂直居中*/
.mc-flex-m {-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;}
/*水平居中*/
.mc-flex-c {justify-content:center;}
.mc-flex-end {-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;}
/*固定正方形图像，配合mc-circle实现圆形*/
.mc-thumb-square {/* width:60px; *//* height:60px; */background-repeat:no-repeat;background-position:center center;background-size:cover;}
.mc-thumb-square.bordered {border:1px solid #e8e8e8;}
.mc-thumb-square.thumb-70 {width:70px;height:70px;}
.mc-thumb-square.thumb-90 {width:90px;height:90px;}
.mc-thumb-square.thumb-50 {width:50px;height:50px;}
.mc-thumb-square.thumb-40 {width:40px;height:40px;}
.mc-thumb-square.thumb-30 {width:30px;height:30px;}
.mc-thumb-square.thumb-20 {width:20px;height:20px;}
.mc-circle {border-radius:50%;}
/*边距*/
.m-d {margin:10px;}
.m-d-15 {margin:15px;}
.m-d-20 {margin:20px;}
.m-d-30 {margin:30px;}
.m-d-35 {margin:35px;}
.m-d-50 {margin:50px;}
.p-d-5 {padding:5px;}
.p-d {padding:10px;}
.p-d-15 {padding:15px;}
.p-d-20 {padding:20px;}
.p-d-30 {padding:30px;}
.m-lr-clear {margin-right:0;margin-left:0;}
.m-tb-clear {margin-top:0;margin-bottom:0;}
.p-lr-clear {padding-right:0;padding-left:0;}
.p-tb-clear {padding-top:0;padding-bottom:0;}
.m-l-5 {margin-left:5px;}
.m-l-10 {margin-left:10px;}
.m-l-15 {margin-left:15px;}
.m-r-5 {margin-right:5px;}
.m-r-10 {margin-right:10px;}
.m-r-15 {margin-right:15px;}
.m-r-30 {margin-right:30px;}
.m-t-5 {margin-top:5px;}
/*字号调整*/
.font-size12 {font-size:12px !important;}
.font-size14 {font-size:14px !important;}
.font-size16 {font-size:16px !important;}
.font-size18 {font-size:18px !important;}
.font-size24 {font-size:24px !important;}
.font-size28 {font-size:28px !important;}
.font-size30 {font-size:30px !important;}
.font-size32 {font-size:32px !important;}
.font-size36 {font-size:36px !important;}
.font-size38 {font-size:38px !important;}
.font-size40 {font-size:40px !important;}
.font-size42 {font-size:42px !important;}
.font-size50 {font-size:50px !important;}
.font-size55 {font-size:55px !important;}
.font-size60 {font-size:60px !important;}
/*加粗调整*/
.font-weight500 {font-weight:500;}
.font-weight600 {font-weight:600;}
.font-weight700 {font-weight:700;}
/*行间距*/
.line-height16 {line-height:16px !important;}
.line-height18 {line-height:18px !important;}
.line-height24 {line-height:24px !important;}
.line-height30 {line-height:30px !important;}
.line-height32 {line-height:32px !important;}
.line-height34 {line-height:34px !important;}
.line-height36 {line-height:36px !important;}
.line-height40 {line-height:40px !important;}
.line-height45 {line-height:45px !important;}
.line-height50 {line-height:50px !important;}
.line-height55 {line-height:55px !important;}
.line-height60 {line-height:60px !important;}
/*字体颜色*/
.font-white {color:#fff !important;}
.font-blue {color:#152eaf !important;}
.font-light-blue {color:#7acff7 !important;}
.font-gray {color:#666666 !important;}
.font-light-gray {color:#b7b7b7 !important;}
.font-red {color:#ff0000 !important;}
/**/
.text-left {text-align:left;}
.text-right {text-align:right;}
.text-center {text-align:center;}
.text-justify {text-align:justify;}
.text-nowrap {white-space:nowrap;}
.text-lowercase {text-transform:lowercase;}
.text-uppercase {text-transform:uppercase;}
.text-capitalize {text-transform:capitalize;}
/**/
.content-box {width:1200px;min-height:300px;margin:0 auto;position:relative;}
.content-box:before,.content-box:after {content:' ';position:absolute;left:0;top:0;pointer-events:none;box-sizing:border-box;-webkit-transform-origin:0 0;transform-origin:0 0;width:1px;height:200%;transform:scaleY(0.5);background-image:linear-gradient(to bottom,#7acff7 0,#f8fbfe calc(100% - 100px),transparent 100%);z-index:2;}
.content-box:before {left:auto;right:0;}
.content-box .content-tit {padding:10px 20px;position:relative;}
.content-box .content-tit:before,.content-box .content-tit:after {content:' ';position:absolute;left:-100px;top:0;pointer-events:none;box-sizing:border-box;-webkit-transform-origin:0 0;transform-origin:0 0;width:calc(100% + 200px);height:1px;transform:scaleY(0.5);background-image:linear-gradient(to right,transparent 0,#7acff7 100px,#7acff7 calc(100% - 100px),transparent 100%);z-index:2;}
.content-box .content-tit:before {top:auto;bottom:0;}
.content-box .content-tit .dot {width:5px;height:5px;display:block;border-radius:50%;background:#7acff7;position:absolute;left:-2px;top:-2px;}
.content-box .content-tit .dot:nth-child(2) {left:auto;top:-2px;right:-2px;}
.content-box .content-tit .dot:nth-child(3) {left:-2px;top:auto;bottom:-2px;}
.content-box .content-tit .dot:nth-child(4) {left:auto;top:auto;bottom:-2px;right:-2px;}
.content-box .content-tit .tit {display:inline-block;font-weight:600;font-size:30px;background-image:-webkit-linear-gradient(left,#0f13d9,#7acff7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;}
.content-btn .bg {display:block;width:88px;height:88px;background-image:-webkit-linear-gradient(left top,#1319da,#77caf6);border-radius:50%;text-align:center;line-height:88px;color:#fff;text-decoration:none;}
.content-btn .btn-text {padding-top:10px;color:#152eaf;}
.content-btn:after {content:'';position:absolute;width:90%;height:1px;background-image:linear-gradient(to right,transparent 0,#7acff7 100px,#7acff7 calc(100% - 100px),transparent 100%);top:45px;z-index:-1;}
/*新版头部*/
.width-block{width: 1220px;margin: 0 auto}
.phone-logo {width: 37px;height: 42px;}
/* 窗口宽度<1400 */
@media screen and (max-width: 1399px){
    .width-block{width: 1220px;}
}
a:link{text-decoration: none}
.g-head{min-width: 1220px;background-position: top;background-repeat: no-repeat;background-size: contain}
.g-head .m-logo{padding: 10px 0}
.g-head .m-logo .logo{width: 302px;height: 80px;float: initial;}
.g-head .m-logo .tel{font-size: 30px;color: #084397;font-weight: bold}
.g-head .m-logo .tit{font-size: 21px;font-weight: bold}
.g-head .m-logo .host{font-size: 16px;color: #0b48a1;font-weight: bold}
.g-head .m-logo .time{font-size: 16px;color: #333;font-weight: bold;margin-right: 30px}
.g-head .m-logo .place{font-size: 16px;color: #333;}
.g-head .m-logo .count-down{font-size: 16px;color: #333;}
.g-head .m-logo .count-down .days{font-size: 26px;color: #d0121b;font-weight: bold}
/*新版导航*/
.g-head .m-nav{background: #3c3c4b;line-height: 30px}
.g-head .m-nav .nav-pills>li>a{font-size: 16px}
.g-head .m-nav .nav>li>a:hover{background: #2000d3}
.g-head .m-nav .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{background: #2000d3}
/**/
.m-nav {width:100%;background:#152eaf;line-height:40px;}
.m-nav .nav-pills>li>a {border-radius:0;font-size:18px;}
.m-nav .nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover {background:#031b6b;border-radius:0;}
.m-nav .nav-pills li a {/* color:#fff; */}
.m-nav .nav>li>a:hover {background:#031b6b;}
.m-nav .nav>li>a:focus {background:none;}
/**/

.nav1 {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav1>li {
    position: relative;
    display: block
}

.nav1>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav1>li>a:focus,.nav1>li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav1>li.disabled>a {
    color: #777
}

.nav1>li.disabled>a:focus,.nav1>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav1 .open>a,.nav .open>a:focus,.nav1 .open>a:hover {
    background-color: #eee;
    border-color: #337ab7
}

.nav1 .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav1>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified>li {
        display:table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom:1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #337ab7
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

/* .nav-justified {
    width: 100%
} */

.nav-justified>li {
    float: none;
}

.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-justified>li {
        display:table-cell;
        width: 1%;
    }

    .nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs-justified>li>a {
        border-bottom:1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media (min-width: 768px) {
    .navbar {
        border-radius:4px
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float:left
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1)
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width: 768px) {
    .navbar-collapse {
        width:auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media (max-device-width: 480px) and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse {
        max-height:200px
    }
}

.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 768px) {
    .container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header {
        margin-right:0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius:0
    }
}

.navbar-fixed-bottom,.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width: 768px) {
    .navbar-fixed-bottom,.navbar-fixed-top {
        border-radius:0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px
}

.navbar-brand:focus,.navbar-brand:hover {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@media (min-width: 768px) {
    .navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand {
        margin-left:-15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width: 768px) {
    .navbar-toggle {
        display:none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position:static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float:left;
        margin: 0
    }

    .navbar-nav>li {
        float: left
    }

    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

/*新版聚合页*/
.g-body{min-width: 1200px;}
.g-body .m-main{background: #f8f8f8}
.g-body .m-main .left-box{width: 73%}
.g-body .m-main .left-box .entrance-box{background: #fff;margin-bottom: 1%}
.g-body .m-main .left-box .entrance-box .look .left{width: 115px;height: 115px;}
.g-body .m-main .left-box .entrance-box .right{border-top: 1px solid #e8e8e8;border-bottom: 1px solid #e8e8e8}
.g-body .m-main .left-box .entrance-box .look .item-row .head{border-bottom: 1px dashed #c4c4c4;padding-bottom: 10px}
.g-body .m-main .left-box .entrance-box .look .item-row.border-line{position: relative;padding-right: 20px}
.g-body .m-main .left-box .entrance-box .look .item-row.border-line:before{position: absolute;content: '';width: 1px;height: 55px;background: #f5f5f5;right: 0;top: 22px}
.g-body .m-main .left-box .entrance-box .look .item-row .head .icon{width: 28px;height: 24px}
.g-body .m-main .left-box .entrance-box .look .item-row .content{padding: 10px;}
.g-body .m-main .left-box .entrance-box .look .item-row .content .item{color: #333}
.g-body .m-main .right-box{width: 26%;background: #fff;padding: 15px;border: 1px solid #e8e8e8;border-top: 2px solid #3c3c4b}
.g-body .m-main .right-box .title{position: relative;font-size: 23px;font-weight: bold;color: #333;margin-left: 15px;}
.g-body .m-main .right-box .title:before{position: absolute;content: '';background: #2000d3;width: 5px;height: 100%;top: 3px;margin-left: -15px}
.g-body .m-main .right-box .content .item{padding-top: 15px;line-height: 24px}
.g-body .m-main .right-box .content .item .subtitle{font-size: 16px;font-weight: bold;color: #d0121b}
.g-body .m-main .left-box .news-box{background: #fff;padding: 15px;border: 1px solid #e8e8e8;}
.g-body .m-main .left-box .head .title{position: relative;font-size: 23px;font-weight: bold;color: #333;margin-left: 15px}
.g-body .m-main .left-box .head .title:before{position: absolute;content: '';background: #2000d3;width: 5px;height: 22px;top: 6px;;margin-left: -15px}
.g-body .m-main .left-box .news-box .head .download-box .item{color: #ce1624;position: relative;padding-right: 45px}
.g-body .m-main .left-box .news-box .head .download-box .vertical:after{position: absolute;content: '';width: 2px;height: 12px;background: #d0101b;top: 4px;margin-left: 22px}
.g-body .m-main .left-box .news-box .head .download-box .recommend:after{position: absolute;content: '推荐';color: #fff;padding: 0 5px;background-image: url('/home/pc/summit/static/images/recommend.png');background-size: contain;background-position: center;background-repeat: no-repeat;margin-left: 5px}
.g-body .m-main .left-box .news-box .content{padding: 15px 0;}
.g-body .m-main .left-box .news-box .content .news-item{width: 47%;display: flex;justify-content:space-between;line-height: 28px}
.g-body .m-main .left-box .news-box .content .news-item:nth-child(2n){margin-left: 3%}
.g-body .m-main .left-box .news-box .content .news-item .title{position: relative;padding-left: 15px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;width: 90%;color: #333 !important;}
.g-body .m-main .left-box .news-box .content .news-item .title:before{content: '';position: absolute;width: 10px;height: 10px;background: #d7d7d7;border-radius: 50%;margin-left: -15px;top: 9px}
.g-body .m-main .left-box .news-box .content .news-item .time{color: #999;}
.g-body .m-main .supplier-logo .item{width: 21% !important;height: 88px;background-size: contain;}
.g-body .m-main .supplier-logo .item:last-child{margin-right: 0}
.g-body .m-subnav .title{position: relative;font-size: 30px;text-align: center;padding: 75px 0 30px;z-index: 1}
.g-body .m-subnav .title:after{position: absolute;content: '';background-image: url('/home/pc/summit/static/images/subtit_bg.png');width: 138px;height: 137px;background-repeat: no-repeat;background-position: center;background-size: contain;top: 60%;left: 50%;transform: translate(-50%,-40%);z-index: -1}
.g-body .m-desc .content-box .content-main{padding: 10px 0;line-height: 24px}
.g-body .m-desc .content-box:before, .content-box:after{content: none}
.g-body .m-desc .content-box .video-box video{object-fit: fill;border-radius: 5px;margin-top: 10px;}
.g-body .m-cooperation .cooperation-box .content .item{width: 30%;border: 1px solid #e8e8e8;margin-right: 2%}
.g-body .m-cooperation .cooperation-box .content .item:last-child{margin-right: 0}
.g-body .m-cooperation .cooperation-box .content .item .title{font-size: 24px;font-weight: bold;color: #0445a4;text-align: center;padding-bottom: 10px}
.g-body .m-cooperation .cooperation-box .content .item .desc{color: #666;line-height: 24px}
.g-body .m-serve .serve-box .title{font-size: 30px;text-align: center;padding: 30px 0}
.g-body .m-serve .serve-box .more{text-align: center;padding: 30px 0;}
.g-body .m-serve .serve-box .more .text{color: #0445a4;margin-bottom: 5px}
.g-body .m-serve .serve-box .more .arrow{width: 25px;height: 28px}
.g-body .m-exhibitor{position: relative;background-image: linear-gradient(to top, #e9edee 0%,#fafafa 40%, #f8f8f8 100%);}
.g-body .m-exhibitor:after{position: absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: 0;content: '';background-image: url("/home/pc/summit/static/images/展商背景.png");background-repeat: no-repeat;background-position: bottom left;background-size: 100%}
.g-body .m-exhibitor .exhibitor-box .m-desc{padding: 50px 13%;line-height:32px;font-size:16px;
    position: relative;z-index:1;}
.g-body .m-exhibitor .exhibitor-box .item-box{position: relative;z-index: 1}
.g-body .m-exhibitor .exhibitor-box .item-box .item{background: #fff;margin-bottom: 20px;padding: 10px;border: 1px solid #e8e8e8}
.g-body .m-exhibitor .exhibitor-box .item-box .item .head .left {width: 20%;margin-right: 2%}
.g-body .m-exhibitor .exhibitor-box .item-box .item .head .right {width: 80%}
.g-body .m-exhibitor .exhibitor-box .item-box .item .head .right .name{color: #2000d3;font-size: 17px;font-weight: bold;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.g-body .m-exhibitor .exhibitor-box .item-box .item .head .right .badge{width: 22px;height: 22px;padding: 0;line-height: 22px;border-radius: 4px;background: #d71618;font-size: 14px;margin-left: 5px}
.g-body .m-exhibitor .exhibitor-box .item-box .item .head .right .location{color: #999;}
.g-body .m-exhibitor .exhibitor-box .item-box .main{margin-top: 10px;justify-content: space-between}
.g-body .m-exhibitor .exhibitor-box .item-box .main .goods-cover{width: 70%;height: 210px;margin-bottom: 10px}
.g-body .m-exhibitor .exhibitor-box .item-box .main .goods-album{width: 100px;height: 100px;margin-bottom: 10px;display: block}
.g-body .m-exhibitor .exhibitor-box .item-box .foot .site-btn{margin-top: 10px}
.g-body .m-exhibitor .exhibitor-box .item-box .foot .site-btn .btn{width: 50%;font-size: 14px;border: none;color: #fff;margin: 0 5px;padding: 8px 0}
.g-body .m-exhibitor .exhibitor-box .item-box .foot .site-btn .btn:hover{background: none}
.g-body .m-exhibitor .btm-more{display: block;width: 230px;height: 60px;;text-align: center;;border-radius: 5px;line-height: 60px;border: solid 1px #ddd;font-size: 24px;background: #1f00d4;color: #fff;margin: 0 auto;position: relative;z-index: 1}
.g-body .m-last-review{width: 100%;height: 670px;}
.g-body .m-last-review .last-review-box{position: relative;top: 10%}
.g-body .m-last-review .last-review-box .big-title{font-size: 48px;margin-bottom: 10px}
.g-body .m-last-review .last-review-box .title{font-size: 30px}
.g-body .m-last-review .last-review-box .item-box{margin: 35px 0}
.g-body .m-last-review .last-review-box .item-box .item .num{font-size: 48px;}
.g-body .m-last-review .last-review-box .item-box .item .num-box .jia{position: relative;font-size: 24px;bottom: 5px;padding-left: 20px}
.g-body .m-last-review .last-review-box .item-box .item .num-box .jia:before{position: absolute;content: '+';font-size: 30px;left: 3px}
.g-body .m-last-review .last-review-box .item-box .item:first-child{position: relative;left: 7%}
.g-body .m-last-review .last-review-box .item-box .item:last-child{position: relative;right: 7%}
.g-body .m-last-review .btn{background: #d0101b;font-size: 22px;padding: 6px 45px}
.g-body .m-vr{padding-bottom: 30px}
.g-body .m-vr .m-subnav .title{font-size: 24px}
.g-body .m-contact {background: #2000d3;padding: 30px 0;}
.g-body .m-contact:before{content: '';font-size: 100px;color: #1d12d4;top: 0;right: 160px}
.g-body .m-contact .contact-box{color: #fff;position: relative;z-index: 1}
.g-body .m-contact .contact-box:before{position: absolute;content: 'CONTACT US';font-size: 100px;color: #1d12d4;right: 5px;z-index: -1;font-weight: bold;top: -50px}
.g-body .m-contact .contact-box .main{margin: 0}
.g-body .m-contact .contact-box .left-box .head .title{font-size: 30px;font-weight: bold;padding-bottom: 20px}
.g-body .m-contact .contact-box .left-box .main .name{font-size: 24px}
.g-foot{position: absolute;width: 100%;bottom: 0;left: 0}
/**/
.wrap2 {position:relative;width:1200px;height:360px;margin:0 auto;}
.content2 {position:absolute;width:1200px;height:360px;}
.content2 li {position:absolute;background-size:cover;cursor:pointer;background-position:center;}
.wrap2 a {position:absolute;display:block;z-index:2;top:50%;width:60px;height:60px;border-radius:100%;margin-top:-30px;font:36px/60px "宋体";text-align:center;text-decoration:none;color:#fff;background:rgba(0,0,0,.3);transition:background 1s ease;}
.wrap2 a:hover {background:rgba(0,0,0,.6);}
.prev {left:-80px;}
.next {right:-80px;}