/*元素初始化*/
*{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;
  -webkit-appearance: none;
	outline: none;
	-webkit-tap-highlight-color:transparent;
}
/** 设置默认字体 **/
html,body,button, input, select, textarea /* for ie */ {
  font: 16px tahoma, arial, \5b8b\4f53, sans-serif; -webkit-appearance: none; resize: none;
}
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp { font-family: courier new, courier, monospace; } /* 统一等宽字体 */
small { font-size: 1.2rem; } /* 小于 12px 的中文很难阅读，让 small 正常化 */
/** 重置列表元素 **/
ul, ol { list-style: none; }
/** 重置文本格式元素 **/
a { text-decoration: none; cursor: pointer; -webkit-tap-highlight-color:transparent; -webkit-touch-callout: none; }
/** 重置表单元素 **/
legend { color: #000; } /* for ie6 */
fieldset, img { border: 0;  margin: 0;} /* img 搭车：让链接里的 img 无边框 */
button, input, select, textarea { font-size: 100%; -webkit-appearance: none; border: none; } /* 使得表单元素在 ie 下能继承字体大小 */
/* 注：optgroup 无法扶正 */
/** 重置表格元素 **/
table { border-collapse: collapse; border-spacing: 0; }
body { width: 100%; height: 100%; overflow-x: hidden; overflow-y: auto; background:#f7f7f7; }
/*初始化完成*/

/*clear*/
.clearfix:after,clearfix:before { content: ''; display: table; clear: both; }

/*作者*/
#author { width: 100%; height: 20px; line-height: 20px; font-size: 13px; text-align: center; color: #ccc; padding: 8px 0; }

/*error.php  出错页面*/
#warming { width: 100%; height: auto; padding: 30px 0; text-align: center; margin-top:100px; }
#warmtext { width: 100%; height: auto; line-height: 30px; text-align: center; color: #fff; }

/*公共专用*/
.rotate-90 { -webkit-transform: rotate(90deg); transform: rotate(90deg); }

/*数据加载中*/
#data-load { width: 100%; height: auto; padding: 8px 0; text-align: center; font-size: 13px; color: #ccc; display: none; }

/*表单专用——公共*/
.text-search { width: 90%; height: 30px; margin: 0 5%; line-break: 30px; font-size: 14px; } 

/*body*/
body.m-t-m-45 { margin: 45px 0; }

/*header*/
#header { position: fixed; left: 0; top: 0; background:#fff; width: 100%; height: 44px; border-bottom: 1px solid #f7f7f7; z-index: 1000;  -webkit-transition: transform 0.3s; transition: transform 0.3s; }
#header > .icon { position: absolute;  min-width: 40px; height: 40px; top: 2px; overflow: hidden; line-height: 40px; text-align: center; cursor: pointer;}
#header > .icon > img { width: 100%; height: 100%; border: none; }
#header > .icon > i { font-size: 30px; }
#header > .left { left: 10px; color: #666; }
#header > .right { right: 10px; color: #666; }
#header > .logo { position: absolute;  left: 60px; top: 2px; bottom: 2px; right: 60px; overflow: hidden; text-align: center; }
#header > .logo > img { max-height: 100%; }

/*footer*/
#footer { position: fixed; left: 0; bottom: 0; width: 100%; height: 44px; line-height: 44px; border-top: 1px solid #ebebeb; background:#fff; z-index: 1001; overflow: hidden;  -webkit-transition: transform 0.3s; transition: transform 0.3s; }
#footer > .nav { width: 100%; height: 44px; overflow: hidden; background:#ebebeb; }
#footer > .nav > li { width: 25%; height: 44px; float: left; box-shadow: -1px 0 0 #ebebeb; text-align: center; }
#footer > .nav > li > a { display: block; cursor: pointer; color: #666; }
#footer > .nav > li > a > i { display: block; width: 25px; height: 25px; font-size: 18px; line-height: 20px; padding: 2px 0; margin: auto; }
#footer > .nav > li > a > i img { max-width: 100%; display: block;}
#footer > .nav > li > a >  .title { width: 100%; height: 15px; line-height: 15px; font-size: 10px; text-transform: uppercase; overflow: hidden; }
#footer > .nav > li.cursor > a { color: #434343; }

/*菜单背景*/
.menu-mask { position: fixed; left: 0; top: 0; width: 100%; height: 100%; background:rgba(0,0,0,0.3); z-index: 9999; display: none; cursor: pointer; }
/*菜单主要容器——浮于页面上*/
.pop-left { left: 0; top: 0; -webkit-transform: translate(-100%); transform: translate(-100%); -webkit-transition: transform 0.3s; transition: transform 0.3s; }
.pop-right { right: 0; top: 0;  -webkit-transform: translate(100%); transform: translate(100%); -webkit-transition: transform 0.3s; transition: transform 0.3s; }
.menu-pop-container { position: fixed; width: 70%; height: 100%; background:#2c2c2c; z-index: 10000; overflow-x: hidden; overflow-y: auto; }
/*搜索框*/
.menu-pop-container > .search { position: relative; width: 90%; height: 30px; overflow: hidden; margin: 10px auto; border: 1px solid #666; background:#fff; border-radius: 15px; }
.menu-pop-container > .search > form > i { position: absolute;  display: none; width: 20px; height: 20px; font-size: 18px; line-height: 20px; text-align: center; top: 5px; right: 5px; border-radius: 10px; }
/*菜单链接*/
.menu-pop-container > .nav { width: 100%; height: auto; border-top: 1px solid #666; }
.menu-pop-container > .nav > li { position: relative; width: 92%; height: 40px; line-height: 40px; margin: 0 4%; border-bottom: 1px solid #666; }
.menu-pop-container > .nav > li:last-child { border: none; }
.menu-pop-container > .nav > li > a { display: block; color: #fff; text-transform: uppercase;}
.menu-pop-container > .nav > li > i { position: absolute;  display: block; width: 8px; height: 8px; border-top: 2px solid #999; border-right: 2px solid #999; -webkit-transform: rotate(45deg); transform: rotate(45deg); top: 16px; right: 2%; }

/*显示菜单*/
body.show-pop-left .pop-left { -webkit-transform: translate(0%); transform: translate(0%); }
body.show-pop-right .pop-right { -webkit-transform: translate(0%); transform: translate(0%); }

/*在页面内*/
.inpage-left { left: 0; top: 0; -webkit-transform: translate(-100%); transform: translate(-100%); -webkit-transition: transform 0.3s; transition: transform 0.3s; }
.inpage-right { right: 0; top: 0;  -webkit-transform: translate(100%); transform: translate(100%); -webkit-transition: transform 0.3s; transition: transform 0.3s; }
/*显示菜单*/
body.show-inpage-left #header { -webkit-transform: translate(70%); transform: translate(70%);  }
body.show-inpage-left #container { -webkit-transform: translate(70%); transform: translate(70%); }
body.show-inpage-left #footer { -webkit-transform: translate(70%); transform: translate(70%); }
body.show-inpage-left .inpage-left { -webkit-transform: translate(0%); transform: translate(0%); }

body.show-inpage-right #header { -webkit-transform: translate(-70%); transform: translate(-70%);  }
body.show-inpage-right #container { -webkit-transform: translate(-70%); transform: translate(-70%); }
body.show-inpage-right #footer { -webkit-transform: translate(-70%); transform: translate(-70%); }
body.show-inpage-right .inpage-right { -webkit-transform: translate(0%); transform: translate(0%); }

/*产品类型菜单*/
.right-class-nav { width: auto; height: auto; padding: 5px 10px; border-bottom: 1px solid #666; color: #fff; cursor: pointer; }
.right-class-nav > .bigclass { width: auto; height: 60px; position: relative; padding-left: 90px; }
.right-class-nav > .bigclass > .imgbox { width: 80px; height: 60px; background:no-repeat center; background-size: cover; position: absolute;  left: 0; top: 0; }
.right-class-nav > .bigclass > .title { width: auto; height: 60px; overflow: hidden; font-size: 14px; line-height: 20px; text-transform: uppercase; }
.right-class-nav > .smallclass { width: auto; height: auto; display: none; }
.right-class-nav > .smallclass > a { display: block; width: auto; height: 40px; line-height: 40px; font-size: 14px; text-transform: uppercase; overflow: hidden; color: #fff; border-bottom: 1px solid #666; }
.right-class-nav > .smallclass > a:last-child { border-bottom: none; }

/*内容容器*/
#container { width: 100%; height: auto; overflow-x: hidden; overflow-y: auto; -webkit-transition: transform 0.3s; transition: transform 0.3s; }

/*图片滑动*/
.swiper-container { width: 100%; height: auto; margin: 0 auto; position: relative; overflow: hidden;-webkit-backface-visibility: hidden; backface-visibility: hidden;z-index: 1;  }
.swiper-wrapper { position: relative;width: 100%; height: 100%;-webkit-transition-property: -webkit-transform, left, top; -webkit-transition-duration: 0s;-webkit-transform: translate3d(0px,0,0);-webkit-transition-timing-function: ease; transition-property: transform, left, top; transition-duration: 0s; transform: translate3d(0px,0,0); transition-timing-function: ease;-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box; overflow: hidden; display: none; }
.swiper-slide { float: left;-webkit-box-sizing: content-box;-moz-box-sizing: content-box; box-sizing: content-box; }
.swiper-slide > img { width: 100%; }

/*首页图标*/
#icon-container { width: 100%; height: auto; background:#fff; padding: 10px 0; border-bottom: 1px solid #ebebeb; }
#icon-container > li { float: left; width: 17%; height: auto; padding: 0 4%; box-shadow: -1px 0 0 #ebebeb inset; }
#icon-container > li:last-child { box-shadow: none; }
#icon-container > li > a { display: block; width: 100%; height: auto; color: #666; color: #fff; }
#icon-container > li > a >  .imgbox { width: 100%; height: auto; }
#icon-container > li > a >  .imgbox > img { width: 100%; }
#icon-container > li > a >  .title { width:	100%; height: 20px; line-height: 20px; font-size: 12px; text-align: center; color: #fff; }

/*首页三个链接*/
#nav-3 { width: auto; height: auto; padding: 10px 15px; background:#fff; }
#nav-3:after { content: ''; display: table; clear: both; }
#nav-3 > a {  float: left; display: block; width: 32%; height: auto; margin-right:2%; }
#nav-3 > a:last-child { margin: 0; }
#nav-3 > a > img { display: block; max-width: 100%; }
#nav-3 > a > .icon { width: 100%; height: auto; text-align: center; padding: 10px 0; }
#nav-3 > a > .icon > .icon-img { width: 30px; height: 30px; margin: auto; margin-bottom:5px; }
#nav-3 > a > .icon > .icon-img img { max-width: 100%; display: block; }
#nav-3 > a > .icon > .title { font-size: 12px; text-transform:  uppercase; color: #fff; }
.bg-green { background:#44b549; }
/*区域标题*/
.caption { width: 96%; height: auto; padding: 8px 2%; border-bottom: 1px solid #ebebeb; margin-top:10px; background:#fff; }
.caption-nav { width: 100%; height: auto; padding: 15px 0; position: relative;  background:#fff; font-size: 20px; line-height: 30px; text-transform: uppercase; text-align: center;letter-spacing: 1px; }
.caption-nav:after { position: absolute;  width: 50px; height: 2px; background:#124e8d; left: 50%; margin-left: -25px; bottom: 10px; content: ''; display: block; }
.caption-img { width: 100%; height: auto; background:#fff; }
.caption-img img { max-width: 100%; display: block; }

/*新闻列表*/
#news-list { width:auto; height: auto; padding:10px 15px; background:#fff; }
#news-list > a { display: block; width: auto; height: 75px; padding:10px 0 10px 110px; border-bottom: 1px solid #ebebeb; color: #434343; position: relative;  }
#news-list > a:last-child { border: none; }
#news-list > a > .imgbox { width: 100px; height: 75px; background:#ebebeb center no-repeat; background-size: cover; position: absolute;  left: 0; top: 10px; }
#news-list > a > .title { width: 100%; height: 20px; font-size: 15px; display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden; letter-spacing: 1px;}
#news-list > a > .info { width: 100%; height: 30px; font-size: 11px; color: #BFBFBF; line-height: 15px; display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;margin-top: 5px; margin-bottom: 5px;letter-spacing: 1px; }
#news-list > a > .time { width: 100%; height: 15px; line-height: 15px; font-size: 12px; }

/*新闻详情页面*/
#news-content { width: 96%; height: auto; background:#fff; padding: 0 2%; }
#news-content > .news-title { width: 100%; height: auto; line-height: 30px; font-size: 18px; font-weight: bolder; padding-top: 10px; }
#news-content > .news-addtime { width: 100%; height: auto; padding: 5px 0; font-size: 13px; color: #ccc; border-bottom: 1px solid #ebebeb; }
#news-content > .news-content { width: 100%; height: auto; padding: 10px 0; line-height: 25px; color: #999;}
#news-content > .news-content img { max-width: 100%; }
.news-view-caption { width: 100%; height: auto; padding-bottom: 10px; border-bottom: 1px solid #f7f7f7; margin-bottom:10px; padding-top: 5px; }
.news-view-content { width: 100%; height: auto; padding-bottom: 10px; }
.news-view-imglist { width: 100%; height: auto; padding-bottom: 10px; }
.news-view-imglist:after { content: ''; display: table; clear: both; }
.news-view-imglist > li { width: 32%; height: auto; float: left; margin-right:2%; margin-bottom:8px; box-shadow: 0 0 1px #666; background:#fff center no-repeat; background-size: cover; overflow: hidden; border-radius: 3px; }
.news-view-imglist > li:nth-of-type(3n) { margin-right:0; }
.news-view-imglist > li:after { content: ''; display: block; width: 100%; padding-top: 100%; }

/*产品分类页面*/
.class-list { width: 96%; height: auto; background-image:-webkit-linear-gradient(to top, #fdfdfd, #fff);  background-image:linear-gradient(to top,#fdfdfd,#fff);  padding: 8px 2%; border-bottom: 1px solid #ebebeb; cursor: pointer; }
.class-list > .class-name { width: 100%; height: 60px; line-height: 60px; position: relative;  }
.class-list > .class-name > .imgbox { width: 60px; height: 60px; overflow: hidden; }
.class-list > .class-name > .imgbox > img { height: 100%; }
.class-list > .class-name > .name { position: absolute;  left: 80px; top: 0; bottom: 0; right: 10px; text-transform: uppercase; overflow: hidden; }
.class-list > .class-name > .arrow-right { display: block; position: absolute; right: 10px; top: 16px;  width: 12px; height: 12px; border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; -webkit-transform:  rotate(45deg); transform: rotate(45deg); -webkit-transition:transform 0.3s; ; transition: transform 0.3s; }
/*小类列表*/
.class-list > .class-item { width: 100%; height: 0px; -webkit-transition: height 0.3s; transition: height 0.3s; overflow: hidden; }
.class-list > .class-item > li { width: 100%; height: 40px; line-height: 40px; font-size: 15px; border-bottom: 1px solid #ebebeb; }
.class-list > .class-item > li:last-child { border-bottom: none; }
.class-list > .class-item > li > a { color: #666; display: block; text-transform: uppercase; overflow: hidden; }
.class-item-show > .class-item { height: auto; }
.class-item-show > .class-name > .arrow-right { -webkit-transform:  rotate(225deg); transform: rotate(225deg); }

/*产品列表——有间隔*/
#product-caption { width: 96%; height: 35px; line-height: 35px; font-size: 14px; padding: 0 2%; background:#fff; border-bottom: 1px solid #ebebeb; text-transform: uppercase; overflow: hidden; }
#product-list { width: 96%; height: auto; padding: 0 2%; margin-top:8px; }
#product-list > li { float: left; width: 48%; height: auto; margin-bottom:10px; background:#fff; box-shadow: 0 0 1px #bbb; border-radius: 2px; }
#product-list > li:nth-of-type(2n) { margin-left: 2%; }
#product-list > li > a { display: block; color: #434343; }
#product-list > li > a > .imgbox { width: 94%; margin: auto; margin-top:8px; height: auto; overflow: hidden; }
#product-list > li > a > .imgbox > img { width: 100%; }
#product-list > li > a > .pro-name { width: 100%; height: 25px; line-height: 25px; text-align: center; padding: 5px 0; }
/*产品列表——无间隔*/
#product-caption-line { width: 96%; height: 35px; line-height: 35px; font-size: 14px; padding: 0 2%; background:#fff; border-bottom: 1px solid #ebebeb; text-transform: uppercase; overflow: hidden; }
#product-list-line { width: 100%; height: auto; background:#fff; }
#product-list-line > li { float: left; width: 50%; height: auto; box-shadow: -1px 0 0 #ebebeb inset, 0 -1px 0 #ebebeb inset; }
#product-list-line > li > a { display: block; color: #434343; }
#product-list-line > li:nth-of-type(2n) { }
#product-list-line > li > a > .imgbox { width: 92%; margin: auto; margin-top:8px; height: auto; overflow: hidden; }
#product-list-line > li > a > .imgbox > img { width: 100%; }
#product-list-line > li > a > .pro-name { width: 100%; height: 25px; line-height: 25px; text-align: center; padding: 5px 0; }

/*街道口显示页面*/
#product-view-captoin { width: 96%; height: 40px; line-height: 40px; text-align: center; background:#fff; padding: 0 2%; }
#product-imgbox { width: 96%; height: auto; padding: 10px 2%; background:#fff; text-align: center; }
#product-imgbox img { max-width: 100%; }
#product-button { width: 96%; height: auto; padding: 15px 2%; }
#product-button:after { content: ''; display: table; clear: both; }
#product-button > a { display: block; float: left; height: 40px; line-height: 40px; font-size: 14px; text-align: center; }
#product-button > a.left { width: 30%; background:#004ea1; color: #fff; border-radius: 20px; }
#product-button > a.back { width: 20%; background:#ebebeb; color: #666; margin: 0 10%; }

/*弹出菜单*/
#listpop-mask { position: fixed; left: 0; top: 45px; bottom: 45px; right: 0; background:#000; opacity: 0.4; -webkit-animation: listpop 0.4s forwards; animation: listpop 0.4s forwards; display: none; }
@-webkit-keyframes listpop { 
	0% { opacity: 0; }
	100% { opacity: 0.4 }
}
@keyframes listpop { 
	0% { opacity: 0; }
	100% { opacity: 0.4 }
}
#listpop-container { position: fixed; left: 0; top: 45px; width: 100%; height: auto; background:#fff; z-index: 99; -webkit-transform: translateY(-100%); transform: translateY(-100%); -webkit-transition: all 0.3s 0.1s; transition: all 0.3s 0.1s; }
#listpop-container > a { display: block; width: auto; height: 40px; line-height: 40px; margin: 0 15px; border-bottom: 1px solid #ebebeb; color: #434343; text-transform:  capitalize; }
body.listpop #listpop-mask { display: block; }
body.listpop #listpop-container { transform: translateY(0px); }
.about-content { width: auto; height: auto; padding: 10px 15px; background:#fff; word-break: break-all; line-height: 22px; }
.about-content img { max-width: 100%; margin-bottom:15px; }
.a-title { font-size: 32px; text-transform:  uppercase; color: #004ea1; font-weight: bolder; margin-bottom:10px; margin-top:10px; }
.a-tip { font-size: 22px; text-transform:  capitalize; color: #434343; margin-bottom:15px; }
/*图片列表*/
.img-list { width: auto; height: auto; padding-left: 30px; position: relative;  }
.img-list > .box { width: 100%; height: auto; }
.img-list > .box > .title { width: 100%; min-height: 30px; line-height: 30px; text-transform: uppercase; font-size: 16px; overflow: hidden; }
.img-list-imgbox { width: 100%; height: auto; }
.img-list-imgbox:after { content: ''; display: table; clear: both; }
.img-list-imgbox > li { float: left; width: 23.5%; height: auto; margin-right:2%; margin-bottom:8px; background:#fff center no-repeat; background-size: cover; overflow: hidden; border-radius: 3px; box-shadow: 0 0 5px #ccc; }
.img-list-imgbox > li:after { content: ''; display: block; padding-top: 100%; }
.img-list-imgbox > li:nth-of-type(4n) { margin-right:0; }
.img-list > .tip { position: absolute;  left: 0; top: 8px; width: 14px; height: 14px; border-radius: 7px; background:#004ea1; }
.img-list > .line { position: absolute;  left: 6px; top: 0; bottom: 0; width: 2px; background:#004ea1; }

/*证书列表*/
#auth-list { width: 100%; height: auto; background:#fff; }
#auth-list:after { content: ''; display: table; clear: both; }
#auth-list > li { width: 50%; height: auto; float: left; box-shadow: -1px 0 0 #ebebeb inset, 0 -1px 0 #ebebeb inset; }
#auth-list > li > a { display: block; color: #434343; }
#auth-list > li > a > .imgbox { width: 50%; height: auto; margin: 30px auto; background:#fff center no-repeat; background-size: cover; }
#auth-list > li > a > .imgbox:after { display: block; width: 100%; height: auto; padding-top: 100%; content: ''; }
#auth-list > li > a > .title { width: 96%; height: 35px; line-height: 35px; font-size: 14px; overflow: hidden; padding: 0 2%; text-align: center; }
/*view*/
.auth-caption { width: auto; height: auto; padding: 8px 15px; background:#fff; border-bottom: 1px solid #ebebeb; }
.auth-view { width: auto; min-height: 80px; ; background:#fff; position: relative; padding: 8px 15px 8px 105px; border-bottom: 1px solid #ebebeb; }
.auth-view > .imgbox { position: absolute;  width: 80px; height: 80px; background: center no-repeat; background-size: 80% 80%; left: 15px; top: 8px; }
.auth-view > .info { width: auto; height: auto; line-height: 20px; font-size: 12px; overflow: hidden; }

/*******page*****/
	
	.pagelist {
		display: inline-block;
		padding-top: 10px;
		clear: both;
	}
	
	.pagelist span {
		font-size: 20px;
	}
	
	.pagelist .pre-span,
	.pagelist .next-span {
		font-size: 40px;
		color: #AFAFAF;
		position: relative;
		top: 2px;
		border: solid 1px #AFAFAF;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		background: #F8F8F8;
		width: 40px;
		height: 40px;
		display: inline-block;
		color: #ABABAB;
		line-height: 34px;
		text-align: center;
		margin: 0 10px;
	}
	
	.pagelist .now,
	.pagelist .all,
	.pagelist span {
		color: #353535;
	}
	
	.pagelist a.pre-next {
		font-size: 40px;
		position: relative;
		top: 2px;
		border: solid 1px #124e8d;
		background: #124e8d;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		width: 40px;
		height: 40px;
		display: inline-block;
		color: #FFFFFF;
		line-height: 34px;
		text-align: center;
		margin: 0 10px;
	}


	/*******page*****/
#nodataDiv {
		width: 100%;
		text-align: center;
		margin-top: 20%;
		margin-bottom: 20%;
		color: #898989;
		font-size: 12px;
		letter-spacing: 1px;
	}
	/**top**/

#icon-top,
#icon-back {
	width: 40px;
	height: 40px;
	text-align: center;
	background-color: #000000;
	border: 0px solid #777777;
	-webkit-border-radius: 50%;
 	-moz-border-radius: 50%;
 	border-radius: 50%;
	background-clip: padding-box;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	color: #FFFFFF;
	position: fixed;
	right: 6px;
	z-index: 10;
	bottom: -100px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

#icon-back {
	bottom: 92px;
}

#icon-top span,
#icon-back span {
	font-size: 24px;
	line-height: 42px;
	display: block;
	width: 100%;
	height: 100%;
}


/**top**/