@charset "utf-8";
/* CSS Document */
* { margin: 0; padding: 0; list-style: none; }
/** 清除内外边距 **/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */ dl, dt, dd, ul, ol, li, /* list elements 列表元素 */ pre, /* text formatting elements 文本格式元素 */ form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */ th, td /* table elements 表格元素 */ { margin: 0; padding: 0; }
/** 设置默认字体 **/
body, button, input, select, textarea /* for ie */ { font: 12px; font-family: Microsoft YaHei, arial, tahoma, sans-serif; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp { font-family: courier new, courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */
/** 重置列表元素 **/
ul, ol { list-style: none; }
/** 重置文本格式元素 **/
a { text-decoration: none; color: #222; }
a:hover { text-decoration: none }
/** 重置表单元素 **/
legend { color: #000; } /* for ie6 */
fieldset, img { border: 0; } /* img 搭车：让链接里的 img 无边框 */
button, input, select, textarea { font-size: 100%; } /* 使得表单元素在 ie 下能继承字体大小 */
/* 注：optgroup 无法扶正 */

/** 重置表格元素 **/
table { border-collapse: collapse; border-spacing: 0; }
/* 清除浮动 */
.ks-clear:after, .clear:after { content: '\20'; display: block; height: 0; clear: both; }
.ks-clear, .clear { *zoom: 1;}
@font-face {font-family: 'iconfont';
    src: url('/_backup/_upload/iconfont.eot');
    src: url('/_backup/_upload/iconfont.eot?#iefix') format('embedded-opentype'),
    url('/_backup/_upload/iconfont.woff') format('woff'),
    url('/_backup/_upload/iconfont.ttf') format('truetype'),
    url('/_backup/_upload/iconfont.svg#iconfont') format('svg');
}
.iconfont { font-family: "iconfont" !important; font-size: 20px; font-style: normal; -webkit-font-smoothing: antialiased; -webkit-text-stroke-width: 0.2px; -moz-osx-font-smoothing: grayscale; }
/*-------------------首页-头部--------------------------*/
.w1200 { width: 1200px; margin: 0 auto; }
header { width: 100%; height: 142px; min-width:1200px;}
.headerBox { width: 100%; height: 40px; background: #090723; }
.top { height: 40px; font-size: 12px; line-height: 40px; }
.top .left { width: 650px; float: left; color: #a6a5ad; }
.top .right { width: 550px; float: left; height: 40px; color: #a6a5ad; line-height: 40px; }
.top .right ul { float: right;}
.top .right ul li { height: 40px; float: left; margin-left: 10px; border-right: 1px solid #403f42; }
.top .right ul li i { float: left }
.top .right ul li span { padding: 0 5px; /*height: 40px; line-height: 40px;*/ display: block; float: left }
.top .right ul li strong { font-size: 18px; color: #fff; float: left; padding-right: 10px; }
.top .right ul li a { color: #a6a5ad; display: block }
.top .right ul li.wx { display: inline-block; position: relative;/* z-index: 100000; */ line-height: 40px; height: 40px; padding-left: 5px; padding-right: 15px; }
.top .right ul li.wx img { height: 0; left: 0; opacity: 0; position: absolute; top: 50px; left: -20px; transition: all 0.5s ease 0s; width: 102px; z-index: 100001; border: 1px solid #a6a5ad; }
.top .right ul li.wx .wx_a:hover { color: #fff; }
.top .right ul li.wx .wx_a:hover img { height: 102px; opacity: 1; top: 40px; }
.top .right ul li.search { display: inline-block; line-height: 40px; height: 40px; padding-right: 10px; }
.top .right ul li.sc { display: inline-block; position: relative;/* z-index: 100000; */ line-height: 40px; height: 40px; padding-right:5px; }
.fl { float: left; }
.fr { float: right; }
.poa { position: absolute; }
.por { position: relative; }
.search-box { position: relative; height: 40px; }
.search-box .butn { display: block; cursor: pointer; /* width: 37px;*/ width: 57px; height: 40px;/*margin-top: 8px;*/ }
.search-box .butn i { width: 24px; height: 20px; line-height: 20px; display: block; margin: 0 auto; margin-top: 10px; }
.search-box .butn i span { font-size: 12px; float: left; }
.search-box .butn.hov { background: url(/_backup/_upload/close.png) no-repeat center right #1268c1; padding-right: 5px; z-index: 2; }
.search-box .butn.hov i { display: none; }
.search-box .share-sub { position: absolute; right: 37px; top: 0px; width: 0; height: 40px; overflow: hidden; background: #ededed; border-radius: 5px 0 0 5px; }
.search-box .share-sub .sub-btn { border: none; width: 40px; height: 40px; cursor: pointer; outline: none; background: url(/_backup/_upload/icon-search.png); background-position: -0px 0; }
.search-box .share-sub .tex { width: 220px; font-size: 14px; height: 20px; line-height: 20px; padding: 10px 10px; color: #666; border: none; background: #ededed; outline: none; }
.search-box .lang-box { margin-top: 20px; margin-right: 38px; }
.search-box .lang-box a { display: inline-block; text-align: center; font-size: 12px; margin-left: 28px; }
.search-box .lang-box .stt { display: inline-block; line-height: 30px; font-size: 14px; color: #777; margin-right: 4px; }
/*---------------------------------------------首页导航菜单栏----------------------------------------*/
.logoBox { height: 102px; }
.logo { width: 270px; height: 102px; float: left; }
.navBox { width: 880px; float: right; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.navBox ul { float: right; }
.nav { height: 102px; line-height: 102px; position: relative; z-index: 1; text-align: center; }
.nav a { color: #222; }
.nav .nLi { float: left; position: relative; display: inline; }
.nav .nLi h3 { float: left; }
.nav .nLi h3 a { width: 100px; display: block; font-size: 16px; }
.nav .nLi h3 a.w80 { width: 80px; }
.nav .sub { display: none; left: 0; top: 102px; position: absolute; line-height: 36px; color: #fff; background-color: rgba(18,104,193,0.7); }
.nav .sub li { zoom: 1; }
.nav .sub a { width: 100px; display: block; color: #fff; font-size: 14px; }
.nav .sub a:hover { color: #fff; background-color: rgba(18,68,128,1); }
.nav .on h3 a { background: #1268c1; color: #fff; }
/*---------------------------------------------首页banner----------------------------------------*/
.banner { width: 100%; height: 500px; }
.focusBox { position: relative; width: 100%; height: 500px; overflow: hidden; min-width:1200px; }
.focusBox .pic { position: relative; z-index: 0; }
.focusBox .pic img { width: 100%; height: 500px; display: block; }
.focusBox .hd { width: 100%; position: absolute; bottom: 16px; text-align: center; font-size: 0; z-index: 1; }
.focusBox .hd li { margin: 0 5px; background: url(/_backup/_upload/dot.png) no-repeat 0 -16px; height: 16px; overflow: hidden; width: 18px; cursor: pointer; display: inline-block; *display:inline;
zoom: 1; _background: url(/_backup/_upload/dot8.png) no-repeat 0 -16px; }
.focusBox .hd .on { background-position: 0 0; }
.focusBox .prev, .focusBox .next { width: 60px; height: 120px;/* margin: -60px 0 0;*/ display: none; background: url(/_backup/_upload/arrow.png) no-repeat 0 0; position: absolute; top: 40%; z-index: 10; cursor: pointer; text-indent: -9999px; filter: alpha(opacity=80); opacity: 0.8; }
.focusBox .prev { left: 0; }
.focusBox .next { background-position: -70px 0px; right: 0; }
.focusBox .prev:hover, .focusBox .next:hover { filter: alpha(opacity=100) !important; opacity: 10 !important; }
/*---------------------------------------------首页展会陈列----------------------------------------*/
.main { width: 100%; height: auto; float: left; background: #f5f5f5; min-width:1200px; }
.title { width: 1200px; height: 100px; margin: 0 auto; text-align: center; padding-top: 50px; }
.title p.p1 { color: #003333; font-size: 24px; text-transform: Uppercase; line-height: 20px; }
.title h2 { font-size: 30px; line-height: 50px; color: #1268c1; }
.title h2 span { color: #e60012; }
.title p.p2 { color: #999; font-size: 18px; }
/*---------------------------------------------首页展会列表----------------------------------------*/
.expoBox { width: 100%; height: auto; overflow: hidden; background: #fff; float: left; background: #f5f5f5; }
/* 展会列表选项卡切换 */
.tab { width: 1200px; margin-top: 15px; font-size: 14px; }
.tab .slideTxtBox { width: 100%; }
.tab .slideTxtBox .hd { width: 1200px; /*height: 39px; */ line-height: 36px; position: relative; overflow: hidden; margin-top: 0px; }
.tab .slideTxtBox .hd ul { float: left; position: relative; left: 50%; height: 40px; }
.tab .slideTxtBox .hd ul li { width: 91px; float: left; padding: 0 20px; height: 36px; margin: 0 0px; cursor: pointer; background: #fff; font-size: 16px; position: relative; right: 50%; float: left; text-align: center; border: 1px solid #c9c9c9; border-right: none; }
.tab .slideTxtBox .hd ul li:nth-child(9) { border-right: 1px solid #c9c9c9; }
.tab .slideTxtBox .hd ul li.on { height: 36px; background: #1268c1; color: #fff; border:1px solid #1268c1; border-right: none;  }
.tab .slideTxtBox .hd ul li:hover { height: 38px; background: #1268c1; color: #fff; border: none; }
.tab .slideTxtBox .bd { width: 1200px; height: auto; }
.tab .slideTxtBox .bd ul { width: 1200px; height: auto; zoom: 1; float: left }
/* 展会列表*/
.news_des, .news_title { font-family: Web-font; color: #333 }
.news_des { font-size: 16px; width: 192px; margin: auto; }
.news_list { width: 1190px; margin: auto; margin-top: 30px; /*height: 296px; */ height: auto; }
.news_card { width: 378px; height: 310px; float: left; margin-right: 25px; border: 1px solid #dddddd; margin-bottom: 20px; }
.news_card a { display: block; position: relative; }
.news_card:nth-child(3n) { margin-right: 0; }
.news_imgbox { overflow: hidden }
.news_imgbox, .news_pic { width: 378px; height: 220px; background: #000; }
.news_pic { transition: all .3s ease; }
.news_bottom { width: 378px; height: 90px; position: relative; background: #fff; }
.news_small_des { width: 300px; height: 35px; line-height: 35px; font-size: 14px; font-weight: bold; color: #333; margin-left: 20px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis }
.news_bottom p { width: 300px; margin-left: 20px; line-height: 20px; color: #777; font-size: 12px; }
.news_bottom .ico_right { width: 40px; height: 40px; background:#fff; border: 1px solid #ddd; border-radius: 50px; position: absolute; top: 26px; right: 30px; line-height: 40px; font-size: 14px; text-align: center; color: #e60012; transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s; content: "" }
.news_card:hover { box-shadow: 0 5px 20px rgba(0,0,0,.3); cursor: pointer; }
.news_card:hover img { transform: scale(1.08); opacity: 0.6; }
.news_card:hover .news_bottom .ico_right { top: 16px; right: 30px; box-shadow: 0 5px 5px rgba(18,104,193,.3); background: linear-gradient(120deg, #1268c1, #0ed2f6); border: none; color: #fff; top: -20px; }
.news_card:hover span { color: #1268c1; }
.frame { width: 378px; height: 310px; display: block; left: 0; overflow: hidden; position: absolute; top: 0; z-index: 2 }
.frame .pa { background: #bfbfbf none repeat scroll 0 0; display: block; position: absolute; }
.frame .trans-8 { transition: all 0.3s ease 0s; }
.frame .border-top { height: 1px; left: 3%; top: 3%; width: 0; }
.frame .border-right { height: 0; right: 3%; top: 3%; width: 1px; }
.frame .border-bottom { bottom: 3%; height: 1px; left: 3%; width: 0; }
.frame .border-left { height: 0; left: 3%; top: 3%; width: 1px; }
.news_card :hover .frame { width: 378px; height: 310px; overflow: hidden; }
.news_card :hover .frame .border-top, .news_card :hover .frame .border-bottom { height: 1px; width: 94%; }
.news_card :hover .frame .border-right, .news_card :hover .frame .border-left { height: 94%; width: 1px; }
/*---------------------------------------------首页小banner----------------------------------------*/
.bannerSamll { width: 100%; height: 180px; float: left; margin-top: 30px; background: url(/_backup/_upload/bannerSamll.jpg) no-repeat center; color: #fff; }
.bannerSamll .left { float: left; width: 900px; padding-top: 20px; }
.bannerSamll .left strong { font-size: 48px; line-height: 80px; float: left }
.bannerSamll .left span { font-size: 32px; color: #a0c8eb; text-transform: uppercase; padding-left: 10px; float: left; line-height: 100px; }
.bannerSamll .left p { font-size: 20px; float: left }
.bannerSamll .right { width: 300px; float: right; }
.bannerSamll .right ul { }
.bannerSamll .right li { text-align: center; height: 50px; line-height: 50px; }
.bannerSamll .right li.t { width: 260px; font-size: 26px; font-weight: bold; padding-left: 40px; background: url(/_backup/_upload/bannerSamllTel.png) no-repeat center; margin-top: 30px; }
.bannerSamll .right li.c a { width: 300px; display: block; background: #fff; border-radius: 25px; font-size: 18px; margin-top: 20px; color: #222; }
.bannerSamll .right li.c a:hover { background: #e60012; color: #fff; }
/*---------------------------------------------首页新闻----------------------------------------*/
.newsBox { width: 100%; background: #fff; padding-top: 50px; float: left; }
.news { width: 380px; height: 495px; float: left; margin-right: 30px; }
.news h3 { font-size: 20px; line-height: 20px; margin-bottom: 20px; }
.news h3 a { float: right; width: 66px; height: 17px; border: 1px solid #d0d0d0; border-radius: 15px; color: #333; font-size: 12px; text-align: center; line-height: 17px; }
.news h3 a:hover { background: #e60012; color: #fff; border: 1px solid #e60012; }
.news:nth-child(3n) { margin-right: 0; }
.newsBg { width: 380px; height: 455px; background: #f5f5f5; }
.news1 { width: 340px; height: 406px; margin: 20px; float: left; }
.news1 a { width: 340px; height: 124px; float: left; border-bottom: 1px solid #c9c9c9; margin-bottom: 15px; }
.news1 a dl { width: 340px; height: 70px; }
.news1 a dt { width: 130px; height: 70px; float: left; margin-right: 10px; overflow: hidden; }
.news1 a dt img { width: 130px; height: 70px; }
.news1 a dd { width: 200px; float: left; font-size: 14px; line-height: 20px; height: 46px; color: #333; font-weight: bold; }
.news1 a:hover dd { color: #1268c1; }
.news1 a dl span { font-size: 12px; color: #999; line-height: 20px; }
.news1 a p { width: 340px; height: 34px; overflow: hidden; font-size: 12px; margin: 10px 0 15px 0; color: #555; }
.news1 a:hover img { width: 130px; height: 70px; transform: scale(1.08); opacity: 1; }
.news1 a span i { float: left; padding-right: 5px; }
.news2 { width: 340px; height: 406px; margin: 20px; overflow: hidden; float: left; }
.news2 dl { width: 340px; height: 80px; padding-bottom: 10px; border-bottom: 1px solid #c9c9c9; margin-bottom: 14px; }
.news2 dl dt { width: 62px; height: 68px; border: 4px solid #dcdcdc; background: #fff; text-align: center; float: left; margin-right: 10px; }
.news2 dl dt .p3 { line-height: 30px; color: #999; font-size: 26px; font-weight: bold; padding-top: 10px; }
.news2 dl dt .p4 { font-size: 12px; color: #999; line-height: 22px; }
.news2 a dl dd { width: 260px; float: left; color: #333; font-size: 14px; font-weight: bold; line-height: 30px; }
.news2 a dl:hover dd { color: #1268c1; }
.news2 dl p.p5 { width: 260px; height: 34px; margin-top:3px; overflow: hidden; float: left; font-size: 12px; color: #555 }

.news3 { width: 340px; height: 406px; float: left; text-align: center; margin: 20px; border-bottom: 1px solid #c9c9c9; background: #fff; }
.news3 a { color: #333; }
.news3 a:hover h4 { color: #1268c1; }
.news3 h4 { height: 50px; line-height: 50px; border-top: 1px solid #c9c9c9; font-weight: bold; font-size: 14px; }
.news3 p { width: 300px; height: 80px; overflow: hidden; text-align: left; line-height: 20px; font-size: 12px; color: #555; margin: 0 auto; }
.newsQa { height: 185px; margin-top: 30px; float: left; }
.newsQa .left { width: 260px; height: 133px; float: left; background: #1268c1; overflow: hidden; position: relative; }
.newsQa .left h4 a { display: block; color: #fff; line-height: 70px; margin-top: 10px; text-align: center; font-size: 22px; }
.newsQa .left .hd { overflow: hidden; height: 30px; width: 100px; text-align: center; margin: 0 auto }
.newsQa .left .hd .prev, .left .hd .next { display: block; width: 50px; height: 24px; float: right; overflow: hidden; cursor: pointer; color: #fff; }
.newsQa .left .hd i { font-size: 24px; }
.newsQa .left .hd .next:hover i { color: #f08300 }
.newsQa .left .hd .prev:hover i { color: #f08300 }
.newsQa .right { width: 940px; height: 133px; float: left; background: #f5f5f5 }
.newsQa .right .hd ul { float: right; overflow: hidden; zoom: 1; margin-top: 10px; zoom: 1; }
.newsQa .right .bd { padding: 10px; }
.newsQa .right .bd ul { overflow: hidden; zoom: 1; }
.newsQa .right .bd ul li { width: 440px; margin-left: 20px; float: left; _display: inline; overflow: hidden; }
.newsQa .right .bd ul li a:hover .wen { color: #1268c1 }
.newsQa .right .bd ul li a .wen { line-height: 20px; text-align: left; font-size: 14px; color: #333; font-weight: bold; margin-top: 10px; }
.newsQa .right .bd ul li a .wen i.q { width: 20px; height: 20px; line-height: 20px; text-align: center; float: left; border-radius: 50px; color: #fff; font-family: Arial, Helvetica, sans-serif; font-style: normal; color: #fff; font-family: Arial, Helvetica, sans-serif; font-style: normal; margin-right: 10px; background: #1268c1; font-weight: bold }
.newsQa .right .bd ul li a:hover .wen i.q{ background:#f08300; }
.newsQa .right .bd ul li a .text i.a { width: 20px; height: 20px; line-height: 20px; text-align: center; float: left; border-radius: 50px; background: #1268c1; color: #fff; font-family: Arial, Helvetica, sans-serif; font-style: normal; color: #fff; font-family: Arial, Helvetica, sans-serif; font-style: normal; margin-right: 10px; background: #999; font-weight: bold }
.newsQa .right .bd ul li a .text { width: 430px; height: 60px; margin-top: 15px; line-height: 20px; font-size: 12px; color: #555; overflow: hidden; }
.bot { background: url(/_backup/_upload/youshiBotBg.jpg) no-repeat center; height: 32px; width: 1200px; float: left; margin-bottom: 20px; }
/*---------------------------------------------首页展台搭建----------------------------------------*/
.boothBox { width: 100%; background: #fff; float: left; background: url(/_backup/_upload/sjs_bg.jpg) repeat; }
.icase { margin-top: 20px; overflow: hidden; padding-bottom: 30px; }
.icase .list { width: 108%; }
.icase .item { float: left; margin-right: 0; width: 284px; height: 200px; overflow: hidden; position: relative; margin-bottom: 20px; }
.icase .item img { width: 100%; height: 100%; display: block; }
.icase .item a { display: block; }
.icase .item .txt { position: absolute; left: 0; top: 0; width: 284px; height: 200px; text-align: center; }
.icase .item .txt h3 { color: #fff; font-size: 16px; padding-top: 60%; -webkit-transition: all ease 300ms; -moz-transition: all ease 300ms; -ms-transition: all ease 300ms; -o-transition: all ease 300ms; transition: all ease 300ms; }
.icase .item .txt span { width: 40px; height: 40px; display: block; background: url(/_backup/_upload/ind_icon.png) no-repeat; position: absolute; left: 53%; margin-left: -25px; top: 10%; margin-top: -25px; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; -webkit-transition: all ease 300ms; -moz-transition: all ease 300ms; -ms-transition: all ease 300ms; -o-transition: all ease 300ms; transition: all ease 300ms;}
.icase .item:hover .txt { background: url(/_backup/_upload/black50.png) repeat left top; }
.icase .item:hover .txt h3 { padding-top: 42%; }
.icase .item:hover .txt span { filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; top: 43%; }
.icase .smabox { width: 284px; }
.icase .smabox .item { float: none; }
.icase .smabox .item a { height: 200px; }
.tempWrap { overflow: hidden; position: relative; width: 592px }
.tempWrap ul { width: 1184px; left: 0px; position: relative; overflow: hidden; padding: 0px; margin: 0px; }
.tempWrap ul li { float: left; width: 592px; }
.icase .bigbox { width: 592px; height: 419px; overflow: hidden; position: relative; margin: 0 20px; }
.icase .bigbox .item .txt { width: 592px; height: 419px; bottom: 0; }
.icase .bigbox .item .txt h3 { padding-top: 64%; }
.icase .bigbox .item .txt span { width: 40px; height: 40px; display: block; background: url(/_backup/_upload/ind_icon.png) no-repeat; position: absolute; left: 51%; margin-left: -25px; top: 10%; margin-top: -25px; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; -webkit-transition: all ease 300ms; -moz-transition: all ease 300ms; -ms-transition: all ease 300ms; -o-transition: all ease 300ms; transition: all ease 300ms;}
.icase .bigbox .item:hover .txt span { filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; top: 50%; }

.icase .bigbox .item:hover .txt h3 { padding-top: 42%; }
.icase .bigbox .bd { overflow: hidden; }
.icase .bigbox .bd .item { width: 592px; height: 419px; overflow: hidden; position: relative; }
.icase .bigbox .bd .item a { height: 419px; }
.icase .bigbox .hd { height: 15px; overflow: hidden; position: absolute; right: 16px; bottom: 10px; z-index: 3; }
.icase .bigbox .hd ul { overflow: hidden; zoom: 1; float: left; }
.icase .bigbox .hd li { float: left; margin-right: 6px; width: 10px; height: 10px; line-height: 14px; text-align: center; background: #ccc; cursor: pointer; -moz-border-radius: 100%; -webkit-border-radius: 100%; border-radius: 100%; }
.icase .bigbox .hd li.on { background: #f08300; color: #fff; }
/*---------------------------------------------首页合作伙伴----------------------------------------*/
.link { width: 100%; background: #fff; float: left; padding-bottom: 50px; }
.linkPic { margin: 0 auto; width: 1200px; margin-top: 20px; }
.linkPic li { float: left; height: 100px; width: 200px; }
.linkPic img { border-bottom: 1px solid #cccccc; border-right: 1px solid #cccccc; }
.linkPic li img { border: 1px solid #eee; width: 200px; height: 100px; }
.linkPic li:hover img { border: 1px solid #eee; box-shadow: 0 1px 10px #999; opacity: 0.75; transition: all 0.2s ease 0s; }
/*---------------------------------------------网站底部----------------------------------------*/
.footer { width: 100%; height: 400px; float:left; background: #090723; margin:0 auto; min-width:1200px; }
.footer .left { width: 200px; height: 400px; float: left; background: #1268c1; }
.footer .left .footLogo { width: 200px; height: 150px; float: left; margin: 0 auto; text-align: center; margin-top: 50px; }
.footer .left .footWx { width: 200px; height: 100px; float: left; margin: 0 auto; text-align: center; }
.footer .left .footWx img{ width:100px; height:100px;} 
.footer .left p { width: 200px; height: 40px; float: left; text-align: center; line-height: 20px; font-size: 14px; color: #fff; margin-top: 10px; }
.footer .right { width: 950px; height: 370px; float: left; padding-top: 30px; padding-left: 50px; position: relative; }
.footer .right dl { width: 119px; text-align: left; float: left; }
.footer .right dl dt a { height: 40px; line-height: 40px; color: #fff; }
.footer .right dl dt a:hover { text-decoration: underline; }
.footer .right dl dd a { font-size: 12px; color: #a5a5a5; line-height: 30px; }
.footer .right dl dd a:hover { text-decoration: underline; }
.footer .lianxi { width: 238px; height: 230px; position: absolute; right: 0; top: 130px; }
.footer .lianxi p { line-height: 30px; float: left; color: #a5a5a5; font-size: 14px; }
.footer .lianxi p.p6 { line-height: 20px; }
.footer .lianxi strong { line-height: 60px; font-size: 30px; color: #fff; padding-left: 2px; }
.footer .lianxi .kf a { width: 186px; height: 38px; line-height: 38px; color: #a5a5a5; border: 1px solid #1268c1; float: left; font-size: 14px; margin-bottom: 10px; padding-left: 50px; }
.footer .lianxi .kf i { padding-right: 10px; }
.footer .lianxi .kf i.ico { float: right; margin-right: 50px; font-size: 24px; margin-top: 2px; margin-left: 12px; transition: all 300ms ease 0s; }
.footer .lianxi .kf:hover i.ico { margin-right: 25px; }
.footer .lianxi .kf:hover a { color: #fff }
.copyright { width: 100%; height: 50px; background: #050505; float: left; text-align: center; color: #a5a5a5; line-height: 50px; font-size: 12px; }
.copyright a { color: #a5a5a5; }
.copyright a:hover { color: #fff; }
/*---------------------------------------------二级页面关于我们----------------------------------------*/
.bannerOther { width: 100%; height: 220px; float: left; /*box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1); */min-width:1200px; }
.content { width: 100%; height: auto; float: left; padding-bottom: 30px; background: #f5f5f5;min-width:1200px; }
.content .dangqian { width: 1200px; height: 40px; float: left; color: #999; line-height: 40px; font-size: 14px;/* border-bottom: 1px solid #dddddd;*/ }
.content .dangqian i { float: left; color: #999; padding-top: 2px; padding-right: 4px; }
.content .dangqian a { color: #999 }
.content .dangqian a:hover { text-decoration: underline }
.content .left { width: 820px; float: left; color: #333; background: #fff; padding: 10px 30px 50px; }
.content .left .about h2 { width: 840px; height: 50px; line-height: 50px; float: left; font-size: 18px; color: #333; font-weight:bold; }
.content .left .about p { line-height: 30px; font-size: 14px; }
.content .right { width: 250px; height: auto; float: right; border: 1px solid #e4e4e4; border-radius: 4px; box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1); padding: 15px; background: #fff; }
/*右侧导航*/
.content .rightNav { width: 220px; height: auto; float: left; }
.content .rightNav h2 { width: 250px; height: 60px; line-height: 60px; text-align: center; font-weight: bold; float: left; background: #1268c1; color: #fff; border-bottom: 1px solid #fff; font-size: 20px; }
.content .rightNav ul { }
.content .rightNav ul li { width: 250px; line-height: 45px; float: left; text-align: center; background: #EEE; border-bottom: 1px solid #fff; }
.content .rightNav ul li.navOn { background: #CCC; }
.content .rightNav ul li a { display: block; }
.content .rightNav ul li a:hover { background: #CCC; }
.content .right .xinxi { float: left; margin-top: 30px; }
.content .right .xinxi h3 { width: 245px; height: 40px; line-height: 40px; float: left; background: url(/_backup/_upload/rightLine.jpg) no-repeat bottom; padding-left: 5px; font-size: 18px; }
.content .right .xinxi h3 span { color: #ccc; font-size: 12px; padding-left: 10px; text-transform: uppercase; }
.content .right .xinxiList { width: 250px; height: auto; float: left; }
/*右侧展会信息*/
.news_card2 { width: 248px; height: 220px; float: left; border: 1px solid #dddddd; margin-top: 20px; }
.news_card2 a { display: block; position: relative; }
.news_imgbox2 { overflow: hidden }
.news_imgbox2, .news_pic2 { width: 248px; height: 130px; background: #000; transition: all .3s ease; }
.news_pic2 { transition: all .3s ease; }
.news_bottom2 { width: 248px; height: 90px; position: relative; background: #fff; }
.news_small_des2 { width: 228px; height: 35px; line-height: 35px; font-size: 14px; font-weight: bold; color: #333; margin-left: 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis }
.news_bottom2 p { width: 228px; margin-left: 10px; line-height: 20px; color: #666; font-size: 12px; }
.news_bottom2 .ico_right2 { width: 30px; height: 30px; border: 1px solid #ddd; border-radius: 50px; position: absolute; top: 30px; right: 15px; line-height: 30px; font-size: 14px; text-align: center; color: #e60012; transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s; content: "" }
.news_bottom2 .ico_right2 i { font-size: 16px; }
.news_card2:hover { box-shadow: 0 5px 20px rgba(0,0,0,.3); cursor: pointer; }
.news_card2:hover img { transform: scale(1.08); opacity: 0.6; }
.news_card2:hover .news_bottom2 .ico_right2 { right: 15px; box-shadow: 0 5px 5px rgba(18,104,193,.3); background: linear-gradient(120deg, #1268c1, #0ed2f6); border: none; color: #fff; top: -15px; }
.news_card2:hover span { color: #1268c1; }
.frame2 { width: 248px; height: 220px; display: block; left: 0; overflow: hidden; position: absolute; top: 0; z-index: 2 }
.frame2 .pa2 { background: #bfbfbf none repeat scroll 0 0; display: block; position: absolute; }
.frame2 .trans-82 { transition: all 0.3s ease 0s; }
.frame2 .border-top2 { height: 1px; left: 3%; top: 3%; width: 0; }
.frame2 .border-right2 { height: 0; right: 3%; top: 3%; width: 1px; }
.frame2 .border-bottom2 { bottom: 3%; height: 1px; left: 3%; width: 0; }
.frame2 .border-left2 { height: 0; left: 3%; top: 3%; width: 1px; }
.news_card2 :hover .frame2 { width: 248px; height: 220px; overflow: hidden; }
.news_card2 :hover .frame2 .border-top2, .news_card2 :hover .frame2 .border-bottom2 { height: 1px; width: 94%; }
.news_card2 :hover .frame2 .border-right2, .news_card2 :hover .frame2 .border-left2 { height: 94%; width: 1px; }
/*右侧参展攻略*/
/*.rightGonglue { width: 250px; height: auto; float: left; margin-top: 20px; }
.rightnews2 { width: 230px; height: 380px; margin: 10px; overflow: hidden; float: left; }
.rightnews2 dl { width: 230px; height: 70px; padding-bottom: 10px; border-bottom: 1px solid #c9c9c9; margin-bottom: 14px; }
.rightnews2 dl dt { width: 52px; height: 58px; border: 4px solid #dcdcdc; background: #fff; text-align: center; float: left; margin-right: 10px; }
.rightnews2 dl dt .p3 { line-height: 30px; color: #999; font-size: 22px; font-weight: bold; padding-top: 5px; }
.rightnews2 dl dt .p4 { font-size: 12px; color: #999; line-height: 20px; }
.rightnews2 a dl dd { width: 160px; height: 30px; overflow: hidden; float: left; color: #333; font-size: 14px; font-weight: bold; line-height: 30px; }
.rightnews2 a dl:hover dd { color: #1268c1; }
.rightnews2 dl p.p5 { width: 160px; height: 34px; overflow: hidden; float: left; font-size: 12px; color: #555 }
.rightnewsBg { width: 250px; height: 400px; background: #f5f5f5; }
.content .right .xinxi h3 a { float: right; width: 66px; height: 17px; border: 1px solid #d0d0d0; border-radius: 15px; color: #333; font-size: 12px; text-align: center; line-height: 17px; margin-top: 12px; }
.content .right .xinxi h3 a:hover { background: #e60012; color: #fff; border: 1px solid #e60012; }*/
/*---------------------------------------------二级页面-展会信息-----------------------------------------*/
.productList { width: 880px; float: left; color: #666; background: #fff; }
.productList a { display: block; }
.productList a dl { width: 820px; height: 180px; padding: 30px; float: left; border-bottom: 1px solid #eee; position: relative; }
.productList a dl dt { width: 260px; height: 180px; float: left; margin-right: 20px; overflow: hidden; background: #000; }
.news_imgbox3, .news_pic3 { width: 270px; height: 180px; background: #000; text-align: center; margin-left: -5px; }
.news_pic3 { transition: all .3s ease; }
.productList a dl:hover { box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); cursor: pointer; z-index: 888; }
.productList a dl:hover dd h3 { color: #1268c1 }
.productList a dl:hover dt img { transform: scale(1.08); opacity: 0.8; }
.productList a dl dd { width: 540px; float: left; }
.productList a dl dd h3 { line-height: 50px; font-size: 20px; color: #222; font-weight: bold }
.productList a dl dd p { line-height: 24px; font-size: 14px; color: #333; }
.productList a dl dd p.p7 { height: 48px; overflow: hidden; font-size: 12px; color: #666; margin-top: 10px; }
.productList a dl .ico_right { width: 40px; height: 40px; background:#fff; border: 1px solid #ddd; border-radius: 50px; position: absolute; top: 80px; right: 50px; line-height: 40px; font-size: 14px; text-align: center; color: #e60012; transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s; content: "" }
.productList a dl:hover .ico_right { top: 16px; right: 30px; box-shadow: 0 5px 5px rgba(18,104,193,.3); background: linear-gradient(120deg, #1268c1, #0ed2f6); border: none; color: #fff; top: 80px; }
.news_card:hover span { color: #1268c1; }
/*---------------------------------------------二级页面-展会信息-详情页面----------------------------------------*/
.productShow { width: 1198px; height: auto; float: left; background: #fff none repeat scroll 0 0; border: 1px solid #e4e4e4; border-radius: 4px; box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1); }
.showTitle { width: 1118px; height: 100px; margin: 0 20px; float: left; border-bottom: 1px dotted #ccc; padding:0 20px; }
.showTitle h2 { line-height: 60px; font-size: 22px;font-weight:bold; margin-top:6px; color:#333;  }
.showTitle span { width: 70px; height: 24px; text-align: center; float: left; margin-right: 10px; display: block; background: #e60012; color: #fff; font-size: 12px; line-height: 24px; }
#preview { float: left; text-align: center; width: 600px; margin-left: 40px; margin-top: 30px; }
.jqzoom { width: 600px; height: 400px; position: relative; }
.zoomdiv { left: 859px; height: 400px; width: 650px; }
.list-h li { float: left; margin-left: 0px; margin-top: 1px; }
#spec-n5 { width: 600px; height: 86px; padding-top: 6px; overflow: hidden; }
#spec-left { background: url(/_backup/_upload/left.gif) no-repeat; width: 10px; height: 45px; float: left; cursor: pointer; margin-top: 15px; }
#spec-right { background: url(/_backup/_upload/right.gif) no-repeat; width: 10px; height: 45px; float: left; cursor: pointer; margin-top: 15px; }
#spec-list { width: 577px; float: left; overflow: hidden; display: inline; position: relative; margin-right: 3px; }
#spec-list ul li { float: left; margin-right: 0px; display: inline; width: 116px; }
#spec-list ul li img { padding: 2px; border: 1px solid #ccc; width: 103px; height: 70px; }
.bigimg { width: 800px; height: 800px; }
.gaikuang { width: 508px; height: auto; float: left; margin-left: 40px; margin-top: 30px; }
.gaikuang td { font-size: 12px; }
.gaikuang .text-left { width: 75px; color: #706f6f; padding: 4px 0px 4px 0px; vertical-align: top; font-size: 14px; }
.gaikuang ul { float: left; margin-top: 10px; margin-bottom:10px; }
.gaikuang li { float: left; margin-right: 20px; }
.gaikuang li a { width: 220px; height: 40px; display: block; line-height: 40px; text-align: center; margin-bottom: 20px; border-radius: 4px; }
.gaikuang .li1 a { background: #f08300; color: #fff; }
.gaikuang .li1 a:hover { text-decoration: underline; }
.gaikuang .li2 a { background: #1268c1; color: #fff; }
.gaikuang .li3 { width:220px;border-radius: 4px; text-align:center; cursor:pointer;height: 38px; line-height: 38px; background: #e60012 ; color: #fff; border:1px solid #e60012 }
.gaikuang .li3:hover { text-decoration: underline; }

#gray { width: 100%; height: 100%; background: rgba(0,0,0,0.4); position: fixed; top: 0px; left:0; display: none; z-index: 99; }
.popup { width: 708px; height: auto; background-color: #fff; position: absolute; z-index: 100; border: 1px solid #ebeaea; left: 0px; display: none;top:0;}
.popup .top_nav { width: 708px; height: 46px; background-image: url(/_backup/_upload/popup_top_bj.jpg); border-bottom: 1px solid #ebeaea; position: relative; cursor: move; }
.popup .top_nav i { width: 35px; height: 35px; background: url(/_backup/_upload/logo3.png) no-repeat; position: absolute; top: 6px; left: 20px; display: block; }
.popup .top_nav span { font: 18px/18px 'microsoft yahei'; color: #333; display: block; position: absolute; top: 14px; left: 66px; }
.popup .top_nav a.guanbi { background: url(/_backup/_upload/popup_guanbi.png) repeat 0px 0px; width: 35px; height: 35px; display: block; position: absolute; top: 8px; right: 10px; cursor: pointer; }
.popup .top_nav a.guanbi span { display: none; }
.popup .top_nav a.guanbi:hover { background: url(/_backup/_upload/popup_guanbi.png) repeat 0px -35px; }
.biaoBox { width: 708px;/* height:250px;*/ float: left; background: #fff; color: #949494 }
.biaoTitle { width: 658px; height: 70px; float: left; margin: 10px 25px; text-align:left; }
.biaoTitle h2 { width: 658px; float: left; height: 36px; line-height: 36px; font-size: 24px; font-weight: normal; color: #333; }
.biaoTitle p { width: 658px; height: 20px; line-height: 20px; float: left; font-size: 14px; color: #999; margin-top: 10px; }
.biaoList { width: 658px; height: 280px; padding-left: 25px; padding-right: 25px; padding-top: 25px; float: left; background: #f7f7f7 url(/_backup/_upload/showg_65.png) repeat-x; font-size:13px; }
.ke_put { height: 26px; line-height: 26px; padding: 4px; border: 1px solid #e1e1e1; font-family: "微软雅黑"; }
.ke_put_cw { background: #FFF1F0; padding: 4px; color: #666; border: 1px solid #ff6600; height: 26px; line-height: 26px; font-family: "微软雅黑"; }
.ke_put_dq { background: #FEF5E6; padding: 4px; color: #666; border: 1px solid #FFBF5E; height: 26px; line-height: 26px; font-family: "微软雅黑"; }
.space3 { margin-top: 15px; }
.txta { border: 1px solid #e1e1e1; font-family: "微软雅黑"; }
.f13 { font-size: 13px; }
.content1 { padding: 4px; }
.textarea, input { outline: medium none; }
.p_u_cz { width: 658px; height: 40px; float: left; padding: 15px 25px; }
#sub_hs { background: #354147 none repeat scroll 0 0; border: medium none; border-radius: 3px; color: #fff; cursor: pointer; font-family: "微软雅黑"; font-size: 16px; height: 40px; line-height: 38px; text-align: center; width: 111px; }
#sub_hs:hover { background: #252e33 none repeat scroll 0 0; }
.marl1 { display: inline; margin-left: 5px; }
#bm_an1 { background: #f08300 none repeat scroll 0 0; border-radius: 3px; color: #fff; cursor: pointer; font-size: 16px; height: 40px; width: 120px; border:none; }
#bm_an1:hover { background: #ee9601 none repeat scroll 0 0; }
#bm_an1b { background: #bebebe none repeat scroll 0 0; border-radius: 3px; color: #fff; font-size: 16px; height: 38px; width: 120px; }
#bm_an2 { background: #fffde8 none repeat scroll 0 0; border: 1px solid #faaf3c; border-radius: 3px; color: #faaf3c; cursor: pointer; font-size: 16px; height: 38px; width: 118px; }
#bm_an2:hover { border: 1px solid #ee9601; color: #ee9601; }
#bm_an2b { background: #f1f1f1 none repeat scroll 0 0; border: 1px solid #bebebe; border-radius: 3px; color: #bebebe; font-size: 16px; height: 38px; width: 118px; }
input[type="button"] { border: medium none; font-family: "微软雅黑"; }




.liangdian { width: 438px; height: auto; float: left; border: 1px dotted #1268c1; margin-top: 20px; padding: 20px; font-size: 12px; margin-bottom: 20px; }
.liangdian h5 { width: 80px; height: 24px; line-height: 24px; text-align: center; background: #1268c1; color: #fff; margin-top: -33px; margin-left: 0px; font-size: 14px; }
.liangdian .text { margin-top: 10px; line-height: 24px; }
.neirongBox { width: 1198px; height: auto; float: left; padding-bottom: 30px; }
.neirong { width: 1118px; text-align: left; margin: 0 40px; margin-top: 20px; }
.neirong .hd { height: 46px; line-height: 46px; background: #eee; padding: 0 10px 0 0px; position: relative; }
.neirong .hd li:hover { color: #1268c1 }
.neirong .hd ul { float: left; position: absolute; height: 46px; }
.neirong .hd ul li { float: left; padding: 0 30px; cursor: pointer; }
.neirong .hd ul li.on { height: 46px; background: #1268c1; background: linear-gradient(120deg, #1268c1, #1d81c3); color: #fff; }
.neirong .bd ul { padding: 20px 0; zoom: 1; font-size: 14px; line-height: 30px; color: #333; }
.neirong .bd li { height: 24px; line-height: 30px; }
.reLink { /*width: 100%; */ height: 40px; background: #f5f5f5; margin: 0 auto; margin-top: 10px; padding: 0 15px; margin-top: 40px; }
.reLink .nextLink, .reLink .prevLink { color: #666; width: 50%; line-height: 40px; float: left; }
.reLink .nextLink { text-align: right; }
.reLink .nextLink a, .reLink .prevLink a { color: #666; font-size: 14px; }
.reLink .nextLink a:hover, .reLink .prevLink a:hover { color: #1268c1 }
/*---------------------------------------------二级页面-新闻资讯-----------------------------------------*/
.newsShow { line-height: 30px; font-size: 14px; }
.newsShowTitle { width: 820px; float: left; color: #666; background: #fff; border-bottom: 1px dotted #ccc; color: #333; margin-bottom: 20px; padding-bottom: 5px; text-align: center; padding-top: 10px; }
.newsShowTitle h3 { width: 820px; float: left; height: 40px; line-height: 40px; text-align: center; font-size: 18px;font-weight:bold;  }
.newsShowTitle span { font-size: 12px; color: #999; padding: 0 10px; line-height: 24px; }
/*---------------------------------------------二级页面-展位搭建-----------------------------------------*/
.boothList{ width:820px; height:auto; float:left; margin-top:20px;}
.boothList ul{}
.boothList ul li{ width:255px; height:205px; margin-right:27px; float:left; text-align:center; margin-bottom:25px; position:relative;}
.boothList ul li .bootPic{width:255px; height:170px; position:relative;}
.boothList ul li .bootPic img{ width:100%; height:100%;}
.boothList ul li:nth-child(3n) { margin-right: 0; }
.boothList ul li p{ height:35px; line-height:30px; font-size:14px;}
.boothList ul li .txt { position: absolute; left: 0; top: 0; width: 255px; height: 170px; text-align: center;}
.boothList ul li .txt h3 { color: #fff; font-size: 18px; padding-top: 60%; -webkit-transition: all ease 300ms; -moz-transition: all ease 300ms; -ms-transition: all ease 300ms; -o-transition: all ease 300ms; transition: all ease 300ms; }
.boothList ul li .txt span { width: 40px; height: 40px; display: block; background: url(/_backup/_upload/ind_icon.png) no-repeat; position: absolute; left: 53%; margin-left: -25px; top: 10%; margin-top: -25px; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0;-webkit-transition: all ease 300ms; -moz-transition: all ease 300ms; -ms-transition: all ease 300ms; -o-transition: all ease 300ms; transition: all ease 300ms; }
.boothList ul li:hover .txt { background: url(/_backup/_upload/black50.png) repeat left top; }

.boothList ul li:hover .txt span { filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; top: 55%; }
.boothList ul li:hover{ box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); cursor: pointer; z-index: 888;}
.boothList ul li:hover p{ color:#1268c1 }
/*---------------------------------------------二级页面-搜索页面-----------------------------------------*/
.searchList{width:820px; height:auto; float:left; margin-top:20px;}
.searchList ul{}
.searchList ul li{ width:800px; height:40px; line-height:40px; border-bottom:1px dotted #e60012; padding-left:10px; padding-right:10px; }
.searchList ul li a{background:url(/_backup/_upload/arrow_6.gif) no-repeat left; font-size:14px; padding-left:20px;}
.searchList ul li span{ float:right; font-size:12px;}
.searchList ul li a:hover{ text-decoration:underline; color:#1268c1 }
/*---------------------------------------------二级页面-右侧展台搭建-----------------------------------------*/
/*.rightdj{width: 250px; height: auto; float: left; margin-top: 20px;}
.rightnewsBg { width: 250px; height: 400px; background: #f5f5f5; }
.rightdjList{}
.rightdjList ul{}
.rightdjList ul li{width: 230px; height: 70px; padding-bottom: 10px; border-bottom: 1px solid #c9c9c9; margin-bottom: 14px; }*/


.rightGonglue { width: 250px; height: auto; float: left; margin-top: 20px; }
.rightnews2 { width: 230px; height: 580px; margin: 10px; overflow: hidden; float: left; }
.rightnews2 dl { width: 230px; height: 170px; padding-bottom: 10px; border-bottom: 1px solid #c9c9c9; margin-bottom: 14px; }
.rightnews2 dl dt { width: 230px; height: 100px; /*border: 4px solid #dcdcdc; */background: #fff; text-align: center; float: left; margin-right: 10px; }
.rightnews2 dl dt img{ width: 230px; height: 100px;}
.rightnews2 dl dt .p3 { line-height: 30px; color: #999; font-size: 22px; font-weight: bold; padding-top: 5px; }
.rightnews2 dl dt .p4 { font-size: 12px; color: #999; line-height: 20px; }
.rightnews2 a dl dd { width: 230px; height: 30px; overflow: hidden; float: left; color: #333; font-size: 14px; font-weight: bold; line-height: 30px; }
.rightnews2 a dl:hover dd { color: #1268c1; }
.rightnews2 dl p.p5 { width: 230px;height: 34px; overflow: hidden; float: left; font-size: 12px; color: #555 }
.rightnewsBg { width: 250px; height: 600px; background: #f5f5f5; }
.content .right .xinxi h3 a { float: right; width: 66px; height: 17px; border: 1px solid #d0d0d0; border-radius: 15px; color: #333; font-size: 12px; text-align: center; line-height: 17px; margin-top: 12px; }
.content .right .xinxi h3 a:hover { background: #e60012; color: #fff; border: 1px solid #e60012; }


.red {color: red; padding-top:3px;}

/* -------------------------------返回顶部---------------------- */
#back-to-top { position: fixed; bottom: 35px; right: 20px; }
#back-to-top a { text-align: center; text-decoration: none; color: #d1d1d1; display: block; width: 40px; }
#back-to-top a:hover { color: #979797; }
#back-to-top a span { border-radius: 6px; display: block; height: 40px; width: 40px; /*background:#bbb;*//* border-radius:50px;*/ margin-bottom: 50px; }
#back-to-top a span i{ font-size:40px; line-height:40px; color:#bbb}
#back-to-top a:hover span i {color:#1268c1; }
