﻿.container{max-width:1460px;}
.text-sgreen{color:#009c73;}
/*网站公共样式*/
.info-content{font-size:15px;line-height:2;}
a{text-decoration:none;}   
a:hover{color:#2789ee;}
a:focus{color:#000;}
a.btn-more{display:inline-block;width:140px;height:34px;line-height:34px;border:1px #CCC solid;color:#999;transition:all 0.5s ease;font-size:14px;transition:all 0.5s ease;text-align:center;margin:0px auto;margin-top:10px}
a.btn-more:hover{background:#40312f;border-color:#40312f;color:white;}
.banner{height:500px\9!important;overflow:hidden\9!important;overflow:hidden;} /*兼容ie低版*/
.text-red{color: #e80115;}
.text-blue{color: #1f69c2;}
.font-size-13{font-size:13px;}
body{background: #eff0f4;}
.colorActive{color: #c85c5c!important;}

/*遮罩层*/
.mask-bg{position:fixed;width: 100%;height:100%;display:none;height:100vh;background-color:#000;overflow:hidden;z-index:99;top: 0;left: 0;}
.mask-bg.active{display:block;}


/*TOP*/
/*自定义导航动画，也可以用animater.css中的动画，需要在script.js中修改*/
.nav .animated,.sub-nav .animated{-webkit-animation-duration:0.4s;animation-duration:0.4s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.navSlide{-webkit-animation-name:navSlide;animation-name:navSlide}
@keyframes navSlide{0%{-webkit-transform:translateY(100%);transform:translateY(100%);opacity:0;visibility:visible}100%{-webkit-transform:translateY(0);opacity:1;transform:translateY(0)}}


/*主菜单*/
@media (min-width:1000px) /*pc端*/
{
.header{line-height: 100px;}
.header .logo img{max-height: 100px;}
.header .nav-toggle{display:none}

.LogoTop{padding-right: 0;}
.navTop{padding-left: 0;}
.nav-bg{background: #2789ee;}
.nav{width:100%;margin-top: 28px;}
.nav>ul>li{float:left;height:50px;line-height:50px;}
.nav>ul>li>ul{position:absolute}
.nav>ul>li>a{width: 100%;position: relative;line-height: 50px;height: 50px;display: inline-block;width: 94px;text-align: center;color:#7d92a0;font-size:15px;}
.nav > ul > li:first-child > a::after{display:inline-block;content:"";background:url(../images/home1.png) no-repeat;position:absolute;left:0;top:17px;height: 16px;}
.nav > ul > li:first-child a{letter-spacing: 6px;}
.nav >ul>li.current >a::after,.nav >ul>li:hover> a::after{width: 100%}
.nav >ul>li:hover> a,.nav >ul>li.current >a,.nav >ul>li:hover .pc-arrow{color: #f1463c;}
.nav li:hover> ul{display:block;}
.nav ul li ul li a{display:block;width:100%;text-align:center;line-height:34px;color:#7d93a1;} 
.nav ul li ul li a:hover{color: #f1463c;}
.nav a:focus{color:#7d92a0;}

.nav ul li{position:relative;}
.nav ul li .arrow{display:none}
.nav ul li ul{background-color:#fff;display:none;position:absolute;left:0;top:50px;z-index:2;width:100%;} /*二级ul样式*/
.nav ul li ul li ul{left:100%;top:0px; display:none;}/*三级以后ul样式*/
.nav > ul > li .pc-arrow{position:absolute;top:20px;right:8%;-moz-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;-o-transition:all 0.5s ease;color: #7d92a0;}
.nav > ul > li:hover .pc-arrow{-webkit-transform: rotateX(180deg);-moz-transform: rotateX(180deg);transform: rotateX(180deg);}
.nav>ul>li:last-child>a{position:relative;}
.nav>ul>li:nth-child(2)>a::before,.nav>ul>li:nth-child(7)>a::before,.nav>ul>li:nth-child(8)>a::before{display:inline-block;content:'';position:absolute;top:-10px;left:18%;background:url(../images/hot.png) no-repeat right;width:64px;height:24px;}
.nav>ul>li:nth-child(3)>a::before,.nav>ul>li:nth-child(4)>a::before{display:inline-block;content:'';position:absolute;top:-10px;right:18%;background:url(../images/free.png) no-repeat right;width:64px;height:24px;}


.navleft img,.navright img{margin-top: -3px;}
.navleft,.navright{line-height: 50px;height: 50px;}
.navleft{position:absolute;left:15px;}
.navright{position:absolute;right:15px;}
.navleft a{background-color: #207de4;width: 140px;padding-left: 20px;line-height: 50px;height: 50px;display: inline-block;}
.navleft a:hover{color:#fff;}
.navright a{width: 130px;line-height: 50px;height: 50px;display: inline-block;text-align:right;}
.navright a:hover{color:#fff;}
/*.nav>ul{padding-left:150px;}*/

.header .col-md-8{width:62%;}
.header .col-md-4{width:38%;}

footer .center{padding-top:18px;}
footer .font1{padding-bottom:4px;}
}

@media (max-width:1000px) /*手机端*/
{
.header{height: 60px;line-height: 60px;}
.header .logo img{max-height:60px;}
.nav-toggle{position:absolute;right:0px;top:0px;font-size:25px;min-width:60px;height:60px;line-height:60px;text-align:center;cursor:pointer;z-index:1;}
.nav-toggle.active{color:#ccc;}

.nav{position:fixed;z-index:100;top:0px;right:0px;width:0px;background:#fff;height:100%;height:100vh;opacity:0;transition: all 0.2s linear;overflow-y:auto}
.nav.active{opacity:1;width:300px;max-width:60%}
.nav ul li{line-height: 45px;text-align:left}
.nav ul li ul{display:none;} /*二级ul样式*/
.nav ul li a{padding-left:30px;display:block;color:#999;font-size:15px;line-height:3.5;border-bottom: 1px solid #dcdcdc}
.nav ul li ul li a{padding-left:60px;font-size:14px;background-color:#eeeeee}
.nav ul li ul li ul li a{padding-left:90px;}
.nav ul li ul li ul li li a{padding-left:120px;}
.nav ul li{position:relative;}
.nav ul li .arrow{position:absolute;right:0px;top:0px;width:50px;height:50px;line-height:50px; text-align:center;transition-duration:0s}
.nav ul li .arrow:after{font-family:FontAwesome;content:"\f105";display:block;font-weight:bold;font-size:18px}

.nav ul li.current > a{color:#5a342b;}
.nav ul li.active > ul{display:block}
.nav ul li.active > .arrow{transform:rotate(90deg)}

.nav>ul>li:nth-child(5),.nav>ul>li:last-child{}

footer .left,footer .right{text-align:center;}
footer .center{font-size:13px;padding-bottom:10px;}
}

/*TOP*/
@media (min-width:1000px){
.header-top{line-height:40px;height: 40px;}
.wrapinTop li{padding-left: 16px;}
.wrapinTop li:nth-child(3){margin-left:30px;}
.wrapinTop li img{padding-right:8px;}
.wrapinTop li:nth-child(3) img{padding-right:4px;}
.wrapinTop li:first-child a{padding-right: 20px;}
}
@media (max-width:1000px){
.header-top{font-size: 12px;}
.header-top span{display:inline-block;padding: 5px 0;}
.header-top .float-lg-left{line-height: 1.3;}
.wrapinTop{margin-top: 2px;}
.wrapinTop li{padding-left: 10px;}
.wrapinTop li img{padding-right:4px;}
.wrapinTop li:first-child a{padding-right: 12px;}
.wrapinTop li>img{display:none;}
}
.header-top{color:#fff;background-color:#1f69c2;}
.header-top .fa{padding-right:2px;}
.wrapinTop li{display:inline-block;position:relative;}
.wrapinTop li>img{position:absolute;top:3px;left: 40%;}
.wrapinTop li:first-child a,.wrapinTop li:nth-child(2) a{color: #f2fd85;}
.wrapinTop li:first-child a{border-right: 1px solid #73a2da;}
.wrapinTop li:nth-child(3) img{margin-top: -2px;}
.header{background-color: #fff;}


/*获取报价*/
@media (min-width:1000px){
.quoted-price{width: 340px;position:absolute;z-index:10;top: 12px;}
.quoted-price .close{position:absolute;right:0px;top:0px;font-size:20px;width:50px;height:40px;text-align:center;line-height:40px;cursor:pointer}
.freebox{margin: 2% 30%;}
.freeBoxs{display: none;}
}
@media (max-width:1000px){
.quoted-price{display: none;}
.home-navleft{background-color: #207de4;}
}
.quoted-price{min-height:400px;background-color:#fff;padding: 0 30px;border-radius: 6px;}
.quotedTitle{padding: 16px 0;font-size: 16px;text-align: center;font-weight: bold;}

/*顶部搜索*/
@media (min-width:1000px){
.searchbox{padding-left:0;}
.foot-nav{margin: 12px 0 10px;}
.foot-nav li:not(:last-child){padding-right: 10px;}
.foot-nav li:not(:first-child){padding-left: 10px;}
.footer-bg{padding: 7px 0 6px;}
.footer-bg .left{width:55%;padding-left: 0;}
.footer-bg .right{width:45%;}

}
@media (max-width:1000px){
.search{margin-bottom:50px;}
.search .font1{line-height: 1.4;margin-top:5px;}
.footer-bg{padding: 2px 0px 10px;}
.footer-bg .left{padding-left:0;padding-right:0;}
.footer-bg .right{padding-right:0;}
}
@media (max-width:767px){
.footer-bg .right{padding-left:0;padding-right:0;}
.ss-box .s-input,.ss-box .s-input1{font-size: 10px;}
}
.ss-box{position:relative;margin:60px auto;border:1px solid #e8e8e8;background:#fff;width:100%;height:38px;line-height: 38px;}
.ss-box .xiala{height: 32px;top: -2px;position: relative;background-color: #fff;border: 0px;cursor: pointer;padding-left: 4px;width: 94px;}
.ss-box .xiala1{height: 34px;top: -3px;position: relative;background-color: #fff;border: 0px;cursor: pointer;text-align:center;}

.ss-box .s-input,.ss-box .s-input1{position: relative;top: -4px;height: 34px;opacity: 0.7;width:69%;outline:none;border:none;padding-left:0px;background-color:transparent;}
.ss-box .s-btn,.ss-box .s-btn1{font-size: 18px;position: absolute;right: 0;top: -1px;background: #d62f40;width: 60px;height: 37px;color: #fff;cursor: pointer;font-weight: bold;outline: none;border: none;}
.search{background:rgb(247, 247, 247);margin-top: 20px;}
.search .ss-box{margin:0px auto;}
.search .font,.search .font1{font-size:13px;}
.search .font span,.search .font1 span{cursor: pointer;display: unset;margin-left: 2px;padding: 2px;}
.search .font span:hover{color:#2789ee;}

/*搜索服务标签*/
@media (min-width:1000px){
.ss-box-service{width: 580px;margin: 4% 0 -20px 30%;}

}
@media (max-width:1000px){
.ss-box-service{width: 100%;margin-top: 10px;}

}
.ss-box-service{color:#000;border:1px solid #f6f6f6;background:#f6f6f6;height:48px;border-radius:2px;line-height:44px}
.ss-box-service input{background-color:#1e90ff;border:none;height:31px}
.ss-box-service .s-input-service{width:100%;outline:none;border:none;line-height:40px;height:32px;padding-left:0px;background-color:transparent}
.ss-box-service .s-btn-service{position:absolute;background-color:transparent;width:50px;height:48px;color:#e16363;cursor:pointer;outline:none;border:none;font-size:20px;z-index:2;right:0}




/*FOOTER*/
footer{background-color:#0f1e33;}
.footer-bg{background: #eaf1f9;}
.foot-nav li{display:inline-block;}
.foot-nav a:hover,.copyright a:hover{color: #2789ee;}

.marqueelefts {height: auto;max-width: 1200px;overflow: hidden;margin: 0px auto;}
.marqueelefts ul{float:left;}
.marqueelefts li{float:left;margin:0 5px;display:inline;width:200px;height:auto;overflow:hidden;text-align:center;}
.marqueelefts li .pic{display:block;width:180px;height:auto;padding:10px;overflow:hidden;}
.marqueelefts li .pic img{height:100%;width:100%;}
.marqueelefts li .txt{text-align:center;height:auto;line-height:260px;}
.marqueelefts .marquee1_1>li>p{text-align:center;margin: 0 auto;display:inline-block;}

@media (min-width:1000px){
footer{padding-bottom:10px;}
.addfooter .right{padding-top:20px;}
.addfooter .col-md-3{width:19%;padding-left:0;padding-right:0;}
.addfooter .col-md-7{width:66%;padding-left:0;padding-right:0;}
.addfooter .col-md-2{width:15%;padding-left:0;padding-right:0;}
}
@media (max-width:1000px) {
}
.addfooter .center p{font-size:10px;color:464343;}



/*子栏目样式*/
@media (min-width:1000px){
.nav > ul > li:nth-child(5) > ul,.nav ul li:nth-child(5) .pc-arrow{display:none!important;}
.sub-nav-box .sub-nav li a{font-size: 18px;padding:4px 20px;height: 40px;line-height: 40px;}
.sub-nav-box .more a{padding: 7px 16px;font-size: 18px;}
}
@media (max-width:1000px) {
.sub-nav-box .sub-nav li a{padding:2px 4px;height: 30px;line-height: 30px;}
.sub-nav-box .more a{font-size:12px;padding: 5px 8px;}
}
.sub-nav-box {clear: both;position: relative;border-bottom: 2px solid #007eed;}
.sub-nav-box .sub-nav li{display:inline-block;}
.sub-nav-box .sub-nav li.current{color: #fff;background: #007eed;}
.sub-nav-box .sub-nav li.current a:hover{color:#fff;}
.sub-nav-box .more{position:absolute;right:0;top:0;}
.sub-nav-box .more a{color:#fff;background-color:#ff6700;border-radius: 25px;}
.sub-nav-box .sub-nav li ul li{display:none;}

/*PC端固定栏目按钮*/
.fix-pc-top{width:140px;height:520px;position:fixed;right:5px;top:50%;transform:translateY(-50%);z-index:9999;background:url(../images/pc-0-ydh.png)}
.fix-pc-top .btn{width:110px;height:36px;position:absolute;line-height:36px;left:10px;text-align:center}
.fix-pc-top .btn1{top:135px}
.fix-pc-top .btn2{top:183px}
.fix-pc-top .btn3{top:231px}
.fix-pc-top .btn4{top:281px}
.fix-pc-top .goBackTop{position:absolute;width:100%;height:30px;left:0;top:488px;cursor:pointer}
@media (max-width: 1000px) {.fix-pc-top{display: none !important;}}


/*移动端固定栏目按钮*/
.float-nav-toggle{z-index: 10;display: block;text-align: center;position: fixed;left: 6px;bottom: 60px;color: #fff;font-size: 18px;width: 40px;height: 40px;line-height: 40px;background-color: rgba(13, 13, 13, 0.6);border-radius: 20px;}
@media (max-width: 767px) {.display-xs-block {display: block !important;}}


/*移动端固定导航栏*/
.footer-fixed{position:fixed;left:0;bottom:0;overflow:hidden;width:100%;padding:6px 0px 2px;z-index:9;-webkit-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;border-top: 0.2rem solid #000;background: #fff;}
.footer-fixed ul{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center;text-align: center;}
.footer-fixed ul li a{width:100%;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;font-size: 13px;}
.footer-fixed ul li p{font-size:1.3rem;}
.footer-fixed.active{transform:translateX(2.8rem);z-index:9;}
.footer-fixed2{font-size: 2.8rem;padding-top: 0.6rem;}
.footer-fixed i{display:block;}
.footer-fixed .fa{font-size:22px;}
@media (min-width:1000px){.footer-fixed{display:none!important;}}
@media (max-width:1000px){footer{padding-bottom:66px;}}


/*图片列表*/
.images-list .row .item a{display:block;overflow:hidden;}
.images-list .row .item img{display:block;width:100%;height:auto;transition: all 0.3s ease-out 0s;}
.images-list .row .item a:hover img{transform:scale(1.1,1.1);}

.text-decoration-line-through{text-decoration: line-through;}



/*页码*/
.card1{display:block;word-break:keep-all;white-space:nowrap;overflow:hidden; text-overflow:ellipsis;}
.card2 { overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-break: break-all;height: 46px;}
.card3 { overflow: hidden;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;word-break: break-all;height: 60px;}
.card4 { overflow: hidden;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;word-break: break-all;height: 82px;}

.page ul li .fa{padding-right: 10px;}
.page ul li:hover a,.page ul li:hover{text-decoration:underline;color:#2789ee;}


/*内页样式*/
@media (min-width:1000px){
.sameBox{padding:15px;margin:15px 0;}
.contactPage .left{padding-top:20px;}
.detailBox{padding: 15px;border: 1px solid #ECECEC;}

.BreadcrumbPartial{text-align:right;}
.breadcrumb{padding: 0;}

.hezuoruzhu-warp .row{background: #f8f8f8;margin: 10px 0px 0;padding: 0 40px;}/*内页-成为供应商*/
}
@media (max-width:1000px){
.sameBox{padding:10px;margin:10px -5px;}
.info-content,.info-content p,.info-content p span{font-size:14px !important;}
}
/*公共样式*/
.breadcrumb > li + li::before{content:">";padding:0 5px 0 2px;color:#666}
.breadcrumb li:nth-child(2){display:none}

.sameBox{background-color:#fff;min-height:300px;}
.detailBox .detailtop{border-bottom: 1px dotted #999999;}




/*内页-会展头条*/
@media (min-width:1000px){
.sameBox .pcleft{padding-right:0;}
.new-news-list li:first-child{margin-bottom:40px;}
.new-news-list .row a img{min-height: 124px;}

.meeting-news-list li{padding: 14px;}

}
@media (max-width:1000px){
.hot-news-list h5{font-size: 1.6rem;}
.new-news-list li img{width:100%;}

.meeting-news-list li{padding: 10px 5px;}

}
@media (max-width:415px){
.sameBox .phoneleft{padding-left:0;}
}
.hot-news-list a:hover{color:#000;}
.new-news-list a:hover{color:#2789ee;}
.hotTitle{position:relative;background-color:#000;border-radius:4px;line-height:40px;padding:0 10px;margin-bottom: 15px;}
.hotTitle .title{color:#fff;font-weight: bold;}
.hotTitle .more{position:absolute;right:10px;top:0;}
.hotTitle .more a{color:#fff;background-color:#e80115;padding:3px 16px;border-radius:15px;}
.hotTitle .more a:hover{text-decoration:underline;}

.meeting-news-list li{border: 1px solid #eee;margin-bottom: 8px;}
.meeting-news-list li i.num{color:#fff;display: inline-block;width: 22px;height: 22px;line-height: 22px;background: #bfbfbf;text-align: center;}
.meeting-news-list li:nth-child(1) i.num,.meeting-news-list li:nth-child(2) i.num{background: #ff3d3e;}
.meeting-news-list li:nth-child(1) .title a,.meeting-news-list li:nth-child(2) .title a{color:#ff3d3e;}
.meeting-news-list li:nth-child(3) i.num{background: #03b249;}
.meeting-news-list li:nth-child(3) .title a{color:#03b249;}
.meeting-news-list li a img{margin-bottom:10px;}
.meeting-news-list li p{margin-top:4px;}
.meeting-news-list li p span{width: 60px;display: inline-block;}
.meeting-news-list li a img{max-height:120px;width:100%;}

.same-img img{width:100%;}
.meeting-title{height:60px;line-height:60px;clear:both;background:url(../images/hm_title.png) repeat-x left center;position:relative}/*热门会议标题*/
.meeting-title .tit{float:left;padding:0 20px;font-size:18px;color:#50514c;background:#fff;position:relative}
.meeting-title .tit span{padding-left:4px}
.meeting-title .tit img{position:absolute;left:0;top:50%;margin-top:-10px;max-height: 22px;}

/*当前作者动态*/
.detal-box{border: 1px solid #eee;margin-bottom: 8px;overflow: hidden;padding:8px;}
.detal-box .img1{text-align:center;}
.detal-box .img1 img{width: 60px;height: 60px;border-radius: 50px;}
.detal-box .img1 p{padding-top:5px;}
.detal-box .web{text-align:center;margin:10px 0;}
.detal-box .web ul li{display:inline-block;position:relative;cursor:pointer;}
.detal-box .web ul li:not(:last-child){margin-right:10px;}
.detal-box .web ul li span{color:#fff;padding:4px 10px;display:inline-block;border-radius:15px;}
.detal-box .web ul li span .fa{padding-right:2px;color:#fff;}
.detal-box .web ul li:first-child span{background-color:#0ea1fe;}
.detal-box .web ul li:nth-child(2) span{background-color:#21c56c;}
.detal-box .web ul li:nth-child(3) span{background-color:#fe5400;}
.detal-box .web ul li .show{position:absolute;border:1px solid #ccc;background-color:#fff;top: -90px;opacity:0;padding:4px;border-radius: 4px;left: -12px;}
.detal-box .web ul li .show2 img{width: 80px;max-width: 80px;height: 80px;} 
/*.detal-box .web ul li:first-child:hover .show1{opacity:1;}*/
.detal-box .web ul li:nth-child(2):hover .show2{opacity:1;}
.detail-newslist{margin:20px 0 10px;}
.detail-newslist .title{border-bottom: 1px solid #eee;padding-bottom: 10px;margin-bottom: 10px;}
.detail-newslist .title span::before{border-left:3px solid #006fff;content:'';padding-right: 4px;}
.detail-newslist .right{position:absolute;right:0;top:0;}
.detail-newslist .detail-newslist-box .icon{position:relative;display: inline-block;width:13px;height:13px;background-color:#b4d3ff;border-radius:30px;text-align:center;}
.detail-newslist .detail-newslist-box .icon .econ{display: inline-block;width:7px;height:7px;background-color:#006efe;position:absolute;z-index:2;border-radius:30px;text-align:center;left: 20%;top: 20%;}
.detail-newslist .detail-newslist-box li .titles{position:absolute;top:0;left: 30px;}


/*左侧无限滚动*/
.pa_textlist_1 .item{border-bottom:1px solid #e5e5e5;}
.pa_textlist_1 .item .picbox{display:block;overflow:hidden;}
.pa_textlist_1 .item .picbox img{transition:all 0.3s ease-in-out;border-radius: 5px;}
.pa_textlist_1 .item .title{line-height:1.4;text-align:left;}
.pa_textlist_1 .item .intro{overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-break: break-all;height:46px;}
.pa_textlist_1 .item .boxs{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.pa_textlist_1 .contentbox{padding-right: 0;}
.pa_textlist_1 .item .people .img1{border-radius: 15px;float: left;margin-right: 4px;}
.pa_textlist_1 .item .people .img2{width:50px !important;height:14px !important;}
.pa_textlist_1 .item .date{color: #666;}
.pa_textlist_1 .item a:hover{color: #2789ee;}
@media(min-width:1000px){
.pa_textlist_1 .item{padding:25px 0;}
.pa_textlist_1 .item .boxs{margin-top: 15px;}
.pa_textlist_1 .item .title{font-size:18px;}
.pa_textlist_1 .item .intro{margin:15px 0 25px;}
.pa_textlist_1 .item .people .img1{width:30px !important;height:30px !important;}
.pa_textlist_1 .item .people .img2{margin-top: 6px;}
.pa_textlist_1 .item .people .username{padding:6px 8px 0 4px;}
.pa_textlist_1 .item .date{position:absolute;right:0;top:6px;}
.pa_textlist_1 .item .picbox img{height:165px !important;}
}
@media(max-width:1000px){
.pa_textlist_1 .item{padding:12px 0;}
.pa_textlist_1 .contentbox{padding-left:8px;}
.pa_textlist_1 .item .title{font-weight:bold;}
.pa_textlist_1 .item .people .img1{width:20px !important;height:20px !important;}
.pa_textlist_1 .item .people .username{padding:4px 4px 0 0;}
.pa_textlist_1 .item .date{margin-top:4px;}

}





/*内页-会议活动*/
@media (min-width:1000px){
.district{border: 1px solid #eee;padding: 10px 10px 0;}
.district ul.timenone{border-bottom: none;padding-bottom: 0;margin-bottom: 0;}
.district ul{margin-left: 70px;}
.district li{margin-bottom: 10px;padding-right: 14px;}
.district li::after{right: 3px;}
.images-newlist .box>a>img{min-height: 152px;}
.images-newlist ul{margin-left: -10px!important;margin-right: -10px!important;}
.images-newlist li{padding-left:10px;padding-right:10px;}
.images-newlist .people{padding: 8px 14px 8px;}
.images-newlist .people .imgbox{position:absolute;right:20px;bottom:8px;}
.images-newlist .people .img2{width:50px !important;height:14px !important;float:left;margin:4px 0 0 2px}
}
@media (max-width:1000px){
.district li{font-size:13px;padding-right: 10px;}
.district li::after{right: 0;}

.images-newlist li{padding-left:0;padding-right:0;}
.images-newlist .people{padding: 8px 10px 8px;}
.images-newlist .people .imgbox{clear: both;}
.images-newlist .people .img2{width:40px !important;height:12px !important;float:left;margin:4px 0 0 1px}
.images-newlist .people .username{display: block;word-break: keep-all;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;width: 56px;}
}
.district span{float: left;}
.district ul{border-bottom: 1px dotted #e9e9e9;padding-bottom: 10px;margin-bottom:16px;}
.district li{display:inline-block;color: #959595;cursor:pointer;position:relative;}
.district li:not(:last-child)::after{content:"|";display:inline-block;color: #959595;position:absolute;}

.images-newlist .box{border: 1px solid #eee;}
.images-newlist .box .titbox{padding: 10px 13px 20px 13px;}
.images-newlist .box>a>img{max-height:152px;width:100%!important;}
.images-newlist .title{margin: 4px 0 10px;}
.images-newlist .date{color: #acacac;}
.images-newlist .address{color: #999;}
.images-newlist .address img{width:10px!important;height:15px !important;margin: 2px 4px 0 0;}
.images-newlist .people{overflow: hidden;border: 1px solid #eee;}
.images-newlist .people .img1{width:20px!important;height:20px!important;float:left;border-radius:30px}
.images-newlist .people .username{padding: 2px 6px 2px 4px;}
.images-newlist .people .imgbox img{width:17px!important;height:12px!important;margin-right:4px;margin-top: -2px;}


/*内页-展会展览*/
@media (min-width:1000px){
.show-newslist li .boxs span{font-size: 20px;}
.show-newslist li .dates{margin:10px 0;}
.show-newslist li .dates .right{padding-left:20px;}
.show-newslist .pa_textlist_1 .item .boxs{margin-top: 0;margin-right: 120px;}
.show-newslist .pa_textlist_1 .item .picbox img{height: 180px !important;width: 100% !important;}
.show-newslist li .Clicks{position: absolute;right: 0;}
}
@media (max-width:1000px){
.show-newslist li .dates{margin:6px 0;}
.show-newslist li .dates span{display:block;font-size:12px;}
}
.show-newslist li .boxs span{color: #ca0000;}
.show-newslist li .dates img.sj{width:14px!important;height:14px!important;}
.show-newslist li .dates img.dd{width:13px!important;height:16px!important;}
.show-newslist li .Clicks img{width:14px!important;height:12px!important;margin-top:-2px}
.show-newslist li .Clicks span{padding:0 4px;color: #ff9800;}



/*内页-配套服务*/
@media (min-width:1000px){
.classify-bg{max-height: 320px;}
.classify-bg .district{margin:60px 0 20px;}

.assort-newslist .pa_textlist_1 .item{margin: 0;}
.assort-newslist .pa_textlist_1 .item .picbox img{height: 180px !important;width: 100% !important;}
.assort-newslist .col-md-3{width: 23%;padding-left:0;}
.assort-newslist .col-md-6{width: 57%;}
.assort-newslist .col-md-3.more{width: 20%;}
.assort-newslist .pa_textlist_1 .item .intro{overflow: hidden;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;word-break: break-all;height: 60px;margin: 15px 0;}
.assort-newslist .show-newslist li .Clicks{top: 0;}
.assort-newslist .more a{width: 92px;height: 34px;line-height: 34px;}
.assort-newslist .more a.more1{margin-right: 43px;}
.assort-newslist li .morebox{float: right;margin-top: 30%;}

.product-content{margin: 20px 40px;}
.product-content .title{font-size: 28px;}
.same-title ul{margin-left: 100px;}
.sameBox-img{right:0px;top:120px;position:absolute;}
}
@media (max-width:1000px){
.classify-bg{padding:10px 0;}
.classify-bg .district{margin-top:20px;padding: 10px 10px 1px;}
.classify-bg .district ul.timenone{border-bottom: none; padding-bottom: 0;}
.assort-newslist li .left{padding-right:0;}
.assort-newslist .more a{padding:2px 10px;margin-top:10px;line-height:24px;margin-right:10px;font-size:13px}
.assort-newslist .show-newslist li .Clicks{float:left;margin-bottom: 4px;width: 100%;}
.assort-newslist li .morebox{float: right;}

.product-content .title{font-size: 22px;}

}
.classify-bg{background: #2991e6;background: linear-gradient(to right, #2991e6, #78e8c4);background: -moz-linear-gradient(to right, #2991e6, #78e8c4);background: -webkit-gradient(to right, #2991e6, #78e8c4);background: -o-linear-gradient(to right, #2991e6, #78e8c4);}
.classify-bg .district{background-color: #fff;}
.sameBox-text{margin-top:10px;padding-top:10px;border-top:1px solid #f4f4f4;}

.assort-newslist li .title span{color: #ca0000;}
.assort-newslist .pa_textlist_1 .contentbox{padding-right:15px;}
.assort-newslist li .tag img{width:18px!important;height:16px!important;}
.assort-newslist .more a{display:block;border-radius:3px;text-align:center;color:#fff;background:#007eed;float:left}
.assort-newslist .more a:hover{color:#fff;}

.same-title2 .titles{padding-right:2px;float: left;}
.same-title .titles{padding-right:2px;}
.same-title .titles img{width:18px!important;height:16px!important;margin-right: 6px;}
.same-title ul li{background-color: #00aba9;display:inline-block;color:#fff;font-size: 12px;padding: 0 5px;border-radius: 4px;height: 22px;line-height: 22px;margin:0 4px 6px 0;}
.same-title ul li:first-child{background-color: #0080ff;}
.same-title ul li:nth-child(2){background-color:#00aba9;}
.same-title ul li:nth-child(3){background-color:#fb4f4f;}
.same-title ul li:nth-child(4){background-color:#ffaa7f;}
.same-title ul li:nth-child(5){background-color:#8b8b8b;}
.same-title ul li:nth-child(6){background-color:#4bd352;}
.same-title ul li:nth-child(7){background-color:#ff09ff;}
.same-title ul li:nth-child(8){background-color:#ff6a6a;}
.same-title ul li:nth-child(9){background-color:#00b700;}
.same-title ul li:nth-child(10){background-color:#0080ff;}
.same-title ul li:nth-child(11){background-color:#00aba9;}
.same-title ul li:nth-child(12){background-color:#fb4f4f;}
.same-title ul li:nth-child(13){background-color:#ffaa7f;}
.same-title ul li:nth-child(14){background-color:#8b8b8b;}
.same-title ul li:nth-child(15){background-color:#4bd352;}
.same-title ul li:nth-child(16){background-color:#ff09ff;}
.same-title ul li:nth-child(17){background-color:#ff6a6a;}
.same-title ul li:nth-child(18){background-color:#00b700;}
.same-title ul li:nth-child(19){background-color:#0080ff;}
.tagsList{margin:8px 0px;}
.sameBox-img{width:113px;height:113px;}

/*点击名片*/
@media (min-width:1000px){
.more-show{width:320px;min-height:190px;position:absolute;right:55px;top:124px}
.more-show .ewmbox{position:absolute;right:-10px;bottom:10%;}
}
@media (max-width:1000px){
.more-show{width:90%;min-height:100px;position:absolute;right:25px;top:48px}
.more-show .ewmbox{position:absolute;right:-5px;bottom:10%;}
}
.more-show{background:#fff;border:1px solid #7d7d7d;z-index:10;display:none;}
.more-show .closemore{width:20px;height:20px;position:absolute;right:-10px;top:-10px;background:url("../images/close_btn.png") no-repeat center center;cursor:pointer}
.more-show img.logo{display:block;width:170px!important;height:70px!important}
.more-show .address{border-top:1px solid #e8e8e8;margin:5px 0 10px 14px;padding-top:4px}
.more-show img.ewm{width:80px!important;height:80px!important}



/*首页样式*/
@media (min-width:1000px){
.home-hot .meeting-news-list li a img{max-height: 160px;min-height:160px;}
.home-pleasure li{width:16.6%;float:left;}
 .home-pleasure li .ag_item{margin: 110px 15px 0 16px;height: 232px;}
}

@media (max-width:1000px){
.homelink{margin-bottom:10px;}
 .home-pleasure li .ag_item{margin: 80px 10px 0 10px;min-height:150px;padding-bottom:20px;}
.home-pleasure li .ag_item .tip{min-height: 186px;}
}

@media (min-width:415px) and (max-width:820px){
.home-pleasure{margin-bottom:20px;}
.home-pleasure li{width:33%;float:left;}
 }
@media (max-width:415px){
.homelink{margin-bottom:10px;}
.home-pleasure li{width:50%;float:left;}
}
.home-pleasure{overflow:hidden}
.home-pleasure li .ag_item{border:1px solid #eee;border-radius:8px;float:left;position:relative}
.home-pleasure li .ag_item .ico{width:120px;height:140px;padding-top:32px;background:url(../images/dlbg.png) no-repeat top center;position:absolute;left:50%;top:-70px;margin-left:-60px;line-height:30px;text-align:center;transition: all .5s;}
.home-pleasure li .ag_item .ico:hover{transform: scale(1.2,1.2);}
.home-pleasure li .ag_item .ico{line-height:30px;text-align:center}
.home-pleasure li .ag_item .ico img{width:40px;height:40px;display:block;margin:0 auto}
.home-pleasure li .ag_item .tip{padding:86px 22px 0 22px;line-height:25px;text-align:center;color:#646464}

@media (min-width:1000px){
.el-date-editor--daterange.el-input, .el-date-editor--daterange.el-input__inner, .el-date-editor--timerange.el-input, .el-date-editor--timerange.el-input__inner{margin: -4px 0 12px;}
.comtagsList{margin: 8px 130px 8px 0;}
.addpa_textlist_1 .item .date{top: 3px !important;}
.addpa_textlist_1 .item .boxs{padding-right: 160px;}


}

@media (max-width:1000px){
.addtimeStyle .el-date-editor--daterange.el-input,.addtimeStyle .el-date-editor--daterange.el-input__inner, .addtimeStyle .el-date-editor--timerange.el-input, .addtimeStyle .el-date-editor--timerange.el-input__inner{width: 100%;margin: 10px 0 0;}
.pc-arrow{display: none !important;}
}
.addtimeStyle .el-date-editor .el-range-separator{width: 8%;}

td, th{border: 1px solid rgba(0, 0, 0, 0.04);}


/*样式*/

/*顶部*/
@media(min-width:1000px){
.header-top2{height: 36px;line-height: 36px;}
.header-top2 .header-title{float: left;}
.header-top-nav .toolbar-menu > li{float: left;line-height: 36px;}
.header-top-nav .toolbar-menu > li > a{padding: 0px 15px;padding-left: 15px;}
.header-top-nav .toolbar-menu > li:first-child a{padding-left: 10px;}
.header-top-nav{float: right;}
.header-top-nav .toolbar-submenu{width: 100%;top: 35px;}
.header-top-nav .toolbar-submenu .vertical-block{min-width: 80px;width: 97.6%;}
.header-top2 .iconfont{font-size: 16px;position: relative;left: 2px;}
.header-top-nav .toolbar-menu > li:nth-child(4) .vertical-block a{padding: 4px 11px!important;}
.header-top-nav .toolbar-submenu .vertical-block a{padding: 4px 15px;}
}
@media(max-width:1000px){
.header-top-nav .toolbar-menu > li{display:inline-block;line-height: 26px;}
.header-top-nav .toolbar-menu > li:not(:first-child) > a{padding-left: 4px;}
.header-top-nav .toolbar-menu > li > a{font-size:15px;}
.header-top2{padding-bottom:4px;text-align:center;}
.header-top2 .iconfont{font-size: 12px;position: relative;left: 2px;}
.header-top-nav .toolbar-menu > li:nth-child(4) .vertical-block a{padding: 3px;}
.header-top-nav .toolbar-submenu{width: 100%;top: 27px;}
.header-top-nav .toolbar-submenu .vertical-block{width: 97.6%;}
.header-top-nav .toolbar-menu > li:last-child a{font-size:13px;}
}
.header-top2{background: #3f4142;box-sizing: border-box;font-size: 12px;width: 100%;}
.header-top2 .header-title{display: inline-block;background: url(../images/topq.jpg) no-repeat left center;padding-left: 25px;height: 36px;line-height: 36px;color: #fff;}
.header-top22 .iconfont{margin-left: 4px;}

.header-top-nav .toolbar-menu > li{position: relative;}
.header-top-nav .toolbar-menu > li > a{cursor: pointer;color: #fff;display: block;border-bottom: none;border-top: none;}
.header-top-nav .toolbar-menu > li a i.icon-phone{background-image: url(../images/icons.png);background-position: -49px -65px;width: 18px;height: 18px;margin-right: 8px;}
.header-top-nav .toolbar-menu > li > a i{display: inline-block;vertical-align: middle;color: #999;}
.header-top-nav .toolbar-menu > li:hover > a{color: #f1463c;}
.header-top-nav .toolbar-menu > li.nav-phone .fw{font-weight: bold !important;}
.header-top-nav .toolbar-menu > li:not(:last-child):hover{border-bottom: none;border-top: none;background: #fff;z-index: 1000;position: relative;}
.header-top-nav .toolbar-submenu{display: none;position: absolute;right: 0;background: #fff;border-top: none;z-index: 999;overflow: hidden;}
.header-top-nav .toolbar-submenu .vertical-block{float: left;padding: 5px 0px;border-left: 1px solid #f3f3f3;border-right: 1px solid #f3f3f3;border-bottom: 1px solid #f3f3f3;}
.header-top-nav .toolbar-submenu .vertical-block a{display: block;line-height: 22px;text-decoration: none;}
.toolbar-submenu{display: none;}
.header-top-nav .toolbar-menu > li:hover .toolbar-submenu {display: block;}

/*首页-顶部卡片*/
@media(min-width:1000px){
.center-card{margin-top:30px;margin-bottom:0;}
}
@media(max-width:1000px){
.center-card{margin-top:10px;margin-bottom:-10px;}
}
.center-card li .boxs{border-radius: 5px;min-height:190px;padding: 25px 110px 0 29px;}
.center-card li .boxs:hover{box-shadow: 0px 2px 9px 0px rgba(15, 16, 16, 0.1);}
.center-card li .boxs .title{font-size:20px;margin-bottom:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.center-card li .boxs .content{line-height:22px;height:86px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;}
.center-card li .boxs a{display:block;}
.center-card li:nth-child(1) .boxs{background: url(../images/1-kpbg1.png) no-repeat;background-size: 100% 100%;}
.center-card li:nth-child(1) .boxs a{color: #a38558;}
.center-card li:nth-child(2) .boxs{background: url(../images/1-kpbg2.png) no-repeat;background-size: 100% 100%;}
.center-card li:nth-child(2) .boxs a{color: #a1625d;}
.center-card li:nth-child(3) .boxs{background: url(../images/1-kpbg3.png) no-repeat;background-size: 100% 100%;}
.center-card li:nth-child(3) .boxs a{color: #717897;}
.center-card li:nth-child(4) .boxs{background: url(../images/1-kpbg4.png) no-repeat;background-size: 100% 100%;}
.center-card li:nth-child(4) .boxs a{color: #8f7864;}


/*首页-媒体资源库*/
@media(min-width:1000px){
.hzmt-list li{margin-bottom:26px;}
.hzmt-list li.col-md-avg-5{width:12.5%;}
.hzmtTop{margin-top: 20px;}
.advertImg1{margin: 5px 0 -15px;}
.dvertImgBox{margin-bottom: -25px;overflow: hidden;}
.advertImg2,.advertImg3{margin: 0 0 5px;}
.dvertImgBox2,.dvertImgBox3{margin-bottom: -15px;overflow: hidden;}
.advertImg4{margin: 0 0 -15px;}
.advertImg5{margin: -10px 0 -30px;}
}
@media(max-width:1000px){
.advertImg1{margin: 10px 0;}
.advertImg2,.advertImg3,.advertImg4{margin: 0 0 10px;}
}
.hzmt-list{overflow: hidden;margin: 0 -8px;}
.hzmt-list li{padding-left:8px;padding-right:8px;}

.hzmt-list li a{display:block;border: 1px solid #cbcbcb;}
.hzmt-list li.col-md-avg-5 p{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;display: block;}
.secondaryTitle{width: 100%; height: 35px; line-height: 35px; border-bottom: 2px solid #666; font-size: 16px; text-align: center; margin:-10px 0 30px;}
.secondaryTitle label{display: block; width: 100px; height: 35px; line-height: 35px; position: relative; margin: 0 auto; text-align: center; top: 16px; background: #fff;font-weight:bold;}

