@charset "utf-8";
/* CSS Document */
body{ font-family:"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Microsoft Yahei","微软雅黑",STHeiti,"华文细黑",sans-serif;}
*{padding:0;margin:0;}
a{ text-decoration:none; color:#0CF;outline:none;}
a:active {outline: none;star:expression(this.onFocus=this.blur());}
img{border:none;}
ul{ list-style:none;list-style: outside none none;}

/*展会列表*/
.announcementList{ padding:50px 0;background:#efefef;}
.announcement{ width:100%; overflow:hidden; margin-bottom:40px; cursor:pointer; cursor:pointer; position:relative;}
.announcement img{ width:100%;}
.announcement h1{ height:50px; line-height:50px; padding:0 20px; background:rgba(0,0,0,0.4); font-size:22px; color:#fff; text-align:center; letter-spacing:1px; position:absolute; top:15px; right:0;}
//.announcement h1{ height:50px; line-height:50px; padding:0 20px; background:rgba(256,256,256,0.5); font-size:22px; color:#333; text-align:center; letter-spacing:1px; position:absolute; top:20px; right:0;}

/*页码*/
.pageBar{ height:40px; padding:5px 0;}
.page{ float:left; min-width:200px; float:right;}
.page a{ width:24px; height:24px; line-height:23px; border:1px solid #ddd; text-align:center; font-size:12px; color:#888; border-radius:20px; display:block; float:left; margin-left:10px; cursor:pointer;}
.page a:hover{ color:#333; border:1px solid #555;}
.page a.clickOn{ color:#333; border:1px solid #555;}
.prev{ width:28px; height:28px; background:url(../images/ico_prev.png) no-repeat center -1px; float:left; cursor:pointer;}
.next{ width:28px; height:28px; background:url(../images/ico_prev.png) no-repeat center -31px; float:left; margin-left:10px; cursor:pointer;}


/*展会详情*/
.announcementDetail{ padding:50px 0;background:#efefef;}
.textBox{}
.textBox img{ width:100%;}
h1.textTittle{ padding:20px 0 10px 0; font-size:40px; color:#333; line-height:130%; font-weight:500;}
h2.subTittle{ margin-bottom:20px; font-size:20px; color:#333;}
p.textArticle{ font-size:16px; color:#666; line-height:150%; text-indent:32px; padding:10px 0;}
h3.bigText{ font-size:24px; color:#666; line-height:150%; padding:10px 0;}

/*技术列表*/
.technologyList{ padding:50px 0;}
.technology{ position:relative; padding:20px 300px 20px 20px; border-bottom:1px solid #efefef;}
.technology h1{ height:30px; font-size:24px; color:#333; letter-spacing:1px; margin:0;}
.technology img{ position:absolute; top:20px; right:20px; width:180px; height:180px;}
.technology p{ font-size:14px; color:#666; line-height:150%; margin:15px 0; height:82px; overflow:hidden;}
span.look{ width:100px; height:40px; line-height:40px; text-align:center; background: rgba(0, 0, 0, 0) linear-gradient(#688fe8, #5079e1) repeat; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 -1px 2px rgba(0, 0, 0, 0.1) inset, 0 0 0 1px rgba(0, 0, 0, 0.2) inset; font-size:14px; color:#fff; letter-spacing:1px; border-radius:10px; cursor:pointer; display:block; }
span.look:hover{ font-weight:bold;}

/*公司历史*/
.history{ padding:50px 200px;}
.historyBox{ border-left:1px solid rgba(0,0,0,0.2); padding-left:100px; min-height:150px; position:relative;}
.yearPoint{ display:block; position:absolute; top:0; left:-35px; background:#363636; width:70px; height:70px; line-height:70px; font-size:20px; font-family:Arial, Helvetica, sans-serif; color:#fff;text-align:center; border-radius:70px;}
.midBorder{ border-bottom:1px solid rgba(0,0,0,0.2); width:200px; position:absolute; top:30px; left:30px;}
.historyText{ margin:23px 0; padding:0 20px; position:absolute; top:0; right:5%; border-left:2px solid #000; border-right:2px solid #000; min-height:20px; font-family:"微软雅黑"; font-size:13px; color:#333; letter-spacing:1px; line-height:150%; width:500px;}
.borderTop{ position:absolute; top:-21px; left:-2px; width:500px; height:23px; background:url(../images/bg_borderTop.png) no-repeat center center;}
.borderBottom{ position:absolute; bottom:-21px; left:-2px; width:500px; height:23px; background:url(../images/bg_borderBottom.png) no-repeat center center;}















