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:#222;
}

a:hover{
    color:#29a5d5;
}


.paging {
    text-align: center; margin-bottom:1em;
}
.paging span.count{background-color:#eee;cursor:default;}
.paging a,.paging span{ 
    color: #eee;
    display: inline;
    padding: 10px 20px;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 4px; 
  transition: background-color 0.5s;
-moz-transition: background-color 0.5s; /* Firefox 4 */
-webkit-transition: background-color 0.5s; /* Safari 和 Chrome */
-o-transition: background-color 0.5s; /* Opera */
}
 .paging a:hover{
    background-color: #129cd1;
    color: #fff; 
}
 
.paging a.curr,.paging a.curr:hover {
    background: #129cd1; 
    color: #fff;  font-weight:bold;cursor:default;border:1px solid #129cd1;
}


.paging .prev-disabled,.paging .next-disabled,.paging .last-disabled{cursor:not-allowed;background-color:#eee;}
.paging .prev-disabled:hover,.paging .next-disabled:hover,.paging .last-disabled{background-color:#eee;}
 
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{background-image:none;}
html{
    text-align:center;
}
body{
    font:14px "微软雅黑" ;
    color: #000;
    margin:0 auto; 
    text-align:left; 
    -webkit-text-size-adjust:none;
    line-height: 24px;
    background: #fff;
    background-attachment: fixed;
    background-size: cover;
	overflow-x: hidden;
}

/*Common Style*/
.hidden{
    display:none !important;
}
.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: 1200px;
    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;
}


/* 快捷头部  shortcut */
.shortcut-row {
    font-size:12px;
    font-size:.75rem;
    line-height:2;
    background-color:#eee;
    position:fixed;
    right:0;
    left:0;
    top:0;
    z-index:1000;
    height:40px;
    border-bottom:1px solid #fff;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}
.shortcut-top{
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}
.shortcut-row .shortcut-nav {
    float:right;
}
.shortcut-row .shortcut-nav>li.position--relative {
    position:relative;
    display: inline-block;
}
.shortcut-row .shortcut-nav>li.search--relative{
    position: inherit;
}
.shortcut-row .shortcut-nav>li>a {
    margin-left:24px;
    color:#444;
    display: inline-block;
}
.shortcut-row .shortcut-nav>li>a:hover,
.shortcut-row .shortcut-nav>li>a:active {
    color:#129cd1;
}
.shortcut-row .shortcut-nav>li>a span {
    display:none;
    margin-left:6px;
}
.toggle-trigger2 .iconfont:before{
    top: 2px;
    position: relative;

}
.toggle-nav-btn {
    position: absolute;
    width: 24px;
    font-size: 30px;
    color: #129cd1;
    left: 15px;
    line-height: 40px;
}
.search-row{
    position: absolute;
    width: 100%;
    background: #eee;
    top: 40px;
    left: 0;
    padding: 20px 0;
    display: none;
}
.search-top{
    width: 100%;
    position: relative;
}
.search-input{
    display: block;
    height: 3em;
	line-height:3em;
    background: #fff;
    width: 100%;
    border: 1px solid #fff;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border-radius:3px;
    font-family: 微软雅黑;
}
.txt-input-error{border:1px solid #003279;}
.ui-widget.ui-widget-content{z-index:9999;}
.search-button{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding: 0 10px;
    color: #fff;
    border: 0;
    background: #129cd1;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 0 3px 3px 0;
}
.search-terms-row{
    padding: 20px;
    padding-bottom: 0;
}
.search-terms-title{
    font-size: 1.5rem;
    margin-bottom: 20px;
    text-align: center;
    font-weight: normal;
}
.search-terms-line{
    text-align: center;
}
.search-terms{
    line-height: 24px;
    color: #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 (min-width:1000px) {
    .toggle-nav-btn {
        display:none
    }
}
@media only screen and (max-width:1000px) {
    .page{
        width: 100%;
    }

    .grid{
        margin-left: -0px;
    }

    .toggle-nav-btn {
        display:block;
        border:0;
        outline:none;
        overflow:hidden;
        white-space:nowrap;
    }
   /*  .toggle-nav-btn::before {
        content:'';
        position:absolute;
        top:0;
        left:0;
        width:1.5rem;
        height:1.25rem;
        border-top:0.75rem double #129cd1;
        border-bottom:0.25rem solid #129cd1
    } */

}

@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 {
        margin-left:24px;
        color:#444;
    }
    .shortcut-row .shortcut-nav>li>a:hover,
    .shortcut-row .shortcut-nav>li>a:active {
        color:#129cd1;
    }
    .shortcut-row .shortcut-nav>li>a span {
        display:inline-block;
    }
  
}

/* logo */
.logo-row{  padding-top:40px;
}

.logo-img{padding:28px 0px 28px 30px; overflow:hidden; display:block; float:left;}
.logo-img img{
    max-width: 100%;
    position: relative;
    z-index: 1;
    display: block;
}
.logo-img-iphone {
   padding:42px 0px 28px 20px;
    display: block;

}
.logo-chenghua{
    width: 303px;
    float: right;
    margin-right: 10px;
     cursor: pointer;
}
.arrbox{
    width: 248px;
    height: 30px;
}

.conmentarr{
     width: 30px;
    height: 50px;
    background-color: #f1f0f0;
    position: relative;
    display: inline-block;
    margin-top: 40px;
    margin-left: 5px;
    border-radius: 4px;
    cursor: pointer;
}

.arrbox:after{
     position: absolute;
           top: 18px;
           left: 8px;
            content: '';
            width: 0;
            height: 0;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            border-right: 10px solid #129cd1;

}

.openarr:after{
 position: absolute;
           top: 18px;
           left: 11px;
            content: '';
            width: 0;
            height: 0;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            border-left: 10px solid #129cd1;
}
.logo-img-tit{
	float:left;
	color:#323232;
	font-size:23px;
	line-height:35px;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
.logo-img-tel{
	float:left;
	margin-top:38px;
	margin-left: 145px;
}
.logo-img-tel h2{color:#df2928; font-size:26px; font-weight:normal;}
.logo-img-tel p{color:#464646; font-size:17px; font-weight:normal; line-height:40px;}


.logo-imgbox img{
    width: 90%;
}



.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:1760px) {
   .logo-chenghua{
    width: 248px;
    margin-right: 16px;
    float: right;

  }

  .logo-img-iphone{
    padding:36px 0px 0px 0px;
  }

  .conmentarr {
    width: 100%;
    height: 30px;
    margin-top:5px;
    margin-left: 0px;
    background-color: #172988;
  }

  .arrbox:after {
    position: absolute;
   top: 2px;
    left: 50%;
    margin-left: -5px;
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-bottom: 10px solid  #fff;
    border-right: 8px solid transparent;
    } 

    .openarr:after {
        position: absolute;
        top:10px;
        left: 50%;
        margin-left: -5px;
        content: '';
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-top: 10px solid  #fff;
        border-right: 8px solid transparent;
    }




}
@media only screen and (max-width:1200px) {
  .logo-img-tel,.logo-chenghua,.wrap-logo{display:none;}



  
}
@media only screen and (max-width:760px) {
.logo-img{display:initial;}
  .logo-img-tel{display:none;}
  .logo-img img{max-width:70%;}
  .logo-img-tit{ margin:4% 0 0 1%; font-size:1.2em;}
}
@media only screen and (max-width:680px) {
  .logo-img-tel{display:none;}
  .logo-img{padding:10px 0;}
  .logo-img img{max-width:70%;}
  .logo-img-tit{ margin:2% 0%; font-size:1.2em;}
}

@media only screen and (max-width:1000px) {
    .logo-img{
    /*     padding-left: 15px;
        padding-right: 15px; */
        /*display: block;*/
    }
    .logo-banner{
        margin-top: -10%;
    }
    .logo-banner img{
        height: auto;
        width: 1400px;
        margin-left: -700px;
    }
}

/* 导航 */
.nav-row{
    background: #129cd1;
    width: 100%;
    position: relative;
}
.nav-li{
	float: left;
	height: 55px;
	line-height: 55px;
	padding-top: 0px;
	padding-right: 2.2%;
	padding-bottom: 0px;
	padding-left: 2.2%;
}
.nav-li:first-of-type{
    /* padding-left: 0; */
}
.nav-li:last-of-type{
    /* padding-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{
    color: #fff;
    font-size: 16px;
    position: relative;
    -webkit-transition: color 0.2s ease 0s;
    -o-transition: color 0.2s ease 0s;
    transition: color 0.2s ease 0s;
    font-family: 微软雅黑",Arial,Helvetica,'Adobe 黑体 Std',"sans-serif ;
}
.nav-li-a:after {
    border: 10px solid transparent;
    bottom: -18px;
    content: "";
   /* left: calc(50% - 15px);*/
    left: 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: #fff;
}
.nav-li:hover .sub-nav-row{
    display: block;
}
.sub-nav-row{
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 10px 0 0px;
    border-bottom: 1px solid #888;
    margin-top: -2px;
    background: #fff;
    z-index: 110;
}
.sub-nav{
    float: left;
    width:22%;
	margin-right:3%;
/*    width: calc(100% / 4 - 20px);*/
/*    margin-right: 20px;*/
    margin-bottom: 36px;
	behavior: url(pie.htc);
}
.sub-nav-a{
    display: block;
    width: 100%;
    border-bottom: 1px solid #888;
    line-height: 35px;
    font-size: 14px;
}
dt .sub-nav-a{
    color: #333;
}
dd .sub-nav-a{
    border-bottom-color: #ccc;
    color: #666;transition:text-indent 0.2s;
}
.sub-nav-a:hover{
    color: #129cd1;
}
@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.htc);}
.sub-nav dd:hover {background-color:#eee; }

.sub-nav-a:hover { color: #003885;text-indent:2em;}

.indexName{
    margin: 3rem 0;
    font-size: 2rem;
    font-weight: normal;
    color: #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(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(wechat-icon.png) center center no-repeat;
    width: 30px;
    height: 25px;
    margin-bottom: -7px;
    margin-left: 5px;
}
.periodical-title{
    font-size: 30px;
    font-weight: normal;
}
.periodical-a{
    color: #fff;

}
.periodical-a i.icon-gengduo1{
    font-size: 30px;
    left: -4px;
    position: relative;
    top: 6px;
}
.periodical-a:hover{
    color: #fefefe;
}
footer{
    background: #f4f4f4;
    width: 100%;
    padding: 30px 0 10px 0;
    border-top: 8px solid #dbdbdb;
    margin-top: 50px;
}
.footerNav-li{
    float: left;
}

.footerNav-li:before{
    content: '|';
}
.footerNav-li:first-of-type:before{
    content: '';
}
.footerNav-li a{
    padding: 0 5px;
    font-size: 12px;
    color: #000;
}
.footerNav-li:first-of-type a{
    padding-left: 0;
    
}
.footer-half{
    width: 100%;
}
.footer_logo{
    float: left;
    margin-right: 5px;
}
.footer_logo-text{
    display: table;
    float: left;
    font-size: 12px;
    line-height: 16px;
    height: 36px;
}
.footer_logo-text-p{
    display: table-cell;
    vertical-align: middle;
    height: 48px;
}
.footer_logo-row{
    margin-top: 30px;
	float:left;
}
.bottom-logo-h3{ margin-top:25px;}
.bottom-logo{ margin:20px 0;}
.bottom-logo .bottom-logo-c{ float:left; width:auto; margin-right:36px;}
.bottom-logo-c-img{ float:left; margin-right:10px;}

.footer-seek{
	margin-top: 20px;
	padding-top: 20px;
	font-size:13px;
	color:#969696;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #585858;
}
.footer-seek-a{
    font-size: 12px;
    color: #000;
    display: block;
}
.footer-seek-a .icon-sousuo_sousuo{
    font-size: 17px;
    font-weight: bold;
    color: #129cd1;
    margin-right: 15px;
    position: relative;
    top: 2px;
}
.footer-seek-a:hover{
    color: #129cd1;
}

/* 面包屑 */
.crumbs{
    padding: 10px 0;
}
.crumbs-a{
    color: #333;

}
.crumbs-a:after{
    /* content: '>'; */
    font-family: '宋体';
    margin: 0 8px 0 6px;
}
.crumbs-a:hover{
    color: #129cd1;
}
.crumbs-curr{
    color: #129cd1;
}

.Title{
    margin-top: 30px;
    font-size: 24px;
    color: #129cd1;
    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;
}


.paging{
    text-align: center;
    margin-top: 40px;
}
.paging span,
.paging a{
    border: 1px solid #e5e5e5;
    display: inline-block;
    padding: 3px 10px;
    cursor: pointer;
    color: #000;
    margin: 0 3px;
}
.paging .curr,
.paging span:hover,
.paging a:hover{
    color: #333;
    background: #eee;
}
/* .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(guangz.jpg) center center no-repeat;
    overflow: hidden;
}

.zhanw-sq{background: url(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(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(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(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;}
/* .aip-download ul.tab{ width:100%; border-bottom:1px solid #eeefef; height:35px;} */
/* .aip-download ul.tab li{ float:left; line-height:35px; padding:0 31px; font-weight:bold; cursor:pointer; height:35px; position:relative; z-index:99;}
.aip-download ul.tab li:hover{ border-bottom:1px solid #129cd1; height:35px; color:#129cd1;}
.aip-download ul.tab li.on{ border-bottom:1px solid #129cd1; height:35px; color:#129cd1;} */
.aip-download-con{ overflow:hidden; min-height:400px;}
.aip-download-con > li{ display:none; width:100%; overflow:hidden; line-height:95px; font-size:16px; font-weight:bold; }
.aip-download-con > li.current{ display:block;}
.aip-download-con > li span{ height:41px; width:44px; display:block; float:left; margin:0 16px 0 3px; transition:600ms;}
.aip-download-con-n{ width:100%; overflow:hidden; border-bottom:1px solid #eeefef;}
.aip-download-con-n-img{ float:left; transition:600ms;}
.aip-download-con-n-img .icon-pdf1{ font-size:35px; transition:400ms;}
.aip-download-con-n-img:hover span{ margin-left:25px; transition:600ms;}
.aip-download-con-n-img:hover .icon-pdf1{ color:#e30920; transition:600ms;}
.aip-download-con-n-img a{ color:#666;}
.aip-download-con-n-img a:hover{ color:#129cd1;}
.aip-download-con-n-img img{ float:left; margin:23px 20px 0 3px;}
.aip-download-con-n-d{ float:right; padding:0 2.2em; background:#c6c6c6; line-height:48px; cursor:pointer; border-radius:3px; margin-top:22px;}
.aip-download-con-n a{ display:block;}
.aip-download-con-n-d a{ color:#333;}

.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(photogallery-control.png) center center no-repeat;
    cursor: pointer;
}
.PhotoGallery-control-l{
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.PhotoGallery-control:hover{
    opacity: 0.95;
}
.partners-li{
    float: left;
    width: 16%;
    display: table;
    height: 50px;
    text-align: center;
    margin-bottom: 20px;
    margin-right: 5%;
} 
.partners-li:nth-of-type(5n){
    margin-right: 0;
}
.partners-li a{
    display: table-cell;
    width: 100%;
    height: 50px;
    vertical-align: middle;
}
.partners-li a img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 50px;
    width: auto;
    height: auto;
}
.TradeList{
    float: left;
    width: calc( 100% / 3 - 2%);
    margin-right: 3%;
    margin-top: 50px;
    
}
.TradeList:nth-of-type(3n){
    margin-right: 0;
}
.TradeList-a{
    display: block;
    border-bottom: 5px solid #ee0018;
    box-shadow:  1px 1px 2px rgba(0,0,0,0.1);
}
.TradeList-a:hover .TradeList-text{
    color: #ee0018;
}
.TradeList-img{
    display: flex;
    height: 230px;
    overflow: hidden;
    justify-content: center;
}
.TradeList-img img{
    min-width: 100%;
}
.TradeList-text{
    display: flex;
    padding: 30px 20px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
}
.TradeList-icon{
    margin-right: 10px;
}
.Demoonstration-top{
    padding: 3% 5%;
    background: #129cd1;
}
.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{
    padding: 20px 0;
} */
.DemoonstrationSearch{
    display: none;
}
.DemoonstrationSearch-name{
    position: relative;
    display: block;
}
.DemoonstrationSearch-input{
    position: relative;
}
.DemoonstrationSearch-input a{ color: #fff; }
.DemoonstrationSearch-input .search-input{
    width: 99%;
    height: 48px;
	line-height:48px;
}
.DemoonstrationSearch-input .search-button{
    background: #efeded;
    font-size: 28px;
    font-weight: bold;
    color: #129cd1;
}
.DemoonstrationSearch-select{
    width: 100%;
    display: block;
    height: 48px;
    border: none;
    appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari 和 Chrome */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    color: #666;
    font-size: 16px;
	background-image:url(search-arrow.png);
	background-repeat:no-repeat;
	background-color:#fff;
	background-position:98% 50%;
	border-radius:3px;
    font-family: 微软雅黑;
}
.DemoonstrationSearch-select option{
    appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari 和 Chrome */
    padding: 8px 10px;
    color: #000;
    font-size: 16px;
}
.DemoonstrationSearch-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: 14px;
}
.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: #129cd1;
    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{
    margin: 30px 0;
}
.DemoonstrationList-a{
    display: block;
    border: 1px solid #e5e5e5;
    padding: 25px 5%;
    overflow: hidden;
    position: relative;
}
.DemoonstrationList-img{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 86px;
    width: 25%;
    float: left;
    justify-content: center;
    overflow: hidden;
    align-items: center;
}
.DemoonstrationList-img img{
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    display: block;
}
.DemoonstrationList-text-row{
    display: block;
    margin-left: 30%;
}
.DemoonstrationList-name{
    display: block;
    color: #129cd1;
    font-size: 1.2em;
}
.DemoonstrationList-nameEn{
    font-size: 14px;
    color: #333;
    display: block;
}
.DemoonstrationList-Booth{
    position: absolute;
    display: block;
    padding-left: 25px;
    background: url(demoonstrationlist-booth.png) left center no-repeat;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    bottom: 25px;
}
.DemoonstrationList-a:hover{
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.DemoonstrationListPaging{
    margin: 50px 0;
}

.Demoonstration-name{
    margin: 25px 0;
    border-bottom: 1px solid #e5e5e5;
}
.Demoonstration-nameCn{
    font-size: 24px;
    line-height: 34px;
    color: #000;
    font-weight: normal;
}
.Demoonstration-nameEn{
    font-size: 20px;
    font-weight: normal;
    line-height: 34px;
    color: #000;
}
.Demoonstration-Booth{
    font-size: 24px;
    color: #129cd1;
    font-weight: normal;
    line-height: 34px;
    margin: 15px 0;
}

.DemoonstrationSite{
    margin: 20px 0;
    font-size: 16px;
    color: #000;
    height:28px;
}
.DemoonstrationSite a{
    color: #129cd1;
    font-size: 16px;
}
.DemoonstrationSite a:hover{
    text-decoration: underline;
}
.DemoonstrationSite-icon{
    float: left;
    margin-right: 10px;
    margin-top: -2px;
}
.DemoonstrationSite-row{
    margin: 40px 0;
}
.DemoonstrationCompany{
    font-size: 16px;
    color: #000;
    margin: 10px 0;
}
.DemoonstrationTitle{
    margin-bottom: 20px;
}
.Demoonstration-product{
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 30px;
}
.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 #e5e5e5;
    /* align-items: center; */
}
.Demoonstration-productImg img{
    width: auto;
    height: auto;
}
.Demoonstration-productText{
    display: block;
    font-size: 16px;
    color: #000;
    padding: 10px 0;
    text-align:center;
}
.Demoonstration-product-a:hover .Demoonstration-productText{
    color: #129cd1;
}


/* 移动端导航 */
/* html,body{
    height: 100%;
} */
.menu-row{
    width: 100%;
    height: 100%;
    top: 0;
	left:-100%;
/*    -webkit-transform: translate(-100%, 0px);
    -moz-transform: translate(-100%, 0px);
    -ms-transform: translate(-100%, 0px);
    -o-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);*/
    background: #f9f9f9;
    transition: all .2s;
    box-shadow: inset -3px -10px 9px 0 rgba(187,187,187,0.5);
    min-height: 100%;
    overflow: hidden;
    position: absolute;
	z-index:2000;
	behavior: url(pie.htc);
}

.mobile-menu-row{
	width:100%;
	left:0;
	-webkit-transform: translate3d(-100%, 0px, 0px);
	-ms-transform: translate3d(-100%, 0px, 0px);
	-o-transform: translate3d(-100%, 0px, 0px);
	transform: translate3d(-100%, 0px, 0px);
}


.menu-close{
    padding: 10px ;
    color: #129cd1;
    font-size: 14px;
    display: inline-block;
}
.menu-close .icon-guanbi{
    margin-right: 5px;
}
.menu-li-a,
.sub-menu-a{
    position: relative;
    display: block;
    border-bottom: 1px solid #ddd;
    line-height: 40px;
    padding: 5px 15px;
    color: #129cd1;
    font-size: 16px;
}
.sub-menu-a{
    padding-left: 25px;
}
.sub-menu dd{
    display: none;
}

.sub-menu dd .sub-menu-a{
    padding-left: 35px;
}
.menu-li:first-of-type .menu-li-a{
    border-top: 1px solid #ddd;
}
.hasSubmenu:after{
    content: '>';
    position: absolute;
    right: 5%;
    height: 100%;
    font-family: '宋体';
    font-weight: bold;
    font-size: 20px;
}
.menu-ul a.curr{
    background: #ffe9eb;
    color: #129cd1;
}
.sub-menu-ul{
    display: none;
}
.menu-ul{
    margin-top: 40px;
}
.menu-return{
    position: absolute;
    top: 45px;
    left: 0;
    padding: 5px 10px ;
    color: #129cd1;
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    display: none;
}
.menu-return2{
    display: block;
}
.menu-return span{
    font-family: '宋体';
    font-weight: bold;
    font-size: 18px;
    position: relative;
    top: 1px;
    margin-right: 10px;
}
.indexName{
    line-height: 1.2;
}
.DemoonstrationList-name,
.DemoonstrationList-nameEn{
    overflow: hidden; /*自动隐藏文字*/
    text-overflow: ellipsis;/*文字隐藏后添加省略号*/
    white-space: nowrap;/*强制不换行*/
    width: 100%;
}
.DemoonstrationList-img{
    width: 210px;
}
.DemoonstrationList-text-row{
    margin-left: 250px;
}
.hintRow{
    position: fixed;
    bottom: 20px;
    width: calc(100% - 20px);
    margin: 0 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    background: rgba(255,255,255,0.85);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    text-align: center;
}
.hintTex{
    display: inline-block;
    width: 80%;
    text-align: left;
    float: left;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.hintBtn-row{
    display: inline-block;
    width: 20%;
    text-align: right;
}
.hintBtn{
    font-size: 16px;
    border: 0;
    border-radius: 5px;
    line-height: 2;
    padding: 0 25px;
    color: #fff;
    cursor: pointer;
    background: #c6c6c6;
}
.hintBtn i{
    position: relative;
    top: -1px;
}
.hintBtn:hover{
    opacity: 0.8;
}
.contact{
    padding: 30px;
    background: #eee;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.contact-row{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.contact-l{
    width: 48%;
    margin-right: 4%;
}
.contact-r{
    width: 48%;
}
.contact-title{
    font-size: 18px;
    line-height: 30px;
    color: #000;
    margin-bottom: 20px;
}
.contact-text{
    font-size: 16px;
    color: #000;
    margin: 8px 0;
}
.title2{
    font-size: 24px;
    margin-bottom: 0;
}
.grogshopList .TradeList-a{
    border-bottom: 0;
    box-shadow: none;
}
.grogshop-text{
    position: relative;
    display: block;
    margin: 15px 0;
}
.grogshop-name{
    display: block;
    margin-right: 100px;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    line-height: 24px;
    width: 100%;
}
.grogshop-star{
    position: absolute;
    right: 0;
    top: 3px;
    width: 100px;
}
.star{
    display: inline-block;
    float: left;
    margin-left: 2px;
    width: 18px;
    height: 18px;
    background: url(star.png);
}
.starGray{
    background-position: right;
}
.grogshop-site{
    padding-left: 20px;
    background: url(grogshop.png) 0px 5px no-repeat;
    font-size: 14px;
    color: #666;
    font-weight: bold;
    margin-top: 5px;
    display: block;
}

.grogshop-url{
    font-size: 14px;
    color: #666;
    margin-top: 5px;
    display: block;
}
.enrollTitle{
    text-align: center;
    font-size: 24px;
    color: #000;
    line-height: 30px;
    margin: 30px 0;
}
.enroll-p{
    font-size: 16px;
    line-height: 30px;
    margin: 30px 0;
    color: #000;
}
.enroll-information{
    font-size: 16px;
    color: #000;
    font-weight: bold;
    line-height: 30px;
}
.redColor{
    color: #d31221;
}
.hr{
    margin: 50px 0;
    display: block;
    border: 0;
    height: 1px;
    background: #e5e5e5;
}

.TeletextRow{
    
    margin: 50px 0;
}
.Teletext-img{
    border-radius: 50%;
    overflow: hidden;
    width: 186px;
    height: 186px;
    float: left;
}

.Teletext{
    padding-left: 4%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    height: 186px;
}
.Teletext-text{
    font-size: 16px;
    color: #000;
    line-height: 30px;
}

.TeletextTitle{
    display: block;
    width: 100%;
}
.TeletextTitle{
    font-size: 18px;
    margin: 10px 0;
}
.HostnitRow{
    margin: 50px 0;
    padding: 20px 0;
    background: #f4f4f4;
}
.Hostnit{
    float: left;
    width: 60%;
    padding: 10px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.Hostnit-r{
    width: 40%;
}
.HostnitTitle{
    font-size: 16px;
    color: #000;
    font-weight: bold;
    margin: 5px 0;
}
.HostnitText{
    font-size: 16px;
    color: #000;
}
.loseRow{
    text-align: center;
}
.loseImg{
    margin: 60px 0;
}
.loseImg img{
    max-width: 100%;
}
.losetext{
    color: #000;
    font-size: 24px;  
    margin: 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;
}


.pager{ text-align:center;}
.pager a{ padding:3px 10px; border:1px solid #e5e5e5; margin:0 5px; color:#666; font-weight:normal;}
.pager span.curr{ text-align:center; width:auto; height:auto; float:none; display:inline; margin:0 5px; padding:3px 10px; border:1px solid #e5e5e5; background:#eeeeee;  font-weight:normal;}


@media only screen and (max-width:1000px) {
    .hintTex{
        display: block;
        float: none;
        margin-bottom: 20px;
    }
    .hintBtn-row{
        text-align: center;
        width: 100%;
    }
    body.show-nav{
        position: relative;
        width: 100%;
/*        -webkit-transform: translate(60%, 0px);
        -moz-transform: translate(60%, 0px);
        -ms-transform: translate(60%, 0px);
        -o-transform: translate(60%, 0px);
        transform: translate(60%, 0px);*/
		margin-right:-100%;
    }
	body.mobile-show-nav{
        position: relative;
        width: 100%;
		-webkit-transform: translate3d(100%, 0px, 0px);
		-ms-transform: translate3d(100%, 0px, 0px);
		-o-transform: translate3d(100%, 0px, 0px);
		transform: translate3d(100%, 0px, 0px);
	}

    .wrap{
        padding: 0 15px;
    }
    .imageText-circle{
        border-radius: 0;
        padding: 20px;
        height: auto !important;
        max-width: inherit !important;
        width:100% !important;
        margin:20px 0;
    }
    .imageText-data,
    .imageText-circle-title{
        margin: 0;
    }
    .attention-title{
        font-size: 18px;
    }
    .newsList-row{
        width: 100%;
        margin-right: 0;
    }
    .sidebarB{
        display: none;
    }
    .DemoonstrationSearch-checkbox-li{
        min-width: 200px;
    }
    .exhibitorData{
        margin-left: 5%;
    }
    .exhibitorData-circle3{
        margin-top: -28%;
        margin-left: 25%;
    }
}
@media only screen and (max-width:640px) {
    .index-half{
        width: 100%;
        margin-right: 0 !important;
    }
    .indexNew-row{
        width: 100%;
        margin: 0;
        height: auto;
        overflow: hidden;
        padding: 0;
    }
    .indexNew{
        width: 100% !important;
        border-right: 0 !important;
        padding: 0;
        height: auto;
        margin-bottom: 30px;

    }
    .News-list{
        width: 100% !important;
        margin: 0;
        margin-bottom: 30px;
    }
    .News-row{
        margin: 0 ;
    }
    .imageText-text{
        position: relative;
    }
    .imageText-img{
        display: none;
    }
    .indexText,
    .imageText-circle{
        margin: 0;
    }
    .indexServe{
        width: 45% !important;
        margin-bottom: 5% !important;
        margin-right: 5% !important;
    }
    .cooperation-row,
    .cooperationTitle{
        display: none;
    }
    .attention-half{
        width: 100%;
        margin: 10px 0;
    }
    .footer_logo-row,
    .sidebarBShare-row{
        display: none;
    }
    .footer-half{
        width: 100%;
    }
    .newsList-img{
        width: 100%;
        float: none;
        height: auto;
        display: block;
    }
    .newsList-img a{
        display: block;
        width: 100%;
        height: auto;
    }
    .newsList-img a img{
        width: 100%;
    }
    .newsList-text-row{
        margin-left: 0;
        width: 100%;
        margin-top: 15px;
    }
    .newsList-text-row{
        height: auto;

    }
    .newsList-detail{
        position: inherit;
    }
    .newsDetial-row{
        width: 100%;
        margin-right: 0;
    }
    .newsDetialPaging-return{
        position: inherit;
    }
    .DemoonstrationSearch-checkbox-li{
        width: 100%;
    }
    .DemoonstrationList-name,
    .DemoonstrationList-nameEn{
        overflow: inherit; 
        text-overflow: ellipsis;
        white-space: inherit;
    }
    .DemoonstrationList-img{
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    .DemoonstrationList-text-row{
        margin-left: 0;
    }
    .DemoonstrationList-Booth{
        position: inherit;
    }
    .attention-row .page>div{
        width: 100%;
        margin-right: 0;

    }
    .exhibitorInformation{
        width: 100%;
        margin: 0;
        margin-top: 30px;
    }
    .exhibitorData{
        width: 100%;
        margin: 0;
        margin-top: 30px;
    }
    .exhibitorData-circle3{
        padding-left: 18%;
    }
    .exhibitorSquare{
        width: 100%;
        height: auto;
        margin: 0;
    }
    .exhibitorSquare .periodical-a{
        margin-top: 10px;
    }
    .Demoonstration-product{
        width: 100%;
        margin-right: 0;
    }
    .Demoonstration-productImg{
        height: auto;
    }
    .Demoonstration-productImg img{
        width: 100%;
    }
    .Title2{
        margin: 20px 0;
    }
    .mediaNews-row,
    .mediaNews-more{
        width: 100%;
        float: none;
        margin: 20px 0;
    }
    .PhotoGallery-name{
        margin-bottom: 20px;
    }
    .partners-li{
        width: 48%;
        margin-right: 4%;
    }
    .partners-li:nth-of-type(2n){
        margin-right: 0;
    }
    .TradeList{
        width: 100%;
        margin-right: 0;
    }
    .contact{
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        padding: 20px 10px;
    }
    .contact-row{
        display: block;
    }
    .grogshop-name{
        margin-right: 0;
    }
    .grogshop-star{
        position: inherit;
        width: auto;
        display: block;
        overflow: hidden;
    }
    .Teletext-img{
        text-align: center;
        width: 100%;
        border-radius: 0;
    }
    .Teletext-img img{
        max-width: 100%;
    }
    .Teletext{
        display: block;
        padding: 0;
        height: auto;
    }
    .Hostnit{
        width: 100%;
        padding: 10px;
    }
}


.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(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(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(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;
}
@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(taxi.png) no-repeat left top; }
    .traffic-box .goway-box .metro {
      background: url(metro.png) no-repeat left top; }
    .traffic-box .goway-box .train {
      background: url(train.png) no-repeat left top; }
    .traffic-box .goway-box .aerotrain {
      background: url(aerotrain.png) no-repeat left top; }
    .traffic-box .goway-box .cable {
      background: url(cable.png) no-repeat left top; }
    .traffic-box .goway-box .bus {
      background: url(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(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(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(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(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(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(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(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(bigwchact.png); }
      .attention-box .bottom-box ul li .bglinkedIn {
        background: url(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(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;}
.guanz{ width:100%; overflow:hidden; color:#000;}
.guanz .img img{ width:100%;}
.guanz h2{ color:#129cd1; font-size:24px; margin-bottom:39px;}
.guanz h3{ font-size:18px; margin-top:27px; margin-bottom:18px;}
.guanz p{ font-size:16px; line-height:25px;}
.zhanhq{ width:100%; overflow:hidden; padding:50px 0;}
.zhanhq_l{ float:left; height:250px; width:88px; line-height:237px; text-align:center; font-size:18px; color:#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;}
.guanz .img img{ width:100%;}
.zhanhq_r{ width:520px;}
.zhanhq_r_2{ width:520px;}
.zhanhq_r_3{ width:520px;}
.zhanhq_c{ width:92%; padding:0 4%; overflow:hidden;}
.enew-box .enews-content{ height:auto;}
.enew-box .enews-content .items-con{ margin:20px 10px 0;}
.enew-box .enews-content .titbox{ font-size:1.4em;}
}

@media screen and (max-width:680px){
.content_c{ width:92%; padding:0 4%; overflow:hidden;}
.zhanhq{ /* margin-top:4%; */padding:25px 0;}

.zhanhq_r .tab-content li{ }

.guanz h2{ font-size:1.6em; margin-bottom:20px;}
.guanz h3{ font-size:1.3em;}
.guanz .img img{ width:100%;}
.guanz p{ font-size:1.1em;}
.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(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(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(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(../loadmore.html);
      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(per.png) no-repeat 0px 50%;
  left: -30px; }

a.agrayleft {
  cursor: default;
  background-position: -34px 50%; }

a.aright {
  background: url(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(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(zhanw_img.jpg) no-repeat; height:36px; padding-left:10px;}


/*top-new*/
.top-left-tit{ float:left; line-height:38px; color:#787878; font-size:14px;}
.shortcut-row .shortcut-nav>li.position--relative .iconfont{ color:#29a5d4;}



.banner {
    height: 450px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.banner>ul {
    width: 1000%;
    height: 100%;
    position: absolute;
}

.banner>ul>li {
    width: 10%;
    height: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}

.banner>ul>li img {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin-left: 0;
}


.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.htc);
}

.banner_ft>li.current {
    background:#129cd1;
}


@media screen and (max-width:945px) {
    .banner {
       min-width: 100%;
    }
}
@media screen and (max-width:767px) {
    .banner>ul>li img {
        margin-left: -24%;
        width: auto;
        height: 100%;
    }
}

.footer-seek-left{ float:left; color:#969696;}
.footer-seek-right{
	float:left;
}
.footer-seek-right li{ float:right; margin-left:14px;}

.footer-half-left{ float:left; width:70%;}
.footer-half-left-top{ font-size: 14px; }
.footer-half-left-top span{ color:#000; margin-right:28px;}
.footer-half-left-top span a{ color:#000;}
.footer-half-left-bottom{ margin-top:20px; color:#fff;}
.footer-half-left-bottom img{margin-right:17px;}
.footer-half-left-bottom span{ color:#129cd1; font-size:26px;}

.footer-half-right{ float:right; width:24%; padding-left:4%; border-left:1px solid #dbdbdb;}
.footer-half-right h3{ color:#000; font-weight:normal; font-size:16px;}
.footer-half-right p{ color:#969696; line-height:25px;}

.footer-half-right-eiml{ width:100%; border:2px solid #129cd1; border-radius:4px; height:50px; margin:20px 0 10px 0;}
.E-mail-address{ background:none; height: 50px; color:#d2d2d2; border:none; font-family:微软雅黑;}
.E-mail-address-but{ float:right; width:25%; background:#129cd1; height:50px; border:none; color:#fff; font-size:14px; font-family:微软雅黑; cursor:pointer;}
.footer-half-right-eiml img{ margin:5px 10px 0 20px; vertical-align:sub;}


/*首页*/
.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(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: 50px 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(meit1.jpg) no-repeat;}
.index-row .Exhibitor-news .index-new-img{ background:url(meit2.jpg) no-repeat;}
.index-row .Industry-news .index-new-img{ background:url(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;}

.yiguo-comp{ width:100%; margin:70px 0 30px 0;}
.yiguo-comp h2{ font-size:30px; color:#323232; font-weight:normal; margin-bottom:30px;}
.yiguo-comp p{ font-size:14px; line-height:25px; color:#464646;}
.yiguo-comp a{ color:#129cd1; line-height: 65px;}
.yiguo-comp a:hover{color:#0e82ae;}

.icon-shipinsuolve_xiangyou{ font-size:13px;}

.yibo-z{ width:100%; height:425px; background:url(qianjiz.jpg) no-repeat center; padding-top:75px;}
.yibo-z-con{ width:1000px; margin:0 auto; overflow:hidden; 
background:rgba(255,255,255,0.9);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#EEFFFFFF,endColorstr=#EEFFFFFF);
-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#EEFFFFFF,endColorstr=#EEFFFFFF);
 padding:43px 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{ height: 318px; background: url(qianjiz2.jpg); }


.yibo-z-con-b{ }
.yibo-z-con-b-l{ width: 64%; float:left; padding:0 3%;}
.yibo-z-con-b-l h4{ font-size: 30px; font-weight: normal; }
.yibo-z-con-b-l p{ margin-top: 25px; font-size: 14px; line-height: 28px; }
.yibo-z-con-b-r{ width: 25%; float: right; height: 94px;-webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px;  background: #129cd1;  margin-right:3%; margin-top:6%;}
.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;}
.yibo-z-con-b-r-rig{ float: left; margin-left:15px;}
.yibo-z-con-b-r-rig h5{ font-size: 20px; color: #fff; margin-top:20px;}
.yibo-z-con-b-r-rig .icon-shipinsuolve_xiangyou{ color: #fff; }
.yibo-z-con-b-r-rig  a{ color: #fff; line-height:30px;}

.index-denj-fenj-jie{ width:100%; border-bottom:1px solid #fff; height:1px; background:#d9dadb;}
.yibo-z-con-li{ padding:0 7%;}
.yibo-z-con-li li{ width:28%; float:left; list-style: none; margin-right:7.5%;}
.yibo-z-con-li li:last-of-type{margin-right:0; width:29%;}
.yibo-z-con-li-t{ font-size:17px; height:40px; line-height:40px; margin:40px 0 15px 0;}
.yib-4{ font-size:33px; color:#129cd1;}
.yibo-z-con-li-p{ color:#666; font-size:14px; padding-left:20px;}
.Plus{ font-size: 26px; color:#129cd1; position: relative; top: -4px; margin-left:5px;}
.SuperscriptTwo{ position: relative; top: -8px; font-size: 12px; }

.huigu{ width:100%; overflow:hidden; padding:80px 0;}
.huigu li{ width:31%; float:left; margin-right:3%; height:auto;}
.huigu li img{ width:100%; vertical-align: middle;}
.huigu li:last-of-type{margin-right:0; height:386px; overflow:hidden;}
.huigu li h2{ border-left:4px solid #129cd1; font-size:24px; font-weight:normal; padding-left:15px;}
.huigu-img{ margin-top:38px;}
.huigu li p{font-size:15px; overflow:hidden; line-height:27px; margin: 10px 0;}
.huigu li a{ color:#464646;-webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; font-size:14px; margin-top:15px;line-height: 42px;behavior: url(pie.htc);}
.huigu li a:hover{color:#129cd1;}
.huigu li a:hover .icon-shipinsuolve_xiangyou{color:#129cd1;}
.huigu li a .icon-shipinsuolve_xiangyou{ color: #969696; }
.huigu-p-time{ color: #7a7a7a; line-height: 20px; }

.huigu-tuij{ margin-top:38px; overflow:hidden; position: relative; height:325px;}
.huigu-tuij-ul{ position:absolute; width: 100%;}
.huigu-tuij-li{ width: calc(90% - 2px) ; height:38px; border:1px solid #f0f0f0; padding:15px 5%; margin-bottom:12px;}
.huigu-tuij-li.curr{background:#f5f5f5;}
.huigu-tuij-img{
	width: 61%;
	float: none;
	margin-right:4%;
	height:47px;
	overflow:hidden;
}
.huigu-tuij-tit{ width: 60%; float: left; height:42px; overflow:hidden;}
.huigu-tuij-tit a{ font-size:12px;}

.tuijzs{ float: right; border:1px solid #dcdcdc; -webkit-border-radius:15px; -moz-border-radius:15px; border-radius:15px; padding:0 15px;behavior: url(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{ width:100%; padding:60px 0;}
.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%; padding-top:60px;}
.zhansm-content li{ display:none; width:100%; height:71px; overflow:hidden;}
.zhansm-content-img{ width:183px; text-align:center; float:left; line-height: 69px;}
.zhansm-content-img img{ vertical-align: middle; height:66px;}
.left-j{ margin-left:-60px;z-index: 999;}
.right-j{ margin-right:-60px;z-index: 999;}
.jiantou-c{ margin-top:-22px;}
/*.zhansm-content-img:nth-of-type(6n){margin-right:0;}*/


/*关于我们*/

.about-b{ background:url(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.htc);}

.about-c{ width:100%;}
.about-c-top-t{ width:100%; margin:31px 0; overflow:hidden;}
.about-c-top-t .icon-fangzi{ color:#179ed2; font-weight:bold; font-size:22px; margin-right:5px;}
.about-c-conter{ width:100%; background:url(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;}

.about-c-jib{ width:100%; overflow:hidden; margin:50px 0;}
.about-c-jib li{ width:48%; float:left; margin-right:4%;}
.about-c-jib li:nth-of-type(2n){margin-right:0;}
.about-c-jib-img{ width:100%; height:206px; margin-bottom:15px; overflow: hidden; text-align: center;}
.about-c-jib-img img{ height:100%;}
.about-c-jib li h2{ font-size:24px; color:#464646; font-weight:normal; margin-bottom:24px;}
.about-c-jib li p{ color:#787878; font-size:14px;}
.about-c-jib li a{ color:#129cd1; font-size:14px; line-height:60px;}
.about-c-jib li a:hover{color:#0e82ae;}
.about-c-jib li .iconfont{ font-size:14px;}
.about-c-jib-p{height:72px; width:100%; overflow:hidden;}

.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{ border-bottom:1px solid #f1f1f1; height:46px; margin-top:28px;}
.about-jies-border h2{
	font-size: 30px;
    float: left;
    border-bottom: 2px solid #129cd1;
    padding-bottom: 20px;
	
}
.about-jies-logo{ width:94%; background:#fafafa; padding:3%; margin:43px 0;}
.about-jies-top{ width:100%; background:url(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(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(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(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.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.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.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{ width:94%; background:#fafafa; padding:1% 3%; font-size:16px; color:#129cd1; font-weight:bold;}
.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{ width:94%; padding:2% 3%; line-height:25px; font-size:14px;}
.Exhibitor-Guide-t-c img{width:100%;}
.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;}



#content_1 .about-jies-border{ display: none;}
#content_1,.title_left .about-jies-border{ display: block !important;}



.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%; height: 60px; color: #fff; background: #129cd1; text-align: center; line-height: 60px; font-size: 18px; margin-bottom: 25px; }
.download-ann{ width: 120px; height: 40px; margin: 0 auto; display: block; margin-top: 35px; -webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px; background: #129cd1; text-align: center; line-height: 40px; color: #fff;behavior: url(pie.htc); }
.download-ann:hover{color:#fff;}


/* 旅游指南 */
.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;  text-align:center;}
.Exposition-guide-diagram li{ width: 49%; float: left; }
.Exposition-guide-diagram li h2{ margin: 15px 0; }
.Exposition-guide-diagram li h2 a{ color: #129cd1;  font-size:18px;}
.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('aip-sign1.png');
    position: absolute;
    top: 5px;
}

.shandong-box .box-two p .time:before {
    content: url('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('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;
}



/* 联系我们 */



.mg-bottom {
    margin-bottom: 16px;
}

.marcom-team {
    width: 100%;
}

.marcom-item {
    float: left;
    width: 48%;
    margin-right: 4%;
    background-color: #ccdef6;
    margin-bottom: 24px;
}

.marcom-item:nth-of-type(2n) {
    margin-right: 0;
}

.marcom-detail {
    padding: 16px 13px;
}

.marcom-head {
    width: 44%;
    margin-right: 2%;
    overflow: hidden;
}

.marcom-detail {
    width: 54% !important;
    box-sizing: border-box;
}

.marcom-head img {
    display: block;
}

.new-title-h2 {
    font-size: 18px;
    line-height: 30px;
}

.new-title-h3 {
    font-size: 16px;
    line-height: 20px;
}

.e-mail-icon {
    display: inline-block;
    width: 17px;
    height: 14px;
    background: url(e-mail-icon.jpg) no-repeat;
    vertical-align: middle;
    margin-right: 5px;
}
.block-left{
    width: 100px;
    display: inline-block;
    float: left;
}



@media (max-width:767px) {
    .marcom-item {
        width: 100%;
        margin-right: 0;
        float: none;
    }
    .marcom-item .marcom-head img {
        width: 100%;
    }
    .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;
    }

}

@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;	
}




.banner-mark-box{
	position: absolute;
	bottom: 30px;
	text-align: right;
	max-width: 981px;
	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.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.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: 29px;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: 30px;left:0;}
.Basic-data-con-bottom-t-li-zhans{float: left;width: 20%}


/*.logo-img-iphone{display: none;}*/


.aip-download ul.tab li{
    float: left;
    line-height: 48px;
    width: 14%;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    height: 48px;
    background: #eee;
    margin-right: 0.33%;
    font-size: 15px;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
	behavior: url(pie.htc);
}

.aip-download ul.tab li.on{
    background: #129cd1;
    color: #fff;
}



@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{width:100%;}
.yibo-z-con h2{font-size:2.3em;}
.yibo-z-con h3{font-size:1.6em;}
.yib-4{font-size:1.4em;}

.yibo-z-con-b-l{width:94%;}
.yibo-z-con-b-l h4{ font-size: 1.6em; }
.yibo-z-con-b-r{width:60%; margin:6% 20% 0; height:75px;}
.yibo-z-con-b-r-img{margin-top:6%;}
.yibo-z-con-b-r-rig h5{ margin-top: 15%; font-size: 1.2em; }
.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-li li{width:100%;text-align:center;}
.yibo-z-con-li li:last-of-type{width:100%;}
.yibo-z-con h3{font-size:1.2em; width:90%; margin:35px 5% 40px;}

.yibo-z-con-li-t{ margin: 25px 0 15px 0;}
.yibo-z{background:#768b9e; padding-top:0; height:100%;}

.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-l{width:94%;}
.yibo-z-con-b-l h4{ font-size: 1.6em; }
.yibo-z-con-b-r{width:60%; margin:6% 20% 0; height:60px;}
.yibo-z-con-b-r-img{margin-top:6%;}
.yibo-z-con-b-r-rig h5{ margin-top: 6%; font-size: 1.2em; }

.huigu li{width:47%; margin-right:3%;}
.huigu li:last-of-type{width:100%; margin-top:15%;}
.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;}

/*.logo-img{ display: none; }
.logo-img-iphone{display: block;}*/

.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;}
.footer-seek-right{ display: none }

.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; ; }
.left-j{display:none;}
.right-j{display:none;}
.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-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;
    left: calc((100% - 1200px)/2 + 1200px);
    top: 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('arrdown.png');

}

.wrap-logo .per-btn{
    background-image: url('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;
    display: inline-block;
    float: left;
}

.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: #275889;
    font-size: 16px;
    font-weight: bold;
    
}

@media screen and (max-width:1760px){

    .wrap-logo{
        top: 180px;
        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-search {
    border: 1px solid #e3e3e3;
    padding: 35px 30px;
}

.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(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;
}

.product-list {
    padding: 50px 0;
    font-size: 0;
}

.product-list .product-item {
    display: inline-block;
    width: 31%;
    margin-right: 3.5%;
    box-sizing: border-box;
    border: 1px solid #e3e3e3;
    margin-bottom: 50px;
    vertical-align: top;
}

.product-list .product-item:nth-of-type(3n) {
    margin-right: 0;
}

.product-list .product-item .product-img-box {
    height: 300px;
    line-height: 300px;
    overflow: hidden;
    text-align: center;
}

.product-list .product-item .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%);*/
}

.product-list .product-item .product-detail-text {
    padding: 0 6%;
}

.product-list .product-item .product-name {
    font-size: 16px;
    color: #666;
    font-weight: 700;
    padding: 10px 0;
    line-height: 24px;
    border-bottom: 1px solid #e5e5e5;
}

.product-list .product-item .company-name {
    font-size: 15px;
    height: 23px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #333;
    padding: 20px 0;
    line-height: 24px;
    border-bottom: 1px solid #e5e5e5;
}

.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(../local.html) 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(../right.html) 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;
    }
}


.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;
}
