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{
    font-size:100%;
}
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:#000;
}

a:hover{
    color:#e70012;
}
* {
    box-sizing: border-box;
}



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

body{
    font:16px "Microsoft YaHei","微软雅黑" ;
    color: #000;
    width: 100%;
    line-height: 1.7;
    background: #fff;
    overflow-x: hidden;
}

/*Common Style*/
.hidden{
    display:none !important;
}
.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{ 
    max-width: 1300px;
    margin: 0 auto;
}

.wrap-padding{
    padding: 0 16px;
}
.page{
/*    width: calc(100% - 63px);*/
}

.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;
}
.blue-txt{
    color: #129cd1;
}
.red-txt{
    color: #e70012 !important;
}
.pad60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.margin60{
    margin-top: 60px;
    margin-bottom: 60px;
}
.gray-info {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}



/* 快捷头部  shortcut */
.shortcut-row {
    font-size:12px;
    font-size:.75rem;
    line-height:2;
    background-color:#000000;
    color: #fff;
    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;
    vertical-align: top;
}
.shortcut-row .shortcut-nav>li.search--relative{
    position: inherit;
}
.shortcut-row .shortcut-nav>li>a {
    margin-left:24px;
    color:#fff;
    display: inline-block;
    font-size: 14px;
}
.shortcut-row .shortcut-nav>li>a:hover,
.shortcut-row .shortcut-nav>li>a:active {
    color:#e70012;
}
.shortcut-row .shortcut-nav>li>a i {
    line-height: 40px;
}
.shortcut-row .shortcut-nav>li>a span {
    display:none;
    margin-left:6px;
    vertical-align: top;
    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;
}
.search-input{
    float: left;
    display: block;
    height: 3em;
    line-height:3em;
    background: #fff;
    width: 200px;
    border: 1px solid #fff;
    /*opacity: 0;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 微软雅黑;
    width: 0;
}
.search-input.active{
    animation: showinput 0.6s linear;
    animation-fill-mode: forwards;
    
    
}
@keyframes showinput{
    0% {width: 0;opacity: 0;}
    50%{opacity: 1;}
    100% {width: 200px;opacity: 1;padding: 0 20px;}
}
.txt-input-error{border:1px solid #003279;}
.ui-widget.ui-widget-content{z-index:9999;}
.search-button{
    padding: 0 12px;
    background: #2a2a2a;
    color: #fff;
    font-size: 24px;
    border: 0;
    color: #fff;
    height: 39px;
    cursor: pointer;
}
.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: #129cd1;
    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 #129cd1;
}
@media only screen and (max-width:1000px) {
    .page{
        width: 100%;
    }

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

}

@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:1000px) {
    .shortcut-row a span,
    .shortcut-row .shortcut__element span {
        display:inline-block;
    }
    .shortcut-row .shortcut-nav>li>a span {
        display:inline-block;
    }
  
}

/* logo */
.logo-row{  
    padding-top:40px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.logo-img{padding:7px 0 0; overflow:hidden; display:block; float:left;}
.logo-img img{
    max-width: 100%;
    position: relative;
    z-index: 1;
    display: block;
}
.logo-img-iphone {
   display:block; 
   float:left;
    /* padding: 0 20px; */
    background: #464646;
    width: calc(100% - 60px);
    height: 100%;
    line-height: 55px;
}
.logo-img-iphone img {
    max-width: 100%;
    vertical-align: middle;
}
.logo-chenghua{
    width: 335px;
    float: right;
    cursor: pointer;
    height: 55px;
    border-radius: 5px;
    overflow: hidden;
}

.conmentarr{
    display: block;
    float: right;
    height: 100%;
    width: 60px;
    background: #e70012;
    cursor: pointer;
    text-align: center;
    line-height: 55px;
}
.conmentarr img {
    vertical-align: middle;
    transition: all 0.5s;
}
.logo-chenghua.curr .conmentarr img{
    transform: rotate(-180deg);
    transition: all 0.5s;
}


.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:760px) {
}
@media only screen and (max-width:680px) {
}

@media only screen and (max-width:1000px) {
    .logo-banner{
        margin-top: -10%;
    }
    .logo-banner img{
        height: auto;
        width: 1400px;
        margin-left: -700px;
    }
}

/* 导航 */
.nav-row{
    background: #129cd1;
    width: 100%;
    position: relative;
}
.nav-ul {
    float: right;
}
.nav-li{
    float: left; 
    height: 90px;
    line-height: 90px;
    margin: 0px 16px;
}
.nav-li.curr {
    border-bottom: 1px solid #e70012;
}
.nav-li:first-of-type{
    /* padding-left: 0; */
}
.nav-li:last-of-type{
     margin-right: 0; 
    /*background: #12d1b3;
    margin-left: 4%;*/
}



/*
.nav-li:before{
    content: '|'; padding:0px 15px;color:#710008; 
}
.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{
    font-size: 18px;
    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: 50%;
    margin-left:-7px; 
    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: #e70012;
}
/*.nav-li:hover .sub-nav-row{
    display: block;
}*/
.sub-nav-row{
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1100;
    background: #FFF;
    padding: 20px 20px 0 20px;
    box-sizing: border-box;
    box-shadow: 0px 5px 10px rgba(0,0,0,.1);

}
.sub-nav-row .page{
    
}
.sub-nav{
    float: left;
    width:22%;
    margin-right:3%;
/*    width: calc(100% / 4 - 20px);*/
/*    margin-right: 20px;*/
    margin-bottom: 36px;
    behavior: url(../PIE/PIE.htc);
}
.sub-nav-a{
    display: block;
    width: 100%;
/*    border-bottom: 1px solid #888;*/
    line-height: 35px;
}
dt .sub-nav-a{
    color: #333;
    border-bottom: 2px solid #eee;
}
dd .sub-nav-a{
    border-bottom-color: #ccc;
    color: #666;transition:text-indent 0.2s;
}
.sub-nav-a:hover{
    color: #e70012;
}
@media only screen and (max-width:1000px) {
    .nav-row{
        display: none;
    }
}
 
.sub-nav{ text-indent:1em;}
.sub-nav dd{background-color:#fff; -webkit-transition:background-color 0.5s; -moz-transition:background-color 0.5s; transition:background-color 0.5s;behavior: url(../PIE/PIE.htc);}

.indexName{
    margin: 3rem 0;
    font-size: 2rem;
    font-weight: normal;
    color: #129cd1;
}
.indexText{
    font-size: 16px;
    line-height: 26px; 
    margin: 40px 0 50px;
}
.redLink{
    color: #129cd1;
    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: #129cd1;
    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: calc( 100% / 2 - 18px);
    padding: 20px 0;
}
.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: #129cd1;
    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: #129cd1;
    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: #129cd1;
    width: 100%;
    padding: 30px 0;
}
.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: 14px;
    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;
}



.Title{
    margin-top: 30px;
    font-size: 24px;
    color: #e70012;
    line-height: 28px;
}
.newsList-row{
    /*width: 83.5%;*/
    /*float: left;*/
    margin-bottom:5%;
}
.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;
}
/* .w30{
    width: 30%;
} */
.sidebarB{
    float: right;
    width: 24%;
}

.sidebarB-audience{
    border-top: 5px solid #129cd1;
    margin-bottom: 30px;
}
.sidebarB-audience-link{
    display: block;
    height: 183px;
    background: url(../images/guangz.jpg) center center no-repeat;
    overflow: hidden;
}

.zhanw-sq{background: url(../images/zhengwsq.jpg) center center no-repeat;}
.sidebarB-audience-title{
    font-size: 30px;
    color: #129cd1;
    padding-left: 25px;
    margin-top: 30px;
    font-weight:normal;
}
.sidebarB-audience-text{
    color: #787878;
    font-size: 14px;
    margin-top:10px;
    padding-left: 25px;
}
.zhanw-sq-tit{ color:#12d1b3 !important;}
.zhanw-sq-anniu{ background:#12d1b3 !important;}
.zhanw-sq-top{border-top: 5px solid #12d1b3;}
.lijdengj-an{
    color:#fff;
    background:#129cd1;
    width:96px;
    height:32px;
    text-align:center;
    line-height:32px;
    border-radius:20px;
    margin-left: 25px;
    margin-top:25px;
}
.sidebarB-audience-text .icon-gengduo1{
    font-size: 32px;
    font-weight: normal;
    position: relative;
    top: 6px;
    color: #129cd1;
}
.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;
}
.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: 30px 0;
    height: auto;
    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;
}



.aip-news-conent{ font-size:14px; line-height:50px; padding:25px 0;}
.aip-news-conent p{ line-height:25px; font-size:15px;}

.newsDetialPaging:hover,
.newsDetialPaging-return:hover{
    color: #129cd1;
}
.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: #129cd1;
    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: #129cd1;
    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 #129cd1;
    -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: #129cd1;
}
.News-list-li>a:hover{
    color: #129cd1;
}
.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: #129cd1;*/
}

.News-list-a:hover{
    color: #129cd1;
}
.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: #129cd1;
    margin: 50px 0;
}
.mediaNews-row{
    width: 50%;
}
.mediaNews-a{
    display: block;
    font-size: 16px;
    color: #333;
}
.mediaNews-a:hover{
    color: #129cd1;
}
.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: #129cd1;
}
.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-bottom: 30px;
    box-shadow: 0 0 20px rgba(0,0,0,0.2)
    
}
.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-txtbox {
    padding: 20px;
    min-height: 325px;
}
.TradeList-text{
    display: flex;
    padding: 30px 20px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
}
.TradeList-icon{
    margin-right: 10px;
}

.Demoonstration-top{
    width: 265px;
    float: left;
    margin-right: 20px;
}
.exhsearch-name{
    font-size: 24px;
    color: #fff;
    background: #e70012;
    border-radius: 5px 5px 0 0;
    padding: 10px 15px;
}
.DemoonstrationSearch-row {
    width: 100%;
    border: 1px solid #dedede;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    padding: 15px;
}
.DemoonstrationCondition{
    font-size: 16px;
    color: #fff;
    float: left;
    padding:5px 40px 5px 5px;
    cursor: pointer;
    opacity: 0.7;
    font-family: 微软雅黑;
}
.DemoonstrationCondition.curr,
.DemoonstrationCondition:hover{
    opacity: 1;
}
.DemoonstrationCondition-ul{
    margin-bottom: 20px;
}
.DemoonstrationSearch {
    display: none;
}

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

.DemoonstrationSearch-input {
    position: relative;
    background: #ededed;
    border-radius: 5px;
}

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

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

.DemoonstrationSearch-input .search-input {
    width: calc(100% - 47px);
    height: 47px;
    opacity: 1;
    background: transparent;
    border: 0;
    outline: 0;
    line-height: 47px;
    padding: 10px;
}

.DemoonstrationSearch-input .search-button {
    background: transparent;
    font-size: 28px;
    font-weight: bold;
    color: #e70012;
    height: 47px;
    width: 47px;
    cursor: pointer;
}

.DemoonstrationSearch-select {
    width: 100%;
    display: block;
    height: 47px;
    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: 15px;
    background-image: url(../images/search-arrow.png);
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: 98% 50%;
    border-radius: 3px;
}

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

.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;
}

.DemoonstrationSearch-label a {
    color: #fff;
}

.alphabet a{
    display: inline-block;
    margin: 5px 1% 5px 1.5%;
    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:hover,
.alphabet a.curr{
    border-bottom: 2px solid #fff;
    opacity: 1;
}


/*.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;
}*/




.DemoonstrationListPaging {
    margin: 50px 0;
}


.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;
}


.Demoonstration-pro-tit{
    text-align:center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-top:10px;
}


.senior-box{
    padding:25px 0 15px;
    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%;
    border-top: 1px solid rgba(255,255,255,0.3);
}

.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{
    margin-bottom: 20px;
}
.senior-box-select-tit{
    font-size: 18px;
    margin-bottom: 5px;
}
.senior-box-select-s select{
    width:100%;
    border-radius:4px;
    padding:0 10px;
    height: 47px;
    line-height: 47px;
    border:none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #ededed url(../images/arrow-b.png) no-repeat right 10px center;
}
.senior-box-select:last-of-type{
    margin-right:0;
}
.senior-search{
    width:100px;
    height:48px;
    background:#12d1b3;
    color: #fff;
    border-radius:4px;
    text-align:center;
    line-height:48px;
    margin-top:32px;
    cursor:pointer;
    float:right;
}
.senior-box-wrap{
    /*display:none;*/
}


.Demoonstration-name{
    margin: 30px 0;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 30px;
}
.Demoonstration-name:after{
    display: block;
    content: "";
    clear: both;
}
.Demoonstration-img{
    float: left;
    width: 244px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 5px;
}
.Demoonstration-img img{
    max-width: 90%;
}
.Demoonstration-txt-row{
    float: left;
    margin-left: 35px;
    width: calc(100% - 280px);
}
.Demoonstration-nameCn,
.Demoonstration-nameEn{
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
}
.Demoonstration-info{
    width: calc(100% - 310px);
}
.Demoonstration-btn{
    background: #e70012;
    border-radius: 5px;
    border: 0;
    outline: 0;
    color: #fff;
    /*padding: 15px 25px;*/
    width: 136px;
    height: 50px;
    line-height: 50px;
}
.Demoonstration-btn:hover{
    opacity: 0.8;
}
.Demoonstration-btn img{
    vertical-align: middle;
    margin-right: 5px;
}
.category-txt {
    display: inline-block;
    padding: 0px 10px;
    border: 1px solid #e70012;
    border-radius: 5px;
    margin-right: 4px;
    color: #e70012;
    font-size: 14px;
}
.Demoonstration-btn.yuyue-btn{
    margin-right: 10px;
}
.Demoonstration-btn.fav-btn{
    background: #000;
}
.Demoonstration-btn.fav-btn i{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -2px;
    line-height: 24px;
    background: url(../images/icon02.png) no-repeat center center;
    vertical-align: middle;
}
.Demoonstration-btn.fav-btn:hover i,
.Demoonstration-btn.fav-btn i.active{
    background: url(../images/icon03.png) no-repeat center center;
}
.Demoonstration-btn.fav-btn i{
    vertical-align: middle;
    margin-right: 5px;
    font-size: 20px;
}

.Demoonstration-con-fl{
    width: 48%;
    margin-right: 4%;
}.Demoonstration-video{
    margin-right: 0;
    position: relative;
}
.Demoonstration-video .video-btn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.DemoonstrationSite{
    margin-bottom: 20px;
    /*height:28px;*/
}
.DemoonstrationSite:last-of-type{
    margin-bottom: 0;
}
.DemoonstrationSite a{
    color: #e70012;
    text-decoration: underline;
}
.DemoonstrationSite a:hover{
    text-decoration: underline;
}
.DemoonstrationSite-icon{
    float: left;
    margin-right: 10px;
    vertical-align: middle;
}
.DemoonstrationSite-row{
    margin: 30px 0 0;
}
.DemoonstrationInfo{
    font-size: 16px;
    color: #000;
}
.DemoonstrationTitle{
    width: 135px;
    background: #000;
    color: #fff;
    text-align: center;
    line-height: 55px;
    border-radius: 10px 10px 10px 0;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 20px;
}
.Demoonstration-con {
    margin-bottom: 40px;
}
.Demoonstration-product-ul{
    font-size:0;
}
.Demoonstration-product{
    display:inline-block;
    vertical-align:top;
    width: 32%;
    margin-right: 2%;
    box-sizing: border-box;
}
.Demoonstration-product:nth-of-type(3n){
    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;
    justify-content: center;
    overflow: hidden;
    border: 1px solid #dedede;
    border-radius: 5px;
    overflow: hidden;
    
    align-items: center; 
}
.Demoonstration-productImg img{
    width: auto;
    height: 300px;
}
.Demoonstration-productTit{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
}
.Demoonstration-productIntro{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
    height: 48px;
    text-align: left;
    color: #666;
    font-size: 14px;
}
.Demoonstration-productMore{
    display: block;
    text-align: left;
    font-size: 15px;
}
.Demoonstration-product-a:hover .Demoonstration-productTit{
    color: #129cd1;
}


.sub-menu dd{
    display: none;
}

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




.menu-return{
    display: none;
    float: left;
    color: #e70012;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
    width: 40px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}
.nav-name {
    display: none;
    width: calc(100% - 150px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
    font-size: 16px;
    float: left;
    line-height: 60px;
    margin-left: 20px;
    text-align: center;
}
.indexName{
    line-height: 1.2;
}
.Demoonstration-content{
    float: left;
    width: calc(100% - 285px);
    border-radius: 5px;
    border: 1px solid #dedede;
    padding: 0 20px;
}
.Demoonstration-result{
    line-height: 36px;
    padding: 15px 0;
    border-bottom: 1px solid #dedede;
    margin-bottom: 30px;
}
.Demoonstration-result .name{
    font-size: 18px;
    width: 90px;
}
.Demoonstration-result .result-detail{
    width: calc(~"100% - 90px");
}
.condition-search {
    display: inline-block;
    padding: 0 20px;
    line-height: 36px;
    max-width: 200px;
    background: #ffd7da;
    border-radius: 5px;
    color: #e70012;
    margin-right: 10px;
    position: relative;
}
.condition-search span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.condition-search:after {
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    color: #fff;
    background: #ff4141 url(../images/close-redbtn.png) no-repeat center center;
    position: absolute;
    right: -8px;
    top: -8px;
}
.condition-search:hover {
    opacity: 0.8
}

.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;
}
.contact-tel{
    display: inline-block;
    margin-left: 30px;
}
.title2{
    font-size: 24px;
    margin-bottom: 0;
}
.grogshopList .TradeList-a{
    border-bottom: 0;
    box-shadow: none;
}
.grogshop-txtbox{
    padding: 20px;
}
.grogshop-text{
    position: relative;
    display: block;
}
.grogshop-name{
    display: block;
    font-size: 18px;
    width: 100%;
    font-weight: bold;
    /*width: calc(100% - 100px);
    height: 55px;*/
}
.grogshop-star{
    position: absolute;
    right: 0;
    top: 3px;
    width: 100px;
    display: none;
}
.star{
    display: inline-block;
    float: left;
    margin-left: 2px;
    width: 18px;
    height: 18px;
    background: url(../images/star.png) no-repeat;
}
.starGray{
    background-position: right;
}
.grogshop-site{
    color: #666;
    margin-top: 5px;
}
.grogshop-url{
    color: #666;
    margin-top: 5px;
}
.grogshop-note{
    background: #f8f8f8;
    padding: 20px;
    margin-bottom: 30px;
}
.grogshop-contact .name{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.grogshop-contact .info p{
    color: #666;
    margin:5px 0;
    text-indent: 28px;
}
.grogshop-contact .info p:nth-of-type(1){
    background: url(../images/contact-icon01.png) no-repeat left center;
}
.grogshop-contact .info p:nth-of-type(2){
    background: url(../images/contact-icon02.png) no-repeat left center;
}
.grogshop-contact .info p:nth-of-type(3){
    background: url(../images/contact-icon03.png) no-repeat left center;
}
.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: 40px 0 20px;
}
.lose-a{
    font-size: 18px;
    font-weight: bold;
    color: #129cd1;
}
.lose-a .icon-gengduo1{
    font-size: 35px;
    font-weight: normal;
    position: relative;
    top: 7px;
}




@media only screen and (max-width:1000px) {
    .hintTex{
        display: block;
        float: none;
        margin-bottom: 20px;
    }
    .hintBtn-row{
        text-align: center;
        width: 100%;
    }

    .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) {
    .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;
    }
    
    
    
    .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;
    }
    
    .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;
    }
    
    .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;
    }
}


.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: #129cd1; }

@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; }
      .content_b_show .do-box .list li:last-child {
        border-bottom: none; }

.fcred {
  color: #129cd1; }

@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: #129cd1; }
.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:#129cd1;
}
.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;
}

/*notice 弹框*/
.layer-notice{
    border-radius: 10px;
    overflow: hidden;
}
.notice-pop {
    display: none;
    width: 800px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.3);
    overflow: hidden;
}

.notice-pop .top {
    background: #e70012;
    color: #fff;
    font-size: 16px;
    height: 54px;
    line-height: 54px;
    padding: 0 20px;
    padding-right: 0;
}
.notice-pop .notice-tit{
    float: left;
}
.notice-pop .notice-close {
    cursor: pointer;
    float: right;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    margin-top: 4px;
}
.notice-pop .con {
    padding: 40px 25px;
    max-height: calc(100vh - 180px);
    overflow-y: auto;
}
.notice-pop .con-top {
    border-bottom: 1px solid #f0f0f0;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.notice-pop .detail {
    font-size: 16px;
    line-height: 30px;
}
.notice-pop .detail  p{
    margin-bottom: 25px;
}
.notice-pop .detail ul{
    list-style-image:url("../images/redpoint.png");
    list-style-type: disc;
    padding-left: 20px;
}
.notice-pop .detail ul li{
    margin-bottom: 25px;
}
.notice-pop .detail .bot{
    font-size: 14px;
    text-align: right;
    margin-top: 50px;
}
@media screen and (max-width: 768px) {
    .notice-pop{
        width: 100%;
    }
    .notice-pop .con-top{
        font-size: 24px;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .notice-pop .detail {
        font-size: 14px;
        line-height: 1.5;
    }
    .notice-pop .detail ul li {
        margin-bottom: 15px;
    }
    .notice-pop .con {
        padding: 30px 15px;
    }
}


@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: #129cd1;
    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: #129cd1;
    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: 1000px) {
  .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: #129cd1;
        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: #129cd1;
    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: 1000px) {
  .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 #129cd1 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: #129cd1;
            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: #129cd1; }

.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: #129cd1;
        margin: auto; }
      .exhibitors-box .processbox .item-l .linebox {
        width: 2px;
        background-color: #129cd1;
        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 #129cd1 solid;
        display: block;
        border-radius: 50%;
        text-align: center;
        line-height: 80px;
        margin: auto;
        font-size: 18px;
        color: #129cd1; }
    .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: #129cd1; }
      .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: #129cd1;
        padding-bottom: 2px; }
      .exhibitors-box .processbox .item-r .content-box {
        clear: both;
        border-top: 2px #129cd1 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: #129cd1;
              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: 1000px; }
    .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: #129cd1;
        margin: auto; }
      .mid-box .minwap .item-l .linebox {
        width: 2px;
        background-color: #129cd1;
        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 #129cd1 solid;
        display: block;
        border-radius: 50%;
        text-align: center;
        line-height: 80px;
        margin: auto;
        font-size: 18px;
        color: #129cd1; }
    .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: #129cd1; }
      .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: #129cd1;
        padding-bottom: 2px; }
      .mid-box .minwap .item-r .content-box {
        clear: both;
        border-top: 2px #129cd1 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: #129cd1;
              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: #129cd1;
    margin: auto; }
  .box-last .item-l .linebox {
    width: 2px;
    background-color: #129cd1;
    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 #129cd1 solid;
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    margin: auto;
    font-size: 18px;
    color: #129cd1; }
.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: #129cd1; }
  .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: #129cd1;
    padding-bottom: 2px; }
  .box-last .item-r .content-box {
    clear: both;
    border-top: 2px #129cd1 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: #129cd1;
          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: 1000px) {
  .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; }
  .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; }
      .mapwap .mapbox .hotbox .boxpop {
        text-align: left;
        position: absolute;
        width: 264px;
        height: 230px;
        }
        .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; }
            .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: #129cd1; }
              .mapwap .mapbox .hotbox .boxpop .boxinpop .upbox .box-r .pbox {
                padding-top: 15px; line-height:25px;}
                .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: #129cd1; }
      .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: #129cd1;
      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: #129cd1;
      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: #129cd1; }
      .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: 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: #129cd1;
        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;}
.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:#129cd1; margin-left:25px; position:relative;}
.jiantou{ width:26px; height:26px; overflow:hidden; background:#129cd1; 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 #129cd1; line-height:80px; font-weight:600; font-size:18px; margin-top:48px;}
.jiantou_x{ border-left:2px solid #129cd1; height:227px; position:absolute; top:25px; left:43px; z-index:-1;}

.zhanhq_c{ width:876px; overflow:hidden; margin:0 auto;}
.zhanhq_r{ width:700px; height:auto; float:right;}
.zhanhq_tit{ font-size:24px; color:#129cd1; font-weight:bold; margin-bottom:28px;}
.zhanhq_r .tab{ overflow:hidden; width:100%; height:37px; border-bottom:1px solid #129cd1; 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:#017baa; color:#fff; border-radius:5px 5px 0 0;}
.zhanhq_r .tab a:hover{ background:#129cd1; color:#fff; text-decoration:none; height:37px; overflow:hidden;}
.zhanhq_r .tab a.on{ background:#129cd1; color:#fff; text-decoration:none; height:37px; overflow:hidden;}
.zhanhq_r .tab-content{ width:100%; overflow:hidden;}
.zhanhq_r .tab-content ul{ position:relative; left:0; top:0; height:auto;}
.zhanhq_r .tab-content li{ width:100%; float:left; padding:28px 0; display: none;}
.zhanhq_r .tab-content li p{font-size:15px; line-height:25px;}
.zhanhq_r .tab-content li h4{ font-size:16px; color:#129cd1; 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:#129cd1;}
.zhanhq_r .tab-content li h4 a:hover{ color:#129cd1;}
.zhanhq_r .tab-content li h4 img{ float:left; margin:2px 8px 0 0;}
.zhanhq_r .tab-content li.current {
    display: block;
}


.zhanhq_l_z{ float:left; height:301px; width:86px; line-height:337px; text-align:center; font-size:18px; color:#129cd1; 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 #129cd1; line-height:80px; font-weight:600; font-size:18px; margin-top:85px;}
.jiantou_x_c{ border-left:2px solid #129cd1; 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:#129cd1; 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 #129cd1; line-height:80px; font-weight:600; font-size:18px; margin-top:85px;}
.jiantou_x_c{ border-left:2px solid #129cd1; height:227px; position:absolute; top:70px; left:42px; z-index:-1;}
.jiantou_h{ width:26px; height:26px; overflow:hidden; background:#129cd1; 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:#fafafa; padding:39px 0;}






@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:1000px){
.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;}
.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%; */padding:25px 0;}

.zhanhq_r .tab-content li{ }

.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: #129cd1;
            padding-left: 10px; }
    .advert-box ul li:nth-child(2n) {
      background-color: #eeeeee; }

@media only screen and (max-width: 1000px) {
  .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: #129cd1;
    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: #129cd1;
    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: 1000px;
  height: 450px;
  margin: 0 auto;
  position: relative; }

.scrolllist .imglist_w {
  width: 1000px;
  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%; } }




.register-content{ max-width:940px; margin:0 auto; min-height:350px;}
.register-content-con{ width:100%; overflow:hidden; margin-top:50px;}
.register-personal{ width:48%; float:left; border:1px solid #e5e5e5; border-top:5px solid #d00212; min-height:145px;}
.register-personal-content{ width:90%; overflow:hidden; padding:39px 9% 0;}
.register-personal-content-img{ float:left; margin-right:24px;}
.register-personal-content-com{ float:left; margin-top:6px;}
.register-personal-title{ font-size:24px; overflow:hidden; font-weight:bold;}
.register-personal-url{ margin-top:6px;}
.register-personal-url a{ font-size:16px; color:#000;}
.register-personal-url .icon-shipinsuolve_xiangyou{ color:#d00212;}

.register-group{ width:48%; float:right; border:1px solid #e5e5e5; border-top:5px solid #d00212; min-height:145px;}

.register-personal-bo{ border:1px solid #e5e5e5; overflow:hidden; padding:47px 58px;}

.chanzsq{ font-size:34px; max-width:940px; margin:35px auto; color:#2b333e;    background: url(../images/zhanw_img.jpg) no-repeat; height:36px; padding-left:10px;}


/*top-new*/
.top-left-tit{ float:left; line-height:40px; font-size:14px;}



.banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.banner .banner-ul li img{
    width: 100%;
    display: block;
}

/*.banner .banner-ul li {
    width: 10%;
    height: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}

.banner .banner-ul li img {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin-left: 0;
}*/
.banner .swiper-button-next, .banner .swiper-button-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: transparent;
    font-size: 36px;
    text-align: center;
    line-height: 50px;
    color: #fff;
}
.banner .swiper-button-prev, .banner .swiper-container-rtl .swiper-button-next {
    left: 10%;
}
.banner .swiper-button-next, .banner .swiper-container-rtl .swiper-button-prev {
    right: 10%;
}
.banner_ft {
    bottom:30px;
    z-index: 2;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    z-index: 999
}

.banner_ft>li {
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #999999;
    margin: 0 10px;
    cursor: pointer;
    display: inline-block;
    behavior: url(../PIE/PIE.htc);
}

.banner_ft>li.current {
    background:#129cd1;
}



/*首页*/
.index-denj-lef{ float:left;}
.index-denj-lef h2{ color:#e03a39; font-size:24px; font-weight:normal;}
.index-denj-lef p{ font-size:16px; color:#464646; margin-top:12px;}
.index-denj-rig{ padding-top:10px;}
.index-denj-rig span a{ color: #fff; display:block; font-size:14px;}
.index-denj{ width:100%; padding-top:25px; margin-bottom:55px; overflow:hidden;}
.index-denj-rig span{ padding:10px 0; border-radius:4px; margin-bottom: 10px; display: block;color:#fff; font-size:18px; text-align:center;}
.blue-btn{
     background:#129cd1; 
}
.green-btn{
     background:#12d1b3;
}
.red-btn{
    background:#e70012;
}
.green-deep-btn{
    background:#00aa8f;
}
.blue-deep-btn{
    background:#33a2cd;
}
.side-icon{
    display:inline-block;
    width:58px;
    height:58px;
    background:url(../images/side-icon.jpg) no-repeat;
}
.side-icon-1{
    background-position:0 0;
}
.side-icon-2{
    background-position:0 -144px;
}
.side-icon-3{
    background-position:0 -286px;
}




.index-denj-rig .iconfont{ font-size:32px; margin-right:10px; vertical-align:sub;}
.right-suspension-com{ position: relative; width:100%;}
.right-suspension-fd{ width: 150px; position: absolute; right:0; top: 0; z-index: 999;}
.right-suspension{ top: 32px; width: 150px; }

.yiy-ind{ width:1920px; position:relative; margin-left:-960px; left:50%; height:220px;}

.index-denj-fenj{ width:100%; border-bottom:1px solid #e5e5e5;}
.product-ind-tit{ width:100%; overflow:hidden; line-height:35px;}
.product-ind{ overflow: hidden; margin:50px 0 30px 0;}
.product-ind-tit h2{ float:left; color:#323232; font-size:30px; font-weight:normal;}
.product-ind-tit span{ float:right;}
.product-ind-tit span a{ color:#129cd1;}
.product-ind-tit .iconfont{ font-size:17px; margin-left:5px;}
.product-ind-con{ width:100%; overflow:hidden; margin:30px 0 20px 0;}
.product-ind-con-l{ float:left; width:42%; position:relative; overflow:hidden;}
.product-ind-con-l img{ width:100%;}
.product-ind-con-r{ float:right; width:56%;}
.product-ind-con-r li{ float:left; margin-right:4%; margin-bottom:3.5%; width:48%; overflow:hidden; position:relative;}
.product-ind-con-r li img{ width:100%;}
.product-ind-con-r li:nth-of-type(2n){margin-right:0;}
.product-ind-con-l-tit{ position:absolute; bottom:-80px; width:91%; height:70px; background-color:rgba(33,154,196,0.9); line-height:70px; font-size:16px; padding:0 5%;}
.product-ind-con-l-tit a{ display:block; color:#fff;}


.meit-ind{}
.meit-ind h2{ color:#323232; font-size:30px; font-weight:normal;}



.index-row {
    margin: 60px 0;
}
.title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
}

.index-new-row{
    width: 31.2%;
    margin-right: 3%;
    float: left;
}
.index-new-row:last-of-type{
    margin-right: 0;
}
.index-row .Press-Release .index-new-img{ background:url(../images/meit1.jpg) no-repeat;}
.index-row .Exhibitor-news .index-new-img{ background:url(../images/meit2.jpg) no-repeat;}
.index-row .Industry-news .index-new-img{ background:url(../images/meit3.jpg) no-repeat;}
.index-new-img{
    position: relative;
    height: 150px;
    overflow: hidden;
}
.index-new-title{
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -15px;
    text-align: center;
    font-size: 22px;
    color:#fff;
    font-weight:normal;
}
.index-new-title span{ text-align:center; padding:8px 25px; background:rgba(0,0,0,0.5); border-radius:25px;}
.index-new-box{
    padding: 20px 0;
}
.index-new-box-c{ height: 246px; }
.index-new{
    border-bottom: 1px solid #ccc;
    padding: 10px 0 15px;
    width: 100%;
    overflow: hidden;
}
.index-new-left{ float: left; width: 7%; }
.index-new-right .icon-shipinsuolve_xiangyou{ color: #969696; margin-left:1px;}
.index-new-right{ float: left; width: 93%; }
/* .index-new:last-of-type{
    border-bottom: 0;
} */
.index-new-name{
    height: 26px;
    overflow: hidden;
/*    padding-right: 30px;*/
    color:#464646;
}
.index-new-name>a{
    position: relative;
}
.index-new-name>a:after{
    position: absolute;
    right: -35px;
    top: -5px;
    line-height: 24px;
/*    content: "→";*/
}
.index-new-name:hover .icon-shipinsuolve_xiangyou{ color: #129cd1; }
.ind-news-mor{line-height: 55px; color:#129cd1; font-size:14px;}
.ind-news-mor .icon-shipinsuolve_xiangyou{ color:#129cd1; }
.ind-news-mor:hover .icon-shipinsuolve_xiangyou{ color: #0e82ae; }
.ind-news-mor:hover{ color: #0e82ae;}

.index-new-time{
    color: #999;
    line-height: 20px;
    margin-top:10px;
}
.index-new-more{
    display: inline-block;
    min-width: 110px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #129cd1;
    border:2px solid #129cd1;
    border-radius:25px;
    margin-top:25px;
    
}
.index-new-more:hover{background:#129cd1; color:#fff;}



.index-denj-fenj-c{ width:100%; border-bottom:8px solid #f0f0f0;}


.divide-box {
    background: #f5f5f5;
    position: relative;
}
.divide-swiper {

}
.divide-button, .partners-button{
    width: calc(1300px + 160px);
    margin: 0 auto;
    position: relative;
}
.partners-pagination{
    display: none;
}
.divide-list .title{
    font-size: 18px;
    color: #e70012;
    margin: 10px 0;
    font-weight: bold;
}
.divide-list .gray-info{
    overflow : hidden; 
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.swiper-btn.swiper-button-next, .swiper-btn.swiper-button-prev{
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #d3d3d3;
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 38px;
    
}
.divide-btn-next,.divide-btn-prev{
    margin-top: -120px;
}
.partners-btn-next,.partners-btn-prev{
    margin-top: -50px;
}
.swiper-btn.swiper-button-next, .swiper-container-rtl .swiper-btn.swiper-button-prev{
    right: 0;
}
.swiper-btn.swiper-button-prev, .swiper-btn.swiper-container-rtl .swiper-button-next{
    left: 0;
}
.indtop-box {
    margin-bottom: 30px;
}
.indtop-box .more{
    display: block;
    width: 100px;
    height: 35px;
    line-height: 35px; 
    border-radius: 20px;
    border: 1px solid #e70012;
    color: #e70012;
    text-align: center;
    transition: all 400ms;
}
.indtop-box .more:hover {
    background: #e70012;
    color: #fff;
}
.ind-title {
    font-size: 32px;
    line-height: 1;
    font-weight: bold;
}

.icon-shipinsuolve_xiangyou{ font-size:13px;}

.yibo-z{ width:100%; background:url(../images/qianjiz.jpg?v=2020) no-repeat center; background-size: cover;}
.yibo-z-con{
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#EEFFFFFF,endColorstr=#EEFFFFFF);
-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#EEFFFFFF,endColorstr=#EEFFFFFF);
 padding:45px 0;}
.yibo-z-con h2{ color:#129cd1; font-size:36px; text-align:center; font-weight:normal;}
.yibo-z-con h3{ font-size:26px; text-align:center; font-weight:normal;margin:35px 0 40px 0; color:#323232;}
.zuida{  background: url(../images/qianjiz2.jpg?v=2020); background-size: cover;}


.yibo-z-con-b{ }
.yibo-z-con-b-l{ width: calc(100% - 175px); float:left; padding-right: 40px;}
.yibo-z-con-b-l h4{ font-size: 32px; font-weight: bold; }
.yibo-z-con-b-l p{ margin-top: 20px; }
.yibo-z-con-b-r{ width: 175px; float: right; height: 50px;border-radius: 30px; transition: all 400ms;  background: #e70012;text-align: center;line-height: 50px; color: #fff; margin-top: 80px;}
.yibo-z-con-b-r:hover{box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2); color: #fff;}
.yibo-z-con-b-r-img{ float: left; color:#fff; margin-top:35px; margin-left:45px;}
.yibo-z-con-b-r-img .icon-geren1{ font-size:45px;}

.index-denj-fenj-jie{ width:100%; border-bottom:1px solid #fff; height:1px; background:#d9dadb;}

.yib-4{ font-size:30px; }
.Plus{ font-size: 26px; color:#129cd1; position: relative; top: -4px; margin-left:5px;}
.SuperscriptTwo{ position: relative; top: -8px; font-size: 12px; }


.line-box {
    width: 100%;
    height: 14px;
    background: url(../images/line-bg.jpg);
}
.huigu{ width:100%; overflow:hidden;}
.huigu li{ width:calc((100% - 15px)/2); float:left; margin-right:15px; height:auto;border-radius: 10px;overflow: hidden;}
.huigu li img{ width:100%; vertical-align: middle;}
.huigu li:last-of-type{margin-right:0; }
.huigu-txt{border: 1px solid #d6d6d6; border-top: 0; border-radius: 0 0 10px 10px; padding: 20px;}
.huigu li h2{ border-left:4px solid #129cd1; font-size:24px; font-weight:normal; padding-left:15px;}
.huigu-img{height: 165px; overflow: hidden;}
.huigu li .event-title{font-size:18px; font-weight: bold;margin-bottom: 5px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.huigu-p-time{ color: #666; margin-bottom: 15px;
        overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}



.tuijzs{ float: right; border:1px solid #dcdcdc; -webkit-border-radius:15px; -moz-border-radius:15px; border-radius:15px; padding:0 15px;behavior: url(../PIE/PIE.htc);}
.tuijzs span{ cursor: pointer; }
.tuijzs .icon-zuoyoujiantou{ border-right: 1px solid #dcdcdc; padding-right: 10px; }
.tuijzs .icon-zuoyoujiantou:hover{color:#129cd1;}
.tuijzs .icon-zuoyoujiantou-copy{ padding-left: 3px; }
.tuijzs .icon-zuoyoujiantou-copy:hover{color:#129cd1;}

.zhansm-click{ width:100%; overflow:hidden;}
.zhansm-click li{ font-size:30px; line-height:30px; color:#969696; float:left; margin-right:35px; cursor:pointer;}
.zhansm-click span{ float:right;}
.zhansm-click span a{ color:#129cd1;}
.zhansm-click .iconfont{ font-size:17px;}
.zhansm-click li.curr{ color:#333;}
.zhansm-content{ width:100%;}
.zhansm-content li{ display:none; width:100%; height:71px; overflow:hidden;}
.zhansm-content-img{ text-align:center; line-height: 69px;}
.zhansm-content-img img{ vertical-align: middle; max-height:66px; max-width:100%;}
/*.swiper-container-partners.swiper-button-prev, .swiper-container-partners.swiper-container-rtl .swiper-button-next{
    left: 0;
}
.swiper-container-partners.swiper-button-next, .swiper-container-rtl .swiper-container-partners.swiper-button-prev{
    right: 0
}*/
/*.swiper-container-partners .swiper-button-next, 
.swiper-container-partners .swiper-container-rtl .swiper-button-prev{
    background-image: url(../images/right-j.png);
    width: 23px;
    height: 20px;
    background-size: 23px 20px;
}
.swiper-container-partners .swiper-button-prev, 
.swiper-container-partners .swiper-container-ltr .swiper-button-next{
    background-image: url(../images/left-j.png);
    width: 23px;
    height: 20px;
    background-size: 23px 20px;
}*/
/*.zhansm-content-img:nth-of-type(6n){margin-right:0;}*/


/*关于我们*/
.about-b{ background:url(../images/about-banner.jpg) no-repeat center; width:100%; overflow:hidden; height:250px;}
.about-b-con{ width:1200px; margin: 0 auto;}
.about-b-con h2{ color:#129cd1; font-size:30px; margin-top:74px;}
.about-b-con-x{ border-bottom:2px solid #129cd1; width:75px; margin:30px 0;}
.about-b-con p{ color:#464646;}
.about-b-con-left{ float:left;}
.about-b-con-right{ margin-top:100px;}
.about-b-con-right span{ -webkit-border-radius:6px; -moz-border-radius:6px;border-radius:6px; padding:25px 50px;behavior: url(../PIE/PIE.htc);}

.about-c{ width:100%;}
.about-c-top-t{ width:100%; overflow:hidden;}
.about-c-top-t .icon-fangzi{ color:#fff; font-weight:bold; font-size:22px; margin-right:5px;}
.about-c-conter{ width:100%; background:url(../images/zhanhui-b.jpg) no-repeat right top; height:270px; position:relative; overflow:hidden;}
.about-c-left{ position:absolute; left:0; top:0; background:#179ed2; width:320px; height:220px; color:#fff; padding:25px 30px}
.about-b-con-x-x{ border-bottom:2px solid #fff; width:75px; margin:20px 0;}
.about-c-left h2{ font-size:24px; font-weight:normal;}
.about-c-left a{ color:#fff; line-height:75px;}
.about-c-left .iconfont{ font-size:14px;}



.yiy-about{ width:1920px; position:relative; margin-left:-960px; left:50%; height:128px; display: none;}
.about-jies{ width:100%;}
.about-jies h2{ font-size:30px; float:left; border-bottom:2px solid #129cd1; padding-bottom:20px;}
.about-jies-border{ margin:28px 0 40px;}
.about-jies-border h2{
    font-size: 30px;
    line-height: 1;
    position: relative;
}
.about-jies-border h2:before {
    position: absolute;
    top: 15px;
    left: -40px;
    display: block;
    content: "";
    width: 33px;
    height: 5px;
    background: #e70012;
}
.about-jies-logo{ width:94%; background:#fafafa; padding:3%; margin:43px 0;}
.about-jies-top{ width:100%; background:url(../images/yibo-about-righ_03.jpg) no-repeat right; min-height:333px;}
.about-jies-top p{ width:450px;/* float:left;*/ color:#787878; font-size:14px; margin-top:35px;}

.about-jies-bot{ width:100%; background:url(../images/zhanhuob-bottom_03.jpg) no-repeat left; min-height:412px; margin-bottom:5%;}
.about-jies-bot p{ width:500px; float:right; color:#787878; font-size:14px; margin-top:35px;}

.Notice-of-visit{ width:100%; height:301px; margin-bottom:35px; overflow:hidden;}
.Notice-of-visit-left{ width:65.7%; height:301px; float:left; background:url(../images/changuan-img.jpg) no-repeat;}
.Notice-of-visit-left-con{ width:55%; margin:4% 0 0 4%; background:#fff; padding:3% 4% 0% 4%;}

.Notice-of-visit-left-x{ border-bottom:2px solid #129cd1; width:55px; margin:20px 0;}
.Notice-of-visit-left h2{ font-size:24px; font-weight:normal;}
.Notice-of-visit-left p{ color:#787878;}
.Notice-of-visit-left a{ color:#129cd1; line-height:75px;}
.Notice-of-visit-left .iconfont{ font-size:14px;}

.Notice-of-visit-right{ width:31.6%; float:right;}

.Notice-of-visit-right-img{ width:100%; height:150px; margin-bottom:15px;}
.Notice-of-visit-right-img img{ width:100%;}
.Notice-of-visit-right h2{ font-size:24px; color:#464646; font-weight:normal; margin-bottom:24px;}
.Notice-of-visit-right p{ color:#787878; font-size:14px;}
.Notice-of-visit-right a{ color:#129cd1; font-size:14px; line-height:60px;}
.Notice-of-visit-right-p{height:50px; width:100%; overflow:hidden;}


/*媒体中心*/
.meitz{ background:url(../images/meitz.jpg) no-repeat center;}
.Media-Center-c{ width:100%; overflow:hidden; margin-bottom:25px;}
.Media-Center-c-left{ width:46%; float:left; height:375px; position:relative;}
.Media-Center-c-left img{ width:100%;}
.Media-Center-c-left span{ position:absolute; bottom:0; width:90%; height:60px; background:rgba(0,0,0,0.5); line-height:60px; color:#fff; padding:0 5%; font-size:18px;}
.Media-Center-c-left h2{ color:#464646; font-size:24px; font-weight:normal; margin-bottom:20px;}
.Media-Center-c-right{ width:51%; float:right;}
.Media-Center-c-right .more{ width:120px; height:40px; float:right; color:#fff; background:#129cd1; text-align:center; line-height:40px; -webkit-border-radius:25px; -moz-border-radius:25px; border-radius:25px;behavior: url(../PIE/PIE.htc);}
.Media-Center-c-right .more a{ color:#fff; display:block;}
.Media-Center-c-right-con{ width:100%; overflow:hidden;}
.Media-Center-c-right-con li{ border-bottom:1px solid #f1f1f1; width:100%; height:auto; overflow:hidden; padding:32px 0;}
.Media-Center-c-right-con li:last-child{ border-bottom:none;}
.Media-Center-c-right-con-time{ width:10%; float:left; text-align:center;}
.Media-Center-c-right-con-time h2{ color:#c8c8c8; font-size:50px; line-height:50px; font-weight:normal;}
.Media-Center-c-right-con-time p{ color:#c8c8c8; font-size:14px;}
.Media-Center-c-right-con-right{ width:85%; float:right;}
.Media-Center-c-right-con-right h2{ color:#129cd1; font-size:16px; font-weight:normal;}
.Media-Center-c-right-con-right p{ color:#787878; margin:10px 0; height:48px; width:100%; overflow:hidden; font-size:14px;}
.Media-Center-c-right-con-right a{ color:#129cd1;}
.Media-Center-c-right-con-right .iconfont{font-size:14px;}
.media-coverage-a{ height:95px !important;margin-bottom:25px;}
.media-coverage-a a{ font-size:16px !important; line-height:30px !important; color:#323232 !important;}
.media-coverage-a a:hover{ color:#129cd1 !important;}
.media-coverage-a .iconfont{ color:#c8c8c8;}
.media-coverage-a a:hover .iconfont{ color:#129cd1;}
.chak-more{ line-height:40px; text-align:center; border:2px solid #199fd2; -webkit-border-radius:25px; -moz-border-radius:25px; border-radius:25px; padding:6px 40px;behavior: url(../PIE/PIE.htc); }


/*展会新闻*/

.hezuo-top{ width:100%; border-top:8px solid #f0f0f0;}
.E-newsletter{ width:100%; height:150px; background:#129cd1; color:#fff;}
.E-newsletter-c-img{ float:left; width:140px; text-align: center; margin-top:45px;}
.E-newsletter-c-tit{ float:left;}
.E-newsletter-c-tit h2{ font-size:24px; font-weight:normal; margin-top:35px;}
.E-newsletter-c-tit p{ margin-top:10px;}
.E-newsletter-c-tit a{color:#fff;}
.E-newsletter-c-tit .iconfont{ font-size:14px; line-height:45px;}

.Expo-News-con-left{ width:34.2%; float:left; height:206px; overflow:hidden;}
.Expo-News-con-left img{ width:100%;}
.Expo-News-con-right{ width:63%; float:right;}
.Expo-News-con-title{ height:75px !important; margin:25px 0 !important;}
.Expo-News-con-a{ padding:7px 45px; border:2px solid #129cd1; -webkit-border-radius:25px; -moz-border-radius:25px; border-radius:25px;behavior: url(../PIE/PIE.htc);}
.Expo-News-con-a:hover{ background:#129cd1 !important; color:#fff !important;}

.Expo-News-neir-tit{ font-size:24px; color:#129cd1; text-align:center; margin:55px 0 25px 0;}
.Expo-News-neir-time{ text-align:center; color:#969696; border-bottom:1px solid #f1f1f1; padding-bottom:10px;}
.Expo-News-neir-con{ width:100%; overflow:hidden; padding:30px 0; }

.Exhibitor-Guide-t{  font-size:18px;font-weight:bold;}
.Exhibitor-Guide-t:nth-of-type(2n){ margin-right:0;}
.Exhibitor-Guide-t img{ vertical-align:middle;}
.Exhibitor-Guide-h2{ width:94%; padding:3% 3%; font-size:18px; color:#129cd1; font-weight:normal; line-height:30px;}
.Exhibitor-Guide-t-c{ color: #666; margin: 0px 0 20px;list-style-type: decimal;}
.Exhibitor-Guide-li{ width:30%; margin-right:3%; float:left;}
.Exhibitor-Guide-li:nth-of-type(2n){ width:65%; margin-right:0;}
.Exhibitor-Guide-li-con-img{ border-bottom:1px solid #f1f1f1; padding-bottom:5px; color:#129cd1; margin:10px 0; width:247px; font-weight:bold;}
.Exhibitor-Guide-li-con-img img{ vertical-align:middle; margin-right:5px;}




.Publicity-programme{width:100%; overflow:hidden; text-align:center; margin-top:58px;}
.Publicity-programme-left{ width: 48%; float: left; overflow: hidden; }
.Publicity-programme-left h2{ color: #129cd1; font-size: 16px; margin-bottom: 15px; }
.Publicity-programme-left p{ color: #787878; margin-bottom: 15px; font-size: 14px; }
.Publicity-programme-right{ width: 48%; float: right; overflow: hidden; }
.Publicity-programme-right h2{ color: #129cd1; font-size: 16px; margin-bottom: 15px; }
.Publicity-programme-right p{ color: #787878; margin-bottom: 15px;  font-size: 14px;}
.Publicity-programme-bot{ width: 100%; text-align:center; margin-top:30px; background:#fafafa; padding:10px 0;}
.Publicity-programme-bot span{ color: #787878; font-size: 14px; margin-right: 25px; }


/* 酒店预订 */
.hotel-reservation{width:100%; text-align:center; line-height:60px;}
.hotel-reservation td{ border: 1px solid #fff; padding: 0; color:#333;}
.Visa-information-sizetext{ width: 100%;  font-size: 24px; font-weight: bold; margin-bottom: 10px; color: #e70012}
.download-ann{ transition: all 400ms; font-weight: bold; font-size: 18px; width: 200px; height: 55px; margin: 0 auto; display: block; margin-top: 20px; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; background: #e70012; text-align: center; line-height: 55px; color: #fff;behavior: url(../PIE/PIE.htc); }
.download-ann:hover{box-shadow: 5px 5px 10px rgba(0,0,0,0.2); color: #fff;}
.visa-invite{
    padding-top: 30px;
    border-top: 1px solid #e2e2e2;
    margin-top: 30px;
}
.visa-invite:after{
    display: block;
    content: "";
    clear: both;
}
.visa-half{
    float: left;
    width: 45%;
    margin-right: 5%;
}
.visa-half:nth-of-type(2n){
    margin-right: 0;
}


/* 旅游指南 */
.Tourist-guide-title{ width: 100%; height: 60px; background: #fafafa; color: #129cd1; text-align: center; line-height: 60px; font-size: 16px; }
.Exposition-guide-diagram{ width: 100%; overflow: hidden;}
.Exposition-guide-diagram li{ width: 49%; float: left; }
.Exposition-guide-diagram li h2{ margin: 15px 0; }
.Exposition-guide-diagram li h2 a{   font-size:18px;font-weight: bold;}
.Exposition-guide-diagram li:last-of-type{ width: 49%; float: right; }





/* 安泰医博会 */

.shandong-box {
    width: 100%;
}

.shandong-box .tit-box {
    font-size: 30px;
    font-weight: bold;
}

.shandong-box .box-two {
    width: calc(100% - 60px);
    padding: 30px;
    background-color: #eeeeee;
    margin-top: 30px;
}

.shandong-box .box-two p {
    position: relative;
}

.shandong-box .box-two p .adress,
.time {
    width: 20px;
    height: 20px;
    display: inline-block
}

.shandong-box .box-two p .adress:before {
    content: url('../images/aip-sign1.png');
    position: absolute;
    top: 5px;
}

.shandong-box .box-two p .time:before {
    content: url('../images/aip-sign2.png');
    position: absolute;
    top: 5px;
}

.shandong-box .box-there {
    width: 100%;
    margin-top: 50px;
}

.shandong-box .box-there .tit {
    font-size: 26px;
    color: #129cd1;
    font-weight: bold;
}

.shandong-box .box-there .txt {
    padding-top: 30px;
}

.shandong-box .box-four {
    width: 100%;
    margin-top: 50px;
}
.shandong-box .box-four img{
    max-width: 100%;
    width: auto;
}
.shandong-box .box-four .tit {
    font-size: 26px;
    font-weight: bold;
}

.shandong-box .box-four .item-cantain {
    width: 100%;
    border: 1px #dcdcdc solid;
    margin-top: 20px;
}

.shandong-box .box-four .item-cantain p {
    min-height: 50px;
    line-height: 50px;
    border-bottom: 1px #dcdcdc solid;
}

.shandong-box .box-four .item-cantain p:last-child {
    border-bottom: none;
}

.shandong-box .box-four .item-cantain p strong {
    padding-left: 30px;
    width: 70px;
    /* display: inline-block; */
}
.shandong-box .box-four .tablebox {
    border-collapse: collapse;
    margin-top: 30px;

}
.shandong-box .box-four .tablebox .thbox{
     background-color: #129cd1;
     height: 50px;
     color: #fff;
}
.shandong-box .box-four .tablebox tr td {
    border: 1px #dcdcdc solid;
    height: 50px;
    line-height: 50px;
    padding-left: 30px;
}
.shandong-box .box-five {
    width: 100%;
      margin-top: 50px;
}
.shandong-box .box-five  .font18{
    font-size: 18px;
    font-weight: bold;
    padding-top: 30px;
}

.shandong-box .box-five .bor-box{
    width: calc(100%- 42px);
    border: 1px #dcdcdc solid;
    background-image: url('../images/bgstr.png');
    background-repeat: no-repeat;
    background-position:  20px center;
    padding: 20px;
    color: #129cd1;
    margin-top: 20px;
}
 .shandong-box .box-five .bor-box p{
    padding-left: 54px;
 }
.shandong-box .box-five .tit {
  
    font-size: 26px;
    font-weight: bold;
}

.shandong-box .box-five .itemgroup {
    margin-top: 30px;
}

.shandong-box .box-five .itemgroup .item {
    margin-bottom: 20px;
}

.shandong-box .box-five .itemgroup .item .tita {
    height: 36px;
    font-size: 16px;
    line-height: 36px;
    background-color: #f5f5f5;
    border-left: 3px #129dd1 solid;
    color: #129dd1;
    font-weight: bold;
}

.shandong-box .box-five .itemgroup .item .tita span {
    padding-left: 20px;
}

.shandong-box .box-five .itemgroup .item .txt {
    padding-top: 20px;
}

.shandong-box .box-xit {
    width: 100%;
      margin-top: 50px;
}

.shandong-box .box-xit .tit{
    font-size: 26px;
    font-weight: bold;
}

.shandong-box .box-xit .tit-a{
    font-size: 18px;
    font-weight: bold;
    padding-top: 33px;
}

.shandong-box .box-xit .blueblock{
    width: 100%;
    background-color: #129cd1;
    height: 30px;
    line-height: 30px;
    color: #fff;
    overflow: hidden;
    margin-top: 10px;
}

.shandong-box .box-xit .blueblock span{
    width: calc(50% - 30px);
    padding-left: 30px;
    display: inline-block;
    float: left;
}

.shandong-box .box-xit .txt-box{
    padding-top: 20px;
}
.shandong-box .box-xit .contain-box{
    width: 100%;
    margin-top: 10px;
}
.shandong-box .box-xit .half45{
    width: 45%;
    
    padding: 10px;
    color: #fff;

}
.shandong-box .box-xit .bacblue{
    background-color: #129cd1;
    float: left;
}

.shandong-box .box-xit .bacgrred{
    background-color: #12d1b3;
    float: right;
}

.shandong-box .box-xit .pbox{
    width: 100%;
    clear: both;
    padding-top: 10px;
    overflow: hidden;
}
.shandong-box .box-xit  .ptop{
    padding-top: 10px;
}
.shandong-box .box-xit .pbox .left-box{
    width: 80px;
    float: left;
    font-weight: bold;
}

.shandong-box .box-xit .pbox .right-box{
    width: calc(100% - 100px);
    float: left;
}
.shandong-box .box-severnt{
    width: 100%;
      margin-top: 50px;
}
.shandong-box .box-severnt .tit{
 font-size: 26px;
    font-weight: bold;
}

.shandong-box .box-severnt .fontbule{
    font-size: 18px;
    font-weight: bold;
    color: #129cd1;
    padding-top: 30px;
}
.shandong-box .box-severnt .ptop{
    padding-top: 10px;
}

.shandong-box .box-eight{
        width: 100%;
      margin-top: 50px;
}

.shandong-box .box-eight .tit{
     font-size: 26px;
    font-weight: bold;
}
.shandong-box .box-eight .box-contain{
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}
.shandong-box .box-eight .box-contain .box-item {
        width: calc(100%/3 - 109px);
        text-align: center;
        border: 1px #ddd solid;
        padding: 40px;
        float: left;
        margin-right: 40px;

}
.shandong-box .box-eight .box-contain .box-item:nth-child(3n) {
margin-right: 0px;
}
.shandong-box .box-eight .box-contain .box-item .picbox{
    width: 100%;
    height: 120px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}



/* 联系我们 */

.marcom-team {
    width: 100%;
}

.marcom-item {
    float: left;
    width: calc(100%/4 - 9px);
    margin-right: 10px;
    margin-bottom: 20px;
    border: 1px solid #dedede;
}

.marcom-item:nth-of-type(4n) {
    margin-right: 0;
}

.marcom-detail {
    padding: 16px 13px;
    border-top: 1px solid #dedede;
    min-height: 205px;
}

.marcom-head {
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px;
    overflow: hidden;
}

.marcom-detail {
    box-sizing: border-box;
    padding: 10px 15px;
}
.contact-info{
    line-height: 36px;
    font-size: 14px
}
.marcom-head{
    padding: 10px;
}
.marcom-head img {
    display: block;
    width: 210px;
    margin: 0 auto;
}

.new-title-h2 {
    font-size: 19px;
    font-weight: bold;
}

.new-title-h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.e-mail-icon {
    display: inline-block;
    width: 17px;
    height: 14px;
    background: url(../images/e-mail-icon.jpg) no-repeat;
    vertical-align: middle;
    margin-right: 5px;
}
.block-left{
    width: 100px;
    display: inline-block;
    float: left;
}

.mb-show{
    display: none;
}

@media (max-width:767px) {
    .mb-show{
        display: block;
    }
    .mb-hide{
        display: none;
    }
    #nb_icon_wrap{
        width: 21% !important;
        height: 13% !important;
    }
    #newBridge .nb-icon-left-center{
        left: auto !important;
        right: 5px !important;
    }
    #nb_invite_wrap{
        min-height: 133.4px !important;
        width: 100% !important;
    }
    #newBridge .nb-invite-wrap-base{
        bottom: 0 !important;
        left: 0 !important;
        top: auto !important;
        right: auto !important;
        transform: translate(0 0) !important;
            background-color: #00aef3 !important;
    }
    #newBridge .mobile-invite-middle{
        -webkit-transform: translate(0,0) !important;
        -moz-transform: translate(0,0) !important;
        -ms-transform: translate(0,0) !important;
        -o-transform: translate(0,0) !important;
        transform: translate(0,0) !important;
    }
    #newBridge .nb-invite-body-base .nb-invite-welcom{
        font-size: 16px !important
    }
    #newBridge .nb-invite-body-base .nb-invite-welcom p{
        font-size: 16px !important
    }
    #newBridge .nb-invite-body-base .nb-invite-ok{
        color: #00aef3 !important;
    }

    
    .shandong-box .box-four .item-cantain p{
        line-height: 20px;
        padding-left: 10px;
        padding-top: 10px;
        min-height: 20px;
        padding-bottom: 10px;
        padding-right: 10px;
    }
    .shandong-box .box-four .item-cantain p strong{
         padding-left: 0px; 
    }

    .shandong-box .box-xit .half45 {
        width: calc(100% - 20px);
    }

    .shandong-box .box-eight .box-contain .box-item {
        width: calc(100% - 82px);

        padding: 40px;
        float: none;
        margin-right:0px;
        margin-bottom: 20px;
    }
    .shandong-box .box-there .tit{
        font-size: 24px;
        line-height: 24px;
    }
    .shandong-box .box-four .tablebox tr td{
        padding-left: 10px;
    }
    .Exposition-guide-diagram li{
        width: 100% !important;
        float: none !important;
    }
    .about-b{
        height: 150px;
    }
    .about-b-con h2{
        margin-top: 50px;
    }

}

@media (max-width:480px) {
    .marcom-head {
        width: 100%;
        float: none;
    }
     .marcom-head img {
        width: 100%
     }
    .marcom-detail {
        width: 100% !important;
        float: none;
        box-sizing: border-box;
    }
}


/*20170718*/
.about-b-con-right{
   display:none;    
}



.swiper-pagination-banner{
    display: none;
}
.banner-mark-box{
    position: absolute;
    bottom: 30px !important;
    text-align: right !important;
    max-width: 1100px;
    width: 100%;
}
.banner-mark{
    width: 10px;
    height: 10px;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
    behavior: url(../PIE/PIE.htc);
}
.banner-mark.current{
    background: #129dd1;
}



/* 电子快讯  */
.diny-top-title-con{ width: 70%; margin: 8% 15% 0; border:1px solid #f1f1f1;}
.diny-top-title{ text-align: center;  margin: 8% 5% 2%; width:90%;}
.diny-top-title h2{ font-size: 24px; margin-bottom: 35px; color:#129cd1;}
.enews-content-c {
    width: 473px;
    margin: 0 auto;
    overflow: hidden;
}

.enews-content-c .titbox {
    font-size: 30px;
    color: #d00212;
    padding-top: 56px;
    padding-bottom: 24px;
}

.titbox-top {
    margin-bottom: 34px;
}

.enews-content-c .items {
    margin-top: 20px;
    font-size: 14px;
}

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

.enews-content-c .items .texspan {
    width: 17%;
    overflow: hidden;
    float: left;
}

.enews-content-c .items .inps {
    display: inline-block;
    margin-left: 20px;
}

.fcred {
    color: #e60012;
}

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

.enews-content-c .items .sexbox {
    margin-top: 20px;
}

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

.inps label span {
    padding-left: 10px;
}

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

.enews-content-c .btnbox {
    border: none;
    font-size: 20px;
    font-family: "微软雅黑";
    display: block;
    width: 204px;
    height: 50px;
    text-align: center;
    background-color: #129cd1;
    color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin: 65px auto;
    cursor: pointer;
    position: initial;
    behavior: url(../PIE/PIE.htc);
}


.Basic-data-con{padding: 20px 0; overflow:hidden;}
.Basic-data-con:nth-of-type(3){ height: 180px; }
.Basic-data-con-tit{/*height: 36px;*/background-color: #f5f5f5;}
.Basic-data-con-h3{color: #129dd1;border-left:3px solid #129dd1;font-size: 16px;line-height: 36px;text-indent: 15px;}
.Basic-data-con-p{padding-top: 30px;}
.Basic-data-con-li{float: left;width: 20%}
.Basic-data-con-bottom{margin-top:35px;}
.Basic-data-con-bottom-t{width:100%; overflow:hidden;}
.Basic-data-con-bottom-t-li{width: 33.33%;float: left;position: relative;}
.Basic-data-con-bottom-t-li:last-of-type{width:60%;}
.Basic-data-con-bottom-t-li img{position: absolute;top: 0px;left:0;}
.Basic-data-con-bottom-t-right{float: left;padding-left: 60px}
.Basic-data-con-bottom-b-li{width: 33.33%;float: left;position: relative;padding-bottom: 50px}
.Basic-data-con-bottom-b-li img{position: absolute;top: 0px;left:0;}
.Basic-data-con-bottom-t-li-zhans{float: left;width: 20%}

.auto_img{
    height:auto; 
    width:640px
}
.img750{
    width: 750px;
    height: auto;
}


.aip-download ul.tab li{
    float: left;
    width: 14%;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    margin-right: 0.33%;
    font-size: 18px;
    border-left: 1px solid #d6d6d6;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    behavior: url(../PIE/PIE.htc);
}
.aip-download ul.tab li:last-of-type {
    border-right: 1px solid #d6d6d6;
}

.aip-download ul.tab li.on{
    color: #e70012;
}



@media screen and (max-width:1200px) {
.nav-li{padding: 0px 1.4%;}
}



@media screen and (max-width:1000px) {
.top-left-tit{display:none;}
.right-suspension-fd{display:none;}
.yiguo-comp h2{font-size:1.6em;}

.yibo-z-con h2{font-size:2.3em;}
.yibo-z-con h3{font-size:1.6em;}
.yib-4{font-size:1.4em;}

.yibo-z{padding-top:0; padding-bottom:0px;}
.about-c-top-t{margin: 5px 0;}
.about-jies-border h2{ font-size: 1.6em; }
.about-jies-border{ margin-top: 5px; }

.about-b-con{width:95%; margin:0 2.5%;}
.Media-Center-c-right-con li{ width: 95%; margin: 0 2.5%; }

.logo-row{border-bottom:1px solid #eeeeee;}


}


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

.about-jies-top p{ margin-top: 0; width:100%;}
.about-jies-top{overflow: hidden; min-height:auto; background:none;}
.about-jies-bot{overflow: hidden; min-height:auto; background:none;}
.about-jies-bot p{ margin-top: 0; width:100%;}

.Basic-data-con-li{width:33.3%; min-height:150px;}
.Basic-data-con-bottom-t-li-zhans{width:33.3%;}

.diny-top-title-con{ width: 100%;    margin: 8% 0 0; }

}

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

.yibo-z-con h3{font-size:1.2em; width:90%; margin:35px 5% 40px;}


.title{ font-size: 1.6em; }
.index-new-row{width:100%;}
.index-row .Press-Release .index-new-img{width:100%; background-size: 100%;}
.index-row .Exhibitor-news .index-new-img{width:100%; background-size: 100%;}
.index-row .Industry-news .index-new-img{width:100%; background-size: 100%;}

.yibo-z-con-b-r-rig h5{ margin-top: 6%; font-size: 1.2em; }

.position--relative{ display: none!important; }
.shortcut-row .shortcut-nav>li.position--relative .iconfont{ display: none!important;}
.position--relative:nth-of-type(5){ display: block!important; }
.shortcut-row .shortcut-nav>li>a span{display: block !important; margin-top:8px;}


.footer-half-left{width:100%;}
.footer-half-left-top{width:100%;overflow:hidden; display:none;}
.footer-half-left-bottom{width:100%; margin-top:0;}
.footer-half-left-top span{width:30%; margin:0 1.5%; display: block; float:left; text-align:center;}
.footer-half-left-bottom span{width:100%; margin:1.5%; display: block; float:left; text-align:center;}
.footer-half-right{width:100%; text-align:center; margin-top:5%;}

.attention-row .J-enewsbtn{display: none;}
.zhansm-content{padding-top:25px;}
.zhansm{ padding: 35px 0;}

.about-c-jib li{width:100%;}

.Expo-News-con-left{width:100%;}
.Expo-News-con-right{width:100%; margin-top:15px;}
.Media-Center-c-right-con-time h2{ font-size:2em; ; }
.zhansm-click li{ font-size: 24px; }
.banner-mark-box{right:10%;}
.Basic-data-con-bottom-t-li{width:100%;}
.Basic-data-con-bottom-t-li:first-of-type{ margin-bottom:50px ; }
.Basic-data-con-bottom-t-li:last-of-type{width:100%;}
.Basic-data-con-bottom-b-li{width:100%;}
.Basic-data-con-li{width:50%;}
.Basic-data-con-bottom-t-li-zhans{width:50%;}

.diny-top-title-con{ border: none; }
.enews-content-c{ width: 100%; }
.enews-content-c .items .texspan{width:100%; line-height:45px;}
.enews-content-c .items .inps{width:100%; margin-left:0;}
.enews-content-c .items .inps .inpscss{width:calc(100% - 2px); padding:0;}

.crumbs{font-size:0.9em;}

.aip-download ul.tab li{ width: 22%; padding: 0 5%; }
.aip-download ul.tab li{height:40px; line-height:40px;}

.Purchasing-process{display:none !important;}

.Purchasing-process-moblie{width:100%;position:fixed; left:0; top:0; background:rgba(0,0,0,0.5); z-index: 999; display:none;}
.Purchasing-process-moblie-wrap{width:160px; height:140px; margin:0 auto;}
.Purchasing-process-moblie-wrap img{width:100%;}
.Purchasing-process-g-moblie{cursor:pointer; display:block; float:right; height:25px; width:25px; text-align: center; line-height:25px;}

}


@media screen and (max-width:500px) {
    .Media-Center-c-right-con-time{ display: none; }
    .Media-Center-c-right-con-right{ width: 100%; }

}


.huod-table{ margin-top: 25px;}
.huod-table table tr td{ padding: 10px 20px;    line-height: 30px; }

.Purchasing-process-moblie{display:none;}

.Purchasing-process{position:fixed; right:0; top:56%; width:270px; height:140px; z-index: 1000; display:block;}
.Purchasing-process-g{cursor:pointer; display:block; float:right; height:25px; width:25px; text-align: center; line-height:25px;}


/*.Shortlisted-exhibits-img{width:80%; margin:0 10%; position:fixed; top:12%; left:0; text-align:center; z-index: 996;}
.Shortlisted-exhibits-img img{height:800px; cursor:pointer;}

.Shortlisted-exhibits-img-bg{background:rgba(0,0,0,0.5); width:100%; height:100%; position:fixed; top:0; left:0; z-index: 995;}*/


/*20170925*/
.zhansm-content .zhansm-content-img{
    width:200px\9;
}
.box-four{
    width:auto;
    max-width:959px;
}


/* 头部丞华logo组 */

.wrap-logo{
    width: 280px;
    height: 650px;
    border: 1px #ededed solid;
    position: absolute;
    right: calc((100% - 1300px)/2);
    bottom: 80px;
    background-color: #fff;
    z-index: 1000;
    -moz-box-shadow:0px 0px 10px #eee; 
    -webkit-box-shadow:0px 0px 10px #eee; 
    box-shadow:0px 0px 10px #eee;
    display: none;
}
.swiper-box{
    width: 230px;
    margin: auto;
    height: 530px;
    position: relative;
    display: block;
}

.swiper-box .swiper-wrapper .swiper-slide{
    width: 100% !important;
    height: 100% !important;
}

.wrap-logo .btn-swiper{
    width: 100%;
    height: 60px;
    text-align: center;
    display: block;
     background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.wrap-logo .next-btn{
    background-image: url('/images/arrdown.png');

}

.wrap-logo .per-btn{
    background-image: url('/images/arrup.png');

}
.swiper-box .swiper-wrapper .swiper-slide .list-logo{
    display: block;
    height: 100%;
}
.swiper-box .swiper-wrapper .swiper-slide .list-logo li{
    background: #f6f5f5;
    width: 230px;
    height: 90px;
    padding:10px;
    box-sizing: border-box;
    border-radius: 4px;
    margin-bottom: 20px;
}
.swiper-box .swiper-wrapper .swiper-slide .list-logo li:nth-child(5n){
    margin-bottom: 0;
}
.swiper-box .swiper-wrapper .swiper-slide .list-logo li a{
    display: block;
    width: 100%;
    height: 100%;

}

.swiper-box .swiper-wrapper .swiper-slide .list-logo li a .logo-box{
    width: 68px;
    height: 68px;
    line-height:68px;
    display: inline-block;
    float: left;
}
.swiper-box .swiper-wrapper .swiper-slide .list-logo li a .logo-box img{
    max-height: 100%;
    max-width:100%;
    vertical-align: middle;
}

.swiper-box .swiper-wrapper .swiper-slide .list-logo li a .txt-box{
    display: inline-block;
    float: left;
    width: calc(100% - 90px);
    margin-left: 12px;
}

.swiper-box .swiper-wrapper .swiper-slide .list-logo li a .txt-box .time-box{
    color: #000;
    font-size: 14px;
    font-weight: bold;
    height:24px;
    overflow: hidden;
      text-overflow:ellipsis;
      white-space: nowrap;
    
}
.swiper-box .swiper-wrapper .swiper-slide .list-logo li a .txt-box{
    font-size:12px;
}

.swiper-box .swiper-wrapper .swiper-slide .list-logo li a .txt-box p{
    height:24px;
    overflow:hidden;
      text-overflow:ellipsis;
      white-space: nowrap;
}


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

    .wrap-logo{
        left: auto;
        right: calc(50% - 600px);
    }

    .logo-img-tel,.logo-img-tit{
        margin-left: 20px;
    }
}










/*网上展厅*/
.exhibitor-search {
    width: 100%;
    float: left;
    /*margin-right: 7%;*/
}

.exhibitor-recommendation {
    width: 25%;
    float: right;
}

.search-box {
    padding: 30px 0;
}


.exhibitor-search-box {
    padding: 30px 0;
}

.exhibitor-search-box .dropdown {
    width: 48%;
    border: 1px solid #cccccc;
    float: left;
    margin-right: 4%;
    box-sizing: border-box;
}

.exhibitor-search-input-box {
    width: 48%;
    float: left;
    border: 1px solid #cccccc;
    height: 44px;
    line-height: 44px;
    box-sizing: border-box;
    border-radius: 3px;
    overflow: hidden;
}

.exhibitor-search-input {
    color: #999;
    padding: 14px 12px;
    border: none;
    width: 70%;
    box-sizing: border-box;
}

.exhibitor-search-btn {
    border: none;
    outline: none;
    height: 44px;
    line-height: 44px;
    width: 30%;
    text-align: center;
    font-size: 16px;
    color: #FFF;
    background: #009452;
    float: right;
    cursor: pointer;
}

.word-search-box {
    padding: 15px 30px;
    background: #ebebeb;
    border-radius: 3px;
}

.word-search-box a {
    padding: 2px 6px;
}

.word-search-box a.curr {
    text-decoration: underline;
    color: #009452;
}


.exhibitor-list {
    margin-bottom: 70px;
}

.exhibitor-list-table {
    display: table;
    width: 100%;
}

.exhibitor-list-table .list-table-row {
    display: table-row;
    width: 100%;
}

.exhibitor-list-table .list-table-cell {
    display: table-cell;
    box-sizing: border-box;
    padding: 20px 30px;
    vertical-align: middle;
}

.exhibitor-list-table .list-table-top .list-table-row .list-table-cell {
    border-bottom: 3px solid #009452;
    font-size: 16px;
    font-weight: 700;
    color: #009452;
}

.exhibitor-list-table .list-table-bottom .list-table-row .list-table-cell {
    border-bottom: 1px solid #e5e5e5;
}

.exhibitor-list-table .list-table-bottom .list-table-row .list-table-cell:first-of-type {
    text-align: center;
}

.exhibitor-list-table .list-table-bottom .list-table-row .list-table-cell:first-of-type a {
    display: inline-block;
    width: 100px;
    height: 100px;
    overflow: hidden;
}

.exhibitor-list-table .list-table-bottom .list-table-row .list-table-cell:first-of-type a img {
    vertical-align: middle;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.exhibitor-list-table .list-table-bottom .list-table-row:nth-of-type(even) {
    background: #f9f8f8;
}


.recommendation-product-list {
    position: relative;
}

.product-list-wrap {
    max-height: 1600px;
    width: 100%;
    overflow: hidden;
}

.pro-button-next {
    width: 100%;
    text-align: center;
    cursor: pointer;
    margin: 15px 0;
    font-family: å¾®è½¯é›…é»‘;
    font-size: 14px;
    font-weight: bold;
    color: #999;
    transition: 400ms;
}

.pro-button-next img {
    vertical-align: bottom;
    margin-left: 3px;
    width: 28px;
}

.pro-button-next:hover {
    color: #333;
}

.recommendation-title {
    padding: 20px 20px 40px 20px;
    border: 1px solid #e5e5e5;
    border-top: 3px solid #009452;
    font-size: 20px;
    font-weight: 700;
    color: #009452;
    margin: 30px 0;
}

.recommendation-item {
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    /*margin-bottom: 20px;*/
    width: 100%;
    height: 300px;
    line-height: 260px;
    overflow: hidden;
    text-align: center;
    padding: 20px 5%;
}

.recommendation-item img {
    max-width: 90%;
    max-height: 260px;
    vertical-align: middle;
    height: auto;
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .exhibitor-search-box .dropdown {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .exhibitor-search-input-box {
        float: none;
        width: 100%;
    }
    .exhibitor-search {
        float: none;
        width: 100%;
        margin-right: 0;
    }
    .exhibitor-list-table .list-table-cell {
        display: inline-block;
        width: 100% !important;
    }
    .exhibitor-list-table .list-table-bottom .list-table-row .list-table-cell:first-of-type {
        padding-right: 30px;
    }
    .exhibitor-list-table .list-table-top {
        display: none;
    }
    .exhibitor-recommendation {
        float: none;
        width: 100%;
        padding-top: 30px;
    }
    .recommendation-item {
        float: left;
        width: 48%;
        margin-right: 4%;
        height: 200px;
        overflow: hidden;
    }
    .recommendation-item img {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .recommendation-item:nth-of-type(2n) {
        margin-right: 0;
    }
}






/*网上展厅*/
.exhibitor-product-top {
    border-bottom: 2px solid #e8e8ec;
    padding-bottom: 10px;
}

.exhibitor-product-title {
    font-size: 18px;
    color: #333333;
    font-weight: 700;
    padding: 19px 0;
}

.exhibitor-product-word {
    overflow: hidden;
    padding: 10px 0;
}

.exhibitor-product-word a {
    position: relative;
    display: inline-block;
    /*min-width: 129px;*/
    padding:0 15px;
    height: 40px;
    line-height: 40px;
    font-size:15px;
    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 #129cd1;
    color: #129cd1;
}

.exhibitor-product-word a.curr:after {
    position: absolute;
    right: 0;
    top: 0;
    content: 'x';
    display: block;
    width: 9px;
    height: 9px;
    line-height: 6px;
    /*border-radius: 50%;*/
    background: #129cd1;
    font-size:10px;
    color: #FFF;
    text-align: center;
}

.exhibitor-product-bottom {
    padding: 50px 0 0;
}

.exhibitor-product-search-keyword {
    position: relative;
    max-width: 732px;
    margin: 0 auto;
}

.product-keyword-input {
    width: 100%;
    border: none;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    border-radius: 5px;
    background: #f8f8f8;
    box-sizing: border-box;
    font-family: 微软雅黑;
}

.product-keyword-btn {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    outline: none;
    cursor: pointer;
    width: 120px;
    height: 50px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #129cd1 url(../images/search.png) center center no-repeat;
}

.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;
}


.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/local.png) no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}

.product-detail-link {
    float: right;
    font-size: 16px;
    color: #12d1b3;
}




@media screen and (max-width: 767px) {
    .product-list .product-item {
        width: 48%;
        margin-right: 4%;
    }
    .product-list .product-item:nth-of-type(2n) {
        margin-right: 0;
    }
    .product-keyword-btn {
        width: 70px;
    }
}



/*äº§å“è¯¦æƒ…é¡µé¢*/

.product-type-title {
    padding: 20px;
    font-size: 20px;
    font-weight: 700;
    color: #FFF;
    background: #009452;
}

.product-type-list {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.product-type-list a {
    display: block;
    padding: 12px 20px 12px 20px;
    font-size: 16px;
    color: #333333;
    border-bottom: 1px solid #e5e5e5;
    background: url(../images/right.png) right 10px center no-repeat;
}

.product-type-list a span {
    color: #999999;
}

.exhibitor-detail {
    border-top: 1px solid #dedede;
}

.exhibitor-infor-box {
    padding: 30px 0;
    overflow: hidden;
}

.exhibitor-infor-img {
    float: left;
    width: 205px;
    height: 205px;
    line-height: 205px;
    margin-right: 52px;
    border: 1px solid #e5e5e5;
    text-align: center;
    overflow: hidden;
}

.exhibitor-infor-img img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.exhibitor-infor-text {
    overflow: hidden;
    margin-top: 50px;
}

.exhibitor-infor-text-top {
    margin-top: 55px;
}

.exhibitor-infor-text p {
    line-height: 24px;
    padding: 5px 0;
}

.red-text {
    /*color: #d0125c;*/
}

.exhibitor-infor-profile {
    font-size: 18px;
    color: #333333;
    font-weight: 700;
    margin-bottom: 20px;
}

.exhibitor-infor-content {
    background: #f7f7f7;
    padding: 20px 35px;
}

.exhibitor-infor-product-title {
    font-size: 18px;
    color: #333333;
    font-weight: 700;
    margin-bottom: 20px;
    border-bottom: 1px solid #bebebe;
}

.exhibitor-infor-product-title span {
    display: inline-block;
    border-bottom: 1px solid #009452;
    padding: 10px 0;
    margin-bottom: -1px;
}

.detail-prduct-list {
    font-size: 0;
}

.detail-prduct-list .product-item {
    display: inline-block;
    width: 32%;
    margin-right: 2%;
    box-sizing: border-box;
    margin-bottom: 10px;
    vertical-align: top;
}

.detail-prduct-list .product-item:nth-of-type(3n) {
    margin-right: 0;
}

.detail-prduct-list .product-item img {
    display: inline-block;
}

.detail-prduct-list .product-img-box {
    height: 300px;
    line-height: 300px;
    overflow: hidden;
    border: 1px solid #f5f5f5;
    text-align: center;
}

.detail-prduct-list .product-img-box img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 300px;
    /*position:relative;
    top:50%;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    transform:translateY(-50%);*/
}

.detail-prduct-list .product-name {
    font-size: 16px;
    color: #333;
    padding: 20px 0;
    line-height: 24px;
    text-align: center;
}
.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 a{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .detail-prduct-list .product-item {
        width: 48%;
        margin-right: 4%;
    }
    .detail-prduct-list .product-item:nth-of-type(3n) {
        margin-right: 4%;
    }
    .detail-prduct-list .product-item:nth-of-type(2n) {
        margin-right: 0;
    }
    .detail-prduct-list .product-img-box {
        height: 200px;
        line-height:200px;
    }

    .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;
    }
}

@media screen and (max-width:480px) {
    .exhibitor-infor-img {
        float: none;
        width: 80%;
        margin: 0 auto;
    }
    .exhibitor-infor-text {
        width: 80%;
        margin: 0 auto;
    }
}


.exhibitor-say-item {
    padding: 0 48px;
    background: #0083cb;
    border-bottom-left-radius: 16px;
    border-top-right-radius: 16px;
    margin: 50px auto;
    min-height: 210px;
}

.exhibitor-say-head {
    float: left;
    width: 31.5%;
    height: 100%;
    max-width: 378px;
    overflow: hidden;
    margin-right: 48px;
    text-align: center;
}

.exhibitor-say-head img {
    display: block;
    max-width: 100%;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.exhibitor-say-text {
    overflow: hidden;
    color: #FFF;
    padding: 20px 0;
}

.exhibitor-say-name {
    font-size: 24px;
    line-height: 30px;
}

.exhibitor-say-compay {
    padding: 5px 0;
    font-size: 12px;
}

.exhibitor-say-content {
    position: relative;
}

.exhibitor-say-profile {
    width: 91%;
    margin: 24px 0;
    font-size: 12px;
}

.exhibitor-say-l {
    position: absolute;
    left: 0;
    top: -5%;
    font-size: 80px;
    font-family: Arial;
}

.exhibitor-say-r {
    position: absolute;
    right: 8%;
    font-size: 80px;
    font-family: Arial;
}


.blue-bg {
    background: #0083cb;
}

.violet-bg {
    background: #bf3884;
}

.yellow-bg {
    background: #c89a4c;
}

.deepblue-bg {
    background: #325694;
}

@media screen and (max-width: 640px) {
    .exhibitor-say-head {
        float: none;
        width: 100%;
        margin-right: 0;
        padding-top: 20px;
    }
    .Brilliant-chapter-Exhibitors li{
        width:100% !important;
        margin-bottom:5%;
    }
    .auto_img, .img750{
        height:auto; 
        width:100%
    }
}


.pro-search-wrap{
    width:100%;
    padding:40px 0;
}
.pro-search-tit{
    font-size:24px;
    margin-bottom:40px;
    text-align:center;
}
.pro-search-li-t{
    width:100%;
    background:#129cd1;
    overflow:hidden;
    font-weight:700;
}
.pro-search-li-t .pro-search-li-t-con{
    line-height:66px;
}
.pro-search-li-t .pro-offer-tit{
    line-height:25px;
}
.pro-search-li-b{
    width:100%;
    border-bottom:1px solid #cdc7c6;
    overflow:hidden;
    cursor: pointer;
}
.pro-search-li-b:nth-of-type(2n){
    background:#f5f5f5;
}
.pro-search-li-t-con{
    float:left;
    color:#fff;
    font-size:17px;
    text-align:center;
/*    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;*/
    overflow: hidden;
}
.pro-search-li-b .pro-search-li-t-con{
    line-height:24px;
    padding:10px 3px;
    box-sizing:border-box;
}
.pro-search-li-b .pro-search-li-t-con{
    color:#333;   
    font-size:15px;
}

.pro-NO{
    width:10%;
}
.pro-com{
    width:25%;
}
.pro-pro{
    width:15%;
}
.pro-spe{
    width:40%;
}
.pro-offer{
    width:20%;
}
.pro-offer-tit{
     line-height:25px; 
     padding-top:5px;
     -webkit-line-clamp:inherit;
}


.pro-info-bg{
    background:rgba(0,0,0,0.6);
    width:100%;
    height:100%;
    position:fixed;
    left:0;
    top:0;
    z-index: 1000;
    /*display:none;*/
}
.pro-info-wrap{
    width:860px;
    height:auto;
    position:fixed;
    background:#fff;
    left:calc(50% - 500px);
    top:0;
    z-index: 1001;
    padding:70px;
    line-height:35px;
    font-size:16px;
    /*display:none;*/

}
.pro-info-con{
    position:relative;
    width:100%;
    height:100%;
}
.pro-info-img{
    position:absolute;
    right: -95px;
    top: -97px;
    cursor:pointer;
}


.product-table-top{
    margin-bottom:30px;
}
.product-table{
    border-collapse:collapse;
}
.product-table thead tr td{
    border:1px solid #ddd;
    text-align:center;
    font-weight:700;
}
.product-table tbody tr td{
    border:1px solid #ddd;
    text-align:center;
}




/*.sub-box{

}
.sub-box span{
    padding:10px 30px;
    margin-right:15px;
    border-radius:5px;
    color:#fff;
}
.sub-box a{
    color:#fff;
}*/

.Brilliant-chapter-Exhibitors{ width:100%; padding-bottom:25px;overflow:hidden;}
.Brilliant-chapter-Exhibitors li{ width:34%; margin-right:8%; background:#129cd1; border-radius:4px; float:left; padding: 24px 6% 6px;}
.Brilliant-chapter-Exhibitors li:last-child{ margin-right:0;}
.Brilliant-chapter-Exhibitors-img{ float:left;}
.Brilliant-chapter-Exhibitors-rig{ float:left; margin-left:6%; color:#fff;}
.Brilliant-chapter-Exhibitors-rig a{ color:#fff; line-height:initial;}
.Brilliant-chapter-Exhibitors-rig a:hover{
    color:#fff;
}
.Brilliant-chapter-Exhibitors-rig h2{ margin-bottom:10px; font-size:18px;}
.Brilliant-chapter-Exhibitors-rig .iconfont{ font-size:16px; margin-right:8px; vertical-align:middle;}

/* 首页弹出层 */
body .layer-index {
    width: 60% !important;
    max-width: 800px !important;
}
body .layer-index .layui-layer-content{
        padding: 40px;
        font-size: 15px;
        background-image: url('../images/hea_logo.png');
        background-repeat: no-repeat;
        background-position: 40px 40px;
}
body .layer-index .layui-layer-content .insidebox{
        padding-left: 100px;
}

body .layer-index .layui-layer-content .txt-right{
    text-align: right;
}
body .layer-index .layui-layer-content .p1{
        margin: 14px 0;
        text-indent: 2em;
}
body .layer-index .layui-layer-content .btn{
width: 200px;
height: 46px;
display: block;
text-align: center;
line-height: 46px;
background-color: #129cd1;
margin: 10px auto 0;
color: #fff;
border-radius: 5px;
font-size: 18px;
transition: 0.6s;
}
body .layer-index .layui-layer-content .btn:hover{
background-color: #12d1b3;
}
body .layer-index .layui-layer-content .links-a{
color: #129cd1;
}
body .layer-index .layui-layer-content .links-a:hover{
color: #12d1b3;
}
.live-box{
    position: relative;
    background-color: #000;
}
.live-box .title{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    width: 100%;
    top: 0;
    background: rgba(0,0,0,0.4);
    padding: 10px;
    margin-bottom: 0;
}
.live-box .title span{
    position: relative;
    z-index: 2;
}
/*.live-box .title:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    height: 100%;
    width: 100%;
    background: #129cd1;
     transform: skew(-45deg);
}*/
.live-countdown{
    /*border-left: 4px solid #129cd1;*/
    border-right: 4px solid #129cd1;
    padding: 10px 20px;
    /*width: 100%;*/
    position: absolute;
    /*left: 0;*/
    right: 0;
    bottom: 70px;
    background: rgba(0,0,0,0.5);
    /*background: linear-gradient(to right, #000, #fff) ;*/
    color: #fff;
    box-sizing: border-box;
    font-size: 18px;

}
.live-countdown li{
    float: left;
    margin-right: 5px;
}

.live-box{
    position: relative;
    background-color: #000;
}
.live-box .title{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    /*position: absolute;
    width: 100%;
    left: 0;
    top: 0;*/
    background: rgba(0,0,0,0.4);
    padding: 10px 10px;
    margin-bottom: 0;
}
.live-box .title span{
    position: relative;
    z-index: 2;
}
/*.live-box .title:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    height: 100%;
    width: 100%;
    background: #129cd1;
     transform: skew(-45deg);
}*/
.live-countdown{
    /*border-left: 4px solid #129cd1;*/
    border-right: 4px solid #129cd1;
    padding: 10px 20px;
    /*width: 100%;*/
    position: absolute;
    /*left: 0;*/
    right: 0;
    bottom: 70px;
    background: rgba(0,0,0,0.5);
    /*background: linear-gradient(to right, #000, #fff) ;*/
    color: #fff;
    box-sizing: border-box;
    font-size: 18px;

}
.live-countdown li{
    float: left;
    margin-right: 5px;
}


.search-page{
    width: 100%;
    height: 100%;
    background-color: #000;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}
.search-close{
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.5);
    position: absolute;
    right: 70px;
    top: 70px;
    cursor: pointer;
}
.search-close img {
    width: 12px;
    display: inline;
}
.search-close:hover{
    position: absolute;
    right: 70px;
    top: 70px;
    border-color: #fff;
}
.search-con{
    width: 900px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.search-tit{
    font-size: 48px;
    letter-spacing: 4px;
    margin-bottom: 100px;
}
.search .searchInput{
    width: calc(100% - 134px);
    border-radius: 5px 0 0 5px;
    background-color: #1a1a1a;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    height: 60px;
    border: 0;
    padding: 0 10px;
    float: left;
    color: #fff;
    font-size: 16px;
}
.search .searchBtn{
    width: 134px;
    border-radius: 0 5px 5px 0;
    background-color: #e70012;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    height: 60px;
    border: 0;
    color: #fff;
    font-size: 32px;
    transition: all 400ms;
    -webkit-transition: all 400ms;
}
.search .searchBtn:hover {
    opacity: 0.9;
    transition: all 400ms;
    -webkit-transition: all 400ms;
}

 @media screen and (max-width:768px) {
    body .layer-index{
        width: 90% !important; 
    }

    body .layer-index .layui-layer-content .insidebox{
        padding-left: 0;
        padding-top: 70px;
    }


    body .layer-index .layui-layer-content{
        background-position: center 20px;
    }
    .live-box .title{
        position: static;
        height: auto;
        line-height: 1.5;
        font-size: 16px;
    }
    .live-countdown{
        position: static;
    }
    .search-con{
        width: 90%;
    }
    .search-close{
        right: 20px;
        top: 30px;
    }
    .search-tit{
        font-size: 30px;
        margin-bottom: 50px;
    }
    .search .searchInput{
        width: calc(100% - 80px)
    }
    .search .searchBtn{
        width: 80px;
    }
 }