@font-face {
    font-family: 'DIN-Pro-Regular';
    src: url(/static/common/fonts/DIN-Pro-Regular-2.otf);
}
@font-face {
    font-family: 'DIN-Bold';
    src: url(/static/common/fonts/DIN-Bold.otf);
}
@font-face {
    font-family: 'DIN-Medium';
    src: url(/static/common/fonts/DINPro-Medium.woff.ttf);
}
/*html {-webkit-filter: grayscale(98%);filter:progid:DXImageTransform.Microsoft.BasicImage(graysale=1);}*/
body, div, dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input,
p, blockquote, th, td {
    margin: 0;
    padding: 0
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-size: 100%;
    font-family: 'DIN-Bold';
}

ol, ul {
    list-style: none;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal;
}

fieldset,
img {
    border: none;
}

/*img{vertical-align:top;}*/
input,
button {
    vertical-align: middle;
    color: #6b5f53;
    outline: none;
}

caption, th {
    text-align: left;
}

a {
    text-decoration: none;
    color: #222;
}

a:hover {
    color: #045d5d;
}

.paging {
    text-align: center;
    margin-bottom: 1em;
}

.paging span.count {
    background-color: #eee;
    cursor: default;
}
.aip-exhibition table{
    border: 1px solid #ccc;
    border-collapse: collapse;
}
.aip-exhibition2 table{
    border: 0px;
}
.aip-exhibition table tr th,.aip-exhibition table tr td{
    border: 1px solid #ccc;
    padding: 10px;
}

.aip-exhibition2 table tr th,.aip-exhibition2 table tr td{
    border: 0px;
}


.paging a, .paging span {
    color: #eee;
    display: inline;
    padding: 10px 20px;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 4px;
    transition: background-color 0.5s;
    -moz-transition: background-color 0.5s; /* Firefox 4 */
    -webkit-transition: background-color 0.5s; /* Safari 和 Chrome */
    -o-transition: background-color 0.5s; /* Opera */
}

.paging a:hover {
    background-color: #d1202f;
    color: #fff;
}
.flexbtndown a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    background: #9d000b;
    line-height: 48px;
    cursor: pointer;
    border-radius: 3px;
    margin: 0 auto;
}
.flexbtndown a span{
    margin-left: 8px;
}
.paging a.curr, .paging a.curr:hover {
    background: #d1202f;
    color: #fff;
    font-weight: bold;
    cursor: default;
    border: 1px solid #d1202f;
}

.paging .prev-disabled, .paging .next-disabled, .paging .last-disabled {
    cursor: not-allowed;
    background-color: #eee;
}

.paging .prev-disabled:hover, .paging .next-disabled:hover, .paging .last-disabled {
    background-color: #eee;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: none;
}

html {
    text-align: center;
}

body {
    font: 16px "DIN-Pro-Regular", Arial, Helvetica, "微软雅黑", sans-serif;
    color: #000;
    margin: 0 auto;
    text-align: left;
    -webkit-text-size-adjust: none;
    line-height: 24px;
    background: #fff;
    background-attachment: fixed;
    background-size: cover;
    overflow-x: hidden;
}

/*Common Style*/
.hidden {
    display: none !important;
}
.nav-ul{
    display: flex;
}
.clearfloat:after {
    content: "";
    display: block;
    line-height: 0;
    clear: both;
    visibility: hidden;
}

.clearfloat {
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.btn {
    border: 0;
    cursor: pointer;
}

/*版心*/
.wrap-container {
    width: 100%;
    background-color: #eee;
}
.wrap-container .ind-top-time-wrap {
    border-bottom: 0;
}
.wrap {
    max-width: 1200px;
    margin: 0 auto;
}

.wrap-padding {
    padding: 0 16px;
}

.page {
    /*width: calc(100% - 241px);*/
}

.grid {
    margin-left: -36px;
}

.font-size-fa {
    font-size: 14px;
}

.font-size-50 {
    font-size: 0.5em;
}

.font-size-75 {
    font-size: 0.75em;
}

.font-size-80 {
    font-size: 0.8em;
}

.font-size-85 {
    font-size: 0.85em;
}

.font-size-90 {
    font-size: 0.9em;
}

.font-size-100 {
    font-size: 1em;
}

.font-size-110 {
    font-size: 1.1em;
}

.font-size-125 {
    font-size: 1.25em;
}

.font-size-150 {
    font-size: 1.5em;
}

.font-size-175 {
    font-size: 1.75em;
}

.font-size-200 {
    font-size: 2em;
}

.font-size-250 {
    font-size: 2.5em;
}

.font-size-300 {
    font-size: 3em;
}

.font-size-350 {
    font-size: 3.5em;
}

.font-size-450 {
    font-size: 4.5em;
}

/* 快捷头部  shortcut */
.shortcut-row {
    font-size: 12px;
    font-size: .75rem;
    line-height: 2;
    background-color: #eee;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1000;
    height: 40px;
    border-bottom: 1px solid #fff;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

.shortcut-top {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.shortcut-row .shortcut-nav {
    float: right;
}

.shortcut-row .shortcut-nav > li.position--relative {
    position: relative;
    display: inline-block;
}

.shortcut-row .shortcut-nav > li.search--relative {
    position: inherit;
}

.shortcut-row .shortcut-nav > li > a {
    margin-left: 24px;
    color: #444;
    display: inline-block;
}

.shortcut-row .shortcut-nav > li > a:hover,
.shortcut-row .shortcut-nav > li > a:active {
    color: #e60012;
}

.shortcut-row .shortcut-nav > li > a span {
    display: none;
    margin-left: 6px;
}

.toggle-trigger2 .iconfont:before {
    top: 2px;
    position: relative;

}

.toggle-nav-btn {
    position: absolute;
    width: 24px;
    font-size: 30px;
    color: #e60012;
    left: 15px;
    line-height: 40px;
}

.search-row {
    position: absolute;
    width: 100%;
    background: #eee;
    top: 40px;
    left: 0;
    padding: 20px 0;
    display: none;
}

.search-top {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.search-select1{
   -webkit-user-select:none;
    -moz-user-select: none;
    user-select: none;
　　

    border: 0 none;
    border-radius: 0;
    outline: none;
    background: none;
    appearance: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
   width: 110px;
    display: inline-block;
    float: left;
    height: 3em;
    border: none;
    font-size: 15px;
    padding: 0 10px;
    color: #fff !important;
    background: #6b6363;
    outline: none;
    background-image: url('../images/arr414.png');
    background-repeat: no-repeat;
    background-position: calc(100% - 14px) center;
}
.search-select1 option{
     color: #fff !important;
}
.search-input {
    display: block;
    height: 3em;
    background: #fff;
    width: calc(100% - 130px);
    border: 1px solid #fff;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 15px;
    float: left;
}

.txt-input-error {
    border: 1px solid #003279;
}

.ui-widget.ui-widget-content {
    z-index: 9999;
}

.search-button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding: 0 10px;
    color: #fff;
    border: 0;
    background: #e60012;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    /*border-radius: 0 3px 3px 0;*/
}

.search-terms-row {
    padding: 20px;
    padding-bottom: 0;
}

.search-terms-title {
    font-size: 1.5rem;
    margin-bottom: 20px;
    text-align: center;
    font-weight: normal;
}

.search-terms-line {
    text-align: center;
}

.search-terms {
    line-height: 24px;
    color: #e60012;
    font-size: 16px;
    overflow: hidden;
    display: inline-block;
}

.search-terms i {
    font-size: 24px;
    line-height: 24px;
    position: relative;
    top: 3px;
    margin-right: 20px;
}

.search-terms:hover {
    color: #666;
}

.curr .toggle-trigger2 {
    border-bottom: 2px solid #e60012;
}

@media only screen and (min-width: 1200px) {
    .toggle-nav-btn {
        display: none
    }
}

@media only screen and (max-width: 1200px) {
    .page {
        width: 100%;
    }

    .grid {
        margin-left: -0px;
    }

    .toggle-nav-btn {
        display: block;
        border: 0;
        outline: none;
        overflow: hidden;
        white-space: nowrap;
    }

    /*  .toggle-nav-btn::before {
        content:'';
        position:absolute;
        top:0;
        left:0;
        width:1.5rem;
        height:1.25rem;
        border-top:0.75rem double #e60012;
        border-bottom:0.25rem solid #e60012
    } */

}

@media only screen and (max-width: 640px) {
    .shortcut-row .shortcut-nav > li.position--relative {
        position: static;
    }
}

@media only screen and (min-width: 481px) and (max-width: 999px) {
    .shortcut-row .most_wanted_keywords {
        text-align: center;
    }

    .shortcut-row .most_wanted_keywords li {
        display: inline-block;
    }

    .shortcut-row .most_wanted_keywords a {
        margin-left: 0;
    }

    .shortcut-row .most_wanted_keywords .link-icon {
        margin-left: 6px;
        width: 16px;
        height: 16px;
        margin-bottom: -2px;
    }
}

@media only screen and (min-width: 1200px) {
    .shortcut-row a span,
    .shortcut-row .shortcut__element span {
        display: inline-block;
    }

    .shortcut-row .shortcut-nav > li > a {
        margin-left: 24px;
        color: #444;
    }

    .shortcut-row .shortcut-nav > li > a:hover,
    .shortcut-row .shortcut-nav > li > a:active {
        color: #e60012;
    }

    .shortcut-row .shortcut-nav > li > a span {
        display: inline-block;
    }

}

/* logo */
.logo-row {
    padding-top: 40px;
}

.logo-img img {
    max-width: 100%;
    position: relative;
    z-index: 1;
    display: block;
}

.logo-banner {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: -151px;
}

.logo-banner img {
    position: relative;
    left: 50%;
    margin-left: -960px;
    display: block;
}

@media only screen and (max-width: 1200px) {
    .logo-img {
        padding-left: 15px;
        padding-right: 15px;
        display: block;
    }

    .logo-banner {
        margin-top: -10%;
    }

    .logo-banner img {
        height: auto;
        width: 1400px;
        margin-left: -700px;
    }
}

/* 导航 */
.nav-row {
    background: #9d000b;
    width: 100%;
    position: relative;
    height:55px;
    z-index: 4;
}
.nav-row .wrap{
    /*width:*/
}

.nav-li {
    float: left;
    height: 55px;
    line-height: 55px;
    margin-right: 10px;
    font-family: "DIN-Medium";
}

.nav-li:first-of-type {
    padding-left: 0;
}

.nav-li:before {
    content: '|';
    /* padding: 0 4px; */
    color: #710008;
    padding-right: 10px;
}
.nav-li:nth-child(9):before{
    display:none;
}
.nav-li:nth-child(9) .nav-li-a{
    font-size:22px;
    /* color:#fff; */
    color: #9d000b;

}
.nav-li:nth-child(9) {
    /* margin:-20px 0 0 15px; */
    /* margin-left: -35px; */
    /* background:url(../images/img44.png) no-repeat; */
    /* width:210px; */
    /* height:81px; */
    /*text-align: center;*/
    /* padding-top: 13px; */
    /* text-indent: 40px; */
    /* font-weight:bold; */
    /* order: -1; */
    /* margin-left: 50px; */
    /* position: relative; */
    height: 35px;
    padding: 0 15px;
    margin-top: 10px;
    margin-left: 50px;
    line-height: 35px;
    border-radius: 99px;
    background-color: #FFF;
    color: #9d000b;
    text-align: center;
}
.nav-li:nth-child(9):hover  .nav-li-a{
    color: #9d000b;
}
.nav-li:nth-child(9) .nav-li-a::before {
    content: "";
    display: block;
    position: absolute;
    left: -15px;
    right: -15px;
    bottom: -14px;
    height: 10px;
}

.nav-li:first-of-type:before {
    content: ' ';
    padding: 0px;
}

.footerNav-li:first-of-type a {
    padding-left: 0;

}

.aip-news-tab-con-con li.current {
    display: block;
}

.nav-li-a {
    color: #fff;
    font-size: 17px;
    position: relative;
    -webkit-transition: color 0.2s ease 0s;
    -o-transition: color 0.2s ease 0s;
    transition: color 0.2s ease 0s;
    font-family: 微软雅黑 ",Arial,Helvetica,'Adobe 黑体 Std'," sans-serif;
}

.nav-li-a:after {
    border: 10px solid transparent;
    bottom: -18px;
    content: "";
    left: calc(50% - 15px);
    /*  left: -20px; */
    position: absolute;
    -webkit-transition: border 0.2s ease 0s;
    -o-transition: border 0.2s ease 0s;
    transition: border 0.2s ease 0s;
}

.nav-li:hover .nav-li-a:after {
    border-bottom-color: #fff;
}

.nav-li:hover .nav-li-a {
    color: #fff;
}

.nav-li:last-of-type:hover .nav-li-a:after {
    display:none;
}
.nav-li:last-of-type:hover .sub-nav-row {
    /* margin-top: 5px; */
    top: 55px;
}
.nav-li:hover .sub-nav-row {
    display: block;
}

.sub-nav-row {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 10px 0 0px;
    border-bottom: 1px solid #888;
    margin-top: -2px;
    background: #fff;
    z-index: 110;
}

.sub-nav {
    float: left;
    width: calc(100% / 4 - 20px);
    margin-right: 20px;
    margin-bottom: 36px;
}

.sub-nav-a {
    display: block;
    width: 100%;
    border-bottom: 1px solid #888;
    line-height: 35px;
    font-size: 16px;
}

dt .sub-nav-a {
    color: #333;
}

dd .sub-nav-a {
    border-bottom-color: #fff;
    color: #666;
    transition: text-indent 0.2s;
}

.sub-nav-a:hover {
    color: #9d000b;
}

@media only screen and (max-width: 1200px) {
    .nav-row {
        display: none;
    }
}

.ind-news-time {
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 10px;
}

.sub-nav {
    text-indent: 1em;
}

.sub-nav dd {
    background-color: #fff;
    transition: background-color 0.5s;
}

.sub-nav dd:hover {
    background-color: #eee;
}

.sub-nav-a:hover {
    color: #003885;
    text-indent: 2em;
}

.indexName {
    margin: 3rem 0;
    font-size: 2rem;
    font-weight: normal;
    color: #e60012;
}

.indexText {
    font-size: 16px;
    line-height: 26px;
    margin: 40px 0 50px;
}

.redLink {
    color: #e60012;
    margin-left: 30px;
}

.redLink i.icon-gengduo1 {
    font-size: 30px;
    position: relative;
    top: 6px;
    left: -4px;
}

.redLink:hover {
    color: #333;
}

.imageText-row {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.imageText-img {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    display: block;
}

.imageText-text {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}

.imageText-circle {
    border-radius: 50%;
    padding: 5%;
    max-width: 350px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.whiteBg {
    background: #fff;
    margin-top: 5%;
    margin-left: 5%;
}

.imageText-data {
    font-size: 16px;
    color: #000;
    margin: 15px 0;

}

.imageText-data:first-of-type {
    margin-top: 25px;
}

.imageText-data span {
    color: #ee0018;
    margin-right: 5px;
    font-size: 20px;
    font-weight: bold;
}

imageText-data-source {
    font-size: 12px;
}

.redBg {
    background: #e60012;
    margin-left: 15%;
    margin-top: 3%;
    color: #fff;
}

.imageText-circle-title {
    font-size: 24px;
    font-weight: normal;
    margin: 20px 0;
}

.imageText {
    font-size: 16px;
    margin: 10px 0;
}

.imageTextLine {
    margin-top: 20px;
}

.imageTextLine:hover {
    color: #fff;
}

.imageText-line {
    color: #fff;
}

.imageText-line .icon-gengduo1 {
    font-size: 30px;
}

.imageText-line .icon-gengduo1:before {
    position: relative;
    top: 6px;
}

.index-half {
    width: 100%;
    padding: 20px 0;
    border-radius:5px;
    overflow:hidden;
}

.index-half.fl {
    margin-right: 36px;
}

.index-list-title {
    font-size: 20px;
    color: #000;
    /*margin: 20px 0;*/
    line-height: 26px;
}

.index-list-img {
    width: 100%;
}

.index-list-img img {
    display: block;
    height: auto;
    max-width: 100%;
}

.indexNew .index-list-img img {
    display: block;
    height: auto;
    max-width: 100%;
    max-height: 128px;
}

.index-list-text {
    /*margin: 15px 0;*/
    height: auto;
    font-size: 16px;
    color: #000;
    line-height: 26px;
    overflow: hidden;
}

.index-list-detail {
    display: inline-block;
    padding: 10px 30px;
    font-size: 16px;
    color: #000;
    background: #bbb;
    border-radius: 3px;
    margin: 10px 0;
}

.index-list-detail:hover {
    color: #000;
    background-color: rgba(187, 187, 187, 0.65);
    filter: Alpha(opacity=65);
    position: static;
    *zoom: 1;
}

.indexTitle {
    font-size: 30px;
    color: #9d000b;
    margin: 45px 0 25px;
    line-height: 36px;
}

.imageText2 {
    font-size: 16px;
}

.imageText-circle2.redBg {
    max-width: 310px;
}

.indexNew-row {
    height: 360px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 60px;
    padding: 20px 0;
    background: #fff;
}

.indexNew:first-of-type {
    border-right: 1px solid #eee;
}

.indexNew {
    width: calc(100% / 2 - 1px);
    padding: 0 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 320px;
    float: left;
}

.indexNew-name {
    overflow: hidden; /*自动隐藏文字*/
    text-overflow: ellipsis; /*文字隐藏后添加省略号*/
    white-space: nowrap; /*强制不换行*/
}

.indexNew-text {
    font-size: 15px;
}

.indexNew-title {
    margin-top: 0px;
    padding-top: 5px;
}

.indexNew-redLink {
    margin-left: 0;
}

.indexServe {
    float: left;
    width: 16%;
    margin-right: 5%;
}

.indexServe-a {
    display: block;
    background: #9d000b;
    text-align: center;
}

.indexServe-icon {
    display: block;
    line-height: 0;
    padding: 13% 20% 5%;
}

.indexServe-icon img {
    max-width: 100%;
    height: auto;
}

.indexServe-text {
    display: block;
    color: #fff;
    font-size: 16px;
    padding: 0 20% 8%;
}

.indexServe-a:hover {
    opacity: 0.8;
}

.indexServe:last-of-type {
    margin-right: 0;
}

.indexServe-row {
    margin-bottom: 60px;
}

.cooperation-row {
    position: relative;
    margin: 30px 0;
}

.cooperation {
    position: relative;
    width: calc(100% - 60px);
    margin-left: 30px;
    overflow: hidden;
    height: 50px;
}

.cooperation-ul {
    position: absolute;
    left: 0;
    top: 0;
    width: 1000%;
}

.cooperation-li {
    float: left;
    width: 2.5%;
    height: 50px;
    display: table;
    text-align: center;
}

.cooperation-li a {
    display: table-cell;
    width: 100%;
    height: 50px;
    vertical-align: middle;
    line-height: 0;
}

.cooperation-li a img {
    max-width: 80%;
    max-height: 45px;
    height: auto;
}

.cooperation-page {
    width: 30px;
    height: 32px;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    background: url(../images/cooperation-page.png) center center no-repeat;
    cursor: pointer;
}

.cooperation-page:hover {
    opacity: 0.8;
}

.cooperation-previous {
    left: 0;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari and Chrome */
    -o-transform: rotate(180deg); /* Opera */
    -moz-transform: rotate(180deg); /* Firefox */
}

.cooperation-next {
    right: 0;
}

.attention-row {
    background: #9d000b;
    width: 100%;
    padding: 30px 0;
    margin-top: 60px;
}

.attention-half {
    width: 50%;
}

.attention-img {
    margin-right: 20px;
}

.attention-img img {
    display: block;
}

.attention-title {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.attention-text {
    font-size: 16px;
    color: #fff;
    margin: 10px 0;
}

.attention-text-row {
    margin-top: 20px;
    float: left;
}

.attention-title-WeChat {
    display: inline-block;
    background: url(../images/WeChat-icon.png) center center no-repeat;
    width: 30px;
    height: 25px;
    margin-bottom: -7px;
    margin-left: 5px;
}

.periodical-title {
    font-size: 30px;
    font-weight: normal;
}

.periodical-a {
    color: #fff;

}

.periodical-a i.icon-gengduo1 {
    font-size: 30px;
    left: -4px;
    position: relative;
    top: 6px;
}

.periodical-a:hover {
    color: #fefefe;
}

footer {
    background: #eee;
    width: 100%;
    padding: 20px 0;
}

.footerNav-li {
    float: left;
}

.footerNav-li:before {
    content: '|';
}

.footerNav-li:first-of-type:before {
    content: '';
}

.footerNav-li a {
    padding: 0 5px;
    font-size: 12px;
    color: #000;
}

.footerNav-li:first-of-type a {
    padding-left: 0;

}

.footer-half {
    width: 100%;
}

.footer_logo {
    float: left;
    margin-right: 5px;
}

.footer_logo-text {
    display: table;
    float: left;
    font-size: 12px;
    line-height: 16px;
    height: 36px;
}

.footer_logo-text-p {
    display: table-cell;
    vertical-align: middle;
    height: 48px;
    padding-right: 15px;
    width: 145px;
}

.footer_logo-row {
    margin-top: 30px;
    float: left;
}

.bottom-logo-h3 {
    margin-top: 25px;
}

.bottom-logo {
    margin: 20px 0;
}

.bottom-logo .bottom-logo-c {
    float: left;
    width: auto;
}

.bottom-logo-c-img {
    float: left;
    margin-right: 10px;
}

.International-Supporter-l {
    width: 25%;
}

.International-Supporter-r {
    width: 75%;
}

.footer-seek {
    border-top: 1px solid #bbb;
    margin-top: 10px;
    padding-top: 10px;
    font-size: 13px;
    color: #666;
}

.footer-seek-a {
    font-size: 12px;
    color: #000;
    display: block;
}

.footer-seek-a .icon-sousuo_sousuo {
    font-size: 17px;
    font-weight: bold;
    color: #9d000b;
    margin-right: 15px;
    position: relative;
    top: 2px;
}

.footer-seek-a:hover {
    color: #9d000b;
}

/* 面包屑 */
.crumbs {
    padding: 10px 0;
    width: 100%;
    overflow: hidden;
}
.crumbs:after{
    display:block;
    content:'';
    clear:both;
}

.crumbs-a {
    color: #333;

}

.crumbs-a:after {
    content: '>';
    font-family: '宋体';
    margin: 0 8px 0 6px;
}

.crumbs-a:hover {
    color: #9d000b;
}

.crumbs-curr {
    color: #9d000b;
}

.Title {
    margin-top: 30px;
    font-size: 24px;
    color: #9d000b;
    line-height: 28px;
}

.newsList-row {
    width: 79%;
    margin-right: 4%;
    float: left;
}

.newsList {
    padding: 30px 0;
    border-bottom: 1px solid #e5e5e5;
}

.newsList-img {
    float: left;
    margin-right: 25px;
    width: 210px;
    height: 146px;
    overflow: hidden;
    display: table;
    text-align: center;
}

.newsList-img a {
    display: table-cell;
    width: 210px;
    height: 146px;
    line-height: 0;
    vertical-align: middle;
}

.newsList-img a img {
    max-width: 100%;
    height: auto;
    width: auto;
}

.newsList-text-row {
    height: 146px;
    margin-left: 240px;
    position: relative;
}

.newsList-name {
    font-size: 18px;
    color: #000;
    line-height: 26px;
}

.newsList-text {
    font-size: 16px;
    color: #000;
}

.newsList-detail {
    position: absolute;
    bottom: 0;
    margin-left: 0;
    left: 0;
}

.paginate {
    text-align: center;
    margin-top: 40px;
}

.paginate span,
.paginate a {
    border: 1px solid #e5e5e5;
    /*display: inline-block;*/
    padding: 3px 10px;
    cursor: pointer;
    color: #000;
    margin: 0 3px;
}

.paginate a{
    background:#ee0018;
    color:#fff;
    border-color:#ee0018;
}
.paginate .curr,
.paginate span:hover,
.paginate a:hover {
    color: #333;
    background: #eee;
}

/* .w30{
    width: 30%;
} */

.paginate li {
    display: initial;
}

.aip-download-con > li span {
    /*height: 41px;*/
    /*width: 44px;*/
    /*display: block;*/
    /*float: left;*/
    /*margin: 0 16px 0 3px;*/
    transition: 600ms;
    /*border: 1px solid #e5e5e5;*/
    padding: 3px 5px;
    color: #999;
    font-weight: normal;
    margin: 0 2px;
    font-size: 12px;

}


.aip-download-con-n {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #eeefef;
}

.aip-download-con > li {
    display: none;
    width: 100%;
    overflow: hidden; /* line-height:95px; *//* font-size:16px; */
    font-weight: bold;
}

.aip-download-con > li.current {
    display: block;
}

.aip-download-con-n-img {
    float: left;
    margin-top:36px;
    transition: 600ms;
}

.aip-download-con-n-img .icon-pdf1 {
    font-size: 35px;
    transition: 400ms;
}

.aip-download-con-n-img:hover span {
    margin-left: 25px;
    transition: 600ms;
}

.aip-download-con-n-img:hover .icon-pdf1 {
    color: #e30920;
    transition: 600ms;
}

.aip-download-con-n-img a {
    color: #666;
}

.aip-download-con-n-img a:hover {
    color: #333;
}

.aip-download-con-n-img img {
    float: left;
    margin: 23px 20px 0 3px;
}

.aip-download-con-n-d {
    float: right;
    padding: 0 2.2em;
    background: #c6c6c6;
    line-height: 48px;
    cursor: pointer;
    border-radius: 3px;
    margin: 22px 0;
}

.aip-download-con-n a {
    display: block;
}

.aip-download-con-n-d a {
    color: #333;
}



.sidebarB {
    float: left;
    width: 28%;
}

.sidebarB-audience {
    border-top: 5px solid #ee0018;
    margin-bottom: 30px;
}

.sidebarB-audience-link {
    display: block;
    height: 220px;
    background: url(../images/audience.jpg) center center no-repeat;
    overflow: hidden;
}

.sidebarB-audience-title {
    font-size: 20px;
    color: #000;
    padding-left: 25px;
    margin-top: 130px;
}

.sidebarB-audience-text {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    padding-left: 25px;
}

.sidebarB-audience-text .icon-gengduo1 {
    font-size: 32px;
    font-weight: normal;
    position: relative;
    top: 6px;
    color: #9d000b;
}

.sidebarB-exhibitor-link {
    height: 225px;
    margin-bottom: 30px;
    display: block;
    overflow: hidden;
    background: url(../images/exhibitor.jpg) center center no-repeat;
    color: #fff;
    padding: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sidebarB-exhibitor-name {
    font-size: 26px;
    font-weight: normal;
}

.sidebarB-exhibitor-message {
    margin: 10px 0;
    font-size: 16px;
}

.sidebarB-exhibitor-link:hover {
    color: #fff;
}

.sidebarB-exhibitor-title {
    font-size: 20px;
    margin-top: 35px;
}

.sidebarB-exhibitor-text {
    font-size: 12px;
    font-weight: bold;
}

.sidebarB-exhibitor-text .icon-gengduo1 {
    font-size: 32px;
    font-weight: normal;
    position: relative;
    top: 6px;
    color: #fff;
}

.sidebarB-mail-row {
    overflow: hidden;
    border: 1px solid #e5e5e5;
    padding-left: 35%;
    background: url(../images/attention-email.jpg) left center no-repeat;
    /* background-size: auto 90%; */
}

.sidebarB-mail {
    display: table-cell;
    height: 100px;
    vertical-align: middle;
}

.sidebarB-mail strong {
    font-size: 18px;
}

.sidebarB-mail span {
    font-size: 14px;
}

.newsDetial-row {
    width: 83%;
    margin-right: 5%;
    float: left;
}

.newsDetial-title {
    font-size: 24px;
    font-weight: normal;
    color: #000;
    line-height: 30px;
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
}

body .newsDetial ul{
    list-style: disc;
    padding: 0 30px;
}

.newsDetial {
    padding: 30px 0;
    border-bottom: 1px solid #e5e5e5;
}

.newsDetial-text {
    font-size: 16px;
    color: #000;
    line-height: 30px;
    margin: 5px 0;
}

.newsDetial img {
    max-width: 100%;
    margin: 10px 0;
    height: auto !important;
    width: auto;
}

.newsDetialShare-p {
    padding-top: 5px;
}

.newsDetialShare .at-style-responsive .at-share-btn {
    padding: 0 !important;
    margin: 0 6px !important;
}

.newsDetialPaging {
    display: block;
    width: calc(100% - 60px);
    overflow: hidden; /*自动隐藏文字*/
    text-overflow: ellipsis; /*文字隐藏后添加省略号*/
    white-space: nowrap; /*强制不换行*/
    margin: 5px 0;
    font-size: 16px;
    color: #000;
}

.newsDetialPaging-row {
    position: relative;
    padding: 10px 0;
}

.bot-page {
    width: calc(100% - 241px);
    overflow: hidden;
    margin-bottom: 35px;
}

.bot-page span {
    float: left;
    width: 50%;
    margin-top: 25px;
}

.bot-page .right {
    text-align: right;
}

.bot-page a {
    font-size: 14px !important;
    width: 100%;
}

.newsDetialPaging-return {
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 16px;
    padding-right: 20px;
    background: url(../images/newsDetialPaging-return.png) right center no-repeat;
    color: #000;
}

.newsDetialPaging:hover,
.newsDetialPaging-return:hover {
    color: #9d000b;
}

.sidebarBShare-row {
    float: left;
    width: 12%;
}

.sidebarBShare-title {
    font-size: 24px;
    font-weight: normal;
    color: #000;
    line-height: 30px;
    padding: 20px 0;
}

.newsDetialShare-ul {
    float: left;
}

.newsDetialShare-li > a {
    line-height: 0;
    margin: 0 5px;
}

.newsDetialShare-li > a > img {
    margin: 0;
}

.newsDetialShare-li > a:hover {
    opacity: 0.8;
}

.sidebarBShare-li {
    height: 32px;
    margin: 20px 0;
}

.sidebarBShare-li > a {
    display: block;
    line-height: 32px;
}

.sidebarBShare-li > a > img {
    float: left;
    margin-right: 5px;
}

.sidebarBShare-li > a:hover {
    color: #9d000b;
    opacity: 0.8;
}

.News-row {
    margin: 50px 0;
}

.News-row .indexNew {
    padding: 0;
    width: 48%;
    height: auto;
}

.News-row .indexNew {
    margin-right: 4%;
    border-right: 0;
    margin-bottom: 30px;
}

.News-row .indexNew:nth-of-type(2n) {
    margin-right: 0;
}

.News-row .indexNew-title {
    color: #e60012;
    font-size: 18px;
}

.News-row .index-list-img {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    height: 150px;
}

.News-row .index-list-img img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}

.News-list-ul {
    min-height: 72px;
}

.News-list {
    width: 48%;
    border: 1px solid #e5e5e5;
    border-top: 5px solid #e60012;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2%;
    float: left;
}

.News-list:first-of-type {
    margin-right: 4%;
}

.News-list-img {
    float: left;
    width: 13%;
    margin-top: 3%;
}

.News-list-row {
    margin-left: 17%;
}

.News-list-title {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
}

.News-list-li > a:before {
    content: "";
    float: left;
    width: 7px;
    height: 7px;
    margin-top: 8px;
    margin-right: 6px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.News-list-li > a {
    display: block;
    overflow: hidden; /*自动隐藏文字*/
    text-overflow: ellipsis; /*文字隐藏后添加省略号*/
    white-space: nowrap; /*强制不换行*/
    font-size: 16px;
    color: #000;
}

.News-list-li > a:hover:before {
    border-color: #e60012;
}

.News-list-li > a:hover {
    color: #e60012;
}

.News-list-a {
    display: inline-block;
    margin-top: 10px;
    color: #000;
}

.News-list-a .icon-gengduo1 {
    left: -4px;
    position: relative;
    top: 6px;
    font-size: 30px;
    margin-left: 5px;
    /*color: #e60012;*/
}

.News-list-a:hover {
    color: #e60012;
}

.exhibitorInformation {
    margin: 50px 0;
    width: 50%;
}

.exhibitorInformation-title {
    font-size: 22px;
    font-weight: normal;
    color: #ee0018;
    margin-bottom: 30px;
}

.exhibitorInformation-text {
    font-size: 16px;
    color: #000;
    line-height: 30px;
}

.exhibitorInformation-redLink {
    margin-left: 0;
    font-size: 16px;
    margin-top: 30px;
    display: inline-block;
}

.exhibitorData-circle {
    position: relative;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    z-index: 2;
}

.exhibitorData-circle2 {
    position: relative;
    width: 237px;
    height: 237px;
    border-radius: 50%;
    top: 2px;
    display: flex;
    align-items: center;
}

.exhibitorDataWhite {
    background: #fff;
}

.exhibitorDataRed {
    background: #ee0018;
}

.exhibitorData-circle3 {
    position: relative;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    margin-left: 38%;
    margin-top: -50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 25%;
    display: flex;
    align-items: center;
}

.exhibitorDataGray {
    background: #c2c0c1;
}

.exhibitorData {
    width: 40%;
    margin-left: 10%;
    margin-top: 50px;
    position: relative;
}

.exhibitorData-text {
    width: 100%;
    padding: 10px;
    color: #fff;
}

.exhibitorData-text span {
    font-size: 36px;
    line-height: 50px;
    margin: 0 5px;
}

.blackText {
    color: #000;
}

.exhibitorData-circle2 .exhibitorData-text {
    text-align: center;
}

.redText {
    color: #ee0018;
}

.mt0 {
    margin-top: 0;
}

.mt50 {
    margin-top: 50px;
}

.exhibitorSquare {
    width: 320px;
    height: 320px;
    background: rgba(255, 255, 255, 0.9);
    margin-top: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
}

.exhibitorSquare-name {
    font-size: 36px;
    font-weight: normal;
    color: #ee0018;
    line-height: 40px;
    margin: 20px 0;
}

.exhibitorSquare-text {
    color: #ee0018;
    font-size: 24px;
    line-height: 36px;
    font-weight: normal;
}

.exhibitorSquare .periodical-a {
    color: #000;
    display: inline-block;
    margin-top: 30px;
}

.exhibitorSquare .periodical-a .icon-gengduo1 {
    color: #ee0018;
}

.exhibitorServe-row {
    margin: 60px 0;
}

.exhibitorServe-row .indexServe {
    width: 13%;
    margin-right: 4.4%;
}

.exhibitorServe-row .indexServe:last-of-type {
    margin-right: 0;
}

.VisitorData-circle3 {
    margin-left: 48%;
    padding-left: 15%;
}

.VisitorServe-row .indexServe {
    width: 20%;
    margin-right: 6.6666%;
}

.VisitorServe-row .indexServe:last-of-type {
    margin-right: 0;
}

.Title2 {
    font-size: 24px;
    line-height: 34px;
    color: #9d000b;
    margin: 50px 0;
}

.mediaNews-row {
    width: 50%;
}

.mediaNews-a {
    display: block;
    font-size: 16px;
    color: #333;
}

.mediaNews-a:hover {
    color: #9d000b;
}

.mediaNews-title {
    float: left;
}

.mediaNews-text {
    display: block;
    margin-left: 80px;
}

.mediaNews-row .redLink {
    margin-top: 30px;
    display: inline-block;
}

.mediaNews-more {
    padding: 13px 30px;
    background: #9d000b;
}

.mediaNews-moreIcon {
    float: left;
    margin-right: 10px;
}

.mediaNews-more .periodical-a {
    font-size: 16px;
}

.PhotoGallery-name {
    width: 130px;
}

.PhotoGallery-title {
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    line-height: 34px;
    margin-top: 25px;
}

.PhotoGallery-icon {
    display: block;
    margin: 15px 0;
}

.PhotoGalleryBox {
    width: calc(100% - 130px);
    overflow: hidden;
    position: relative;
}

.PhotoGallery-row {
    width: calc(100% - 120px);
    overflow: hidden;
    position: relative;
    margin-left: 20px;
}

.PhotoGallery-ul {
    position: relative;
    width: 10000px;
    left: 0;
    top: 0;
}

.PhotoGallery {
    float: left;
    margin-right: 30px;
    height: 180px;
    overflow: hidden;
}

.PhotoGallery img {
    width: auto;
    height: 100%;
    display: block;
}

.PhotoGallery-control {

    height: 180px;
    width: 40px;
    background: #fff url(../images/PhotoGallery-control.png) center center no-repeat;
    cursor: pointer;
}

.PhotoGallery-control-l {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.PhotoGallery-control:hover {
    opacity: 0.95;
}

.partners-li {
    float: left;
    width: 16%;
    display: table;
    height: 50px;
    text-align: center;
    margin-bottom: 20px;
    margin-right: 5%;
}

.partners-li:nth-of-type(5n) {
    margin-right: 0;
}

.partners-li a {
    display: table-cell;
    width: 100%;
    height: 50px;
    vertical-align: middle;
}

.partners-li a img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 50px;
    width: auto;
    height: auto;
}

.TradeList {
    float: left;
    width: calc(100% / 3 - 2%);
    margin-right: 3%;
    margin-top: 50px;

}

.TradeList:nth-of-type(3n) {
    margin-right: 0;
}

.TradeList-a {
    display: block;
    border-bottom: 5px solid #ee0018;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.TradeList-a:hover .TradeList-text {
    color: #ee0018;
}

.TradeList-img {
    display: flex;
    height: 230px;
    overflow: hidden;
    justify-content: center;
}

.TradeList-img img {
    min-width: 100%;
}

.TradeList-text {
    display: flex;
    padding: 30px 20px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.TradeList-icon {
    margin-right: 10px;
}


.Demoonstration-row{
    padding-top:38px;
}

.Demoonstration-top {
    padding: 2%;
    background: #fff;
    border:1px solid #ddd;
    border-radius: 5px;
}

.DemoonstrationCondition {
    font-size: 15px;
    color: #fff;
    float: left;
    padding: 5px 15px 5px 5px;
    cursor: pointer;
    opacity: 0.7;
}

.DemoonstrationCondition.curr,
.DemoonstrationCondition:hover {
    opacity: 1;
}

.DemoonstrationCondition-ul {
    margin-bottom: 20px;
}

/* .DemoonstrationSearch{
    padding: 20px 0;
} */
.DemoonstrationSearch {
    display: none;
}

.DemoonstrationSearch-name {
    position: relative;
    display: block;
}

.DemoonstrationSearch-input {
    position: relative;
    border:1px solid #c20214;
}

.DemoonstrationSearch-input .search-input {
    width: 99%;
    height: 48px;
    background:#f9f5f5;
}

.DemoonstrationSearch-input .search-button {
    background: #c20214;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
}

.DemoonstrationSearch-select {
    width: 100%;
    display: block;
    height: 48px;
    border: none;
    appearance: none;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari 和 Chrome */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    color: #666;
    font-size: 16px;
    background-image: url(../images/search-arrow.png);
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: 98% 50%;
    border-radius: 3px;
    font-family: 微软雅黑;
}

.DemoonstrationSearch-select option {
    appearance: none;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari 和 Chrome */
    padding: 8px 10px;
    color: #000;
    font-size: 16px;
}

.DemoonstrationSearch-input a {
    color: #fff;
    opacity: 0.8;
}

.DemoonstrationSearch-input a.current {
    color: #fff;
    border-bottom: 1px solid #fff;
    opacity: 1;
}

.DemoonstrationSearch-checkbox-name {
    font-size: 16px;
    color: #fff;
    padding: 10px 0;
}

.DemoonstrationSearch-checkbox-ul {
    margin-left: 100px;
}

.DemoonstrationSearch-checkbox-li {
    float: left;
    width: 30%;
    margin-right: 3%;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0;
    font-size: 16px;
}

.DemoonstrationSearch-checkbox {
    margin-right: 5px;
    position: relative;
    top: -2px;
    left: 0;
    appearance: none;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari 和 Chrome */
    width: 16px;
    height: 16px;
    opacity: 0;
}

.DemoonstrationSearch-span {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    background: #fff;
    border-radius: 50%;
    opacity: 1;
    left: 0;
    top: 1px;
}

.DemoonstrationSearch-checkbox:checked + .DemoonstrationSearch-span:before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    left: 50%;
    margin-left: -3px;
    margin-top: -3px;
    background: #9d000b;
    border-radius: 50%;
    top: 50%;
}

.DemoonstrationSearch-label {
    position: relative;
}

.alphabet a {
    display: inline-block;
    margin: 5px 1%;
    /*color: #fff;*/
    font-size: 16px;
    height: 26px;
    line-height: 26px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    text-transform: uppercase;
    opacity: 0.7;
}
.alphabet a:first-of-type {
    margin-left:0;
}

.alphabet a:hover,
.alphabet a.curr {
    border-bottom: 2px solid #fff;
    opacity: 1;
}

.DemoonstrationList {
    margin: 30px 0;
}


.DemoonstrationList-a {
    display: block;
    /*border: 1px solid #e5e5e5;*/
    padding: 25px 3%;
    border-radius:4px;
    overflow: hidden;
    position: relative;
    background:#f7f7f7;

    transition: 600ms;
    -moz-transition: 600ms;
    -webkit-transition: 600ms;
    -o-transition: 600ms;
}

.DemoonstrationList-a:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);

    transition: 600ms;
    -moz-transition: 600ms;
    -webkit-transition: 600ms;
    -o-transition: 600ms;
}


.DemoonstrationList-img {
    /*display: -webkit-flex;*/
    /*display: -moz-flex;*/
    /*display: -ms-flex;*/
    /*display: -o-flex;*/
    /*display: flex;*/
    /*height: 86px;*/
    width: 25%;
    text-align:center;
    line-height:86px;
    float: left;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    background:#fff;
}

.DemoonstrationList-img img {
    max-width: 90%;
    max-height: 86px;
    /*height: auto;*/
    /*width: auto;*/
    /*display: block;*/
    vertical-align: middle;
}


.DemoonstrationList-text-row {
    display: block;
    margin-left: 30%;
}

.DemoonstrationList-name {
    display: block;
    color: #9d000b;
    font-size: 20px;
}

.DemoonstrationList-nameEn {
    font-size: 16px;
    color: #333;
    display: block;
}

.DemoonstrationList-Booth {
    /*position: absolute;*/
    display: block;
    float:left;
    margin-top: 5px;
    padding-left: 25px;
    background: url(../images/DemoonstrationList-Booth.png) left center no-repeat;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    bottom: 25px;
}

/*.DemoonstrationList-a:hover {*/
    /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);*/
/*}*/

.DemoonstrationListPaging {
    margin: 50px 0;
}

.Demoonstration-name {
    margin: 25px 0;
    /*border-bottom: 1px solid #e5e5e5;*/
}

.Demoonstration-nameCn {
    font-size: 24px;
    line-height: 34px;
    color: #000;
    font-weight: normal;
}

.Demoonstration-nameEn {
    font-size: 20px;
    font-weight: normal;
    line-height: 34px;
    color: #000;
}

.Demoonstration-Booth {
    font-size: 16px;
    /*color: #9d000b;*/
    font-weight: normal;
    line-height: 28px;
    /*margin: 15px 0;*/
}

.DemoonstrationSite {
    margin: 20px 0;
    font-size: 16px;
    color: #000;
    min-height:24px;
}
.DemoonstrationSite:after{
    display:block;
    cursor:pointer;
    content: ' ';
}

.DemoonstrationSite a {
    color: #9d000b;
    font-size: 16px;
}

.DemoonstrationSite a:hover {
    text-decoration: underline;
}

.DemoonstrationSite-icon {
    float: left;
    margin-right: 10px;
    margin-top: -2px;
}

.DemoonstrationSite-row {
    margin: 40px 0;
}

.DemoonstrationCompany {
    font-size: 16px;
    color: #000;
    margin: 10px 0;
    line-height: 35px;
}

.DemoonstrationTitle {
    margin-bottom: 20px;
}

.Demoonstration-product {
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 30px;
}

.Demoonstration-product:nth-of-type(2n) {
    margin-right: 0;
}

.Demoonstration-product-a {
    display: block;
}

.Demoonstration-productImg {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    height: 300px;
    border: 1px solid #f5f5f5;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    transition: 400ms;
}

.Demoonstration-productImg:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    transition: 400ms;

}

.Demoonstration-productImg img {
    max-width: 100%;
    max-height: 100%;
}

.Demoonstration-productText {
    display: block;
    font-size: 16px;
    color: #000;
    padding: 14px 0;
}

.Demoonstration-productText span {
    float: right;
    color: #c1010f;
}

.Demoonstration-product-a:hover .Demoonstration-productText {
    color: #9d000b;
}

/* 移动端导航 */
/* html,body{
    height: 100%;
} */
.menu-row {
    width: 60%;
    height: 100%;
    top: 0;
    left: -60%;
    -webkit-transform: translate3d(-100%, 0px, 0px);
    -ms-transform: translate3d(-100%, 0px, 0px);
    -o-transform: translate3d(-100%, 0px, 0px);
    transform: translate3d(-100%, 0px, 0px);
    background: #f9f9f9;
    z-index: 900;
    transition: all .2s;
    box-shadow: inset -3px -10px 9px 0 rgba(187, 187, 187, 0.5);
    min-height: 100%;
    overflow: hidden;
    position: absolute;
}

.menu-close {
    padding: 10px;
    color: #9d000b;
    font-size: 14px;
    display: inline-block;
}

.menu-close .icon-guanbi {
    margin-right: 5px;
}

.menu-li-a,
.sub-menu-a {
    position: relative;
    display: block;
    border-bottom: 1px solid #ddd;
    line-height: 40px;
    padding: 5px 15px;
    color: #9d000b;
    font-size: 16px;
}

.sub-menu-a {
    padding-left: 25px;
}

.sub-menu dd {
    display: none;
}

.sub-menu dd .sub-menu-a {
    padding-left: 35px;
}

.menu-li:first-of-type .menu-li-a {
    border-top: 1px solid #ddd;
}

.hasSubmenu:after {
    content: '>';
    position: absolute;
    right: 5%;
    height: 100%;
    font-family: '宋体';
    font-weight: bold;
    font-size: 20px;
}

.menu-ul a.curr {
    background: #ffe9eb;
    color: #9d000b;
}

.sub-menu-ul {
    display: none;
}

.menu-ul {
    margin-top: 40px;
}

.menu-return {
    position: absolute;
    top: 45px;
    left: 0;
    padding: 5px 10px;
    color: #9d000b;
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    display: none;
}

.menu-return2 {
    display: block;
}

.menu-return span {
    font-family: '宋体';
    font-weight: bold;
    font-size: 18px;
    position: relative;
    top: 1px;
    margin-right: 10px;
}

.indexName {
    line-height: 1.2;
}

.DemoonstrationList-name,
.DemoonstrationList-nameEn {
    overflow: hidden; /*自动隐藏文字*/
    text-overflow: ellipsis; /*文字隐藏后添加省略号*/
    white-space: nowrap; /*强制不换行*/
    width: 100%;
}

.DemoonstrationList-img {
    width: 210px;
}

.DemoonstrationList-text-row {
    margin-left: 250px;
    position:relative;
}

.hintRow {
    position: fixed;
    bottom: 20px;
    width: calc(100% - 20px);
    margin: 0 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.hintTex {
    display: inline-block;
    width: 80%;
    text-align: left;
    float: left;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.hintBtn-row {
    display: inline-block;
    width: 20%;
    text-align: right;
}

.hintBtn {
    font-size: 16px;
    border: 0;
    border-radius: 5px;
    line-height: 2;
    padding: 0 25px;
    color: #fff;
    cursor: pointer;
    background: #c6c6c6;
}

.hintBtn i {
    position: relative;
    top: -1px;
}

.hintBtn:hover {
    opacity: 0.8;
}

.contact {
    padding: 30px;
    background: #eee;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.contact-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.contact-l {
    width: 48%;
    margin-right: 4%;
}

.contact-r {
    width: 48%;
}

.contact-title {
    font-size: 18px;
    line-height: 30px;
    color: #000;
    margin-bottom: 20px;
}

.contact-text {
    font-size: 16px;
    color: #000;
    margin: 8px 0;
}

.title2 {
    font-size: 24px;
    margin-bottom: 0;
}

.grogshopList .TradeList-a {
    border-bottom: 0;
    box-shadow: none;
}

.grogshop-text {
    position: relative;
    display: block;
    margin: 15px auto 0 auto;
}

.grogshop-name {
    display: block;
    margin-right: 100px;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    line-height: 20px;
    width: 100%;
    height: 75px;
}

.grogshop-star {
    /* position: absolute; */
    /* right: 0; */
    top: 3px;
    width: 100%;
    height: 20px;
    display: block;
}

.star {
    display: inline-block;
    float: left;
    margin-left: 2px;
    width: 18px;
    height: 18px;
    background: url(../images/star.png);
}

.starGray {
    background-position: right;
}

.grogshop-site {
    padding-left: 20px;
    background: url(../images/grogshop.png) 0px 5px no-repeat;
    font-size: 14px;
    color: #666;
    font-weight: bold;
    margin-top: 5px;
    display: block;
}

.enrollTitle {
    text-align: center;
    font-size: 24px;
    color: #000;
    line-height: 30px;
    margin: 30px 0;
}

.enroll-p {
    font-size: 16px;
    line-height: 30px;
    margin: 30px 0;
    color: #000;
}

.enroll-information {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    line-height: 30px;
}

.redColor {
    color: #d31221;
}

.hr {
    margin: 50px 0;
    display: block;
    border: 0;
    height: 1px;
    background: #e5e5e5;
}

.TeletextRow {

    margin: 50px 0;
}

.Teletext-img {
    border-radius: 50%;
    overflow: hidden;
    width: 186px;
    height: 186px;
    float: left;
}

.Teletext {
    padding-left: 4%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    height: 186px;
}

.Teletext-text {
    font-size: 16px;
    color: #000;
    line-height: 30px;
}

.TeletextTitle {
    display: block;
    width: 100%;
}

.TeletextTitle {
    font-size: 18px;
    margin: 10px 0;
}

.HostnitRow {
    margin: 50px 0;
    padding: 20px 0;
    background: #f4f4f4;
}

.Hostnit {
    float: left;
    width: 60%;
    padding: 10px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.Hostnit-r {
    width: 40%;
}

.HostnitTitle {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    margin: 5px 0;
}

.HostnitText {
    font-size: 16px;
    color: #000;
}

.loseRow {
    text-align: center;
}

.loseImg {
    margin: 60px 0;
}

.loseImg img {
    max-width: 100%;
}

.losetext {
    color: #000;
    font-size: 24px;
    margin: 20px 0;
}

.lose-a {
    font-size: 18px;
    font-weight: bold;
    color: #9d000b;
}

.lose-a .icon-gengduo1 {
    font-size: 35px;
    font-weight: normal;
    position: relative;
    top: 7px;
}

.exhi-con-logo {
    /*position: absolute;*/
    /*right: 0px;*/
    /*top: 0px;*/
    float:left;
    width:209px;
    text-align:center;
    line-height:86px;
    background:#fff;
}
.exhi-con-logo img{
    max-width: 209px;
    max-height: 86px;
    vertical-align: middle;
}

.exhi-con-info{
    float:left;
    width:calc(82% - 209px);
    margin-left:20px;
}

.Demoonstration-name{
    background:#f6f6f6;
    padding:20px 40px;
}
.Demoonstration-name:after{
    display:block;
    content:' ';
    clear:both;
}
.exhi-con-logo {
    /*position: absolute;*/
    /*right: 0px;*/
    /*top: 0px;*/
    float:left;
    width:209px;
    text-align:center;
    line-height:86px;
    background:#fff;
}
.exhi-con-logo img{
    max-width: 209px;
    max-height: 86px;
    vertical-align: middle;
}
.exhi-con-info{
    float:left;
    width:calc(82% - 245px);
    margin-left:20px;
}

.Demoonstration-name .Demoonstration-make-r{
    /*margin-top:-36px;*/
    top: 0;
    position:absolute;
    bottom: 12px;
    right: 25px;
}

.login-box-a {
    padding: 5px 20px;
    background: #c1010f;
    color: #fff;
    border-radius: 5px;
    font-size: 13px;
    margin-left: 10px;
    line-height: 45px;
}

.login-box-a:hover {
    color: #fff;
    background: #a50813;
}

.pro-con-c-h2 {

    margin-bottom: 15px;
}

.pro-con-c-h2 img {
    margin-right: 10px;
    vertical-align: top;
    margin-top: 5px;
}

.pro-con-c-h2 strong {
    color: #9d000b;
}

.pro-con-introduce-h2 {
    font-size: 18px;
    color: #9d000b;

}

.pro-con-c-h1 {
    font-size: 20px;
    margin-bottom: 25px;
    color: #9d000b;
}

.pro-con-c-p {
    margin-bottom: 30px;
}

.pro-con-tit {
    float: right;
    width: 44%;
    padding: 3%;
    margin-top: 6%;
}

.pro-con-c-img {
    width: 42%;
    padding: 3%;
    float: left;
}

.pro-con-c-img img {
    width: 100%;
    vertical-align: middle;
}

.pro-con-c-img-i {

    line-height: 337px;
}

.pro-con-introduce {
    width: 94%;
    overflow: hidden;
    padding: 3%;
}

.pro-con-c-separated {
    height: 20px;
    width: 100%;
}

.pro-con-introduce-line {
    width: 100%;
    height: 1px;
    background: #eee;
    margin-bottom: 3%;
}

.pro-con-c {
    display: none;
}

.pro-con-wrap {
    width: 1200px;
}

.profiles-item{
    padding: 50px 0;
}
.profiles-item .item-ul{
    padding: 20px 25px 20px 15px;
    margin-bottom: 60px;
    overflow: hidden;
    border: 1px solid #2d2f44;
}
.profiles-item .item-li{
    float: left;
    width: 25%;
    margin: 5px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.profiles-item .item-li p{
    padding: 5px 10px 5px 20px;
    margin-left: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}
.profiles-item .active p{
    background: #9d000b;
    color: #fff;
}
.prd_list_detail{
    overflow: hidden;
    border: 1px solid #ddd;
}
.prd_list_detail ul{
    margin: -1px -1px -1px 0;
    overflow: hidden;
}
.prd_list_detail li {
    float: left;
    width: calc(50% - 1px);
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.prd_list_detail li span {
    display: inline-block;
    padding: 12px 0 10px 15px;
    width: 60px;
    font-size: 14px;
    font-weight: 700;
    color: #0044aa;
}
.prd_list_detail li strong{
    padding: 12px 0 10px 15px;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: -0.5px;
}

@media only screen and (max-width: 1200px) {
    .hintTex {
        display: block;
        float: none;
        margin-bottom: 20px;
    }

    .hintBtn-row {
        text-align: center;
        width: 100%;
    }

    body.show-nav {
        position: relative;
        width: 100%;
        -webkit-transform: translate3d(60%, 0px, 0px);
        -ms-transform: translate3d(60%, 0px, 0px);
        -o-transform: translate3d(60%, 0px, 0px);
        transform: translate3d(60%, 0px, 0px);
    }

    .show-nav .menu-row {
        left: 0;

    }

    .wrap {
        padding: 0 15px;
    }

    .imageText-circle {
        border-radius: 0;
        padding: 20px;
        height: auto !important;
        max-width: inherit !important;
        width: 100% !important;
        margin: 20px 0;
    }

    .imageText-data,
    .imageText-circle-title {
        margin: 0;
    }

    .attention-title {
        font-size: 18px;
    }

    .newsList-row {
        width: 100%;
        margin-right: 0;
    }

    .sidebarB {
        display: none;
    }

    .DemoonstrationSearch-checkbox-li {
        min-width: 200px;
    }

    .exhibitorData {
        margin-left: 5%;
    }

    .exhibitorData-circle3 {
        margin-top: -28%;
        margin-left: 25%;
    }
}

@media only screen and (max-width: 640px) {
    .profiles-item .item-li{
        width: 50%;
    }
    .prd_list_detail li span{
        width: 45px;
    }
    .prd_list_detail li strong{
        padding: 12px 0 10px 6px;
    }
    .index-half {
        width: 100%;
        margin-right: 0 !important;
    }

    .indexNew-row {
        width: 100%;
        margin: 0;
        height: auto;
        overflow: hidden;
        padding: 0;
    }

    .indexNew {
        width: 100% !important;
        border-right: 0 !important;
        padding: 0;
        height: auto;
        margin-bottom: 30px;

    }

    .News-list {
        width: 100% !important;
        margin: 0;
        margin-bottom: 30px;
    }

    .News-row {
        margin: 0;
    }

    .imageText-text {
        position: relative;
    }

    .imageText-img {
        display: none;
    }

    .indexText,
    .imageText-circle {
        margin: 0;
    }

    .indexServe {
        width: 45% !important;
        margin-bottom: 5% !important;
        margin-right: 5% !important;
    }

    .cooperation-row,
    .cooperationTitle {
        display: none;
    }

    .attention-half {
        width: 100%;
        margin: 10px 0;
    }

    .footer_logo-row,
    .sidebarBShare-row {
        display: none;
    }

    .footer-half {
        width: 100%;
    }

    .newsList-img {
        width: 100%;
        float: none;
        height: auto;
        display: block;
    }

    .newsList-img a {
        display: block;
        width: 100%;
        height: auto;
    }

    .newsList-img a img {
        width: 100%;
    }

    .newsList-text-row {
        margin-left: 0;
        width: 100%;
        margin-top: 15px;
    }

    .newsList-text-row {
        height: auto;

    }

    .newsList-detail {
        position: inherit;
    }

    .newsDetial-row {
        width: 100%;
        margin-right: 0;
    }

    .newsDetialPaging-return {
        position: inherit;
    }

    .DemoonstrationSearch-checkbox-li {
        width: 100%;
    }

    .DemoonstrationList-name,
    .DemoonstrationList-nameEn {
        overflow: inherit;
        text-overflow: ellipsis;
        white-space: inherit;
    }

    .DemoonstrationList-img {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .DemoonstrationList-text-row {
        margin-left: 0;
    }

    .DemoonstrationList-Booth {
        position: inherit;
    }

    .attention-row .page > div {
        width: 100%;
        margin-right: 0;

    }

    .exhibitorInformation {
        width: 100%;
        margin: 0;
        margin-top: 30px;
    }

    .exhibitorData {
        width: 100%;
        margin: 0;
        margin-top: 30px;
    }

    .exhibitorData-circle3 {
        padding-left: 18%;
    }

    .exhibitorSquare {
        width: 100%;
        height: auto;
        margin: 0;
    }

    .exhibitorSquare .periodical-a {
        margin-top: 10px;
    }

    .Demoonstration-product {
        width: 100%;
        margin-right: 0;
    }

    .Demoonstration-productImg {
        height: auto;
    }

    .Demoonstration-productImg img {
        width: 100%;
    }

    .Title2 {
        margin: 20px 0;
    }

    .mediaNews-row,
    .mediaNews-more {
        width: 100%;
        float: none;
        margin: 20px 0;
    }

    .PhotoGallery-name {
        margin-bottom: 20px;
    }

    .partners-li {
        width: 48%;
        margin-right: 4%;
    }

    .partners-li:nth-of-type(2n) {
        margin-right: 0;
    }

    .TradeList {
        width: 100%;
        margin-right: 0;
    }

    .contact {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        padding: 20px 10px;
    }

    .contact-row {
        display: block;
    }

    .grogshop-name {
        margin-right: 0;
    }

    .grogshop-star {
        position: inherit;
        width: auto;
        display: block;
        overflow: hidden;
    }

    .Teletext-img {
        text-align: center;
        width: 100%;
        border-radius: 0;
    }

    .Teletext-img img {
        max-width: 100%;
    }

    .Teletext {
        display: block;
        padding: 0;
        height: auto;
    }

    .Hostnit {
        width: 100%;
        padding: 10px;
    }

    .Demoonstration-nameCn {
        font-size: 16px;
    }

    .Demoonstration-Booth {
        font-size: 15px;
        margin-top: 0;
    }

    .exhi-con-logo {
        position: initial;
        margin-bottom: 15px;
    }

    .pro-con-wrap {
        width: 100%;
    }

    .pro-con-tit {
        width: 94%;
    }

    .pro-con-c-img {
        width: 94%;
    }

}

.content_a_show {
    width: 940px;
    margin: auto;
}

.content_a_show p span {
    padding-right: 5px;
}

.content_a_show h3 {
    font-weight: bold;
    font-size: 24px;
}

.content_a_show .content_a_show-box {
    width: 100%;
}

.content_a_show .content_a_show-box h3 {
    text-align: center;
}

.content_a_show .list {
    width: 100%;
    margin-bottom: 2rem;
}

.content_a_show .list ul {
    padding: 0;
    margin-left: -50px;
}

.content_a_show .list ul li {
    width: calc(100% / 2 - 50px);
    margin-bottom: 3rem;
    margin-left: 50px;
    overflow: hidden;
    list-style: none;
    border-bottom: 2px #d00111 solid;
    float: left;
}

.content_a_show .list ul li a {
    display: bold;
    width: 100%;
}

.content_a_show .list ul li a img {
    width: 100%;
}

.content_a_show .list ul li a h4 {
    line-height: 0.3rem;
}

.fcred {
    color: #9d000b;
}

@media screen and (max-width: 940px) {
    .content_a_show {
        width: 100%;
    }

    .content_a_show .content_a_show-box .item {
        width: 100%;
    }

    .content_a_show .list ul li {
        width: calc(100% / 2 - 50px);
    }
}

@media screen and (min-width: 320px) and (max-width: 640px) {
    .content_a_show {
        width: 100%;
    }

    .content_a_show .content_a_show-box .item {
        width: 100%;
    }

    .content_a_show .list ul {
        margin-left: 0px;
    }

    .content_a_show .list ul li {
        width: 100%;
        overflow: hidden;
        float: left;
        margin-left: 0;
    }

    .content_a_show .list ul li a {
        display: block;
        width: 100%;
    }

    .content_a_show .list ul li a img {
        width: 100%;
    }

    .content_a_show .list ul li a h4 {
        line-height: 0.4rem;
    }
}

.content_b_show {
    width: 940px;
    margin: auto;
}

.content_b_show p span {
    padding-right: 5px;
}

.content_b_show h3 {
    font-weight: bold;
    font-size: 24px;
}

.content_b_show .content_b_show-box {
    width: 100%;
}

.content_b_show .content_b_show-box .item {
    width: 50%;
    float: left;
}

.content_b_show .content_b_show-box .box-l h3, .content_b_show .content_b_show-box .box-l p {
    padding-right: 20px;
}

.content_b_show .content_b_show-box .box-l h3 {
    padding-top: 20px;
}

.content_b_show .content_b_show-box .box-l p {
    line-height: 30px;
    padding-top: 20px;
}

.content_b_show .do-box {
    margin-bottom: 2rem;
}

.content_b_show .do-box .list {
    border: 1px #ddd solid;
    padding: 0;
}

.content_b_show .do-box .list li {
    list-style: none;
    border-bottom: 1px #ddd solid;
}

.content_b_show .do-box .list li p {
    background: url(../images/arro.png) no-repeat 98% center;
    cursor: pointer;
    min-height: 30px;
    font-weight: bold;
}

.content_b_show .do-box .list li p span {
    padding-left: 20px;
}

.content_b_show .do-box .list li .hidbox {
    display: none;
    padding: 0 2rem;
    padding-bottom: 2rem;
}


.smart-item img {
    width: auto;
    max-width: 100%;
}

.contact-lx-img .dianj img {
    margin-left: 40px;
    vertical-align: sub;
}

.content_b_show .do-box .list li:last-child {
    border-bottom: none;
}

.fcred {
    color: #9d000b;
}

@media screen and (max-width: 940px) {
    .content_b_show {
        width: 100%;
    }

    .content_b_show .content_b_show-box .item {
        width: 100%;
    }
}

/*资料展示*/
.content-box {
    width: 100%;

    clear: both;
    overflow: hidden;
}

.content .content-box .item {
    width: 50%;
    float: left;
}

.content .content-box .box-l h3, .content .content-box .box-l p {
    padding-right: 20px;
}

.content .content-box .box-l h3 {
    padding-top: 20px;
}

.content .content-box .box-l p {
    line-height: 30px;
    padding-top: 20px;
}

.content .do-box {
    margin-bottom: 2rem;
    margin-top: 38px;
}

.hbox .fcred {
    margin-top: 62px;
    font-size: 30px;
}

.content .do-box .list {
    border: 1px #ddd solid;
    padding: 0;
}

.content .do-box .list li {
    line-height: 30px;
    list-style: none;
    border-bottom: 1px #ddd solid;
}

.content .do-box .list li p {
    background: url(../images/arro.png) no-repeat 98% center;
    cursor: pointer;
    font-weight: bold;
}

.content .do-box .list li p span {
    line-height: 60px;
    padding-left: 20px;
}

.content .do-box .list li .hidbox {
    display: none;
    padding: 0 2rem;
    padding-bottom: 2rem;
}

.content .do-box .list li:last-child {
    border-bottom: none;
}

.fcred {
    color: #9d000b;
}

.current-cooperation {
    background: url(../images/arro-top.png) no-repeat 98% center !important;
}

@media screen and (max-width: 940px) {
    .content {
        width: 100%;
    }

    .content .content-box .item {
        width: 100%;
    }
}

/*展商指南*/

.guide-box h3 {
    text-align: center;
    font-size: 24px;
    padding-bottom: 2rem;
}

.guit-list ul {
    margin-top: 30px;
    padding: 0;
    margin-left: -50px;
}

.guit-list ul li {
    width: calc(100% / 2 - 50px);
    margin-bottom: 3rem;
    margin-left: 50px;
    overflow: hidden;
    list-style: none;
    border-bottom: 2px #d00111 solid;
    float: left;
}

.guit-list ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.guit-list ul li a:hover {
    color: #9d000b;
}

.guit-list ul li a img {
    width: 100%;
}

.guit-list ul li h4 {
    height: 50px;
    line-height: 50px;
    display: block;

}

.News-list2 {
    width: 100%;
    float: none;
    padding: 4%;
    margin-top: 60px;
}

@media screen and (max-width: 940px) {
    .content {
        width: 100%;
    }

    .content .content-box .item {
        width: 100%;
    }

    .guit-list ul li {
        width: calc(100% / 2 - 50px);
    }
}

@media screen and (min-width: 320px) and (max-width: 640px) {
    .content {
        width: 100%;
    }

    .content .content-box .item {
        width: 100%;
    }

    .guit-list ul {
        margin-left: 0px;
    }

    .guit-list ul li {
        width: 100%;
        overflow: hidden;
        float: left;
        margin-left: 0;
    }

    .guit-list ul li a {
        display: bold;
        width: 100%;
    }

    .guit-list ul li a img {
        width: 100%;
    }

    .guit-list ul li a h4 {
        line-height: 0.4rem;
    }
}

/*联系我们*/
.from-box {
    border: 1px #d6d6d6 solid;
    padding: 50px;
    font-size: 16px;
}

.from-box h3 {
    font-size: 24px;
    color: #9d000b;
    padding-bottom: 40px;
}

.from-box .formbox .item {
    width: 100%;
    margin-bottom: 30px;
}

.from-box .formbox .item .meg-box {
    display: block;
    padding-bottom: 10px;
}

.from-box .formbox .item .pb10 {
    padding-bottom: 10px;
}

.from-box .formbox .item .tex-box {
    width: 100%;
    height: 100px;
    resize: none;
    background-color: #f2f2f2;
    border: none;
    padding: 1rem;
    outline: none;
}

.from-box .formbox .item .emaibox {
    min-width: 92%;
    height: 36px;
    outline: none;
    line-height: 36px;
    border: 1px #e5e5e5 solid;
    outline: none;
    text-indent: 1rem;
}

.from-box .formbox .item .iam .callbox {
    padding-bottom: 10px;
}

.from-box .formbox .item .iam .ipb-box {
    border: none;
    border-bottom: 1px #ddd solid;
    outline: none;
    padding-left: 10px;
}

.from-box .formbox .item .iam label {
    min-width: 150px;
    margin-right: 20px;
}

.from-box .formbox .item .iam label span {
    padding-left: 10px;
}

.from-box .formbox .item .interest label {
    display: block;
    padding-bottom: 10px;
}

.from-box .formbox .item .interest label span {
    padding-left: 10px;
}

.from-box .formbox .item .box-i {
    width: 45%;
    float: left;
    margin-right: 20px;
    margin-bottom: 30px;
}

.from-box .formbox .item .box-i p {
    line-height: 24px;
}

.from-box .formbox .item .box-i input, .from-box .formbox .item .box-i select {
    height: 40px;
    width: 99%;
    border: 1px #e5e5e5 solid;
    outline: none;
    text-indent: 1rem;
}

.from-box .formbox .item .box-i:last-child {
    margin-bottom: 0;
}

.from-box .formbox .item .phone-box select {
    min-width: 100px;
    height: 40px;
    line-height: 40px;
    outline: none;
}

.from-box .formbox .item .phone-box input {
    min-width: 80%;
    height: 36px;
    outline: none;
    line-height: 36px;
    border: 1px #e5e5e5 solid;
    outline: none;
    text-indent: 1rem;
}

.from-box .formbox .box-brns {
    margin: auto;
    text-align: center;
}

.from-box .formbox .btnbox {
    width: 180px;
    height: 50px;
    line-height: 50px;
    border-radius: 40px;
    border: none;
    font-family: "微软雅黑";
    background-color: #9d000b;
    outline: none;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

.from-box .formbox .resetbox {
    width: 50px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    background-color: #fff;
    border: none;
    outline: none;
    color: #999;
}

@media only screen and (max-width: 1200px) {
    .from-box .formbox .item .box-i {
        width: 100%;
        margin-right: 0;
    }
}

/*资料下载*/
.doc-down h3 {
    font-size: 24px;
    padding-left: 1rem;
}

.doc-down ul {
    border: 1px #e5e5e5 solid;
}

.doc-down ul li:last-child {
    border-bottom: none;
}

.doc-down ul li {
    line-height: 32px;
    height: 70px;
    line-height: 70px;
    border-bottom: 1px #e5e5e5 solid;
}

.doc-down ul li .text-box {
    display: inline-block;
    margin-left: 1rem;
    width: 70%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.doc-down ul li .btnbox {
    cursor: pointer;
    position: relative;
    width: 96px;
    float: right;
}

.doc-down ul li .btnbox .icontbox {
    background-color: #e60012;
    width: 32px;
    height: 32px;
    display: inline-block;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    margin-left: 10px;
    position: absolute;
    top: 20px;
    line-height: 30px;
}

@media only screen and (max-width: 378px) {
    .doc-down ul li .text-box {
        width: 50%;
    }
}

/*展馆交通*/
.traffic-box {
    line-height: 24px;
    font-size: 16px;
}

.traffic-box h3 {
    font-size: 24px;
    color: #9d000b;
    padding-bottom: 54px;
}

.traffic-box h4 {
    font-size: 18px;
    padding-top: 24px;
}

.traffic-box .con-text {
    padding-top: 30px;
    padding-bottom: 46px;
}

.traffic-box .goway-box {
    width: 100%;
}

.traffic-box .goway-box .item {
    width: 100%;
    min-height: 150px;
    margin-bottom: 50px;
    background-size: 177px 53px;
}

.traffic-box .goway-box .item p {
    padding-left: 230px;
}

.traffic-box .goway-box .bgtaxi {
    background: url(../images/taxi.png) no-repeat left top;
}

.traffic-box .goway-box .metro {
    background: url(../images/metro.png) no-repeat left top;
}

.traffic-box .goway-box .train {
    background: url(../images/train.png) no-repeat left top;
}

.traffic-box .goway-box .aerotrain {
    background: url(../images/aerotrain.png) no-repeat left top;
}

.traffic-box .goway-box .cable {
    background: url(../images/cable.png) no-repeat left top;
}

.traffic-box .goway-box .bus {
    background: url(../images/bus.png) no-repeat left top;
}

.traffic-box .traffic-inf {
    width: 100%;
    min-height: 200px;
    background-color: #f5f5f5;
}

.traffic-box .traffic-inf ul {
    width: 90%;
    margin: auto;
    padding-top: 20px;
}

.traffic-box .traffic-inf ul li {
    float: left;
    line-height: 40px;
    min-width: 30%;
}

.traffic-box .traffic-inf ul li a {
    color: #000;
}

@media only screen and (max-width: 1200px) {
    .traffic-box {
        padding: 1rem;
    }

    .traffic-box h3 {
        font-size: 20px;
    }

    .traffic-box .goway-box .item {
        min-height: 120px;
        padding-top: 70px;
    }

    .traffic-box .goway-box .item p {
        padding-left: 1rem;
    }

    .traffic-box .traffic-inf ul li {
        float: none;
    }
}

/*周边餐饮*/
.catering-box {
    font-size: 16px;
    width: 100%;
}

.catering-box .textbox {
    height: 40px;
    padding: 0 1rem 50px 1rem;
}

.catering-box ul {
    width: 100%;
    min-height: 400px;
    clear: both;
    margin-right: -40px;
}

.catering-box ul li {
    width: calc(100% / 2 - 40px);
    float: left;
    margin-right: 40px;
    border-bottom: 2px #e60012 solid;
    margin-bottom: 40px;
}

.catering-box ul li img {
    width: auto;
    max-width: 100%;
}

.catering-box ul li .downbox {
    height: 40px;
    margin-top: 20px;
}

.catering-box ul li .downbox .text-box {
    display: inline-block;
    font-weight: bold;
    margin-left: 1rem;
    width: 70%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.catering-box ul li .downbox .btnbox {
    cursor: pointer;
    position: relative;
    width: 96px;
    float: right;
}

.catering-box ul li .downbox .btnbox .icontbox {
    background-color: #e60012;
    width: 32px;
    height: 32px;
    display: inline-block;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    margin-left: 10px;
    position: absolute;
    top: -5px;
    line-height: 30px;
}

@media only screen and (max-width: 700px) {
    .catering-box {
        width: 100%;
    }

    .catering-box ul li {
        width: 100%;
    }

    .catering-box ul li .downbox .text-box {
        width: 50%;
    }
}

/*休闲旅游*/
.travel-box {
    font-size: 16px;
    line-height: 24px;
}

.travel-box img {
    max-width: 100%;
    width: auto;
}

.travel-box p:first-child {
    padding-bottom: 20px;
}

.travel-box .content-box {
    margin-top: 20px;
}

.travel-box .content-box .itembox {
    position: relative;
    width: 50%;
    float: left;
}

.travel-box .content-box .itembox .inf-box::after {
    content: url(../images/arro1.png);
    position: absolute;
    vertical-align: middle;
    display: inline-block;
    margin-top: 3px;
    margin-left: 30px;
}

.travel-box .content-box .itembox p {
    padding-right: 10px;
}

.travel-box .content-box .itembox img {
    max-width: 100%;
    float: right;
}

@media only screen and (max-width: 830px) {
    .travel-box .content-box .itembox {
        margin-bottom: 20px;
        width: 100%;
    }

    .travel-box .content-box .itembox img {
        float: none;
    }
}

/*参展计划*/
.fcred {
    color: #e60012;
}

.exhibitors-box {
    width: 100%;
    min-height: 400px;
    height: auto;
}

.exhibitors-box img {
    max-width: 100%;
    width: auto;
}

.exhibitors-box .content-box {
    margin-top: 30px;
}

.exhibitors-box .processbox {
    margin-top: 50px;
    min-height: 420px;
}

.exhibitors-box .processbox .item-l {
    width: 84px;
    text-align: center;
    float: left;
}

.exhibitors-box .processbox .item-l .circle {
    border: 1px #f00 solid;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    background-color: #9d000b;
    margin: auto;
}

.exhibitors-box .processbox .item-l .linebox {
    width: 2px;
    background-color: #9d000b;
    height: 48px;
    display: block;
    margin: auto;
}

.exhibitors-box .processbox .item-l .h88 {
    height: 88px;
}

.exhibitors-box .processbox .item-l .bagcircle {
    width: 80px;
    height: 80px;
    background-color: #fff;
    border: 2px #9d000b solid;
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    margin: auto;
    font-size: 18px;
    color: #9d000b;
}

.exhibitors-box .processbox .item-r {
    width: calc(100% - 164px);
    margin-left: 80px;
    float: left;
}

.exhibitors-box .processbox .item-r .titbox {
    font-size: 24px;
    padding-bottom: 20px;
    font-weight: bold;
    color: #9d000b;
}

.exhibitors-box .processbox .item-r .btnbox li {
    width: 158px;
    height: 38px;
    border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #65000e;
    text-align: center;
    line-height: 38px;
    color: #fff;
    float: left;
    margin-right: 2px;
    cursor: pointer;
}

.exhibitors-box .processbox .item-r .btnbox li.activite {
    background-color: #9d000b;
    padding-bottom: 2px;
}

.exhibitors-box .processbox .item-r .content-box {
    clear: both;
    border-top: 2px #9d000b solid;
    width: 100%;
    min-height: 300px;
}

.exhibitors-box .processbox .item-r .content-box .disnone {
    display: none;
}

.exhibitors-box .processbox .item-r .content-box .itembox {
    padding-top: 30px;
    line-height: 30px;
}

.exhibitors-box .processbox .item-r .content-box .itembox .afterbox {
    position: relative;
    display: block;
}

.exhibitors-box .processbox .item-r .content-box .itembox .afterbox span {
    padding-left: 26px;
    color: #9d000b;
    font-weight: bold;
}

.exhibitors-box .processbox .item-r .content-box .itembox .afterbox::before {
    content: url(../images/arro1.png);
    position: absolute;
    vertical-align: middle;
    display: inline-block;
    margin-top: 3px;
}

.mid-box {
    padding-top: 50px;
    background-color: #eeeeee;
    min-height: 360px;
    width: 100%;
}

.mid-box .minwap {
    margin: 0 auto;
    max-width: 1200px;
}

.mid-box .minwap .item-l {
    width: 84px;
    text-align: center;
    float: left;
}

.mid-box .minwap .item-l .circle {
    border: 1px #f00 solid;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    background-color: #9d000b;
    margin: auto;
}

.mid-box .minwap .item-l .linebox {
    width: 2px;
    background-color: #9d000b;
    height: 48px;
    display: block;
    margin: auto;
}

.mid-box .minwap .item-l .h88 {
    height: 88px;
}

.mid-box .minwap .item-l .bagcircle {
    width: 80px;
    height: 80px;
    background-color: #fff;
    border: 2px #9d000b solid;
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    margin: auto;
    font-size: 18px;
    color: #9d000b;
}

.mid-box .minwap .item-r {
    width: calc(100% - 164px);
    margin-left: 80px;
    float: left;
}

.mid-box .minwap .item-r .titbox {
    padding-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #9d000b;
}

.mid-box .minwap .item-r .btnbox li {
    width: 158px;
    height: 38px;
    border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #65000e;
    text-align: center;
    line-height: 38px;
    color: #fff;
    float: left;
    margin-right: 2px;
    cursor: pointer;
}

.mid-box .minwap .item-r .btnbox li.activite {
    background-color: #9d000b;
    padding-bottom: 2px;
}

.mid-box .minwap .item-r .content-box {
    clear: both;
    border-top: 2px #9d000b solid;
    width: 100%;
    min-height: 300px;
}

.mid-box .minwap .item-r .content-box .disnone {
    display: none;
}

.mid-box .minwap .item-r .content-box .itembox {
    padding-top: 30px;
    line-height: 30px;
}

.mid-box .minwap .item-r .content-box .itembox .imgbox {
    clear: both;
    height: 88px;
}

.mid-box .minwap .item-r .content-box .itembox .imgbox .box-l {
    width: 88px;
    height: 88px;
    float: left;
    margin-right: 24px;
}

.mid-box .minwap .item-r .content-box .itembox .imgbox .box-r {
    vertical-align: top;
    float: left;
}

.mid-box .minwap .item-r .content-box .itembox .imgbox .box-r .afterweixin {
    position: relative;
    display: block;
    padding-bottom: 0;
    font-weight: bold;
    font-size: 16px;
}

.mid-box .minwap .item-r .content-box .itembox .imgbox .box-r .afterweixin::after {
    content: url(../images/weichac.png);
    position: absolute;
    vertical-align: middle;
    display: inline-block;
    margin-top: 3px;
    padding-left: 20px;
}

.mid-box .minwap .item-r .content-box .itembox .afterbox {
    clear: both;
    position: relative;
    display: block;
}

.mid-box .minwap .item-r .content-box .itembox .afterbox span {
    padding-left: 26px;
    color: #9d000b;
    font-weight: bold;
}

.mid-box .minwap .item-r .content-box .itembox .afterbox::before {
    content: url(../images/arro1.png);
    position: absolute;
    vertical-align: middle;
    display: inline-block;
    margin-top: 3px;
}

.box-last .item-l {
    width: 84px;
    text-align: center;
    float: left;
}

.box-last .item-l .circle {
    border: 1px #f00 solid;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    background-color: #9d000b;
    margin: auto;
}

.box-last .item-l .linebox {
    width: 2px;
    background-color: #9d000b;
    height: 48px;
    display: block;
    margin: auto;
}

.box-last .item-l .h88 {
    height: 88px;
}

.box-last .item-l .bagcircle {
    width: 80px;
    height: 80px;
    background-color: #fff;
    border: 2px #9d000b solid;
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    margin: auto;
    font-size: 18px;
    color: #9d000b;
}

.box-last .item-r {
    width: calc(100% - 164px);
    margin-left: 80px;
    float: left;
}

.box-last .item-r .titbox {
    padding-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #9d000b;
}

.box-last .item-r .btnbox li {
    width: 158px;
    height: 38px;
    border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #65000e;
    text-align: center;
    line-height: 38px;
    color: #fff;
    float: left;
    margin-right: 2px;
    cursor: pointer;
}

.box-last .item-r .btnbox li.activite {
    background-color: #9d000b;
    padding-bottom: 2px;
}

.box-last .item-r .content-box {
    clear: both;
    border-top: 2px #9d000b solid;
    width: 100%;
    min-height: 300px;
}

.box-last .item-r .content-box .disnone {
    display: none;
}

.box-last .item-r .content-box .itembox {
    padding-top: 30px;
    line-height: 30px;
}

.box-last .item-r .content-box .itembox .imgbox {
    clear: both;
    height: 88px;
}

.box-last .item-r .content-box .itembox .imgbox .box-l {
    width: 88px;
    height: 88px;
    float: left;
    margin-right: 24px;
}

.box-last .item-r .content-box .itembox .imgbox .box-r {
    vertical-align: top;
    float: left;
}

.box-last .item-r .content-box .itembox .imgbox .box-r .afterweixin {
    padding-top: 20px;
    position: relative;
    display: block;
    padding-bottom: 0;
    font-weight: bold;
    font-size: 16px;
}

.box-last .item-r .content-box .itembox .imgbox .box-r .afterweixin::after {
    content: url(../images/weichac.png);
    position: absolute;
    vertical-align: middle;
    display: inline-block;
    margin-top: 3px;
    padding-left: 20px;
}

.box-last .item-r .content-box .itembox .afterbox {
    clear: both;
    position: relative;
    display: block;
}

.box-last .item-r .content-box .itembox .afterbox span {
    padding-left: 26px;
    color: #9d000b;
    font-weight: bold;
}

.box-last .item-r .content-box .itembox .afterbox::before {
    content: url(../images/arro1.png);
    position: absolute;
    vertical-align: middle;
    display: inline-block;
    margin-top: 3px;
}

@media only screen and (max-width: 1200px) {
    .exhibitors-box {
        width: 100%;
    }

    .exhibitors-box .processbox .item-l {
        display: none;
    }

    .exhibitors-box .processbox .item-r {
        width: 100%;
        margin-left: 0;
    }

    .mid-box .minwap .item-l {
        display: none;
    }

    .mid-box .minwap .item-r {
        width: 100%;
        margin-left: 0;
    }

    .box-last .item-l {
        display: none;
    }

    .box-last .item-r {
        width: 100%;
        margin-left: 0;
    }
}

@media only screen and (max-width: 640px) {
    .exhibitors-box {
        width: 100%;
    }

    .exhibitors-box .processbox .item-l {
        display: none;
    }

    .exhibitors-box .processbox .item-r {
        width: 100%;
        margin-left: 0;
    }

    .exhibitors-box .processbox .item-r .btnbox li {
        width: 23%;
        margin-right: 4px;
        margin-bottom: 10px;
        border-radius: 4px;
    }

    .exhibitors-box .processbox .item-r .btnbox li.activite {
        padding-bottom: 0;
    }

    .mid-box .minwap .item-l {
        display: none;
    }

    .mid-box .minwap .item-r {
        width: 100%;
        margin-left: 0;
    }

    .mid-box .minwap .item-r .btnbox li {
        width: 23%;
        margin-right: 4px;
        margin-bottom: 10px;
        border-radius: 4px;
    }

    .mid-box .minwap .item-r .btnbox li.activite {
        padding-bottom: 0;
    }

    .box-last .item-l {
        display: none;
    }

    .box-last .item-r {
        width: 100%;
        margin-left: 0;
    }

    .box-last .item-r .btnbox li {
        width: 23%;
        margin-right: 4px;
        margin-bottom: 10px;
        border-radius: 4px;
    }

    .box-last .item-r .btnbox li.activite {
        padding-bottom: 0;
    }
}

/*全球展*/
.mapwap {
    width: 100%;
}

.mapwap .textbox {
    line-height: 25px;
    font-size: 14px;
    font-weight: normal;
    min-height: 300px;
}

.mapwap .textbox p {
    padding-bottom: 46px;
    overflow-wrap: break-word;
}

.mapwap .mapbox {
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    background-size: cover;
}

.mapwap .mapbox img {
    width: auto;
    max-width: 100%;
    margin: auto;
}

.mapwap .mapbox .hotbox {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.mapwap .mapbox .hotbox .hot {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    cursor: pointer;
}

.mapwap .mapbox .hotbox span {
    background: none;
}

.mapwap .mapbox .hotbox .hot1 {
    top: 79px;
    left: 91px;
}

.mapwap .mapbox .hotbox .hot2 {
    top: 251px;
    left: 203px;
}

.mapwap .mapbox .hotbox .hot3 {
    top: 193px;
    left: 449px;
}

.mapwap .mapbox .hotbox .hot4 {
    top: 33px;
    left: 427px;
}

.mapwap .mapbox .hotbox .hot5 {
    top: 94px;
    left: 563px;
}

.mapwap .mapbox .hotbox .hot6 {
    top: 42px;
    left: 658px;
}

.mapwap .mapbox .hotbox .hot7 {
    top: 283px;
    left: 793px;
}

.boxinpop-top {
    background: url(../images/bgpop.png) no-repeat;
    position: absolute;
    top: -34px;
    left: 34px;
    z-index: 111;
    width: 102px;
    height: 43px;
}

.mapwap .mapbox .hotbox .boxpop .boxinpop {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    position: relative;
    margin-top: 34px;
    padding: 35px;
    width: 93%;
    height: auto;
    background-color: #fff;
}

.mapwap .mapbox .hotbox .boxpop .boxinpop .upbox {
    height: 84px;
}

.mapwap .mapbox .hotbox .boxpop .boxinpop .upbox .box-l {
    width: 64px;
    float: left;
    display: none;
}

.mapwap .mapbox .hotbox .boxpop .boxinpop .upbox .box-r {
    width: 150px;
    padding-left: 30px;
    float: left;
}

.mapwap .mapbox .hotbox .boxpop .boxinpop .upbox .box-r .tit {
    font-size: 18px;
    color: #9d000b;
}

.mapwap .mapbox .hotbox .boxpop .boxinpop .upbox .box-r .pbox {
    padding-top: 15px;
    line-height: 25px;
    display: none;
}

.boxdown p {
    line-height: 25px;
}

.mapwap .mapbox .hotbox .boxpop .boxinpop .boxdown {
    font-weight: normal;
    clear: both;
}

.mapwap .mapbox .hotbox .boxpop .boxinpop .upbox .box-r .tit {
    line-height: 25px;
    width: 100%;
}

@media only screen and (max-width: 1200px) {
    .mapwap .mapbox .hotbox {
        display: none;
    }
}

/*关注我们*/
.attention-box {
    width: 100%;
}

.attention-box img {
    max-width: 100%;
    width: auto;
}

.attention-box .bottom-box {
    width: 100%;
    min-height: 100px;
    margin-top: 45px;
}

.attention-box .bottom-box ul li {
    float: left;
    margin-right: 96px;
}

.attention-box .bottom-box ul li .tit {
    font-size: 16px;
}

.attention-box .bottom-box ul li .iconbox {
    width: 142px;
    height: 104px;
    background-size: cover;
    margin-top: 24px;
    background-repeat: no-repeat;
}

.attention-box .bottom-box ul li .bgweichct {
    background: url(../images/bigwchact.png);
}

.attention-box .bottom-box ul li .bglinkedIn {
    background: url(../images/in.png);
}

.attention-box .bottom-box ul li .beforebox {
    margin-top: 24px;
}

.attention-box .bottom-box ul li .beforebox span {
    padding-left: 30px;
    color: #e60012;
}

.attention-box .bottom-box ul li .beforebox::before {
    content: url(../images/arro1.png);
    position: absolute;
    vertical-align: middle;
    display: inline-block;
    margin-top: 3px;
}

/*弹框*/
.enew-box {
    z-index: 10000;
    width: 100%;
    height: 100%;
}

.enew-box .pop-box {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.enew-box .enews-content {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 946px;
    max-height: 710px;
    background-color: #fff;
    z-index: 999999;
}

.enew-box .enews-content .titbox {
    font-size: 30px;
    color: #9d000b;
    padding-top: 56px;
    padding-left: 70px;
    padding-bottom: 24px;
}

.enew-box .enews-content .btnbox {
    border: none;
    font-size: 20px;
    font-family: "微软雅黑";
    display: block;
    width: 204px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #9d000b;
    color: #fff;
    border-radius: 50px;
    margin: 65px auto;
    cursor: pointer;
}

.enew-box .enews-content .closebtn-box {
    cursor: pointer;
    position: absolute;
    right: 21px;
    top: 21px;
    line-height: 28px;
    font-size: 15px;
}

.enew-box .enews-content .closebtn-box span {
    text-align: center;
    display: inline-block;
    width: 26px;
    height: 26px;
    border: 1px #ddd solid;
    border-radius: 26px;
    margin-left: 10px;
    color: #666666;
    font-size: 16px;
    line-height: 25px;
}

.enew-box .enews-content .items {
    margin-top: 20px;
    padding-left: 70px;
    padding-right: 70px;
    font-size: 14px;
}

.enew-box .enews-content .items .texspan {
    width: 10%;
    overflow: hidden;
    float: left;
}

.enew-box .enews-content .items .titbox-top {
    margin-bottom: 34px;
}

.enew-box .enews-content .items-con {
    padding: 30px 20px;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    background: #f7f7f7;
    margin: 40px 70px 0;
}

.enew-box .enews-content .items-con input {
    float: left;
    width: 3%;
    margin-top: 5px;
}

.enew-box .enews-content .items-con label {
    float: right;
    display: block;
    width: 97%;
}

.enew-box .enews-content .items text {
    margin-top: 34px;
}

.enew-box .enews-content .items .sexbox {
    display: inline-block;
}

.enew-box .enews-content .items .texspan span {
    color: #e60012;
}

.enew-box .enews-content .items .inps {
    display: inline-block;
    margin-left: 40px;
}

.enew-box .enews-content .items .inps label {
    margin-right: 40px;
}

.enew-box .enews-content .items .inps label span {
    padding-left: 10px;
}

.enew-box .enews-content .items .inps .inpscss {
    width: 340px;
    height: 40px;
    outline: none;
    border: 1px #ddd solid;
    padding: 0 10px;
}

.enew-box .enews-content .items .inps .ml30 {
    margin-left: 30px;
}

@media only screen and (max-width: 640px) {

    .contant-img-n {
        text-align: left !important;
        line-height: initial;
    }

    .contant-img-n img {
        width: auto !important;
    }
}

@media only screen and (max-width: 960px) {
    .enew-box .enews-content {
        width: 100%;
        height: 100%;
    }

    .enew-box .enews-content .titbox {
        padding-left: 10px;
    }

    .enew-box .enews-content .items {
        padding-left: 10px;
        padding-right: 10px;
    }

    .enew-box .enews-content .items .inps {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }

    .enew-box .enews-content .items .inps .sexbox {
        width: 100%;
        margin-top: 10px;
    }

    .enew-box .enews-content .items .inps .ml30 {
        margin-left: 0;
    }

    .enew-box .enews-content .items-con {
        margin: 20px 10px 0;
    }
}

/*资料下载*/
.doc-down h3 {
    font-size: 24px;
    padding-left: 1rem;
}

.doc-down ul {
    border: 1px #e5e5e5 solid;
}

.doc-down ul li:last-child {
    border-bottom: none;
}

.doc-down ul li {
    line-height: 32px;
    height: 70px;
    line-height: 70px;
    border-bottom: 1px #e5e5e5 solid;
}

.doc-down ul li .text-box {
    display: inline-block;
    margin-left: 1rem;
    width: 70%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.doc-down ul li .btnbox {
    cursor: pointer;
    position: relative;
    width: 96px;
    float: right;
}

.doc-down ul li .btnbox .icontbox {
    background-color: #e60012;
    width: 32px;
    height: 32px;
    display: inline-block;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    margin-left: 10px;
    position: absolute;
    top: 20px;
    line-height: 30px;
}

@media only screen and (max-width: 378px) {
    .doc-down ul li .text-box {
        width: 50%;
    }
}

/*-----观展计划样式-----*/
.content_c {
    width: 944px;
    margin: 3% auto 0;
    overflow: hidden;
}

.guanz {
    width: 100%;
    overflow: hidden;
    color: #000;
}

.guanz h2 {
    color: #9d000b;
    font-size: 24px;
    margin-bottom: 39px;
}

.guanz h3 {
    font-size: 18px;
    margin-top: 27px;
    margin-bottom: 18px;
}

.guanz p {
    font-size: 16px;
    line-height: 25px;
}

.zhanhq {
    width: 100%;
    overflow: hidden;
    padding: 50px 0;
}

.zhanhq_l {
    float: left;
    height: 250px;
    width: 88px;
    line-height: 237px;
    text-align: center;
    font-size: 18px;
    color: #9d000b;
    margin-left: 25px;
    position: relative;
}

.jiantou {
    width: 26px;
    height: 26px;
    overflow: hidden;
    background: #9d000b;
    line-height: 26px;
    border-radius: 15px;
    text-align: center;
    margin: 0 auto;
}

.jiantou_con {
    width: 80px;
    height: 80px;
    border-radius: 80px;
    background: #fff;
    border: 3px solid #9d000b;
    line-height: 80px;
    font-weight: 600;
    font-size: 18px;
    margin-top: 48px;
}

.jiantou_x {
    border-left: 2px solid #9d000b;
    height: 227px;
    position: absolute;
    top: 25px;
    left: 43px;
    z-index: -1;
}

.zhanhq_c {
    width: 944px;
    overflow: hidden;
    margin: 0 auto;
}

.zhanhq_r {
    width: 750px;
    height: auto;
    float: right;
}

.zhanhq_tit {
    font-size: 24px;
    color: #9d000b;
    font-weight: bold;
    margin-bottom: 28px;
}

.zhanhq_r .tab {
    overflow: hidden;
    width: 100%;
    height: 37px;
    border-bottom: 1px solid #9d000b;
    font-size: 16px;
    text-align: center;
}

.zhanhq_r .tab a {
    display: block;
    width: 158px;
    float: left;
    text-decoration: none;
    color: #333;
    line-height: 37px;
    height: 36px;
    overflow: hidden;
    margin-right: 3px;
    background: #65000e;
    color: #fff;
    border-radius: 5px 5px 0 0;
}

.zhanhq_r .tab a:hover {
    background: #9d000b;
    color: #fff;
    text-decoration: none;
    height: 37px;
    overflow: hidden;
}

.zhanhq_r .tab a.on {
    background: #9d000b;
    color: #fff;
    text-decoration: none;
    height: 37px;
    overflow: hidden;
}

.zhanhq_r .tab-content {
    width: 100%;
    overflow: hidden;
    height: 230px;
}

.zhanhq_r .tab-content ul {
    position: relative;
    left: 0;
    top: 0;
    height: auto;
}

.zhanhq_r .tab-content li {
    width: 100%;
    min-height: 280px;
    float: left;
    padding: 28px 0;
}

.zhanhq_r .tab-content li p {
    font-size: 15px;
    line-height: 25px;
}

.zhanhq_r .tab-content li h4 {
    font-size: 16px;
    color: #e60012;
    margin-top: 13px;
    margin-bottom: 12px;
}

.zhanhq_r .tab-content li h4 i.iconfont.icon-gengduo1 {
    font-size: 34px;
    float: left;
}

.zhanhq_r .tab-content li h4 a {
    color: #9d000b;
}

.zhanhq_r .tab-content li h4 a:hover {
    color: #9d000b;
}

.zhanhq_r .tab-content li h4 img {
    float: left;
    margin: 2px 8px 0 0;
}

.zhanhq_l_z {
    float: left;
    height: 301px;
    width: 86px;
    line-height: 337px;
    text-align: center;
    font-size: 18px;
    color: #9d000b;
    margin-left: 25px;
    position: relative;
    z-index: 1;
}

.jiantou_z {
    width: 37px;
    height: 34px;
    overflow: hidden;
    line-height: 26px;
    text-align: center;
    margin: 0 auto;
}

.jiantou_con_c {
    width: 80px;
    height: 80px;
    border-radius: 80px;
    background: #fff;
    border: 3px solid #9d000b;
    line-height: 80px;
    font-weight: 600;
    font-size: 18px;
    margin-top: 85px;
}

.jiantou_x_c {
    border-left: 2px solid #9d000b;
    height: 227px;
    position: absolute;
    top: 70px;
    left: 42px;
    z-index: -1;
}

.erwm {
    width: 100%;
    overflow: hidden;
}

.erwm_l {
    float: left;
}

.erwm_r {
    float: left;
    margin: 22px 0 0 22px;
}

.erwm_r h2 {
    font-size: 18px;
}

.erwm_r h2 img {
    vertical-align: middle;
}

.erwm_r p {
    font-size: 16px;
    margin-top: 5px;
}

.zhanhq_zh {
    width: 100%;
    overflow: hidden;
    padding: 50px 0;
}

.zhanhq_l_h {
    float: left;
    height: 301px;
    width: 86px;
    line-height: 237px;
    text-align: center;
    font-size: 18px;
    color: #9d000b;
    margin-left: 25px;
    position: relative;
    z-index: 1;
}

.jiantou_z {
    width: 37px;
    height: 34px;
    overflow: hidden;
    line-height: 26px;
    text-align: center;
    margin: 0 auto;
}

.jiantou_con_c {
    width: 80px;
    height: 80px;
    border-radius: 80px;
    background: #fff;
    border: 3px solid #9d000b;
    line-height: 80px;
    font-weight: 600;
    font-size: 18px;
    margin-top: 85px;
}

.jiantou_x_c {
    border-left: 2px solid #9d000b;
    height: 227px;
    position: absolute;
    top: 70px;
    left: 42px;
    z-index: -1;
}

.jiantou_h {
    width: 26px;
    height: 26px;
    overflow: hidden;
    background: #9d000b;
    line-height: 26px;
    border-radius: 15px;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    bottom: -20px;
    left: 30px;
}

.zhanhz_c {
    width: 100%;
    overflow: hidden;
    background: #eee;
    padding: 39px 0;
}

/*展品分类搜索*/
.boxselect {
    /*background: #fff;*/
    height: 48px;
    border-radius: 4px;
    line-height: 48px;
    position: relative;
    margin-bottom: 1px;
}

.boxselect .boxval {
    width: 96%;
    border-radius: 4px;
    padding: 0 2%;
    height: 100%;
    color: #666;
    background: url(../images/sousuo-bg-img.png) no-repeat center right #fff;
}

.boxselect .search-button {
    background-color: #fff;
    color: #d10101;
    border-radius: 4px;
}

.selectlist {
    background: #fff;
    min-height: 50px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 20px;
    display: none;

}

.selectlist .category_first {
    line-height: 30px;
    margin-left: 20px;
    cursor: pointer;
    font-weight: bold;
}

.selectlist .category_first:hover {
    color: #d10101;
}

.selectlist .category_first input {
    vertical-align: middle;
}

.selectlist .subcategory {
    margin-left: 40px;
}

.selectlist .subcategory .itembox {
    cursor: pointer;
}

.selectlist .subcategory .itembox:hover {
    color: #d10101;
}

@media screen and (min-width: 1440px) {

}

@media screen and (max-width: 1366px) {

    .enew-box .enews-content {
        height: 615px;
    }

    .enew-box .enews-content .titbox {
        padding-top: 30px;
        padding-bottom: 10px;
    }

    .enew-box .enews-content .btnbox {
        margin: 20px auto;
    }
}

@media screen and (max-width: 1360px) {

    .enew-box .enews-content {
        height: 615px;
    }

    .enew-box .enews-content .titbox {
        padding-top: 30px;
        padding-bottom: 10px;
    }

    .enew-box .enews-content .btnbox {
        margin: 20px auto;
    }
}

@media screen and (max-width: 1200px) {
    .enew-box .enews-content {
        height: auto;
        overflow: auto;
    }

    .enew-box .enews-content .closebtn-box {
        top: 28px;
    }

}

@media screen and (max-width: 768px) {

    .content_c {
        width: 92%;
        padding: 0 4%;
        overflow: hidden;
    }

    .guanz .img img {
        width: 100%;
    }

    .zhanhq_r {
        width: 520px;
    }

    .zhanhq_r_2 {
        width: 520px;
    }

    .zhanhq_r_3 {
        width: 520px;
    }

    .zhanhq_c {
        width: 92%;
        padding: 0 4%;
        overflow: hidden;
    }

    .enew-box .enews-content {
        height: auto;
    }

    .enew-box .enews-content .items-con {
        margin: 20px 10px 0;
    }

    .enew-box .enews-content .titbox {
        font-size: 1.4em;
    }
}

@media screen and (max-width: 680px) {
    .content_c {
        width: 92%;
        padding: 0 4%;
        overflow: hidden;
    }

    .zhanhq {
        margin-top: 4%;
    }

    .zhanhq_r .tab-content li {
    }

    .guanz h2 {
        font-size: 1.6em;
        margin-bottom: 20px;
    }

    .guanz h3 {
        font-size: 1.3em;
    }

    .guanz .img img {
        width: 100%;
    }

    .guanz p {
        font-size: 1.2em;
    }

    .zhanhq_l {
        display: none;
    }

    .zhanhq_r {
        width: 100%;
    }

    .zhanhq_r .tab {
        height: auto;
    }

    .zhanhq_r .tab a {
        width: 100%;
        margin-bottom: 1px;
        border-radius: 2px;
    }

    .zhanhq_r .tab-content {
        width: 100%;
        overflow: hidden;
    }

    .zhanhq_r .tab a.on {
        height: 36px;
    }

    .zhanhq_r_2 .tab a.on {
        height: 36px;
    }

    .zhanhq_r_3 .tab a.on {
        height: 36px;
    }

    .zhanhq_r_2 .tab {
        border-bottom: none;
    }

    .zhanhq_r_2 .tab a {
        width: 100%;
        margin-bottom: 1px;
        border-radius: 2px;
    }

    .zhanhq_r_3 .tab {
        border-bottom: none;
    }

    .zhanhq_r_3 .tab a {
        width: 100%;
        margin-bottom: 1px;
        border-radius: 2px;
    }

    .zhanhq_r .tab {
        border-bottom: none;
    }

    .zhanhq_tit {
        font-size: 1.6em;
    }

    .zhanhz_c {
        padding: 0;
    }

    .zhanhq_l_z {
        display: none;
    }

    .zhanhq_r_2 {
        width: 100%;
    }

    .zhanhq_r_2 .tab {
        height: auto;
    }

    .zhanhq_r_2 .tab a {
        width: 100%;
        margin-bottom: 1px;
        border-radius: 2px;
    }

    .zhanhq_r_2 .tab-content {
        width: 100%;
        overflow: hidden;
        height: auto;
    }

    .zhanhq_l_z {
        display: none;
    }

    .zhanhq_r_2 {
        width: 100%;
    }

    .zhanhq_r_2 .tab {
        height: auto;
    }

    .zhanhq_r_2 .tab a {
        width: 100%;
        margin-bottom: 1px;
        border-radius: 2px;
    }

    .zhanhq_r_2 .tab-content {
        width: 100%;
        overflow: hidden;
        height: auto;
    }

    .zhanhq_l_h {
        display: none;
    }

    .zhanhq_r_3 {
        width: 100%;
        padding-top: 0;
    }

    .zhanhq_r_3 .tab {
        height: auto;
    }

    .zhanhq_r_3 .tab a {
        width: 100%;
        margin-bottom: 1px;
        border-radius: 2px;
    }

    .zhanhq_r_3 .tab-content {
        width: 100%;
        overflow: hidden;
        height: auto;
    }

}

/*合作媒体*/
.media-box {
    width: 100%;
    overflow: hidden;
}

.media-box ul {
    margin-left: -30px;
}

.media-box ul li {
    border: 1px #e5e5e5 solid;
    width: 212px;
    height: 80px;
    float: left;
    margin-left: 30px;
    margin-bottom: 26px;
}

.media-box ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.media-box ul li a .logobox {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.media-box ul li a .logobox img {
    width: auto;
    max-width: 100%;
}

@media only screen and (max-width: 946px) {
    .media-box ul {
        margin-left: 0;
    }

    .media-box ul li {
        margin: 0 10px;
        width: calc(100% / 2 - 22px);
        margin-bottom: 26px;
    }
}

/*广告&logo*/
.advert-box {
    width: 100%;
}

.advert-box ul {
    margin-top: 76px;
}

.advert-box ul li {
    clear: both;
    margin-bottom: 56px;
    min-height: 250px;
}

.advert-box ul li .box-l {
    float: left;
    width: 197px;
    min-height: 250px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.advert-box ul li .box-l img {
    width: auto;
    max-width: 100%;
    margin: auto;
}

.advert-box ul li .box-r {
    float: left;
    margin-left: 40px;
    width: calc(100% - 237px);
}

.advert-box ul li .box-r h4 {
    padding-top: 36px;
}

.advert-box ul li .box-r .pbox {
    padding-top: 30px;
}

.advert-box ul li .box-r .pbox .filetype {
    display: inline-block;
    width: 40px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #333333;
    color: #fff;
    border-radius: 2px;
}

.advert-box ul li .box-r .pbox .info {
    color: #9d000b;
    padding-left: 10px;
}

.advert-box ul li:nth-child(2n) {
    background-color: #eeeeee;
}

@media only screen and (max-width: 1200px) {
    .advert-box ul {
        margin-top: 20px;
    }

    .advert-box ul li {
        min-height: 200px;
        margin-bottom: 20px;
    }

    .advert-box ul li .box-l {
        width: 20%;
        min-height: 200px;
    }

    .advert-box ul li .box-l img {
        width: 90%;
    }

    .advert-box ul li .box-r {
        margin-left: 5%;
        width: 75%;
    }
}

/*照片墙*/

/*往届回顾*/
.box-bg {
    width: 100%;
    min-height: 150px;
    margin-top: 10px;
    background: url(../images/bgreview.png) repeat-x center top;
}

.review-box {
    position: relative;
}

.review-box h3 {
    text-align: center;
    line-height: 50px;
}

.review-box .tit-box {
    text-align: left;
    font-size: 30px;
    color: #9d000b;
    margin-top: 54px;
    padding-bottom: 32px;
}

.review-box .review-text {
    line-height: 30px;
}

.review-box .downbox {
    height: 40px;
    line-height: 40px;
    position: relative;
}

.review-box .downbox::after {
    content: url(../images/arro1.png);
    position: absolute;
    top: 4px;
}

.review-box .review-list {
    width: 100%;
    min-height: 550px;
}

.review-box .review-list h3 {
    font-size: 24px;
}

.review-box .review-list ul {
    margin-left: -40px;
}

.review-box .review-list ul li {
    width: calc(100% / 3 - 40px);
    float: left;
    margin-left: 40px;
    margin-bottom: 30px;
}

.review-box .review-list ul li a {
    color: #000;
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.review-box .review-list ul li a img {
    max-width: 100%;
    width: auto;
}

.review-box .review-list ul li a .boxup {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    background-image: url(../images/paly.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.review-box .review-list ul li a:hover .boxup {
    display: block;
}

.review-box .review-list ul li .titbox {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 96%;
    display: block;
    height: 40px;
    line-height: 40px;
}

.review-box .review-list .loadmore {
    text-align: center;
    cursor: pointer;
}

.review-box .review-list .loadmore::after {
    content: url(../images/loadmore.jpg);
    position: absolute;
    vertical-align: middle;
    display: inline-block;
    margin-top: 3px;
    margin-left: 10px;
}

.mienbox {
    width: 100%;
    height: 420px;
    overflow: hidden;
    background-color: #f2f2f2;
}

.mienbox .mienbox-in .tit-box {
    text-align: left;
    font-size: 30px;
    color: #9d000b;
    margin-top: 54px;
    padding-bottom: 32px;
}

a.abtn {
    display: block;
    height: 130px;
    width: 17px;
    overflow: hidden;
    position: absolute;
    top: 50px;
}

a.aleft {
    float: left;
    background: url(../images/per.png) no-repeat 0px 50%;
    left: -30px;
}

a.agrayleft {
    cursor: default;
    background-position: -34px 50%;
}

a.aright {
    background: url(../images/next.png) no-repeat 0px 50%;
    right: -30px;
}

a.agrayright {
    cursor: default;
    background-position: -51px 50%;
}

.scrolllist {
    width: 1200px;
    height: 450px;
    margin: 0 auto;
    position: relative;
}

.scrolllist .imglist_w {
    width: 1200px;
    height: 450px;
    overflow: hidden;
    float: left;
    position: relative;
}

.scrolllist .imglist_w ul {
    width: 3000px;
    position: absolute;
    left: 0px;
    top: 0px;
    margin-left: -40px;
}

.scrolllist .imglist_w ul li {
    width: 306.66px;
    float: left;
    margin-left: 40px;
    margin-bottom: 20px;
}

.scrolllist .imglist_w ul li a {
    color: #000;
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.scrolllist .imglist_w ul li a img {
    max-width: 100%;
    width: auto;
}

.scrolllist .imglist_w ul li a .boxup {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    background-image: url(../images/paly.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.scrolllist .imglist_w ul li a:hover .boxup {
    display: block;
}

.scrolllist .imglist_w ul li .titbox {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 96%;
    display: block;
    height: 40px;
    line-height: 40px;
}

.box-reviewbottom {
    width: 100%;
}

.box-reviewbottom .box-l-con {
    width: 544px;
    height: 338px;
    background-color: #eeeeee;
    float: left;
}

.box-reviewbottom .box-l-con .inside-box {
    padding: 52px 40px;
}

.box-reviewbottom .box-l-con .inside-box h4 {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 30px;
}

.box-reviewbottom .box-l-con .inside-box p {
    font-size: 16px;
    padding-bottom: 10px;
}

.box-reviewbottom .box-r-con {
    width: 410px;
    height: 338px;
    float: right;
    background-color: #eeeeee;
}

.box-reviewbottom .box-r-con .inside-box {
    padding: 52px 40px;
}

.box-reviewbottom .box-r-con .inside-box h4 {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 30px;
}

.box-reviewbottom .box-r-con .inside-box p {
    font-size: 16px;
    padding-bottom: 10px;
}

@media only screen and (max-width: 946px) {
    .review-box .review-list ul {
        margin-left: 0;
    }

    .review-box .review-list ul li {
        margin: 0 10px;
        width: calc(100% / 2 - 20px);
        height: auto;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 972px) {
    .box-reviewbottom .box-l-con {
        width: 100%;
    }

    .box-reviewbottom .box-r-con {
        margin-top: 20px;
        width: 100%;
    }
}


/*.pager,.paginate {*/
    /*text-align: center;*/
    /*overflow:hidden;*/
    /*width:100%;*/
    /*line-height:40px;*/
/*}*/

/*.pager,.paginate a {*/
    /*padding: 5px 10px;*/
    /*border: 1px solid #e5e5e5;*/
    /*margin: 0 5px;*/
    /*color: #666;*/
    /*font-weight: normal;*/
    /*font-size: 14px;*/
    /*border-radius:4px;*/
/*}*/

/*.pager,.paginate span.curr {*/
    /*text-align: center;*/
    /*width: auto;*/
    /*height: auto;*/
    /*float: none;*/
    /*display: inline;*/
    /*margin: 0 5px;*/
    /*padding: 3px 10px;*/
    /*border: 1px solid #e5e5e5;*/
    /*background: #eeeeee;*/
    /*font-weight: normal;*/
/*}*/
/*.paginate li.active{*/
    /*padding: 5px 10px;*/
    /*border-color: #c1010f;*/
    /*background:#c1010f;*/
    /*color:#fff;*/
    /*border-radius:4px;*/
/*}*/
/*.paginate li.disabled{*/
    /*padding:0 6px;*/
    /*color:#666;*/
/*}*/


.aip-download ul.tab li.on {
    border-bottom: 1px solid #9d000b;
    height: 35px;
    color: #9d000b;
}

/* 签证信息 */

/*地图*/

.mapwap {
    width: 100%;
}

.mapwap .textbox {
    margin-top: 60px;
    min-height: 150px;
}

.mapwap .textbox p {
    padding-bottom: 46px;
}

.mapwap .mapbox {
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    background-size: cover;
}

.mapwap .mapbox img {
    width: auto;
    max-width: 100%;
    margin: auto;
}

.mapwap .mapbox .hotbox {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.mapwap .mapbox .hotbox .hot {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    cursor: pointer;
}

.mapwap .mapbox .hotbox .hot1 {
    top: 79px;
    left: 91px;
}

.mapwap .mapbox .hotbox .hot2 {
    top: 251px;
    left: 203px;
}

.mapwap .mapbox .hotbox .hot3 {
    top: 193px;
    left: 449px;
}

.mapwap .mapbox .hotbox .hot4 {
    top: 33px;
    left: 427px;
}

.mapwap .mapbox .hotbox .hot5 {
    top: 94px;
    left: 563px;
}

.mapwap .mapbox .hotbox .hot6 {
    top: 42px;
    left: 658px;
}

.mapwap .mapbox .hotbox .hot7 {
    top: 283px;
    left: 793px;
}

.mapwap .mapbox .hotbox .boxpop {
    text-align: left;
    position: absolute;
    min-width: 264px;
    min-height: 230px;
    max-width: 360px;
    background-color: #fff;
    border: 1px #ddd solid;
}

.mapwap .mapbox .hotbox .boxpop .btnsty {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.mapwap .mapbox .hotbox .boxpop .btnsty img {
    padding: 0;
    margin: 0;
    margin: 10px auto;
}

.mapwap .mapbox .hotbox .boxpop .tittanchu {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-image: url('/images/DemoonstrationList-Booth.png');
    background-repeat: no-repeat;
    background-position: 10px center;
}

.mapwap .mapbox .hotbox .boxpop .tittanchu .spantxt {
    padding: 0;
    margin: 0;
    padding-left: 30px;
    width: 80%;
    cursor: pointer;
}

.mapwap .mapbox .hotbox .boxpop ul {
    min-height: 200px;
    padding-left: 10px;
    clear: both;
    padding-bottom: 10px;
}

.mapwap .mapbox .hotbox .boxpop ul li {
    display: inline-block;
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0;
    margin: 0;
    width: 50%;
    font-size: 14px;
    font-weight: normal;
}

/* 联系我们 */
.do-box {
    margin-bottom: 40px;
}

.do-box .list {
    /* min-height: 400px; */
    border: 1px #ddd solid;

}

.do-box .list li {
    list-style: none;
    border-bottom: 1px #ddd solid;
    display: block;
    padding: 0;
    min-height: 60px;
}

.do-box .list li:last-child {
    border-bottom: none;
}

.do-box .list li p {
    background: url(../images/arrodown.png) no-repeat 98% center;
    cursor: pointer;
    font-weight: bold;
    line-height: 60px;
    height: 60px;
}

.current-cooperation, .active {
    /*background: url(../images/arroup.png) no-repeat 98% center !important;*/
    /*border-bottom: 1px #ddd solid;*/
}

.do-box .list li p span {
    line-height: 60px;
    padding-left: 20px;
    display: inline-block;
    /* width: 100%; */
    background-image: none;
    margin: 0;
}
.contact-lx-dt ul {
    margin-top: 25px;
    overflow: hidden;
}

.contact-lx-dt li {
    float: left;
    margin-right: 45px;
}
.contact-tou h2 {
    line-height: 70px;
    color: #d00212;
    font-size: 24px;
}
.contact-tou h3 {
    line-height: 55px;
    margin-top: 15px;
}

.contact-lx-dt {
    width: 92%;
    padding: 30px 4%;
    background: #f5f5f5;
    margin-bottom: 40px;
}

.do-box .list li .hidbox {
    display: none;
    font-weight: normal;
    padding-bottom: 2rem;
    line-height: 20px;
    font-size: 14px;
    padding-left: 20px;
}

.do-box .list li .hidbox ul {
    display: inline-block;
    width: 100%;
    padding-top: 20px;
}

.do-box .list li .hidbox ul li {
    padding: 0;
    margin: 0;
    min-height: 30px;
    font-weight: normal;
    line-height: 30px;
    border-bottom: none;
    width: 33%;
    display: inline-block;
    float: left;

}

.do-box .list li .hidbox ul li a {
    color: #c1010f;
    line-height: 24px;
}

.aip-contact-con li .textbox {
    line-height: 24px;
    font-weight: normal;
    padding-bottom: 20px;

}

@media only screen and (max-width: 1200px) {
    .mapwap .mapbox .hotbox {
        display: none;
    }
}

/* 签证信息 */

.toggle-list {
    margin-top: 20px;
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 48px;
    border-top: 1px solid #bbb;
    border-right: 1px solid #bbb;
    border-left: 1px solid #bbb;
}

.toggle-element {
    border-bottom: 1px solid #bbb;
}

.toggle-list li {
    list-style-type: square;
    margin-left: 20px;
}

.avnet-info-services ul li {
    list-style-type: none;
    font-weight: bold;
    padding: 0;
}

.avnet-info-services ul ul li {
    list-style-type: square;
    font-weight: normal;
    padding-top: 0.25rem;
}

.toggle-element__trigger {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px;
    background: url(../images/arrodown.png) no-repeat 98% center;
    cursor: pointer;
}

.toggle-element__content {
    padding: 16px;
    padding-top: 24px;
}

.avnet-infoblock__title {
    font-weight: bold;
}

.avnet-infoblock__content {
    margin-bottom: 24px;
}

.avnet-title-wrapper {
    overflow: hidden;
}

#avnet-pagetitle h2 {
    margin-top: 0;
    font-size: 1.875rem;
    line-height: 1.6;
}

#avnet-pagetitle h3 {
    font-size: 1.5rem;
    line-height: 1;
}

#avnet-country-flag {
    float: right;
}

#avnet-title-wrapper {
    overflow: hidden;
}

#avnet-pagetitle {
    width: 60%;
    float: left;

}

.language-switch {
    position: relative;
}

.language-switch-con {
    position: absolute;
    left: 0;
    top: 40px;
    display: none;
    background: #eeeeee;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    border-radius: 0 0 5px 5px;
}

.language-switch-con-li {
    width: 100%;
    display: block;
}

.language-switch-con-li a {
    display: block;
    font-size: 14px;
}

.language-switch-con-li a:hover {
    color: #e60012;
}

.active-tongdao-item {
    padding-bottom: 15px;
    min-height:350px;
}

.dongdao-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
}

.active-time-inner {
    padding-left: 10px;
}

.active-time-item {
    position: relative;
    font-size: 14px;
    padding: 10px 25px;
    margin-left: 16px;
}

.active-time-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    width: 10px;
    height: 10px;
    background: #000;
    border: 3px solid #e5e5e5;
    border-radius: 50%;
}

.btn-box {
    text-align: center;
}

.active-btn {
    display: inline-block;
    width: 188px;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    border: none;
    background-color: #9d000b;
    outline: none;
    color: #fff;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
}

.active-btn1 {
    display: inline-block;
    width: 188px;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    border: none;
    background-color: #000000;
    outline: none;
    color: #fff;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
}

.active-btn:hover {
    color: #FFF;
}

.active-text {
    font-size: 18px;
    line-height: 30px;
}

.active-contact-text {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}

/* 首页弹框 */
.Popup-popbox {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
}

.Popup-popbox .popinside {
    width: 100%;
    max-width: 700px;
    background-color: #fff;
    height: 375px;
    overflow: hidden;
    margin: auto;

}

.Popup-popbox .popinside .tit {
    height: 80px;
    background-color: #9d000b;
    line-height: 80px;
    text-align: center;
    color: #fff;
    position: relative;
    font-weight: bold;

}

.Popup-popbox .popinside .tit .txtbox {
    font-size: 26px;

}

.Popup-popbox .popinside .tit .closebtn {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 19px;
    right: 19px;
    background-image: url('../images/X.png');
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.Popup-popbox .popinside .barbox {
    width: 100%;
    background-image: url('../images/Popup-con-img3.png');
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    font-size: 28px;
    color: #000;
    font-weight: bold;
    height: 44px;
    line-height: 44px;
    margin: 40px auto;
}

.Popup-popbox .popinside .iconbox {
    padding: 0 20px;
    width: calc(100% - 40px);
    overflow: hidden;
    margin: 45px 0;
}

.Popup-popbox .popinside .iconbox .item {
    float: left;
    text-align: center;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    width: 49%;
    /*margin-right: 82px;*/

}

.Popup-popbox .popinside .iconbox .item:last-of-type {

    width: 46%;
}

.popup-right {
    border-right: 1px solid #ddd;
    height: 100px;
}

.popup-img {
    width: 45%;
    float: left;
    text-align: right;
    padding-right: 5%;
}

.popup-tit {
    width: 50%;
    float: left;
    text-align: left;
}

.popup-tit-t {
    font-size: 16px;
}

.popup-tit-b {
    font-size: 16px;
}

.popup-tit-b span {
    font-size: 38px;
    line-height: 70px;
    color: #9d000b;
    margin-right: 10px;
    font-weight: normal;
}

.Popup-popbox .popinside .iconbox .item .picbox img {
    max-width: 70%;
}

.Popup-popbox .popinside .iconbox .item .ptxt {
    padding-top: 10px;
}

.Popup-popbox .popinside .iconbox .item:last-child {
    margin-right: 0;
}

.Popup-popbox .popinside .btnbox {
    width: 100%;
}

.Popup-popbox .popinside .btnbox a {
    display: block;
    width: 365px;
    height: 60px;
    line-height: 60px;
    background-color: #9d000b;
    font-size: 24px;

    text-align: center;
    color: #fff;
    border-radius: 4px;
    margin: 0px auto;
    background-image: url('../images/mousebg.png');
    background-repeat: no-repeat;
    background-position: 87% 86%;
    background-size: 20px;
    opacity: 1;
    transition: 0.3s;
    margin-top: 40px;

}

.Popup-popbox .popinside .btnbox a:hover {
    opacity: 0.8;
}

@media screen and (max-width: 944px) {
    .Popup-popbox {
        /*height: auto;*/
    }

    .Popup-popbox .popinside .tit .txtbox {
        font-size: 17px;
    }

    .Popup-popbox .popinside .tit .closebtn {
        right: -3px;
        top: -3px;
        background-size: 40%;
    }

    .Popup-popbox .popinside {
        width: calc(100% - 20px);
        margin: auto;
        margin-left: auto;
        margin-top: 40px;
        height: auto;
        padding-bottom: 20px;
    }

    .Popup-popbox .popinside .iconbox {
        padding: 15px;
        width: calc(100% - 30px);
    }

    .popup-right {
        border: none;
    }

    .Popup-popbox .popinside .iconbox .item {
        width: 100%;
        margin-right: 0;
    }

    .Popup-popbox .popinside .iconbox .item:last-of-type {
        width: 100%;
        margin-top: 35px;
    }

    .Popup-popbox .popinside .iconbox .item .picbox img {
        max-width: 70%;
    }

    .Popup-popbox .popinside .btnbox a {
        width: calc(100% - 20px);
        margin: auto;
        font-size: 24px;
        background-size: 22px;
        background-position: 74% 70%;
    }

    .Popup-popbox .popinside .barbox {
        margin: 20px auto;
    }

    .Popup-popbox .popinside .iconbox {
        margin-top: 0;
    }

    .list-how li .borderbox {
        width: calc(100% - 50px);
        min-height: 71px;
        padding: 10px 0 10px 50px;
        height: auto;
        line-height: 24px;
    }
}


body .extensionclass{
    width: 800px!important;
}
.extensionclass .contentbox {
    text-align: justify;
}

body .extensionclass .layui-layer-content{
    padding: 5%;
    /* font-size: 14px; */
}

.productres{
    position: relative;
}
.pageview{
    position: absolute;
    right: 0px;
    top: 0;
    z-index: 9;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background-color: #9d000b;
    border-bottom-left-radius: 10px;
}
body .extensionclass .layui-layer-content .titbox1 {
    text-align: center;
    font-size: 24px;
    line-height: 1.5;
    font-weight: bold;
    color: #9d000b;
    padding: 0 13%;
}

body .extensionclass .layui-layer-content .contentbox p{
    margin-top: 10px;
    line-height: 1.7;
}

body .extensionclass .layui-layer-content .contentbox p:not(:first-child){
    /*text-indent: 2rem;*/
}
body .extensionclass .layui-layer-content .footerbox{
    text-align: right;
      margin-top: 10px;
}


@media screen and (max-width: 767px) {
     body .extensionclass{
        width: 90% !important;
        height: 90% !important;
       

    }
    body .extensionclass .layui-layer-content{
       overflow-y:scroll ;
        font-size: 14px;
        height: 90%;

    }
    body .extensionclass .layui-layer-content .titbox1{
        font-size: 18px;
        padding: 0 5%;
    }
    .banner-index {
        display: none;
    }
}

/*展品搜索*/
.exhibitor-product-search {
    background: #9d000b;
    padding: 35px 30px;
    border-radius: 5px;
}

.exhibitor-product-top {
    border-bottom: 2px solid #e8e8ec;
    padding-bottom: 10px;
}

.exhibitor-product-title {
    font-size: 18px;
    color: #333333;
    font-weight: 700;
    padding: 14px 0;
}

.exhibitor-product-word {
    overflow: hidden;
    padding: 10px 0;
}

.exhibitor-product-word a {
    position: relative;
    display: inline-block;
    min-width: 129px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e3e3e3;
    margin-right: 20px;
    margin-bottom: 17px;
    text-align: center;
}

.exhibitor-product-word a.curr,
.exhibitor-product-word a:hover {
    border: 1px solid #d0125c;
    color: #d0125c;
}

.exhibitor-product-word a.curr:after {
    position: absolute;
    right: -6px;
    top: -6px;
    content: 'x';
    display: block;
    width: 12px;
    height: 12px;
    line-height: 12px;
    border-radius: 50%;
    background: #d0125c;
    color: #FFF;
    text-align: center;
}

.clear {
    clear: both;
}

.exhibitor-product-bottom {
    /*padding:50px 0 0;*/
    height: auto;

    width: 100%;
}

.pro-search-wrap {
    height: 48px;
}

.exhibitor-product-search-keyword {
    position: relative;
    width: 49%;
    float: left;
    /*margin:0 auto;*/
}

.pro-search-rig {
    float: right;
    position: relative;
}

.pro-search-rig-con {
    display: block;
    position: absolute;
    width: 100%;
    z-index: 99;
}

/*.exhibitor-product-search-keyword:last-of-type{
    float:right;
}*/
.product-keyword-input {
    width: 84%;
    border: none;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    /*background: #f8f8f8;*/
    box-sizing: border-box;
    font-family: "微软雅黑";
}

.product-keyword-btn {
    /*position: absolute;
    top: 0;
    right: 0;*/
    border: none;
    outline: none;
    cursor: pointer;
    width: 16%;
    height: 50px;
    float: right;
    border-radius: 4px;
    /*border: ;-bottom-right-radius: 4px;*/
    background: #fff url(../images/search.png) center center no-repeat;
    background-size: 30%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    /*border-left:1px solid #9d000b;*/
}

.product-keyword-box {
    max-width: 732px;
    margin: 0 auto;
    padding-top: 30px;
}

.product-keyword-row {
    font-size: 18px;
    color: #000000;
}

.product-keyword-row a {
    font-size: 14px;
    color: #999999;
    padding: 0 10px;
}




.product-list-wrap:after{
    display:block;
    content:'';
    clear:both;
}
.product-list-wrap .product-list{
    width: calc(100% - 280px);
    float:left;
}
.product-list-wrap .Demoonstration-right{

}


.product-list {
    padding: 50px 0 0 0;
    font-size: 0;
}

.product-list .product-item {
    display: inline-block;
    width: 30.5%;
    margin-right: 4%;
    box-sizing: border-box;
    border: 1px solid #f5f5f5;
    margin-bottom: 50px;
    vertical-align: top;
    position: relative;
}

.pro-starting {
    position: absolute;
    left: 0;
    top: 0;
    width: 68px;
    height: 19px;
    background: url(../images/starting-img.png) no-repeat;
    font-size: 12px;
    text-align: left;
    text-indent: 10px;
    line-height: 14px;
    padding-top: 5px;
    color: #fff;
}

.product-list .product-item .product-img-box {
    height: 250px;
    line-height: 250px;
    overflow: hidden;
    text-align: center;
}

.product-list .product-item .product-img-box a {
    display: block;
}

.product-list .product-item .product-img-box img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 250px;
    /*position:relative;
    top:50%;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    transform:translateY(-50%);*/
}

.product-list .product-item .product-detail-text {
    padding: 0 6%;
}

.product-list .product-item .product-name {
    font-size: 16px;
    color: #666;
    font-weight: 700;
    height: 25px;
    padding: 10px 0;
    line-height: 24px;
    border-bottom: 1px solid #e5e5e5;
}

.product-list .product-item .product-name a {

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.product-list .product-item .company-name {
    font-size: 15px;
    height: 23px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #333;
    padding: 20px 0;
    line-height: 24px;
    border-bottom: 1px solid #e5e5e5;
}

.product-list .product-item .company-name a {

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.company-infor-box {
    padding: 10px 0 20px;
}

.local-text {
    display: inline-block;
    font-size: 16px;
    color: #333;
}

.local-icon {
    display: inline-block;
    width: 14px;
    height: 20px;
    background: url(../images/DemoonstrationList-Booth.png) no-repeat;
    vertical-align: sub;
    margin-right: 10px;
}

.product-detail-link {
    float: right;
    font-size: 16px;
    color: #d0125c;
}

.logo-img-wrap {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    background: url(../images/header_logo_bg.jpg);
}

.logo-top-img-wrap {
    height: 170px;
}

.logo-top-img {
    overflow: hidden;
    float: left;
}

.logo-top-img img {
    padding-top: 43px;
    height: 88px;
}

.logo-top-title {
    margin: 47px 0 0 65px;
    float: left;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
}

.logo-top-time {
    font-size: 26px;
    line-height: 35px;
}

.logo-top-right {
    float: right;
    width: 285px;
    height: 150px;
    background: url(../images/header_logo-r.png) no-repeat left;
    /*background-size:100%;*/
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    font-style: oblique;
    margin-top: 11px;
    padding-left: 64px;
    margin-right: -107px;
}

.logo-top-right p {
    text-shadow: -2px 2px 1px rgba(0, 0, 0, 0.5);
}

.logo-top-right-p {
    margin: 37px 0 0 8px;

}

.logo-top-right span {
    font-size: 20px;
}

.logo-top-right-p {

}

.logo-top-right-p2 {
    margin-left: 25px;
}

.logo-top-right-p3 {
    margin-left: 50px;
}

.logo-top-right-bot {
    font-size: 10px;
    width: 230px;
    margin-left: -46px;
}

.logo-img-wrap-mb {
    display: none;
}

.banner {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    display: block;
}

.banner img {
    width: 100%;
}

.banner .swiper-slide{
}

.swiper-pagination-banner {
    position: absolute;
    z-index: 1;
    bottom: 20px;
    /*left: 48%;*/
    width: 100%;
    text-align: center;
}

.swiper-pagination-banner span {
    margin: 0 5px;
}

.swiper-pagination-bullet-active {
    background: #9d000b !important;
}

.Group-registration-prop-wrap {
    width: 100%;
    /*padding:5%;*/
}

.Group-registration-prop-h2 {
    margin-bottom: 30px;
    font-size: 18px;
    width: 100%;
    text-align: center;
}

.Group-registration-prop-li {
    width: 100%;
    margin: 20px 0;
    font-size: 16px;

}

.Group-registration-prop-li strong {
    color: #9d000b;
}

.Group-registration-prop-li img {
    margin: 12px 0;
}

.registration-prop-a {
    color: #9d000b;
    font-weight: bold;
}

/* 观众登记 */
.tubereg-box {
    width: 100%;
    margin: 85px 0 100px;
    overflow: hidden;
}

.tubereg-box .btnbox {
    width: calc(47% - 80px);
    border: 1px #e6e6e6 solid;
    border-top: 5px #cf0110 solid;
    padding: 2%;
    clear: both;
    min-height: 75px;
    margin-right: 0;
    display: inline-block;
    margin-right: 28px;
}

.tubereg-box .btnbox:nth-child(2n) {
    margin-right: 0;
}

.tubereg-box .btnbox .leftbox {
    width: 72px;
    height: 70px;
    /* border: 1px #ddd solid; */
    background-image: url('../images/regbg.png');
    background-repeat: no-repeat;

    float: left;
}

.tubereg-box .btnbox .bgperson {
    background-position: 8px center;
}

.tubereg-box .btnbox .bggroub {
    background-position: -64px center;
}

.tubereg-box .btnbox .rightbox {
    float: left;
    width: 74%;
    margin-left: 6%;
}

.tubereg-box .btnbox .rightbox h3 {
    font-size: 22px;
    padding-top: 8px;
}

.tubereg-box .btnbox .rightbox a {

    text-decoration: none;
    margin-left: 0;
}

.tubereg-box .btnbox .rightbox p {
    padding-top: 10px;
}

.exhi-news-box {
    width: 100%;
    margin-bottom: 5%;
}

.exhi-news-top-wrap {
    width: 100%;
    border-bottom: 1px solid #d80c17;
    height: 38px;
}

.exhi-news-top-wrap li {
    float: left;
    line-height: 38px;
    width: 22%;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    height: 38px;
    background: #eee;
    margin-right: 0.33%;
    font-size: 15px;
    border-radius: 3px 3px 0 0;
}

.exhi-news-top-wrap li.on {
    background: #d80c17;
    color: #fff;
}

.exhi-news-con {
    width: 100%;
}

.exhi-news-con li {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
    height: 45px;
    line-height: 45px;
}

.exhi-news-con a {
    display: block;
}

.exhi-news-con-time {
    float: right;
}

.exhi-news-con-title {
    float: left;
    width: 80%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.download-map {
    width: 100%;
    padding-bottom: 30px;
}

.download-map-li {
    width: 94%;
    font-size: 17px;
    background: #f6f6f6;
    padding: 11px 3%;
    overflow: hidden;
    transition: 400ms;
    margin: 5px 0;
}

.download-map-li:hover {
    background: #e6e6e6;
    transition: 400ms;
}

.download-map-li a {
    display: block;
}

.download-tit {
    float: left;
    margin-top: 10px;
}

.download-tit strong {
    color: #d92e2b;
    margin-right: 15px;
}

.download-img {
    float: right;
    margin-top: 3px;
}

.download-img img {
    vertical-align: middle;
    margin-left: 10px;
}

.indexAbout-text{
    text-align: justify;
}






.indexAbout-row:after{
    display:block;
    content:' ';
    clear:both;
}

.ind-top-left{
    width:65%;
    float:left;
}
.ind-top-right{
    width:31%;
    float:right;
    padding-top:28px;
}

.ind-top-time-wrap{
    width:100%;
    border-bottom:1px solid #e9e9e9;
    padding:15px 0;
}
.ind-top-time-wrap:after{
    display:block;
    content:" ";
    clear:both;
}
.ind-top-time-t{
    float:left;
}
.ind-top-time-tit{
    font-size:28px;
    font-weight:bold;
}
.ind-top-time-time{
    margin-top:5px;
}
.ind-top-time-a{
    float:right;
    margin-top:8px;
}
.ind-top-time-a a{
    padding:12px 45px;
    margin-left:10px;
    background:#c1010f;
    color:#fff;
    border-radius:5px;
}
.ind-top-time-a a:hover{
    opacity: 0.8;
}
.ind-top-time-a a:last-of-type{
    background:#000000;
}

.indexAbout-text{
    line-height:25px;
    margin-bottom:35px;
}
.index-list-img{
    overflow:hidden;
}
.index-list-img img{
    height: 155px;
    max-width:initial;
    margin-left:-67px;
}
.download-manual-a{
    background:#c1010f;
    text-align:center;
    padding:20px 50px;
    border-radius:5px;
    color:#fff;
}

.download-manual-a:hover{
    color:#fff;
    opacity: 0.8;
}
.download-manual-a img{
    vertical-align: top;
    margin-top: -6px;
}

.index-list-tit{
    background:#e9e9e9;
    padding:15px 20px;
    position:relative;
}
.index-list-detail-img{
    position:absolute;
    right: 15px;
    top: 27px;
}



.Exhibits-range-wrap{
    width:100%;
    margin-top:30px;
    padding-top:45px;
    border-top:2px solid #f2f2f2;
}
.Exhibits-range-wrap.Exhibits-range-page{
    margin-top:0;
    padding-top:0;
    border-top:0;

}

.layui-layer .layui-layer-content{
    word-break: break-word !important;
}


.online-img-tit{
    position:absolute;
    left:50%;
    top:50%;
    color:#fff;
    font-size:30px;
    font-weight:bold;
    width: 100%;
    text-align: center;

    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.online-img{
    position:relative;
}
.online-img img{
    width:100%;
}
.Exhibits-range-tit{
    font-size:30px;
    font-weight:bold;
    margin-bottom:20px;
}
.Exhibits-range-box:after{
    display:block;
    content:' ';
    clear:both;
}
.Exhibits-range-li{
    float:left;
    width:19%;
    margin-bottom:10px;
    margin-right:1.2%;
    text-align:center;
    background:#ffecee;
    height:105px;
    border-radius:5px;
    transition: 600ms;
    -moz-transition: 600ms;
    -webkit-transition: 600ms;
    -o-transition: 600ms;
}
.Exhibits-range-li a{
    color:#000;
}
.Exhibits-range-li:hover{
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    transition: 600ms;
    -moz-transition: 600ms;
    -webkit-transition: 600ms;
    -o-transition: 600ms;
    box-shadow:0 0 35px rgba(0,0,0,0.2);
}
.Exhibits-range-li:nth-of-type(5n){
    margin-right:0;
}
.Exhibits-range-li:nth-of-type(2n){

    background:#f7f7f7;
}
.Exhibits-range-li:nth-of-type(7) .Exhibits-range-img{
    margin-top:4px;
}
.Exhibits-range-img{
    margin-top:16px;
    height:40px;
    line-height:40px;
    margin-bottom:4px;
}
.Exhibits-range-img img{
    vertical-align: middle;
}
.Exhibits-range-t{
    font-size:14px;
    line-height: 20px;
}

.ind-news-tit{
    float:left;
    font-size:30px;
    font-weight:bold;
    margin-top:10px;
}

.video-ind-l{
    width:65%;
    float:left;
}
.video-ind-r{
    width:31%;
    float:right;
}
.recommend-ind{
    width:96%;
    overflow:hidden;
    height:338px;
    background:#fff;
    padding:2%;
    position:relative;
    box-shadow:0 0 10px rgba(0,0,0,0.1);
    border-radius:4px;
}

.recommend-ind .swiper-pagination13{
    text-align:center;
}

.recommend-ind-li{
    width:46%;
    margin:1.5%;
    float:left;
    text-align:center;
    height:52px;
    line-height:52px;
    border:1px solid #f7f7f7;
}
.recommend-ind-li img{
    max-width:100%;
    max-height:52px;
    vertical-align: middle;
}


.wonderful-box-wrap{
    padding:70px 0;
}
.wonderful-box-title{
    width:100%;
    text-align:center;
    font-size:30px;
    font-weight:bold;
    margin-bottom:40px;
}
.wonderful-box{
    width:100%;
}
.wonderful-box:after{
    display:block;
    content:' ';
    clear:both;
}
.wonderful-box-img{
    float:left;
    margin-right:6px;
    width:calc(33.33% - 6px);
    height:250px;
    overflow:hidden;
    margin-bottom:6px;
    display:flex;
    justify-content:center;
    align-items:center;
}

.wonderful-box-img img{
    height:100%;
}

.wonderful-box-img:nth-of-type(1) img{
    width:100%;
    height:auto;
}
.wonderful-box-img:nth-of-type(1){
    width:calc(66.66% - 6px);
}
.wonderful-box-img:nth-of-type(2){
    margin-right:0;

}
.wonderful-box-img:nth-of-type(5){
    margin-right:0;
}

.wonderful-box-more{
    width:100%;
    text-align:center;
    padding-top:60px;
}
.wonderful-more{
    padding:20px 50px;
    border-radius:5px;
    background:#c1010f;
    color:#fff;
}
.wonderful-more:hover{
    opacity: 0.8;
    color:#fff;
}

.Demoonstration-left{
    width:calc(100% - 300px);
    float:left;
    padding-top:12px;
}
.Demoonstration-right{
    float:right;
    width:250px;
}
.Demoonstration-tit{
    font-size:22px;
    font-weight:bold;
    margin-top:40px;
}
.Demoonstration-tit a{
    float:right;
    color:#999;
    font-size:14px;
}
.Demoonstration-right-box{
    background:#f7f7f7;
    padding:6px 14px;
    margin-top:14px;
}
.Demoonstration-right-box a{
    display:block;
    border-bottom:1px dashed #b3b3b3;
    font-size:14px;
    padding:6px 0;
    color:#666;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.Demoonstration-right-box a:hover{
    color:#c1010f;
}
.Demoonstration-right-box a:last-of-type{
    border-bottom:0;
}
.Demoonstration-hot{
    margin-top:14px;
}
.Demoonstration-hot-tit{
    font-size:16px;
    background:#c1010f;
    color:#fff;
    /*text-align:center;*/
    padding:14px 14px;
    border-radius:4px 4px 0 0;
}
.Demoonstration-hot-tit-two{
    background:#fdce3a;
    border-radius:0;
}
.Demoonstration-hot-box{
    background:#f7f7f7;
    padding:11px;
}
.Demoonstration-hot-img{
    width:100%;
    text-align:center;
    background:#fff;
    margin-top:10px;
    line-height:116px;
}
.Demoonstration-hot-img img{
    max-width:100%;
    max-height:116px;
    vertical-align: middle;
}
.Demoonstration-hot-t{
    width:100%;
    text-align:center;
    line-height:35px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.Demoonstration-downlink{

    /*float: right;*/
    display: inline-block;
    width: 100%;
    height: 46px;
    border-radius: 4px;
    line-height: 46px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background-color: #c1010f;
    margin: 25px 0;
    text-align: center;

    transition: 600ms;
    -moz-transition: 600ms;
    -webkit-transition: 600ms;
    -o-transition: 600ms;
}
.Demoonstration-downlink img{
    vertical-align: top;
    margin-top: 5px;
}

.Demoonstration-downlink:hover{
    opacity: 0.8;
    color:#fff;

    transition: 600ms;
    -moz-transition: 600ms;
    -webkit-transition: 600ms;
    -o-transition: 600ms;
}

.Demoonstration-make{
    width:100%;
    margin-top:15px;
    padding-top:15px;
    border-top:1px solid #dedede;
}
.Demoonstration-make:after{
    display:block;
    content:' ';
    clear:both;
}
.Demoonstration-make-r{
    /*float:right;*/
    /*position:absolute;*/
    right:0;
    /*top:30px;*/
}

.Demoonstration-tit-t{
    color:#666666;
    padding:6px 0;
}
.Demoonstration-tit-info{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height:44px;
    color:#666666;
    display:none;
}
.Demoonstration-make-r-a{
    line-height:34px;
    /*border-bottom:1px solid #c6c6c6;*/
    margin-right:10px;
    cursor:pointer;
    width: 100%;
    display: block;
    padding: 4px 0;
}
.Demoonstration-make-r-a:last-of-type{
    margin-right:0;
}
.Demoonstration-make-r-a .fa{
    margin-right:6px;
    width:28px;
    height:28px;
    line-height:27px;
    text-align:center;
    border-radius:50%;
    color:#fff;
    font-size:16px;

}

.Demoonstration-make-r-a:nth-of-type(1) .fa{
    background:#2b74d3;
}
.Demoonstration-make-r-a:nth-of-type(2) .fa{
    background:#f35044;
}
.Demoonstration-make-r-a:nth-of-type(3) .fa{
    background:#ddd;
}

.Demoonstration-make-r-a.collect-active .fa{
    background:#fdc547;
}

.Demoonstration-make-r-img{
    width:35px;
    height:35px;
    text-align:center;
    line-height:35px;
    background:#f9ca35;
    border-radius:4px;
    display:block;
    float:right;
    margin-left:10px;
    transition: 600ms;
    -moz-transition: 600ms;
    -webkit-transition: 600ms;
    -o-transition: 600ms;
}
.Demoonstration-make-r-img.collect-active{
    background:#e70012;
}
.Demoonstration-make-r-img:hover{
    opacity: 0.8;
    transition: 600ms;
    -moz-transition: 600ms;
    -webkit-transition: 600ms;
    -o-transition: 600ms;
}
.Demoonstration-make-r-img img{
    vertical-align: text-top;
}
/*.Demoonstration-make-r-img:last-of-type{*/
    /*background:#e70012;*/
/*}*/


.Demoonstration-pro{
    width:31.33%;
    float:left;
    margin-right:3%;
    margin-bottom:20px;
}
.Demoonstration-pro:nth-of-type(3n){
    margin-right:0;
}
.Demoonstration-pro-img{
    width:100%;
    height:150px;
    line-height:150px;
    background:#fff;
    text-align:center;
}
.Demoonstration-pro-img img{
    vertical-align: middle;
    max-height:90%;
    max-width:90%;
}
.Demoonstration-pro-tit{
    text-align:center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-top:10px;
}

.senior-box-bot{

    border-top:1px dashed #ddd;
    margin-top:15px;
    padding-top:15px;

}

.senior-box{
    padding:25px 0 0;
    /*border-bottom:1px solid rgba(255,255,255,0.3);*/
    /*margin-bottom:15px;*/
}
.senior-box:after{
    display:block;
    content: ' ';
    clear:both;
}

.senior-box-bottom{
    overflow:hidden;
    width:100%;
    padding: 25px 0 5px;
    border-bottom: 1px dashed #dddddd;
    margin-bottom: 25px;
}

.senior-box-bottom:after{
    display:block;
    content:'';
    clear:both;
}

.productselect{
    -webkit-appearance: none;
    width: 100%;
    height: 50px;
    border-radius: 6px;
    padding: 0 14px;
    font-size: 16px;
    outline: none;
    background: url(../images/sousuo-bg-img.png) no-repeat center right #fff;
}


.senior-box-top{
    /*color:#fff;*/
    font-size:18px;
}
.senior-box-top span{
    display:block;
    float:right;
    width:33px;
    height:18px;
    line-height:18px;
    border-radius:4px;
    background:#fff;
    text-align:center;
    cursor:pointer;
}
.senior-box-top span img{
    vertical-align: middle;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);

    transition: 400ms;
    -moz-transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
}
.senior-box-top span.curr img{
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);

    transition: 400ms;
    -moz-transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
}
.senior-box-bot{

}
.senior-box-bot:after{
    display:block;
    content: ' ';
    clear:both;
}
.senior-box-select{
    width:26.5%;
    float:left;
    margin-right:1.3%;
}
.senior-box-select-tit{
    /*color:#fff;*/
    margin-bottom:8px;
}
.senior-box-select-s select{
    width:100%;
    border-radius:4px;
    padding:12px 5px;
    /*border:none;*/
    background:#fff;
    border:1px solid #ddd;
}
.senior-box-select:last-of-type{
    margin-right:0;
}
.senior-search{
    width:134px;
    height:40px;
    background:#fdce3a;
    border-radius:4px;
    text-align:center;
    line-height:40px;
    margin-top:32px;
    cursor:pointer;
    float:right;
}
.senior-box-wrap{
    /*display:none;*/
}

.exhibitors-pro{
    border-bottom:1px solid #e5e5e5;
    margin-bottom:60px;
    padding-bottom:30px;
}
.exhibitors-pro-tit{
    font-size:22px;
    font-weight:bold;
}
.exhibitors-pro-box{
    margin-top:8px;
    position:relative;
}
.exhibitors-pro-box .swiper-container{
    overflow:initial;
}
.exhibitors-pro-box .swiper-wrapper{
    /*overflow:hidden;*/
}
.exhibitors-pro-box .swiper-button-next{
    background:url(../images/img26.png) no-repeat;
    height:34px;
    width:34px;
    right: -54px;
    top:calc(50% - 17px);
}
.exhibitors-pro-box .swiper-button-prev{
    background:url(../images/img25.png) no-repeat;
    height:34px;
    width:34px;
    left: -54px;
    top:calc(50% - 17px);
}
.exhibitors-pro-box-img{
    width:100%;
    height:178px;
    line-height:178px;
    overflow:hidden;
    text-align:center;
    box-shadow:0 0 20px rgba(0,0,0,0.06);
    border-radius:4px;
}
.exhibitors-pro-box-img img{
    max-width:100%;
    max-height:178px;
    vertical-align: middle;
}
.exhibitors-pro-box-tit{
    width:100%;
    text-align:center;
    line-height:45px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.exhibitors-news-box{
    margin:20px auto 40px;

}
.exhibitors-news-box-li{
    float:left;
    width:31.33%;
    margin-right:3%;
    margin-bottom:3%;
}
.exhibitors-news-box-li a{
    display:block;
    padding:4%;
    background:#f6f6f6;
}
.exhibitors-news-box-li:nth-of-type(3n){
    margin-right:0;
}
.exhibitors-news-box-img{
    width:100%;
    height:200px;
    line-height:196px;
    text-align:center;
    margin-bottom:15px;
    border:1px solid #eee;
}
.exhibitors-news-box-img img{
    max-width:100%;
    max-height:100%;
    vertical-align: middle;
}
.exhibitors-news-box-tit{
    width:100%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.exhibitors-news-box-info{
    width:100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color:#999;
    height: 48px;
    margin:6px 0;
}
.exhibitors-news-box-time{
    color:#e70012;
}
.exhibitors-news-box-time span{
    color:#999;
    float:right;
}

.exhibition-content{
    background:url(../images/img27.jpg) no-repeat center center;
    padding:50px 0;
}
.exhibition-content-box{
    /*padding:50px 0;*/
}
.exhibition-content-form{
    width:80%;
    margin:40px auto 40px;
}
.exhibition-content-input{
    width:100%;
    margin-bottom:20px;
}
.exhibition-content-input input,.exhibition-content-input textarea{
    width:calc(100% - 30px);
    border-radius:4px;
    border:1px solid #fff;
    background:#fff;
    padding:12px 15px;
    font-family: '微软雅黑';

    transition: 400ms;
    -moz-transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
}
.exhibition-content-input.has-curr input,.exhibition-content-input.has-curr textarea{
    border-color:#e70012;
    box-shadow:0 0 16px rgba(231,0,18,0.5);

    transition: 400ms;
    -moz-transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
}
.exhibition-content-sub{
    width:175px;
    height:50px;
    line-height:50px;
    border-radius:4px;
    color:#fff;
    margin-top:25px;
    background:#e70012;
    text-align:center;
    cursor:pointer;
    transition: 400ms;
    -moz-transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
}
.exhibition-content-sub:hover{
    opacity: 0.8;
    transition: 400ms;
    -moz-transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
}

.industry-box{

}
.industry-box .Exhibits-range-li{
    height:135px;
    width:24%;
}
.industry-box .Exhibits-range-li:nth-of-type(4n){
    margin-right: 0;
}
.industry-box .Exhibits-range-li:nth-of-type(5n){
    margin-right: 1.2%;
}
.industry-box .Exhibits-range-t{
    padding:0 15px;
    color:#c5111e;
}
.industry-box .Exhibits-range-img{
    margin-top: 24px;
    height: 46px;
    line-height: 46px;
}
.virtual-search{
    width:100%;
    height:163px;
    background:url(../images/img40.jpg) no-repeat center center;
}
.virtual-search-bot{
    padding-top:62px;
}
.virtual-search-bot .senior-box-select{
    width:28%;
}
.virtual-search-bot .senior-search{
    /*width:21%;*/
    float:right;
    margin-top:0;
    height: 41px;
    line-height: 41px;
}
.industry-box .Exhibits-range-wrap{
    border:none;
    padding: 30px 0 60px;
}

.scope-box{

    padding: 30px 0;
}
.scope-box .Exhibits-range-li{
    height: 96px;
}
.scope-box .Exhibits-range-t{
    padding:0 15px;
}


.range-content{
    background:#f7f7f7;
    padding:20px;
    border-radius:4px;
    margin:10px 0;
}
.range-content:nth-of-type(2n){
    background:#ffedee;
}
.range-content-tit{
    font-weight:bold;
    margin-bottom:10px;
    font-size:16px;
    color:#333333;
}
.range-content-box a{
    color:#737373;
    font-size:14px;
    line-height:30px;
}
.range-content-box span{
    margin:0 8px;
    color:#c6c6c6;
}
.range-content-box span:last-of-type{
    display:none;
}
.Demoonstration-character{
    position:relative;
    margin-top:40px;
}
.Demoonstration-character img{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    z-index: -1;
}
.Demoonstration-character-box{
    text-align:center;
    color:#fff;
    width:100%;
    height:132px;
    padding-top:32px;
    line-height:34px;

}
.Demoonstration-character-tit{
    font-size:24px;
    font-weight:bold;
}
.Demoonstration-character-time{

}
.Demoonstration-character-info{
    font-size:28px;
}

.media-partners-wrap{
    background:#f7f7f7;
    padding:1px 0 20px 0;
    margin-top:50px;
}

.media-partners-box{
    padding:20px 0;
}
.media-partners-box:after{
    display:block;
    clear:both;
    content:' ';
}
.media-partners-box-li{
    width:18.2%;
    margin-right:2%;
    margin-bottom:20px;
    border-radius:5px;
    overflow:hidden;
    border:1px solid #ddd;
    background:#fff;
    height:70px;
    line-height:70px;
    text-align:center;
    float:left;
}
.media-partners-box-li img{
    vertical-align: middle;
    max-width:100%;
    max-height:70px;
}
.media-partners-box-li:nth-of-type(5n){
    margin-right:0;
}

.exhibitor-popup{
    background:rgba(255,108,0,0.9);
    position:fixed;
    left:0;
    bottom:0;
    width:100%;
    padding:25px 0;
    z-index: 5;
}
.exhibitor-popup-li{
    width:calc(48% - 1px);
    margin-right:4%;
    float:left;
    border-right:1px solid rgba(255,255,255,0.3);
}
.exhibitor-popup-li:last-of-type{
    margin-right:0;
    border:0;
}
.exhibitor-popup-li-img{
    float:left;
}
.exhibitor-popup-li-info{
    float:left;
    width:calc(100% - 135px);
    margin-left:30px;
    color:#fff;
}
.exhibitor-popup-li-t{
    font-size:22px;
    font-weight:bold;
}
.exhibitor-popup-li-i{
    margin-bottom:20px;
    height:68px;
}
.exhibitor-popup-li-a{
    padding:10px 25px;
    border-radius:5px;
    background:#fff;
    color:#ff6c00;
    transition: 400ms;
    -moz-transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
}

.exhibitor-popup-li-a:hover{
    opacity: 0.9;
    color:#ff6c00;
    transition: 400ms;
    -moz-transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
}
.exhibitor-popup-Shut{
    margin-top:40px;
    cursor:pointer;
}





.Industry-support .swiper-container{
    padding:15px 10px;
}

.Industry-support .sw-support img{
    width:34px;
}
.Industry-support-tit{
    font-size:16px;
    line-height:35px;
}
.Industry-support-tit b{
    color:#9d000b;
}


.Industry-support{
    margin-top:40px;
    padding:50px;
    border-top:1px solid #e6e6e6;
    position:relative;
}
.Industry-support-li{
    box-shadow:0 0 10px rgba(0,0,0,0.1);
    padding:20px;
    background:#fff;
    height: 293px;
}
.Industry-support-img{
    width:70px;
    height:70px;
    line-height:66px;
    border-radius:50%;
    overflow:hidden;
    box-shadow:0 0 10px rgba(0,0,0,0.1);
    margin:15px auto;
}
.Industry-support-img img{
    /*max-width:70px;*/
    /*max-height:70px;*/
    /*vertical-align: middle;*/
    width:100%;
    height:100%;
    object-fit: cover;
}
.Industry-support-name{
    text-align:center;
    color:#c92330;
    font-size:16px;
}
.Industry-support-position{
    height:47px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:1px dashed #cecece;
    text-align:center;
}
.Industry-support-info{

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;

}
.Industry-support-more{
    padding-top:5px;
    text-align: right;
    cursor:pointer;
    color: #c92330;
}



.Industry-support-wrap{
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index: 902;
    display:none;
}
.Industry-support-wrap .wrap{
    position:relative;
    z-index: 2;
}
.Industry-support-wrap:after{
    position:absolute;
    left:0;
    top:0;
    background:rgba(0,0,0,.5);
    display:block;
    width:100%;
    height:100%;
    content:'';

}
.Industry-support-wrap .Industry-support-info{

    -webkit-line-clamp: inherit;
    line-height: 30px;
}


.Industry-support-wrap .J-Industry-support-wrap{
    padding: 20px;
    background: #fff;
    margin-top: 50%;

    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);



}

.Industry-support-wrap .Industry-support-li{
    padding: 20px 50px;
    box-shadow:none;
    height:auto;
}
.Industry-support-wrap .Shut-down{
    cursor: pointer;
    width: 21px;
    height: 21px;
    text-align: center;
    line-height: 21px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
}
.Industry-support-wrap .Shut-down img{
    vertical-align: middle;
}





.Recommend-exhibits{

}
.Recommend-exhibits .product-item{
    border-color:#e5e5e5;
    width:23.33%;
    margin-right:2%;
    margin-bottom: 30px;
}
.Recommend-exhibits .product-item:nth-of-type(4n){
    margin-right:0;
}
.Recommend-exhibits.Recommend-exhibits .product-item:nth-of-type(3n){
    margin-right:2%;
}




.Recommend-exhibitors{
    padding:30px 0;

}
.Recommend-exhibitors:after{
    display:block;
    content:'';
    clear:both;
}
.Recommend-exhibitors-li{
    float:left;
    width: calc(23.5% - 2px);
    border:1px solid #e5e5e5;
    margin:0 2% 30px 0;
    background:#fff;
}

.Recommend-exhibitors-li:hover .Recommend-exhibitors-more span{
    box-shadow:5px 5px 15px rgba(0,0,0,0.1);

    transition: 400ms;
    -moz-transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
}

.Recommend-exhibitors-li:nth-of-type(4n){
    margin-right:0;
}

.Recommend-exhibitors-li-calendar{
    padding: 0 0 12px 18px;
    /*text-align:center;*/
}
.Recommend-exhibitors-li-calendar .Demoonstration-make-r-a{
    width: 100%;
    display: block;
    margin-bottom: 4px;
}


.Recommend-exhibitors-img{
    margin:15px;
    border:1px solid #e5e5e5;
    height:100px;
    line-height:96px;
    text-align:center;
}
.Recommend-exhibitors-img img{
    vertical-align: middle;
    max-width:90%;
    max-height:90%;

}
.Recommend-exhibitors-info{
    margin:20px;
    height: 106px;
}
.Recommend-exhibitors-company{
    font-size:15px;
    color:#c1010f;
    font-weight:bold;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.Recommend-exhibitors-en{

    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin:5px 0;
}
.Recommend-exhibitors-countries{

    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size:14px;
    color:#999;
}
.Recommend-exhibitors-no{

    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size:14px;
    color:#999;
}

.Recommend-exhibitors-more{
    background:#f7f7f7;
    padding:15px 0;
    text-align:center;
}
.Recommend-exhibitors-more span{
    background:#ffc006;
    color:#fff;
    border-radius:5px;
    font-size:15px;
    padding:7px 16px;

    transition: 400ms;
    -moz-transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
}



.info-company:after{
    display:block;
    content:'';
    clear:both;
}
.info-company-com{
    float:left;
    width:64%;
}
.info-company-video{
    float:right;
    width:34%;
    /*margin-top: 32px;*/

}
.info-company-video video{
    width:100%;
}
.info-company-video-img{
    width:calc(100% - 4px);
    height:330px;
    line-height:330px;
    border: 1px solid #eee;
    border-radius:10px;
    text-align:center;
    background: #fbfbfb;

}
.info-company-video-img img{
    vertical-align: middle;
    max-width:100%;
    max-height:100%;
}

.info-company{
    margin-bottom:30px;
}



/*登录css*/
.login-wrap-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    z-index: 20;
}
.login-con {
    width: 500px;
    padding: 42px 50px;
    color: #fff;
    background: #fff;
    border-radius: 8px;
    position: fixed;
    z-index: 4;
    left: 50%;
    top: 50%;
    z-index: 21;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    -webkit-transform: translate(-50%, -275%);
    -moz-transform: translate(-50%, -275%);
    -ms-transform: translate(-50%, -275%);
    -o-transform: translate(-50%, -275%);
    transform: translate(-50%, -275%);
    opacity: 0;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.login-con.identity-wrap {
    width: 750px;
}
.login-con.identity-wrap .rig-wrap .log-box {
    margin-top: 0;
}
.login-con.curr {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.login-con .close {
    position: absolute;
    right: 12px;
    top: 8px;
    color: #333;
    cursor: pointer;
}
.login-con .tit {
    text-align: center;
    margin-bottom: 30px;
    font-size: 26px;
    font-weight: bold;
    color: #333333;
}
.login-con .rig-wrap .input {
    margin-bottom: 15px;
    background: #f5f5f5;
    border-radius: 4px;
    position: relative;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
    border: 2px solid #fff;
}
.login-con .rig-wrap .input:before {
    display: block;
    clear: both;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.login-con .rig-wrap .input.curr {
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
    border-color: #c1010f;
}
.login-con .rig-wrap .input.curr:before {
    -webkit-animation: anim-shadow 0.3s forwards;
    animation: anim-shadow 0.3s forwards;
}
.login-con .rig-wrap .input.curr .ico {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.login-con .rig-wrap .input input {
    border: none;
    background: none;
    padding: 20px;
    float: left;
    width: calc(100% - 90px);
}
.login-con .rig-wrap .input .ico {
    float: right;
    color: #b3b9bd;
    width: 34px;
    border-left: 1px solid #e0e7e8;
    text-align: right;
    padding: 6px 0;
    margin: 12px 15px 0 0;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.login-con .rig-wrap .input:after {
    display: block;
    content: '';
    clear: both;
}
.login-con .rig-wrap .input .code {
    position: absolute;
    right: 80px;
    top: 16px;
    width: 83px;
    height: 30px;
    background: #eeeeee;
    cursor: pointer;
}
.login-con .rig-wrap .input .code img {
    width: 100%;
    height: 100%;
}
.login-con .rig-wrap .remember {
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: bold;
}
.login-con .rig-wrap .remember:after {
    display: block;
    content: '';
    clear: both;
}
.login-con .rig-wrap .remember .reme-tit {
    float: left;
    line-height: 24px;
    color: #333;
}
.login-con .rig-wrap .remember .reme-tit label {
    cursor: pointer;
}
.login-con .rig-wrap .remember .reme-tit .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #c1010f;
    background-color: #c1010f;
}
.login-con .rig-wrap .remember .reme-a {
    float: right;
    color: #ee7420;
    line-height: 24px;
}
.login-con .rig-wrap .log-box {
    width: calc(100% - 2px);
    padding: 16px 0;
    text-align: center;
    background: #c1010f;
    border: 2px solid #c1010f;
    border-radius: 4px;
    font-size: 16px;
    margin-bottom: 15px;
    cursor: pointer;
    margin-top: 25px;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.login-con .rig-wrap .log-box:hover {
    color: #c1010f;
    background: #fff;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.login-con .rig-wrap .no-account {
    border-top: 1px solid #e5e5e5;
    padding-top: 38px;
    margin-top: 38px;
    text-align: left;
}
.login-con .rig-wrap .no-account:after {
    display: block;
    content: '';
    clear: both;
}
.login-con .rig-wrap .no-account .left-tit {
    color: #666;
    float: left;
}
.login-con .rig-wrap .no-account .left-tit .left-t {
    font-size: 22px;
    color: #ee7420;
}
.login-con .rig-wrap .no-account .left-tit .left-info {
    font-size: 14px;
}
.login-con .rig-wrap .no-account .left-tit .left-info a {
    color: #ee7420;
}
.login-con .rig-wrap .no-account .log-box {
    float: right;
    width: 160px;
    background: #ee7420;
    border-color: #ee7420;
}
.login-con .rig-wrap .no-account .log-box:hover {
    background: #fff;
    color: #ee7420;
    border-color: #ee7420;
}
.login-con .rig-wrap .copyright {
    position: absolute;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #7393ac;
}
.login-con-one .identity .li {
    width: 100%;
    border-radius: 5px;
}
@-webkit-keyframes anim-shadow {
    to {
        box-shadow: 0 0 30px 20px #c1010f;
        opacity: 0;
    }
}
@keyframes anim-shadow {
    to {
        box-shadow: 0 0 30px 20px #c1010f;
        opacity: 0;
    }
}


.business-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: fixed;
    left: 50%;
    top: 50%;
    width: 1200px;
    z-index: 10;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}
.business-wrap .close {
    position: absolute;
    right: 12px;
    top: 8px;
    color: #333;
    cursor: pointer;
}
.business-wrap .business-left {
    background: #f5f5f5;
    border-radius: 5px;
    width: 25%;
    max-height: 640px;
}
.business-wrap .business-left .business-box {
    overflow-x: hidden;
    max-height: 560px;
}
.business-wrap .business-left .business-box::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: #F5F5F5;
}
.business-wrap .business-left .business-box::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #c8c8c8;
}
.business-wrap .business-left .search-box {
    position: relative;
    background: #fff;
    border-radius: 5px;
    margin: 5%;
}
.business-wrap .business-left .search-box:after {
    display: block;
    content: '';
    clear: both;
}
.business-wrap .business-left .search-box input {
    border: none;
    width: calc(100% - 75px);
    float: left;
    padding: 12px 15px;
    font-size: 15px;
}
.business-wrap .business-left .search-box .fa {
    float: right;
    width: 45px;
    text-align: center;
    padding: 14px 0;
    cursor: pointer;
    color: #99afc0;
    font-size: 18px;
}
.business-wrap .business-left .search-link {
    border-bottom: 1px solid #fff;
    width: 100%;
    height: 2px;
    background: #ddd;
}
.business-wrap .business-left .li {
    border-bottom: 1px solid #fff;
    position: relative;
    cursor: pointer;
    padding: 15px;
}
.business-wrap .business-left .li:after {
    display: block;
    clear: both;
    content: '';
}
.business-wrap .business-left .li:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #ddd;
    content: '';
}
.business-wrap .business-left .li .head {
    width: 82px;
    height: 82px;
    line-height: 78px;
    border-radius: 50%;
    float: left;
    text-align: center;
    margin-right: 15px;
    position: relative;
    background:#fff;
    overflow: hidden;
    border: 1px solid #d6d6d6;
}
.business-wrap .business-left .li .head .noread {
    background: #c1010f;
    position: absolute;
    right: -4px;
    top: -2px;
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
}
.business-wrap .business-left .li .head img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.business-wrap .business-left .li .tit-info .name {
    font-size: 15px;
    margin-top: 20px;
    height:48px;
    overflow:hidden;
}
.business-wrap .business-left .li .tit-info .type {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 21px;
    color: #666;
}
.business-wrap .business-left .li.curr {
    background: #ee731f;
}
.business-wrap .business-left .li.curr .tit-info {
    color: #fff;
}
.business-wrap .business-left .li.curr .tit-info .type {
    color: #fff;
}
.business-wrap .business-right {
    background: #f5f5f5;
    border-radius: 5px;
    width: 73.5%;
    min-height: 630px;
    margin-left: 1.5%;
}
.business-wrap .business-right .box {
    padding: 30px;
    margin: 40px 25px 25px;
    border-radius: 5px;
    background: #fff;
    height: 440px;
    overflow-x: hidden;
}
.business-wrap .business-right .box::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: #F5F5F5;
}
.business-wrap .business-right .box::-webkit-scrollbar-track {
    background-color: #fff;
}
.business-wrap .business-right .box::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #c8c8c8;
}
.business-wrap .business-right .box .li {
    margin-bottom: 15px;
}
.business-wrap .business-right .box .li .time {
    text-align: center;
    color: #c0c0c0;
    margin-bottom: 12px;
    font-size: 14px;
}
.business-wrap .business-right .box .li .tit-info:after {
    display: block;
    content: '';
    clear: both;
}
.business-wrap .business-right .box .li .tit-info .head {
    width: 60px;
    height: 60px;
    line-height: 54px;
    border-radius: 50%;
    background: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0.02);
    overflow: hidden;
    float: left;
}
.business-wrap .business-right .box .li .tit-info .head img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.business-wrap .business-right .box .li .tit-info .info {
    float: left;
    margin-left: 20px;
    padding: 20px;
    border-radius: 5px;
    max-width: 60%;
    background: #e8f0f7;
    position: relative;
    color: #333;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
}
.business-wrap .business-right .box .li .tit-info .info img {
    max-width: 100%;
    max-height: 100%;
}
.business-wrap .business-right .box .li .tit-info .info:after {
    border-top: 10px solid transparent;
    border-right: 12px solid #e8f0f7;
    border-bottom: 10px solid transparent;
    content: '';
    display: block;
    left: -10px;
    top: 22px;
    position: absolute;
}
.business-wrap .business-right .box .li.me .tit-info .head {
    float: right;
}
.business-wrap .business-right .box .li.me .tit-info .info {
    float: right;
    margin-right: 20px;
    margin-left: 0;
}
.business-wrap .business-right .box .li.me .tit-info .info:after {
    display: none;
}
.business-wrap .business-right .box .li.me .tit-info .info:before {
    border-top: 10px solid transparent;
    border-left: 12px solid #e8f0f7;
    border-bottom: 10px solid transparent;
    content: '';
    display: block;
    right: -10px;
    top: 22px;
    position: absolute;
}
.business-wrap .business-right .input-box {
    margin: 25px;
    border-radius: 5px;
}
.business-wrap .business-right .input-box:after {
    display: block;
    content: '';
    clear: both;
}
.business-wrap .business-right .input-box .img {
    text-align: center;
    width: 60px;
    height: 50px;
    line-height: 60px;
    border-radius: 5px;
    background: #99afc0;
    cursor: pointer;
    float: left;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.business-wrap .business-right .input-box .img:hover {
    opacity: 0.8;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.business-wrap .business-right .input-box .img img {
    max-width: 45%;
}
.business-wrap .business-right .input-box .input {
    width: calc(100% - 75px);
    float: right;
    background: #fff;
    border-radius: 5px;
}
.business-wrap .business-right .input-box .input:after {
    display: block;
    content: '';
    clear: both;
}
.business-wrap .business-right .input-box .input input {
    float: left;
    width: calc(85% - 30px);
    padding: 15px 15px;
    border: none;
    font-size: 14px;
}
.business-wrap .business-right .input-box .input .sub {
    width: 15%;
    background: #c1010f;
    text-align: center;
    color: #fff;
    height: 50px;
    line-height: 50px;
    float: right;
    cursor: pointer;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.business-wrap .business-right .input-box .input .sub:hover {
    opacity: 0.8;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}


.communication-wrap {
    position: fixed;
    right: 10px;
    bottom: 200px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    background: #fff;
    padding: 8px 14px;
    color: #d53542;
    cursor: pointer;
    z-index: 20;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.communication-wrap img {
    width: 30px;
    vertical-align: middle;
    margin-right: 10px;
}
.communication-wrap .msg {
    position: absolute;
    right: -5px;
    top: -8px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    background: #ee5548;
    color: #fff;
    border-radius: 50%;
}
.communication-wrap.curr {
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    -o-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}


.close-btn{
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 16px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}


/*登录*/


.exhi-bottom-img{
    position:relative;
    left:50%;
    /* width:1920px; */
    margin-left:-960px;
}
.exhi-bottom-img img{
    display:block;
    max-width: 100%;
}

.page-exhi-bottom-img{
    top: -19px;
    z-index: 1;
}
.page-exhi-bottom-img-home{
    margin-bottom:-19px;
}


.exhi-wrap-bg{
    background:url(../images/img43.png) no-repeat top center;
    background-size:cover;
}



.Popular-categories{
    margin:20px 0 0 0;
}
.Popular-categories-tit:after{
    display:block;
    content:'';
    clear:both;
}

.Popular-categories-l{
    float:left;
    margin-right:20px;
    cursor:pointer;
    padding: 10px 0;
}
.Popular-categories-l.curr{
    color:#c1010f;
    position:relative;
}

.Popular-categories-l.curr:after{
    position:absolute;
    left: calc(50% - 10px);
    bottom:0;
    display:block;
    content:'';
    clear:both;
    border: 10px solid transparent;

    border-bottom-color: #c1010f;
}


.Popular-categories-l:first-of-type{
    margin-right:30px;
    color:#999;
    cursor: context-menu;
}
.Popular-categories-con{
    border:1px dashed #dddddd;
    padding:15px;
    margin-top:15px;
    display:none;
}

.Popular-categories-con:after{
    display:block;
    content:'';
    clear:both;
}
.Popular-categories-con-l{
    color:#333;
    margin: 5px 15px 5px 0;
    display: block;
    float: left;
}

.Recommend-commodities{

}
.Recommend-commodities:after{
    display:block;
    content:'';
    clear:both;
}
.Recommend-commodities-tit{
    float:left;
    width:105px;
    padding-top: 27px;
}
.Recommend-commodities-tit span{
    display:block;
    color:#999;
}
.Recommend-commodities-tit a{
    color:#c1010f;
}
.Recommend-commodities-con{
    float:left;
    width:calc(100% - 105px);
}
.Recommend-commodities-con:after{
    display:block;
    content:'';
    clear:both;
}
.Recommend-commodities-li{
    width: calc(100% - 2px);
    /*margin-right: 2%;*/
    /*float: left;*/

}
.Recommend-commodities-li:last-of-type{
    margin-right:0;
}
.Recommend-commodities-img{
    height:100px;
    line-height:96px;
    text-align:center;
    border:1px solid #eee;
}
.Recommend-commodities-img img{
    max-width:90%;
    max-height:90%;
    vertical-align: middle;
}
.Recommend-commodities-li-tit{

    color:#a0a0a0;
    margin-top:10px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.exhi-more{
    background: #b1000d;
    color: #fff;
    width: 280px;
    margin: 30px auto 60px;
    display: block;
    padding: 18px 0;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;

}
.exhi-more:hover{
    color:#fff;
}



.page-size-banner{
    margin:30px 0 25px
}
.page-size-banner .swiper-slide{
    height:200px;
    overflow:hidden;
}
.page-size-banner .swiper-slide img{
    width:100%;
    height:100%;
    object-fit: cover;
    display:block;
}



.Popup-bg{
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.8);
    z-index: 901;
}
.Popup-con{
    position:fixed;
    width:1100px;
    height:700px;
    left:calc(50% - 550px);
    top:calc(50% - 350px);
    z-index: 902;
}
.Popup-con-close{
    width:38px;
    height:38px;
    border-radius:50%;
    float:right;
    background:#fff;
    line-height:36px;
    text-align:center;
    position:absolute;
    right:-15px;
    top:-15px;
    cursor:pointer;
}
.Popup-con-wrap{
    position:relative;
}

.Popup-con-close img{
    vertical-align: middle;
    width:15px;
}
.close-min-box{

    position:fixed;
    right:0;
    top:40%;
    width:160px;
    border-radius:5px;
    overflow:hidden;
    z-index: 901;
    box-shadow:0 0 15px rgba(0,0,0,0.1);
    transform: translateX(calc(100% + 15px));
    -moz-transform: translateX(calc(100% + 15px));
    -webkit-transform: translateX(calc(100% + 15px));
    -o-transform: translateX(calc(100% + 15px));

    transition: 800ms;
    -moz-transition: 800ms;
    -webkit-transition: 800ms;
    -o-transition: 800ms;
    cursor:pointer;
    border:1px solid #fff;
}

.close-min-box.curr{
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);

    transition: 600ms;
    -moz-transition: 600ms;
    -webkit-transition: 600ms;
    -o-transition: 600ms;
}
.close-min-box img{
    width:100%;
    display:block;
}





body .aip-suspension-con-content-qq li a span{
    padding:0;
}
body .czbg{
    background-position: 7px center;
}
.czbg span{
    padding-left: 27px !important;
    font-size:14px;
}
.newddddd{
    text-align: center;
    margin-top: 10px;
}

.newddddd .aip-businessman-news-title-time{
    padding: 0 10px;
}
@media (min-width: 767px) {

    .product-list .product-item:nth-of-type(3n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 1366px) {
    .banner {
        width: 100%;
        left: 0;
        margin-left: 0;
        overflow: hidden;
    }

    .banner-li img {
        width: 100%;
    }
}


.C-tour{
    display:none;
}

.mb-show{
    display:none;
}
.pc-show{
    display:block;
}

@media (max-width: 767px) {

    .mb-show{
        display:block;
    }
    .pc-show{
        display:none;
    }

    .Popup-con{
        width:90%;
        left:5%;
        top:10%
    }
    .Popup-con-img{
        width:100%;
    }
    .close-min-box{
        width:50px;
        display:none;
    }


    .ind-top-time-tit{
        font-size:18px;
    }
    .ind-top-time-a{
        padding:15px 0;
        float:left;
        margin-top:0;
    }
    .ind-top-time-a a{
        padding:8px 10px;
        margin-left:0;
        margin-right:15px;
        font-size:13px;
    }

    .ind-top-left{
        width:100%;
    }
    .ind-top-right{
        width:100%;
    }
    .download-manual-a{
        padding: 10px 20px;
    }
    .indexAbout-row img{
        width:auto !important;
    }

    .Exhibits-range-li{
        width:48%;
        margin-right:4%;
    }

    .Exhibits-range-li:nth-of-type(5n) {
        margin-right: 4%;
    }
    .Exhibits-range-li:nth-of-type(2n) {
        margin-right: 0;
    }

    .video-ind-l{
        width:100%;
    }
    .video-ind-r{
        width:100%;
    }

    .wonderful-box-img{
        width:100%;
    }
    .wonderful-box-img:nth-of-type(1){
        width:100%;
    }
    .wonderful-box-img img{
        width:100%;
    }

    .contact-tuij-img li{
        width:100% !important;
    }
    .contact-tuij-img{
        padding-left:0 !important;
    }

    .ind-news-tit{
        line-height:55px;
        font-size: 24px;
    }
    .aip-news-tab ul.tab{
        border-bottom:0 !important;
    }

    .senior-box-select{
        width:100%;
        margin-bottom: 2%;
    }
    .Demoonstration-left{
        width:100%;
    }
    .Demoonstration-right{
        width:100%;
    }
    .Demoonstration-tit-info{
        max-height: 44px;
        height:auto;
    }
    .DemoonstrationList-img{
        background:#fff;
        padding:10px 0;
    }
    .DemoonstrationList-a{
        padding: 5px 3%;
    }
    .exhi-con-logo{
        width:100%;
    }
    .exhi-con-info{
        width:100%;
        margin-left:0;
    }
    .Demoonstration-name{
        padding:15px;
    }
    .industry-box .Exhibits-range-li{
        width:100%;
        margin-right:0;
    }
    .virtual-search{
        height:auto;
        background-size: auto 100%;
    }
    .virtual-search-bot .senior-box-select{
        width:100%;
    }
    .virtual-search-bot{
        overflow: hidden;
        padding: 25px 8px;
    }
    .senior-search{
        width:100%;
    }

    .media-partners-box-li{
        width: 27.2%;
        padding: 0 2%;
    }
    .media-partners-box-li:nth-of-type(5n){
        margin-right:2%;
    }
    .media-partners-box-li:nth-of-type(3n){
        margin-right:0;
    }


    .indexIcons-name{
        font-size:15px !important;
    }


    .Group-registration-prop-li img {
        width: 100% !important;
        height: auto !important;
    }

    .exhi-news-top-wrap {
        height: auto;
        border: none;
    }

    .exhi-news-top-wrap li {
        width: 100%;
        margin-bottom: 2%;
        border-radius: 3px;
    }

    .exhi-news-con-title {
        width: 100%;
    }

    .exhi-news-con-time {
        display: none;
    }


    .logo-img-wrap {
        /*display: none;*/
        width:100%;
        margin-left:0;
        left:0;
    }
    .logo-top-img img{
        padding-top:20px;
        height:56px;
    }
    .logo-top-title{
        float:right;
        margin:20px 0;
    }
    .logo-top-title p{
        font-size:14px;
        line-height:20px;
    }
    .logo-top-title p.logo-top-time{
        font-size:18px;
    }

    .logo-top-right{
        display:none;
    }
    .logo-top-img-wrap{
        height:auto;
    }



    .logo-img-wrap-mb {
        display: block;
    }

    .swiper-pagination-banner {
        bottom: 7px;
    }

    .Notice-top-img {
        width: 10%;
    }

    .Notice-top-tit {
        width: 90%;
    }

    .Notice-top-tit li {
        width: 100%;
        overflow: hidden;
        height: 50px;
    }

    .banner {
        width: 100%;
        left: 0;
        margin-left: 0;
    }

    .banner-li img {
        width: 100%;
    }

    /*新增手机样式*/
    .profile-con-l {
        width: 100%;
    }

    .profile-con-l-bot-c {
        width: 100%;
        margin-bottom: 20px;
    }

    .profile-con-l-bot {
        margin-top: 30px;
    }

    .profile-con-r {
        width: 100%;
    }

    .profile-Business-li {
        width: 100%;
    }

    .profile-Business-img {
        width: 15%;
        float: left;
        border-bottom: none;
        height: auto;
    }

    .profile-Business-tit {
        width: 82%;
        float: right;
        padding: 0;
    }

    .profile-Business-img span {
        display: none;
    }

    .profile-Business-li:last-of-type .profile-Business-tit {
        text-align: left;
    }

    .profile-wrap-line {
        margin: 35px 0;
    }

    .profile-Business-wrap {
        padding-top: 35px;
    }

    .profile-contact-wrap li {
        width: 100%;
        margin-right: 0;
    }

    .profile-contact-img {
        margin-right: 5%;
        width: 9%;
        margin-top: 10px;
    }

    .Basic-information-con {
        width: 92%;
    }

    .review-li-tit {
        font-size: 15px;
    }

    .review-li-con img {
        width: 100%;
    }

    .review-li-a img {
        width: auto;
    }

    .review-li-tit {
        overflow: hidden;
    }

    .index-btn, .content-btn-row a {
        width: 48%;
        margin: 0;
    }

    .middle-body .fs18 {
        font-size: 16px;
    }

    #content_1 {
        border: none;
    }

    .content-btn-row a {
        height: 42px;
        line-height: 40px;
    }

    .title2 {
        font-size: 24px;
    }

    .exhibition-title {
        font-size: 20px;
    }

    .exhibitors-comments-imt {
        width: 100%;
    }

    .exhibitors-comments-imt img {
        max-width: 100%;
    }

    .exhibitors-comments-con {
        width: 100%;
        padding-bottom: 20px;
    }

    .activities-con-bot li {
        width: 100%;
    }

    .activities-con-h2 {
        height: auto;
        line-height: 25px;
        padding: 5px 3%;
        width: 94%;
        font-size: 15px;
    }

    .activities-con-bot-img img {
        max-width: 100%;
    }

    .activities-con-secondary-h2 {
        font-size: 16px;
    }

    .activities-con-secondary-h3 {
        line-height: 25px;
        font-size: 15px;
    }

    .speakers-h2 {
        font-size: 16px;
    }

    .speakers-con li {
        width: 100%;
    }

    .speakers-con li:nth-of-type(4n) {
        margin-right: 0%;
    }

    .speakers-con-p {
        text-align: center;
    }

    .Search-ComboBox-ul {
        height: 40px;
    }

    .Search-ComboBox-li {
        font-size: 15px;
        height: 38px;
        line-height: 40px;
        text-indent: 0;
    }

    .Search-ComboBox-li a {
        height: 34px;
    }

    .new-list-li {
        padding: 20px 0;
    }

    .news-wrap {
        margin-top: 0;
    }

    .new-row {
        padding: 5%;
        width: calc(90% - 2px);
    }

    .new-img-row {
        width: 100%;
    }

    .new-img-row-tit {
        width: 100%;
    }

    .new-title {
        font-size: 16px;
    }

    .new-text {
        height: 70px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .new-information-tit-top {
        width: 17.5%;
        margin-top: 14px;
    }

    .new-information-riq {
        font-size: 26px;
    }

    .violet-text {
        /*font-size:16px;*/
    }

    .new-list-content .new-text {
        height: 70px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .new-list-li .index-new-more {
        display: none;
    }

    .Business-travel-wrap li {
        width: 100%;
    }

    .Hotel-accommodation-wrap li {
        width: 100%;
    }

    .exhibitor-product-title {
        width: 100%;
    }

    .exhibitor-product-word {
        width: 100%;
    }

    .exhibitor-product-word a {
        min-width: calc(50% - 20px);
    }

    .exhibitor-product-word a:nth-of-type(2n) {
        margin-right: 0;
    }

    .product-keyword-btn {
        width: 68px;
    }

    .product-list .product-item {
        width: 48%;
    }

    .product-list .product-item:nth-of-type(2n) {
        margin-right: 0;
    }

    .product-list .product-item .product-img-box {
        height: 200px;
        line-height: 200px;
    }

    .pro-search-wrap {
        height: auto;
    }

    .exhibitor-product-search-keyword {
        width: 100%;
    }

    .product-keyword-btn {
        width: 16%;
    }

    .pro-search-rig {
        height: 50px;
        margin-top: 25px;
    }

    .paginate span, .paginate a {
        margin: 5px 3px;
    }

    /*手机样式*/
}

.Bright-spot {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}

.Bright-spot-title {
    width: 100%;
    margin-bottom: 24px;
    overflow: hidden;
}

.Bright-spot-data {
    font-size: 80px;
    color: #9d000b;
    float: left;
    font-weight: bold;
    line-height: 80px;
    width: 7%;
}

.Bright-spot-info {
    font-size: 24px;
    line-height: 45px;
    margin-top: 13px;
    float: left;
    border-bottom: 2px solid #9d000b;
    width: 93%;
}

.Bright-spot-data-d {
    font-size: 42px;
}

.Bright-spot:nth-of-type(3) .Bright-spot-title .Bright-spot-data {
    /*width: 12%;*/
}

.Bright-spot:nth-of-type(3) .Bright-spot-title .Bright-spot-info {
    /*width: 88%;*/
}

.Bright-spot-bot {
    width: calc(100% - 42px);
    overflow: hidden;
    margin-bottom: 15px;
    display: -webkit-box;
    border: 1px solid #9d000b;
    border-radius: 10px;
    padding: 15px 20px;
}

.Bright-spot-bot-t {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px;
}

.Bright-spot-bot-i {
    font-size: 14px;
}

.Bright-spot-bot-img {
    margin-right: 15px;
    line-height: 48px;
}

.Bright-spot-bot-img img {
    vertical-align: middle;
}

.scope-img {
    width: 48%;
    float: right;
    overflow: hidden;
}

.scope-img img {
    width: 218%;
}

.scope-tit {
    width: 44%;
    float: left;
    border: 1px solid #ddd;
    padding: 1.5%;
    line-height: 25px;
    font-size: 14px;
}

.scope-img2 img {
    width: 100%;
}

.scope-tit2 {
    width: 40%;
    padding: 3.5%;
    line-height: 30px;
}


.smart-item .gallery-list .img-src{
    width: 150px;
    overflow: hidden;
}

.no-data{
    text-align:center;
    padding:150px 0;
    color:#999;
}

.C-tour{
    display:none;
}


.Recommend-commodities .swiper-button-next{
    display:none;
}


.fornews.DemoonstrationSearch-row-tit{
    text-align:center;
    color:#fff;
    width:100%;
    font-size:42px;
}



.Popup-window{
    position:fixed;
    z-index: 1000;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.6);
    display:none;
}

.Popup-window-box{
    position:absolute;
    left:50%;
    top:50%;

    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);

}
.Popup-window-box .fa{
    position:absolute;
    right: -24px;
    top: -26px;
    width:24px;
    height:24px;
    line-height:24px;
    text-align:center;
    color:#fff;
    border-radius:50%;
    border:1px solid #fff;
    cursor: pointer;
}
.Popup-window-box img{
    max-width:600px;
    max-height:600px;
    border-radius:5px;
}

/*视频弹框*/
.video-container {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
}
.video-popup {
    background: #fff;
    width: 920px;
    padding: 30px;
    box-sizing: border-box;
}
.video-popup video {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}
.video-close {
    position: absolute;
    right: -20px;
    top: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #9d000b url(../images/close_ico2.png) no-repeat center center;
    transition: all 400ms;
}
.video-close:hover {
    transform: rotate(360deg);
    transition: all 400ms;
}


.video-swiper .swiper-container{
    padding-bottom: 40px;
}
.video-swiper .swiper-slide .img{
    width:calc(100% - 2px);
    height: 330px;
    line-height: 330px;
    border: 1px solid #eee;
    border-radius: 10px;
    text-align: center;
    background: #fbfbfb;
}
.video-swiper .swiper-slide .img img{
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
/* 
南京巡展
*/
.nanjingTour-title,.nanjingTour-title1{
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 700;
    color: #E60012;
    line-height: 36px;
    margin-bottom: 26px ;
}
.nanjingTour-title1{
    font-weight: 400 !important;
    color: #9D000B !important;
}
.NJ-content{
    margin-top: 45px;
}
.NJ-content01-title{
    font-size: 18px;
    font-family: AlibabaPuHuiTiM;
    font-weight: 700;
    color: #333333;
    line-height: 36px;
    margin-bottom: 26px;
}
.content01-imgsBox{
    overflow: hidden;
}
.content01-imgsBox-left{
    float: left;
    width:32%;
}
.content01-imgsBox-right{
    float: right;
    width: 66%;
}
.NJ-content01-text{
    font-size: 16px;
    margin-top: 31px;
    color: #555555;
    font-family: SourceHanSansCN-Regular;
}
.NJ-content01-text span{
    color: #333333;
    font-weight: 700;
}

.content02-dlBox{
    border-top: 1px #E4E4E4 solid;
    margin: 0px 17px;
    padding-top: 10PX;
}
.content02-dlBox dl{
    overflow: hidden;
    margin:14px 0px;
}
.content02-dlBox dl dt{
    float: left;
}
.content02-dlBox dl dd{
    margin-left:50PX;
    color: #666666;
    font-size: 16PX;
}
.content02-dlBox dl dd:first-of-type{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 36px;
}
.concurrentEvent-box{
    overflow: hidden;
}
.concurrentEvent-box div{
    width:48%;
}
.concurrentEvent-box span{
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #333333;
    font-weight: 700;
    font-size: 18px;
    margin: 10px 0px;
}
.concurrentEvent01 img,.concurrentEvent02 img{
    display: block;
    max-width: 100%;
    height: auto;
}
.concurrentEvent01{
    float: left;
}
.concurrentEvent02{
    float: right;
}
.concurrentEvent-annotation{
    text-align: right;
    color: #E60012;
    font-size: 16px;
}

.serialNmber-box{
    overflow: hidden;
    width: 338px;
    margin-bottom: 23px;
}
.serial-nmber-bj{
    background-color: #E60012;
    width: 58px;height:58px;
    border-radius:29px 29px 0px 29px;
    text-align: center;
    line-height: 58px;
    font-size:30px;
    float: left;
}
.serial-nmber{
    font-size: 24px; 
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-style: italic; 
    color: #FFFFFF;
    line-height: 36px;
}
.serial-text{
    width:280px;
    height: 58px;
    float: left;
    box-sizing: border-box;
    border-bottom: 5px #E60012 solid;
    line-height: 58px;text-indent:10px;
    font-size: 18px;
     font-weight: bold;
    font-family: Microsoft YaHei;
}
.audienceOrganization-box li img{
    font-size: 0;
    margin: 0px 26px;
}
.audienceOrganization-box li{
    background-color: #F3F3F3;
    height: 55px;
    margin-top: 10px;
    display: flex;
    align-items: center;
}
.audienceOrganization-foot-text{
    padding-left: 68px; font-size: 16px;color: #666666;
}
.content05-boxs{
    background: #F3F3F3;
    padding:20px 17px;
    margin-bottom:10px;
}
.content05-icon{
    float: left;
}
.content05-boxs .content05-title{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 50px;
}
.content05-boxs dd{
    padding-left: 57px;
    line-height: 30px;
}

.nj-link{
    display: flex;
    justify-content: space-between;
    margin-bottom:50px;
}
.nj-link a:first-child{
    display: block;
    width: 352px;
    height: 51px;
    background: #000000;
    line-height: 51px;
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
}
.nj-link a:last-child{
    display: block;
    width: 352px;
    height: 51px;
    background: #C1010F;
    line-height: 51px;
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
}
.nj-link-dlBox dl{
    width: 352px;
    float: left;
    margin-bottom: 26px;
}

.nj-link-dlBox dl dt{
    float: left;
}
.nj-link-dlBox .nj-dlBox-title{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 46px;
}
.nj-link-dlBox dl dd{
    margin-left:34px;
    color: #666666;
    line-height: 30px;
    font-size: 16px;
}
.nj-link-dlBox dl:nth-child(2) dd{
    margin-left:56px;
}
.Reactive-images{
    max-width: 100%;
    height: auto;
}
@media screen and (max-width: 1200px) {
    .video-popup{
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
        margin: 0 auto;
    }
    .layer-video {
        width: 90% !important;
    }
}


@media (max-width: 767px) {

    .C-tour{
        display:block;
    }

    .Bright-spot-data {
        width: 100%;
        text-align: center;
    }

    .Bright-spot-info {
        width: 100%;
        line-height: 35px;
        padding-bottom: 10px;
    }

    .Bright-spot-bot {
        display: block;
    }

    .Bright-spot-bot-img {
        width: 14%;
        text-align: center;
    }

    .aip-exhibition img {
        /*width: 100% !important;*/
        height: auto !important;
    }

    .Bright-spot-bot-w {
        width: 100%;
    }

    .Bright-spot:nth-of-type(3) .Bright-spot-title .Bright-spot-data {
        width: 100%;
    }

    .Bright-spot:nth-of-type(3) .Bright-spot-title .Bright-spot-info {
        width: 100%;
    }

    .scope-img {
        width: 100%;
        margin-top: 10px;
    }

    .scope-tit {
        width: 97%;
        margin-top: 10px;
    }

    .scope-tit2 {
        width: 93%;
    }


    .smart-item .gallery-list .img-src{
        width:100%;
    }

    .International-Supporter-l{
        width:100%;
    }

    .exhibitor-popup-li{
        width:100%;
        border:none;
        margin-bottom: 30px;
    }
    .exhibitor-popup-li-i{
        height:auto;
    }
    .exhibitor-popup-li-img img{
        max-width:64px;
    }
    .exhibitor-popup-Shut img{
        margin-left: 5%;
    }

    .exhibitors-news-box-li{
        width:100%;
    }
    .exhibitors-pro{
        width:100%;
        overflow: hidden;
    }



    .wrap.online-img{
        padding:0;
        margin-top:10px;
    }
    .online-img-tit{
        font-size:20px;
    }

    .Exhibits-range-tit{
        font-size: 22px;
    }

    .Exhibits-range-li{
        height:auto;
        width:100%;
    }

    .Exhibits-range-img{
        width: 40px;
        margin:0;
        float: left;
    }
    .Exhibits-range-t{
        width:calc(100% - 44px);
        float:right;
        text-align:left;
        font-size: 12px;
        height:40px;
        line-height:40px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .Exhibits-range-img img{
        max-width:20px;
    }
    .scope-box{
        padding: 30px 0;
    }
    .scope-box .Exhibits-range-t{
        padding:0;
    }
    .scope-box .Exhibits-range-li{
        height:auto;
    }

    .Demoonstration-pro-img{
        height:80px;
        line-height:80px;
    }
    .Demoonstration-pro-tit{
        font-size:12px;
    }

    .Exhibits-range-wrap.Exhibits-range-page .Exhibits-range-li{
        width:100%;
        margin-right: 4%;
    }
    .Exhibits-range-wrap.Exhibits-range-page .Exhibits-range-li:nth-of-type(2n){
        margin-right:0;
    }
    .Exhibits-range-wrap.Exhibits-range-page .Exhibits-range-li:nth-of-type(5n){
        margin-right: 4%;
    }
    .Exhibits-range-wrap.Exhibits-range-page .Exhibits-range-t{
        line-height: 40px;
    }
    .Demoonstration-make-r{
        float:none;
        position:initial;

    }
    .Demoonstration-make-r-a{
        display:block;
        width:100%;
        margin-bottom:5px;
    }
    .Demoonstration-make{
        margin-top: 16px;
    }

    .Exhibits-range-li:nth-of-type(7) .Exhibits-range-img{
        margin-top:0;
    }


    .no-data{
        padding:40px 0;
    }



    .Industry-support{
        padding: 50px 35px;
    }

    .Industry-support .swiper-container{
        padding: 15px 5px;
    }


    .Industry-support-wrap .J-Industry-support-wrap{
        margin-top: 100%;
    }
    .Industry-support-wrap .Industry-support-li{
        padding: 0;
    }
    .Industry-support-wrap .Industry-support-info{
        height: 36vh;
        overflow-y: visible;
        -webkit-overflow-scrolling: touch;
    }


    .Industry-support-wrap .swiper-button-next img,.swiper-button-prev img{
        width: 32px;
    }
    .Industry-support-wrap .swiper-button-next{
        right: 0;
    }
    .Industry-support-wrap .swiper-button-prev{
        left:0;
    }
    .page-exhi-bottom-img-home{
        margin-bottom:0;
        top: 0;
    }

    .login-con.identity-wrap {
        width: calc(90% - 20px);
        padding: 30px 10px;
    }










    .exhi-wrap-bg{
        background: url(../images/img43_mb.png) no-repeat top center;
        background-size: cover;
        padding-bottom: 30px;
    }
    .exhi-bottom-img{
        left: 0;
        width: 100%;
        margin-left: 0;
        display:none;
    }
    .exhi-bottom-img.mb-show{
        display:block;
    }

    .exhi-bottom-img img{
        width:100%;
    }

    .Recommend-exhibitors-li{
        width:100%;
    }

    .Demoonstration-row{
        padding-top: 20px;
    }

    .Popular-categories-l{
        border: 1px solid #ddd;
        margin: 3px 0;
        padding: 0px 10px;
        float: left;
        margin-right: 6px;
        font-size: 14px;
        border-radius: 4px;
    }
    .Popular-categories-l.curr:after{
        display:none;
    }
    .Popular-categories-l:first-of-type{
        width: 100%;
        border: none;
        padding-left:0;
    }

    .senior-box-select-tit{
        width:100%;
    }
    .alphabet{
        width:100%;
    }
    .Recommend-commodities-tit{
        margin-bottom:10px;
        width:100%;
    }
    .Recommend-commodities-tit span{
        display: inline-block;
    }
    .Recommend-commodities-tit a{
        float: right;
        font-size:14px;
    }
    .Recommend-commodities-con{
        width:90%;
    }


    /*.Recommend-commodities-li{*/
        /*width:49%;*/
        /*margin-bottom:20px;*/
    /*}*/
    /*.Recommend-commodities-li:nth-of-type(2n){*/
        /*margin-right:0;*/
    /*}*/


    .Demoonstration-hot{
        margin-bottom:30px;
    }
    .paginate span, .paginate a{
        padding: 3px 4px;
    }

    .senior-box{
        padding: 10px 0 2px;
    }
    .senior-box-top{
        font-size:16px;
    }


    .product-list-wrap .product-list{
        width:100%;
    }



    .Demoonstration-name .Demoonstration-make-r{
        float:left;
        width:100%;
        margin-top:10px;
        position:initial;
    }


    .info-company-com{
        width:100%;
    }
    .info-company-video{
        width:100%;
        margin:20px 0 30px;
    }



    .exhibitors-pro-box-img{
        border: 1px solid rgba(0,0,0,0.06);
        box-shadow:none;
        width:calc(100% - 2px);
    }


    .communication-wrap{
        right: 18px;
    }

    .DemoonstrationSearch-input{
        border:none;

    }

    .DemoonstrationSearch-input .search-button{
        border-radius: 4px;
    }


    .Demoonstration-top{
        border-radius:5px 5px 0 0;
        border:none;
    }
    .Recommend-exhibitors{
        padding:0 0 30px;
        border-radius:0 0 5px 5px;
        background: #fff;
    }
    .Recommend-exhibitors-li{
        border-top:none;
        border-left:none;
        border-right:none;
        margin-bottom:12px;
        padding-bottom:15px;

    }
    .Recommend-exhibitors-li a:after{
        display:block;
        content:'';
        clear:both;
    }
    .Recommend-exhibitors-img{
        width:105px;
        height:105px;
        float:left;
        margin-right:0;
        margin-left:8px;
    }
    .Recommend-exhibitors-info{
        float:right;
        width: calc(100% - 142px);
        margin: 13px 10px 0;
    }
    .Recommend-exhibitors-more{
        background:none;
        padding:0;
        text-align:left;
        float: right;
        width: calc(100% - 132px);
        display:none;
    }
    .Recommend-exhibitors-li:hover .Recommend-exhibitors-more span{
        box-shadow:none;
    }

    .Recommend-exhibitors-more span{
        color:#ff7e00;
        background:none;
        padding:0;
        font-size:14px;
    }

    .Recommend-exhibitors-li-calendar{
        padding: 0 0 0 8px;
    }


    .exhi-more{
        width:180px;
        margin:30px auto 0;
        padding:10px 0;
        font-size:18px;

    }
    .Demoonstration-tit.mb-show{
        color:#b1000d;
        padding:15px 0 0 8px;
        background:#fff;
        margin-top: 0;
        font-size:15px;
    }

    .search-criteria-mb{
        border-bottom:1px solid #e5e5e5;
        margin-top:15px;
        padding-bottom:22px;

    }
    .search-criteria-mb:after{
        display:block;
        content:'';
        clear:both;
    }
    .search-criteria-mb .senior-box-select{
        width:48%;
        float:left;
        margin-right:4%;
    }
    .search-criteria-mb .senior-box-select select{
        border-radius:5px;
        background:#f2f2f7;
        border:none;
        padding: 15px 10px;
    }
    .search-criteria-mb .senior-box-select:last-of-type{
        margin-right:0;
    }


    input[type="button"], input[type="submit"], input[type="reset"],input[type="text"],select {
        -webkit-appearance: none;
    }
    textarea {  -webkit-appearance: none;}

    .fornews.DemoonstrationSearch-row-tit{
        font-size: 26px;
    }


    .Recommend-commodities{
        position:relative;

    }
    .Recommend-commodities .swiper-button-next{
        text-align: center;
        line-height: 44px;
        font-size: 42px;
        color:#b2020f;
        top: 57%;
        right:0;
        display:block;
    }

    .DemoonstrationCompany{
        font-size: 14px;
        line-height: 25px;
    }

    .info-company-video-img{
        height:auto;
        line-height: inherit;
        max-height: 330px;
    }

    .page-exhi-bottom-img{
        top: 0;
    }





    /*im*/
    .business-wrap {
        display: block;
        width: 95%;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
        -webkit-transform: translate(-50%, -50%) scale(0.9);
        -moz-transform: translate(-50%, -50%) scale(0.9);
        -ms-transform: translate(-50%, -50%) scale(0.9);
        -o-transform: translate(-50%, -50%) scale(0.9);
        transform: translate(-50%, -50%) scale(0.9);
    }
    .business-wrap .business-left {
        width: 100%;
        max-height: 500px;
        height: 500px;
        padding-top: 32px;
    }
    .business-wrap .business-left .business-box {
        max-height: 458px;
    }
    .business-wrap .business-left .search-box {
        margin: 2%;
    }
    .business-wrap .business-left .search-box input {
        padding: 5px 15px;
    }
    .business-wrap .business-left .search-box .fa {
        padding: 7px 0;
    }
    .business-wrap .business-left .li {
        padding: 8px;
    }
    .business-wrap .business-left .li .head {
        width: 38px;
        height: 38px;
        line-height: 34px;
    }
    .business-wrap .business-left .li .tit-info .name {
        margin-top: 0;
        font-size: 14px;
    }
    .business-wrap .business-left .li .tit-info .type {
        font-size: 12px;
    }
    .business-wrap .business-right {
        display: none;
        width: 100%;
        max-height: 525px;
        height: 525px;
        min-height: 525px;
        padding-top: 1px;
        margin-left: 0;
    }
    .business-wrap .business-right .business-back {
        padding: 5px 6px 0;
        color: #999;
        cursor: pointer;
        font-size: 14px;
    }
    .business-wrap .business-right .business-back .fa {
        vertical-align: top;
        font-size: 16px;
        margin-right: 5px;
        margin-top: 3px;
    }
    .business-wrap .business-right .box {
        margin: 8px;
        padding: 10px;
        height: 420px;
    }
    .business-wrap .business-right .box .li.me .tit-info .info {
        margin-right: 12px;
    }
    .business-wrap .business-right .box .li.me .tit-info .info:before {
        top: 9px;
        right: -7px;
    }
    .business-wrap .business-right .box .li .tit-info .head {
        width: 38px;
        height: 38px;
        line-height: 34px;
    }
    .business-wrap .business-right .box .li .tit-info .info {
        padding: 6px 10px;
    }
    .business-wrap .business-right .box .li .tit-info .info:after {
        top: 9px;
        left: -7px;
    }
    .business-wrap .business-right .input-box {
        margin: 8px;
    }
    .business-wrap .business-right .input-box .img {
        width: 38px;
        height: 38px;
        line-height: 38px;
    }
    .business-wrap .business-right .input-box .input {
        width: calc(100% - 45px);
    }
    .business-wrap .business-right .input-box .input input {
        padding: 8px 10px;
        width: calc(75% - 20px);
    }
    .business-wrap .business-right .input-box .input .sub {
        width: 25%;
        height: 38px;
        line-height: 38px;
        font-size: 12px;
    }




    .page-size-banner .swiper-slide{
        height:120px;
    }



    .Popup-window-box img{
        max-width:300px;
        max-height:300px;
    }

}






