html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strike, sub, sup, tt, var, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption, footer, header, hgroup, menu, nav, output, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-family: 'microsoft yahei';
    vertical-align: baseline;
}

body {
    width: 100%;
    font-size: 14px;
    line-height: 28px;
    min-width: 1200px;
}

input {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}

select{
    outline: none;
}

button {
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
    outline: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
    color: #000000;
    border: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

img {
    vertical-align: middle;
    border: none;
}

.clearfix:after {
    display: block;
    content: "";
    clear: both;
}

.fl {
    float: left;
}

.c-fl {
    float: left;
}
.fr {
    float: right;
}

.c-fr {
    float: right;
}

.c:after {
    display: block;
    content: "";
    clear: both;
}

.mg-12 {
    width: 1200px;
    margin: 0 auto;
}

.mg-11 {
    width: 1100px;
    margin: 0 auto;
}

.c-link-hover:hover {
    color: #ff5800;
}

.c-mg-12 {
    width: 1200px;
    margin: 0 auto;
}

.c-mb-15 {
    margin-bottom: 15px;
}

.c-btn{
    width: 138px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 20px;
}

.c-bg-white {
    background-color: #fff;
}

.btn-model-submit {
    font-size: 16px;
    background-color: #FF5800;
    color: #fff;
}

.btn-model-submit:hover {
    background-color: #FF6F20;
}

.btn-model-cancel {
    font-size: 16px;
    background-color: #fff;
    color: #999999;
    border: 1px solid #999999;
}

.btn-model-cancel:hover {
    opacity: 0.8;
}

.btn-register-disabled {
    background: #a3a3a3!important;
    cursor: default!important;
}

.c-more{
    font-size: 12px;
    color: #999999;
}

.c-more:hover{
    color: #ff5800;
}

/*头部*/
.header-top {
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #DDDDDD;
    font-size: 12px;
    line-height: 30px;
    color: #666666;
}

.header-top .member {
    padding-left: 20px;
    background: url(../images/member.png) no-repeat left;
    margin-right: 22px;
}

.header-top .login {
    color: #ff5800;
    margin-left: 18px;
    margin-right: 16px;
}

.header-top a {
    color: #666666;
}

.header-top .tel {
    font-weight: bold;
}

/*尾部*/
.bottom-bar {
    width: 100%;
    height: 250px;
    background-color: #222222;
}

.bottom-bar .left-box {
    padding-top: 46px;
    box-sizing: border-box;
}

.bottom-bar .tel {
    font-size: 18px;
    color: #d6d6d6;
    font-weight: bold;
    padding-left: 37px;
    background: url(../images/tel.png) no-repeat left;
    margin-top: 20px;
    margin-bottom: 14px;
}

.bottom-bar .service {
    font-size: 14px;
    color: #ff5800;
    width: 110px;
    height: 30px;
    display: block;
    background-color: #333333;
    text-align: center;
    line-height: 30px;
    border-radius: 13px;
    font-weight: bold;
}

.bottom-bar .service img {
    margin-left: 6px;
    vertical-align: sub;
}

.bottom-bar .right-box {
    width: 920px;
    padding-top: 40px;
    box-sizing: border-box;
}

.bottom-bar .right-box .icon-wrap {
    padding-bottom: 32px;
    border-bottom: 1px solid #2D2D2D;
}

.bottom-bar ul.icon-box li {
    float: left;
    width: 227px;
    font-size: 18px;
    color: #d6d6d6;
    font-weight: bold;
    margin-right: 20px;
}

.bottom-bar ul.icon-box li img {
    margin-right: 10px;
}

.bottom-bar .foot-link {
    font-size: 13px;
    color: #666666;
    margin-top: 20px;
}

.bottom-bar .foot-link a {
    color: #666666;
    margin-left: 2px;
    margin-right: 2px;
}

.bottom-bar .foot-link a:hover {
    color: #FF5800;
}

/*搜索栏*/
.search-bar-wrap {
    /*margin-top: 17px;*/
}

.search-bar-wrap .logo-wrap {
    display: block;
    margin-top: 17px;
    margin-bottom: 17px;
    margin-right: 160px;
}

.search-bar-wrap .ly-search-main {
    padding-top: 16px;
    z-index: 100;
    position: relative;
}

.search-bar-wrap .ly-search-main ul.category li {
    font-size: 14px;
    color: #060408;
    cursor: pointer;
    padding: 0 16px;
    line-height: 30px;
}

.search-bar-wrap .ly-search-main ul.category li.hover {
    color: #ffffff;
    background-color: #333333;
}

.search-bar-wrap .ly-search-main ul.hot-search li {
    font-size: 12px;
    margin-right: 5px;
}

.search-bar-wrap .ly-search-main li {
    float: left;
}

.search-bar-wrap .ly-search-main .ly-search-input-warp {
    position: relative;
    background: #fff;
    height: 30px;
    border: 2px solid #333333;
}

.search-bar-wrap .ly-search-main .ly-search-input-warp .keyword-tip {
    background: url(../images/key-bg.png) no-repeat left;
    padding-left: 22px;
    position: absolute;
    right: 85px;
    top: 5px;
}

.search-bar-wrap .ly-search-main .ly-search-input-warp .keyword-tip span {
    display: inline-block;
    background: #f0f0ee;
    border: 1px solid #f0f0ee;
    border-radius: 10px;
    padding: 0 8px;
    font: 100 12px/18px 'simsun';
    color: #999;
    height: 18px;
    overflow: hidden;
    margin-right: 5px;
    cursor: pointer;
}

.search-bar-wrap .ly-search-main .ly-search-input-warp .keyword-tip span i {
    background: url(../images/close-a.png?222) no-repeat 0px -38px;
    display: inline-block;
    width: 10px;
    height: 10px;
    overflow: hidden;
    vertical-align: middle;
    margin-left: 3px;
}

.search-bar-wrap .ly-search-main .ly-search-input-warp .keyword-tip span:hover {
    color: #f60505;
}

.search-bar-wrap .ly-search-main .ly-search-input-warp .keyword-tip span:hover i {
    background: url(../images/close-a.png?222) no-repeat 0px -48px;
}

.search-bar-wrap .ly-search-main .ly-search-input-warp input {
    width: 552px;
    height: 14px;
    border: 0;
    float: left;
    padding: 8px;
    font-size: 12px;
    color: #a9a9a9;
}

.search-bar-wrap .ly-search-main .ly-search-input-warp input:focus {
    color: #444;
}

.search-bar-wrap .ly-search-main .ly-search-input-warp a.search-button {
    width: 54px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border-left: solid 1px #e2e2e2;
    cursor: pointer;
    padding: 0;
    background: url(../images/search.png) no-repeat center #333333;
}

.search-bar-wrap .ly-search-main .ly-search-input-warp .advsearch-panel {
    position: absolute;
    border: solid 1px #dedede;
    width: 498px;
    left: -1px;
    top: 30px;
    background: #fff;
    z-index: 10002;
    display: none;
}

.search-bar-wrap .ly-search-main .ly-search-input-warp .advsearch-panel .comp {
    display: none;
}

.history-wrapper {
    display: none;
    position: absolute;
    top: 80px;
    width: 627px;
    background: #fff;
    border: 2px solid #333333;
    border-top: none;
    box-sizing: border-box;
    padding: 14px 0 14px 26px;
}

.last-search {
    font-size: 14px;
    color: #999;
    background: url('../images/last-search.png') no-repeat left center;
    padding-left: 20px;
    margin-bottom: 12px;
}

.history-products {
    display: none;
}

.history-products li {
    float: left;
    margin-right: 18px;
}

.history-products li a {
    display: block;
    height: 24px;
    border: 1px solid #333333;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    margin-bottom: 13px;
    max-width: 440px;
    text-overflow: ellipsis;
    padding-left: 25px;
    padding-right: 25px;
}

.history-products li a:hover {
    color: #FF5800;
    border-color: #FF5800;
}

.popular-search {
    font-size: 12px;
    color: #333333;
}

.popular-search a {
    color: #333333;
    margin-left: 7px;
    margin-right: 7px;
}

.popular-search a:link {
    color: #333333;
}

.popular-search a:hover {
    color: #ff5800;
}

.ly-search .ly-QR:hover {
    background-color: #f9f9f9;
    border-color: #e2e2e2;
    cursor: pointer;
}

.ly-search .ly-QR {
    border: 1px solid #fff;
    width: 93px;
    text-align: center;
    color: #414141;
    font-size: 12px;
    padding-top: 80px;
    padding-bottom: 8px;
    margin-top: 8px;
    margin-left: 10px;
    background: url(../images/code.jpg) no-repeat center -3px/93px;
}

/*验证*/
.form-item {
    position: relative;
}

.form-item label.info, .form-item label.error {
    float: none;
    width: auto;
    height: 46px;
    line-height: 46px;
    padding-left: 18px;
    font-size: 12px;
    display: block;
    position: absolute;
    top: 0;
    right: 14px;
}

.form-item label.error {
    color: #ff5800;
    background: url(../images/validate_error_icon.png) no-repeat 0 center;
    background-size: 12px;
}

/*nav*/
/*导航栏*/
.nav-link-wrap a {
    position: relative;
    width: 84px;
    line-height: 40px;
    color: #333;
    font-size: 18px;
    margin-right: 72px;
    height: 40px;
}

.nav-link-wrap .active {
    color: #ff5800;
    font-weight: bold;
}

.nav-link-wrap .active:after {
    content: "";
    position: absolute;
    left: -8px;
    right: -8px;
    bottom: -8px;
    height: 4px;
    background-color: #ff5800;
}


.category-detail-wrap {
    position: relative;
    box-shadow:0px 1px 6px 2px rgba(0, 0, 0, 0.18);;
}

.category-lists {
    position: relative;
    z-index: 5000;
}

.category-lists li {
    height: 40px;
    padding-left: 24px;
    color: #333333;
    font-size: 14px;
    line-height: 40px;
    /*background: #fff;*/
    background: #fff url('../images/gray-arrow.png') no-repeat 178px center;
}

.category-lists li:nth-last-child(1) {
    background: #FFD066 url('../images/right-arrow.png') no-repeat 178px center;
    color: #c07100;
}

.category-lists li:nth-last-child(1) a {
    color: #c07100;
}

.category-lists li:hover {
    background: #FFD066 url('../images/right-arrow.png') no-repeat 178px center;
}

.c-nav .category-lists li a:hover{
    color: #c07100;
}

.category-lists li:hover .item-details-wrap {
    display: block;
}

.category-lists li a {
    display: inline-block;
    padding-right: 20px;
}

.item-details-wrap {
    display: none;
    position: absolute;
    top: 0;
    left: 210px;
    background-color: #fff;
    width: 148px;
    height: 360px;
    border: 1px solid #333333;
    border-left: none;
    z-index: 99;
    overflow: hidden;
    padding: 24px 28px;
    box-sizing: border-box;
    box-shadow: inset 7px 0px 6px -2px rgba(0, 0, 0, 0.18);
}


.item-details:last-child {
    border-bottom: none;
}

.item-details h3 {
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    color: #333;
}

.category-lists li:hover .item-link-wrap a {
    /*float: left;*/
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 12px;
    padding-right: 0;
    color: #333333;
    display: block;
}

.img-display-wrap {
    padding-top: 20px;
    margin: 0 20px 0 220px;
}

.c-nav {
    position: relative;
    height: 40px;
}

.c-nav .category-nav-wrap {
    top: 0;
    position: absolute;
    left: 0;
    width: 210px;
}

.c-nav .nav-link-wrap {
    top: 0;
    position: absolute;
    bottom: 0;
    left: 240px;
    height: 40px;
}

.c-nav .category-detail-wrap {
    display: none;
}

.c-nav .category-nav-wrap:hover .category-detail-wrap {
    display: block;
}

.c-nav .category-nav-wrap .category-nav-title {
    padding-left: 24px;
    text-align: left;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background-color: #333333;
    font-size: 14px;
}

.bread-nav-wrap {
    margin-top: 22px;
}

.nav-link-wrap a:hover,.c-nav .category-lists a:hover,.c-nav .item-details-wrap .item-link-wrap a:hover{
    color: #ff7300;
}


/*展会筛选*/
.c-exhibition-wrap{
    width: 100%;
    padding: 20px 0 112px;
    background-color: #EEEEEE;
}


.c-exhibition-filter{
    background-color: #fff;
}


.c-exhibition-filter .c-filter-bar{
    width: 100%;
    border-bottom: 1px solid #EEEEEE;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

.c-exhibition-filter .filter-top{
    height: 46px;

}

.c-exhibition-filter .filter-title{
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    padding-left: 16px;
    background: url(../images/home-icon.png) no-repeat left center;
    line-height: 46px;
    width: 102px;
    box-sizing: border-box;
}

.c-exhibition-filter .filter-total{
    font-size: 12px;
    color: #333333;
}

.c-exhibition-filter .filter-total span{
    color: #ff5800;
    line-height: 46px;
    margin-left: 4px;
    margin-right: 4px;
}

.c-exhibition-filter .c-filter-bar .select-box{
    line-height: 26px;
    box-sizing: border-box;
    border: 1px solid #FF5800;
    font-size: 12px;
    color: #666666;
    padding-left: 12px;
    padding-right: 8px;
    margin-right: 14px;
    margin-top: 10px;
    border-radius: 2px;

}

.c-exhibition-filter .c-filter-bar .select-box span{
    color: #ff5800;
}

i.filter-close {
    background: url(../images/filter-close.png) no-repeat center;
    width: 10px;
    height: 10px;
    display: inline-block;
    cursor: pointer;
    margin-left: 2px;
}

.c-exhibition-filter .clearAll{
    color: #ff5800;
    font-size: 12px;
    cursor: pointer;
    line-height: 46px;
    margin-left: 2px;
}

.c-exhibition-filter .filter-title-b {
    font-size: 12px;
    color: #666666;
    width: 100px;
    line-height: 46px;
    padding-left: 2px;
    height: 46px;
}
.c-exhibition-filter .filter-body{
    overflow: hidden;
}

.c-exhibition-filter .industry-item-wrap,
.c-exhibition-filter .country-item-wrap,
.c-exhibition-filter .year-item-wrap ,
.c-exhibition-filter .country-detail-item-wrap{
    /*height: 46px;*/
    width: 960px;
    /*overflow: hidden;*/
}

.c-exhibition-filter .industry-item,
.c-exhibition-filter .country-item,
.c-exhibition-filter .year-item ,
.c-exhibition-filter .country-detail-item{
    float: left;
    line-height: 22px;
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
    margin: 12px 0 12px 24px;
    font-size: 12px;
}
.c-exhibition-filter .industry-item{
    margin: 4px 0 4px 24px;
}

.c-exhibition-filter .industry-item:hover,
.c-exhibition-filter .country-item:hover,
.c-exhibition-filter .year-item:hover ,
.c-exhibition-filter .country-detail-item:hover{
    background-color: #FF5800;
    color: #fff;
}



.c-exhibition-filter .country-item{
    margin-right: 0px;
    margin-left: 15px;
}

.c-exhibition-filter .country-item:nth-of-type(1){
    margin-left: 24px;
}


.filter-active {
    background-color: #FF5800;
    color: #fff;
}

.c-exhibition-filter .filter-switch {
    line-height: 22px;
    color: #333333;
    margin-top: 13px;
    cursor: pointer;
    font-size: 12px;
    padding-right: 14px;
    background: url(../images/filter-icon.png) no-repeat right -26px;
    display: none;
}

.c-exhibition-filter .filter-switch:hover {
    color: #ff5800;
}

/*展会筛选end*/


/*分页*/
.page-turning-wrap{
    text-align: center;
    margin-top: 64px;
}

.page-turning{
    height: 38px;
    font-weight: bold;
    font-size: 0;
}

.page-turning .num{
    line-height: 38px;
    text-align: center;
    font-size: 12px;
    color: #888888;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #E1E4E8;
    border-right: none;
    display: inline-block;
}

.page-turning .nextPage,.page-turning .prevPage{
    line-height: 38px;
    text-align: center;
    font-size: 12px;
    color: #888888;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #E1E4E8;
    border-right: none;
    display: inline-block;
}


.page-turning a.num:hover{
    opacity: 0.8;
    color: #FF5800;
}

.page-turning span.num{
    background-color: #FAFBFC;
}

.page-turning .active{
    background-color: #FF5800;
    color: #fff;
}

.page-turning a.active:hover{
    color: #fff;
}


.review-list .page-turning-wrap{
    margin-top: 32px;
    margin-bottom: 45px;
}

.review-list .page-turning-wrap .page-turning{
    float: right;
}

/*分页end*/


/*tab导航栏*/
.c-switch-box-wrap {
    width: 950px;
    float: left;
    margin-top: 16px;
    background-color: #fff;
}
.c-switch-bar {
    width: 100%;
    height: 47px;
    border-bottom: 1px solid #E2E2E2;
}

.c-switch-bar li{
    min-width: 134px;
    height: 47px;
    border-right: 1px solid #E2E2E2;
    float: left;
    font-size: 16px;
    color: #666666;
    text-align: center;
    line-height: 47px;
    box-sizing: border-box;
}

.c-switch-bar li.on{
    border-top: 4px solid #FF5800;
}

.c-switch-bar li.on a{
    height: 44px;
    font-weight: bold;
    color: #333333;
    line-height: 44px;
}

.c-switch-bar li a{
    height: 47px;
    display:block;
    /*width: 134px;*/
    background-color: #fff;
    color: #666666;
    padding-left: 30px;
    padding-right: 30px;
}

.c-switch-box-wrap .s_cont{
    width: 100%;
    padding: 50px 50px 100px;
    box-sizing: border-box;
    min-height: 1083px;
    font-size: 16px;
    line-height: 2;
}


/*切换导航栏end*/



/*热门展会推荐*/
.c-popular{
    width: 234px;
    background-color: #fff;
    float: right;
    margin-top: 16px;
}


.c-popular .popular-pic-wrap {
    width: 234px;
    height: 176px;
}

.c-popular .popular-pic-wrap img{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #e3e3e3;
}

.c-popular .c-popular-title {
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    line-height: 54px;
    background-color: #EEEEEE;
}

.c-popular .popular-info {
    padding: 12px 16px;
}

.c-popular .popular-info .info-hd{
    line-height: 22px;
    color: #000000;
    font-weight: bold;
}

.c-popular .popular-time {
    padding-left: 25px;
    background: url(../images/home-time.png) no-repeat 0 center;
    font-size: 13px;
    color: #666666;
}

.c-popular .popular-day {
    padding-left: 25px;
    background: url(../images/home-day.png) no-repeat 0 center;
    font-size: 13px;
    color: #666666;
}

.c-popular .popular-day span{
    color: #ff5800;
    margin-left: 4px;
    margin-right: 4px;
}
.c-popular .popular-info p:hover{
    color: #ff5800;
}
/*热门展会推荐end*/



/*弹框*/
.c-bg-model {
    /*display: none;*/
    background: #000000;
    opacity: 0.3;
    width: 100%;
    height: 100%;
    z-index: 998;
    position: fixed;
    top: 0;
}

.c-model-cont {
    width: 682px;
    background-color: #fff;
    /*height: 840px;*/
    position: fixed;
    top: 48%;
    left: 50%;
    z-index: 2000;
    box-sizing: border-box;
    text-align: center;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    padding: 30px 40px 68px 40px;
}

.c-model-cont .model-tt{
    font-size: 20px;
    color: #333333;
    text-align: left;
    padding-left: 34px;
    background: url(../images/home-icon2.png) no-repeat left center;
    font-weight: bold;
    border-bottom: 1px solid #EEEEEE;
    line-height: 59px;
}

.c-model-cont .model-info{
    color: #333333;
    font-size: 14px;
    text-align: left;
    padding-left: 34px;
    padding-top: 20px;
    padding-bottom: 17px;
    border-bottom: 1px solid #EEEEEE;
}

.c-model-cont .model-info .name{
    font-size: 18px;
}

.c-model-cont .model-form {
    padding: 24px 36px 0;
    color: #999999;
    font-size: 14px;
}

.c-model-cont .model-form .item-input{
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    position: relative;
}

.c-model-cont .model-form .item-input input{
    width: 100%;
    height: 100%;
    border: 1px solid #999999;
    padding-left: 14px;
    box-sizing: border-box;
    font-family: "Microsoft YaHei";
}

.c-model-cont .model-form .half-input{
    width: 260px;
}


textarea, input {
    outline: none;
}

.c-model-cont textarea{
    width: 100%;
    height: 184px;
    font-family: Microsoft YaHei;
    padding: 8px 14px;
    box-sizing: border-box;
    border: 1px solid #999999;
}

.c-model-cont .model-btn-wrap {
    text-align: left;
    margin-top: 30px;
}

.c-model-cont .hot-tel{
    font-size: 16px;
    color: #333333;
    line-height: 44px;
}

.c-model-cont .hot-tel span{
    color: #ff5800;
    font-weight: bold;
}


.item-input label.info, .item-input label.error {
    float: none;
    width: auto;
    height: 40px;
    line-height: 40px;
    padding-left: 18px;
    font-size: 12px;
    display: block;
    position: absolute;
    top: 0;
    right: 14px;
}

.item-input label.error {
    color: #ff5800;
    background: url(../images/validate_error_icon.png) no-repeat 0 center;
    background-size: 12px;
}



/*展会列表*/
.c-exhibition-cont .c-exhibition-list{
    float: left;
    width: 950px;
    padding-bottom: 60px;
    background-color: #fff;
    margin-top: 16px;
}

.c-exhibition-cont .c-exhibition-list .c-list-title-wrap{
    padding: 20px 24px 18px;
    border-bottom: 1px solid #E2E2E2;
    box-sizing: border-box;
    line-height: 18px;
}

.c-exhibition-cont .c-exhibition-list .c-list-title-wrap .c-list-title{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    padding-left: 30px;
    background: url(../images/home-icon2.png) no-repeat left center;
    line-height: 18px;
}

.c-exhibition-cont .c-exhibition-list .title-btn-wrap p{
    display: inline-block;
    font-size: 12px;
    color: #666666;
}

.c-exhibition-cont .c-exhibition-list .title-btn-wrap p span{
    color: #ff5800;
}

.c-exhibition-cont .c-exhibition-list .title-btn-wrap a{
    margin-left: 6px;
    width: 22px;
    height: 22px;
    border: 1px solid #EEEEEE;
    display: inline-block;
    text-align: center;
    line-height: 22px;
    color: #999999;
    box-sizing: border-box;
}

.c-exhibition-cont .c-exhibition-list .item-wrap{
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
}

.c-exhibition-cont .c-exhibition-list .item-box{
    width: 100%;
    height: 184px;
    padding-top: 18px;
    box-sizing: border-box;
    border-bottom: 1px solid #EEEEEE;
}

.c-exhibition-cont .c-exhibition-list .item-box .pic-wrap{
    width: 194px;
    height: 146px;
}

.c-exhibition-cont .c-exhibition-list .item-box .pic-wrap img{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #e3e3e3;
}

.c-exhibition-cont .c-exhibition-list .item-box .info-cont{
    color: #333333;
    font-size: 14px;
    margin-left: 42px;
    width: 486px;
}

.c-exhibition-cont .c-exhibition-list .item-box .info-cont p:hover{
    color: #ff5800;
}

.c-exhibition-cont .c-exhibition-list .item-box .info-hd{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
    margin-top: 20px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}


.c-exhibition-cont .c-exhibition-list .item-box .info-bd span{
    color: #999999;
}

.c-exhibition-cont .c-exhibition-list .item-box .info-bd .area{
    padding-left: 22px;
    background: url(../images/list-location.png) no-repeat left center;
}

.c-exhibition-cont .c-exhibition-list .item-box .info-bd .industry{
    padding-left: 22px;
    background: url(../images/list-icon2.png) no-repeat left center;
}

.c-exhibition-cont .c-exhibition-list .item-box .info-time-wrap{
    padding-top: 30px;
}


.c-exhibition-cont .c-exhibition-list .item-box .info-time{
    width: 180px;
    height: 86px;
    border-left: 1px solid #EEEEEE;
    box-sizing: border-box;
    text-align: center;
    padding-top: 12px;
}

.c-exhibition-cont .c-exhibition-list .item-box .info-time .time{
    font-size: 18px;
    color: #ff5800;
    font-weight: bold;
    margin-bottom: 6px;
}
/*展会列表end*/


/*表格*/
.collectTable {
    width: 100%;
    margin-top: 24px;
    border-collapse: collapse;
    border: 1px solid #666666;
    font-size: 14px;
    color: #666666;
}

.collectTable th{
    background-color: #EEEEEE;
    color: #333333;
    border: 1px solid #666666;
    line-height: 30px;
    min-width: 34px;
    vertical-align: middle;
    text-align: center;
}

.collectTable td{
    border: 1px solid #666666;
    vertical-align: middle;
    text-align: center;
    line-height: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.collectTable .col_pic{
    width: 78px;
    height: 52px;
}
.collectTable .pic_wrap{
    padding: 14px 32px;
}

.collectTable .cancel-wrap{
    min-width: 84px;
}

.collectTable .cancel-wrap a{
    color: #ad5e00;
    font-weight: bold;
}

.collectTable .cancel-wrap a:hover{
    color: #D27400;
}

.my_protocol .input_agreement_protocol{
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    display: none;
}

/*未选中时*/
.my_protocol .input_agreement_protocol+span {
    width: 15px;
    height: 15px;
    background-color: #DEDEDE;
    display: inline-block;
    position: relative;
    top: 3px;
}
/*选中checkbox时,修改背景图片的位置*/
.my_protocol .input_agreement_protocol:checked+span {
    background-color: #FFD066;
}

/*表格end*/


.tel-icon {
    position: fixed;
    left: 50%;
    bottom: 240px;
    margin-left: 620px;
}

/*免责声明*/
.c-article-declare {
    color: #999;
    font-size: 12px;
    line-height: 20px;
    padding: 10px 20px;
    border: 1px solid #ebebeb;
    margin-top: 20px;
    margin-bottom: 20px;
}