html,body {
	/*-webkit-tap-highlight-color:rgba(0,0,0,0);*/
}
html,body,div,section,article,nav,menu,time,footer,header,input,p,a,img,span,em,ol,li,ul,h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0
}
ol, ul, li { list-style-type: none; }
a {
	text-decoration: none;
	color: #000;
}
body {
	font-family: Tahoma,Microsoft YaHei,Verdana,Arial,Helvetica,sans-serif;
	background-color: #f4f4f4;
	position: relative;
}
.ui-landscape {
	display: none;
}
.js-hidden {
	display: none;
}
.ui-container {
	position: relative;
	margin: 0 auto;
	/*max-width: 480px;*/
}

/*...结尾*/
.ui-mod-picsummary .ui-title, .ui-mod-picsummary2 .ui-title
.ui-video-list li h3 ,
.ui-mod-lists li a,
.ui-waterfall .ui-picture-title {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ui-header-bar:after {
	content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
}
.ui-menu-trigger,.ui-gohomepage,.ui-goback {
	position: absolute;
	width: 26px;
	height: 21px;
	background: url(img/menu.png) no-repeat 0 0;
	background-size: cover;
	top: 10px;
	left: 10px;
}
.ui-bottom-bar .ui-menu-trigger {
	left: auto;
	right: 5px;
	top: 13px;
}
.ui-logo {
	background: transparent url(img/logo.png) no-repeat center 12px;
	-webkit-background-size: 160px 20px;
	width: 85%;
	height: 35px;
	position: absolute;
	top: 0;
	left: 30px;
}
.ui-search-trigger ,.ui-gotocomment {
	position: absolute;
	right: 10px;
	top: 10px;
	background-image: url(img/search_t.png);
	-webkit-background-size: cover;
	background-size: cover;
	width: 22px;
	height: 20px;
}

/*导航*/
.ui-menus {
	border-bottom: 1px solid #c3c3c3;
	background: -webkit-gradient(linear,center top,center bottom,from(#fff), to(#e6e6e6));
}
.ui-menus-links {
	display: -webkit-box;
}
.ui-menus-links li {
	-webkit-box-flex: 1;
	width: 1%;
	height: 40px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #c3c3c3;
}
.ui-menus-links li:nth-child(1) {
	border-left: none;
}
.ui-menus-links li:last-child {
	border-right: none;
}
.ui-menus-links li > a {
	background-repeat: no-repeat;
	background-position: 22px 14px;
	-webkit-background-size: 22px 14px;
	background-size: 20px 16px;
	display: inline-block;
	height: 34px;
	padding-left: 48px;
	padding-top: 12px;
	color: #333;
	-webkit-box-sizing: border-box;
}
.ui-menus-gallery {
	background-image: url(img/gallery.png);
}
.ui-menus-video {
	background-image: url(img/video.png);
}
.ui-menus-special {
	background-image: url(img/special.png);
}
.ui-menus-baoliao {
	background-image: url(img/baoliao.png);
}

.ui-articles-container {
	overflow: hidden;
	padding-bottom: 10px;
}

/*内容列表部分*/
.ui-mod-picsummary, .ui-mod-picsummary2 {
	-webkit-box-sizing: border-box;
	/*margin: 0 10px;*/
	position: relative;
	overflow: hidden;
	padding-bottom: 10px;
}
.ui-border-bottom-gray {

}
.ui-mod-picsummary .ui-pic, .ui-mod-picsummary2 .ui-pic {
	width: 100px;
	margin-right: 8px;
}

.ui-mod-picsummary .ui-pic, .ui-mod-picsummary2 .ui-pic{
	float: left;
}

.ui-categorys {
	background-color: #4d4d4d;
	position: relative;
}
/*小三?/
.ui-categorys:before {
	content: "";
	position: absolute;
	left: 12px;
	top: -19px;
	width: 0;
	height: 0;
	border:10px solid; 
	border-color: transparent transparent #4d4d4d transparent;
}
.js-categorys-bottom:before {
	border-width: 0;
}
.js-categorys-bottom:after {
	content: "";
	position: absolute;
	right: 8px;
	bottom: -19px;
	z-index: 1;
	width: 0;
	height: 0;
	border: 10px solid transparent; 
	border-color: #4d4d4d transparent transparent transparent;
}
/*@end*/
.ui-categorys ul {
	overflow:hidden;
	position: relative;
}
.ui-categorys ul:after {
	content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #4d4d4d;
}
.ui-categorys li {
	-webkit-box-sizing: border-box;
	float: left;
	width: 50%;
	border-bottom: 1px solid #666;
	position: relative;
	line-height: 2;
	background-position: 14px 10px;
	background-size: 14px 14px;
	background-repeat: no-repeat;
}
.ui-categorys li:after {
	content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-box-shadow: inset 0 -1px 1px #333;
    box-shadow: inset 0 -1px 1px #333;
}
.ui-categorys a {
	padding-left: 36px;
}
.ui-bottom-bar {
	position: relative;
	height: 45px;
}
.ui-categorys a {
	color: #fff;
	font-size: 16px;
}
.js-category-bottom-container {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 46px;
	z-index: 100;
}
/*@end*/



/*内容?/
.ui-gohomepage {
	background: transparent url(img/home.png) no-repeat 0 0;
	background-size: cover;
	top: 8px;
}
.ui-pagetitle {
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.ui-gotocomment {
	background-image: url(img/comment.png);
}
/*正文*/
.ui-article-container {
	padding: 0 14px;
	background-color: #f4f4f4;
}
.ui-article-title {
	font-size: 20px;
	color: #000;
	line-height: 30px;
	padding: 10px 0 5px 0;
	/*font-family: Microsoft YaHei;*/
	text-align: left;
	text-shadow: 1px 1px 1px #fff;
	font-weight: bold;
}
.ui-article-infos {
	padding-bottom: 15px;
	font-size: 12px;
	color: #666;
}
.ui-article-infos>a {
	color: #666;
	margin-left: 6px;
}
.ui-article-detail p {
	line-height: 1.8;
	padding-bottom: 20px;
	text-indent: 2em;
	text-align: justify;
	font-size: 15px;
	text-shadow: 0 1px 1px #fff;
	/*font-family: Microsoft YaHei;*/
	color: #333;
}

.ui-article-detail p img {
    margin-left:-2em;
}

.ui-article-detail img {
	max-width: 100%;
}
.ui-addon-video .video-content-items {
	text-align: center;
}
.ui-article-detail .video-content-items 
/*@end正文*/
/*广告*/
.ui-ad {
    text-align: center;
    margin: 0 auto 10px;
}
/*@end 广告 */
/*评论*/
.ui-hotcomment {
	background-color: #f4f4f4;
}
.ui-hotcomment-header {
	border-top: none;
	position: relative;
}
.ui-hotcomment-header>h2 {
	background-image: url(img/comment_title.png);
}
.ui-hotcomment-header>a{
	position: absolute;
	right: 10px;
	top: 2px;
	font-size: 14px;
}
.ui-comment-container {
	background-color: #f4f4f4;
}
.ui-comment-infos {
	position: relative;
	height: 36px;
}
.ui-comment-infos>.ui-name,.ui-comment-infos>.ui-timer {
	position: absolute;
	top: 6px;
	color: #777;
	font-size: 14px;
}
.ui-comment-infos>.ui-timer {
	right: 0;
}
.ui-comment-detail {
	line-height: 1.6;
	text-indent: 2em;
	text-align: justify;
	color: #333;
}
.ui-comment-container li {
	padding: 10px 10px;
	border-bottom: 1px solid #fff;
	position: relative;
}
.ui-comment-container li:before {
	content: '';
	position: absolute;
	width: 100%;
	height:1px;
	background-color: #ddd;
	left: 0;
	bottom: 0;
}
.ui-comment-detail .citation {
	display: none;
}
/*@end 评论*/

/*文章中组图挂?/
.ui-addon-gallery .addon-gallery {
	position: relative;
	margin-bottom: 10px;
}

.ui-gallery-mark {
	background-color: rgba(179,33,33,1);
	width: 60px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	position: absolute;
	bottom: 5px;
	left: 0;
}
.gallery-photo-items {
    text-align: center;
}
/*@end 文章中组图挂?/

/*文章-视频挂件*/
.addon-video {
	position: relative;
	margin-bottom: 10px;	
}
.ui-video-link {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -30px;
	margin-top: -30px;
	width: 60px;
	height: 60px;
	background: transparent url(img/cont_video.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}


/*栏目页幻灯片*/
.js-category-slider,
.js-index-slider {
	height: 157px;
	overflow: hidden;

	background:
	-webkit-radial-gradient(black 15%, transparent 16%) 0 0,
	-webkit-radial-gradient(black 15%, transparent 16%) 8px 8px,
	-webkit-radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px,
	-webkit-radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px;
	background-color:#282828;
	background-size:14px 14px;
    background: -webkit-radial-gradient(black 15%, transparent 16%) 0 0,
	-webkit-radial-gradient(black 15%, transparent 16%) 8px 8px,
	-webkit-radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px,
	-webkit-radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px;
	background-color:#282828;
	background-size:14px 14px;
}
.js-category-slider .ui-swipeslide-slide ,
.js-index-slider .ui-swipeslide-slide {
	/*height: 157px;*/
	position: relative;
}
.js-category-slider .ui-swipeslide-bullets,
.js-index-slider .ui-swipeslide-bullets {
	position: absolute;
	bottom: 0;
	right: 0;
}
.js-category-slider .ui-swipeslide-reel ,
.js-index-slider .ui-swipeslide-reel{
	
}
.js-category-slider .ui-swipeslide-slide a ,
.js-index-slider .ui-swipeslide-slide a{
	display: block;
}
.js-category-slider .ui-swipeslide-slide p,
.js-index-slider .ui-swipeslide-slide p {
	/*font-size: 12px;*/
	/*position: absolute;*/
	/*bottom: 0;*/
	/*left:0;*/
	/*background-color: rgba(0,0,0,0.5);*/
	/*color: #fff;*/
	/*width: 100%;*/
	/*padding-left: 5px;*/
	/*line-height: 25px;*/
	/*-webkit-box-sizing:border-box;*/
}
.js-category-slider .ui-swipeslide-slide p span,
.js-index-slider .ui-swipeslide-slide p span {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block;
}
.js-category-slider .ui-swipeslide-slide img,
.js-index-slider .ui-swipeslide-slide img {
	width: auto;
	max-width: 100%;
}
.js-category-slider>.ui-swipeslide-bullets>li,
.js-index-slider>.ui-swipeslide-bullets>li{
	background-color: #fff;
	margin: 0 5px 2px 5px;
}
.js-category-slider>.ui-swipeslide-bullets>li.active,
.js-index-slider>.ui-swipeslide-bullets>li.active {
	background-color: #03befb;
	border-width: 0;

}
/*@end栏目页幻灯片*/

/*组图内容*/
.ui-picture-show-container{
	background:
	-webkit-radial-gradient(black 15%, transparent 16%) 0 0,
	-webkit-radial-gradient(black 15%, transparent 16%) 8px 8px,
	-webkit-radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px,
	-webkit-radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px;
	background-color:#282828;
	background-size:14px 14px;
	background:
	-webkit-radial-gradient(black 15%, transparent 16%) 0 0,
	-webkit-radial-gradient(black 15%, transparent 16%) 8px 8px,
	-webkit-radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px,
	-webkit-radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px;
	background-color:#282828;
	background-size:14px 14px;
}
.ui-picture-show .ui-swipeslide-slide {
	/*display: table-cell;
    vertical-align:middle;*/
    text-align: center;
}
.ui-picture-show .ui-picture-single {
	vertical-align: middle;
	max-width: 100%;
	width: auto;
	text-align: center;
	display: inline-block;
	max-height: 100%;
	visibility: hidden;
}
.ui-picture-show .ui-picture-infos {
	display: none;
}
.ui-picture-show .ui-picture-extra-info {
	position: absolute;
	bottom: 0;
	-webkit-box-sizing: border-box;
	width: 100%;
	padding: 8px 5px;
	text-align: left;
	background-color: rgba(0,0,0,.3);
	color: #fff;
	font-size: 12px;
}
.ui-picture-show .ui-picture-extra-info .ui-single-summary {
	line-height: 1.5;
	height: 56px;
	overflow: auto;
	color: rgba(255,255,255,.7);
}
.ui-picture-show .ui-picture-extra-info .ui-picture-title {
	margin-bottom: 5px;
}
.ui-picture-show .ui-picture-page {
	position: absolute;
	color: #fff;
	background-color: rgba(0,0,0,1);
	right: 5px;
	bottom: 70px;
	border-radius: 30px;
	/*font-family: Arial;*/
	font-size: 12px;
	padding: 2px 6px;
}
.ui-picture-show .ui-picture-page span:first-child {
	margin-right: 2px;
	font-weight: bold;
}
.ui-picture-show .ui-picture-page span:last-child{
	margin-left: 2px;
}
/*@end组图内容*/

.ui-comment-post-btn {
	width: 60px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	position: absolute;
	right: 5px;
	top: 4px;
	color: #fff;
	background: -webkit-gradient(linear,center top,center bottom,from(#109ce5), to(#0068b8));
	border-radius: 5px;
	border: 1px solid #084d85;
	font-size: 14px;
}
.ui-comment-post-btn:before {
	content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 58px;
    height: 28px;
    border: 1px solid #3ca3df;
	border-radius: 5px;
}
.ui-goback {
	top: 8px;
	width: 24px;
	height: 24px;
	background: transparent url(img/goback.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}






input,button,select,textarea{outline:none;}
/*主页*/

.ui-logo{left:10px;background:url(img/logo.png) 0 0 no-repeat;width:166px;height: 17px;background-size: cover;-webkit-background-size: cover;top:14px;}
.ui-menu-trigger, .ui-gohomepage, .ui-goback{background-image: url(img/menu.png);width:20px;height:14px;top:15px;}
.ui-menu-trigger{right:10px;left:auto;}
.ui-cateandsearch{background: #646464;z-index:110;}
.ui-cateandsearch .bd{padding: 10px;}
.ui-cateandsearch h2{background: #eee;padding-left:10px;}
.ui-categorys{z-index: 10;background-color: rgba(0, 0, 0, 0.6);position: absolute;left:0;width:100%;}
.ui-categorys:before{background:none;border: none;}
.ui-categorys ul:after{height: 0;}
.ui-section-block .ui-catgory1{background: #eee;border-bottom: 1px solid #ddd;}
.ui-catgory1 .ui-category-title{color: #333;font-size:16px;font-weight: 500;}
.ui-catgory1 a{float: left;width:25%;text-align: center;font-weight: bold;}
.ui-categorys .search-box{background: #f6f6f6;z-index:111;}
.ui-categorys .search-box .txt{width:88%;font-weight: normal;color: #999;padding:0 5px;}
.ui-categorys ul{background: #fff;width:100%;}
.ui-categorys a{color: #333;padding-left: 0;}
.ui-categorys li{width: 100%;border-bottom: 1px dashed #d5d5d5;line-height:36px;text-align: center;}
.ui-categorys li:after{-webkit-box-shadow:none;box-shadow:none;}
.ui-categorys li a{font-size:18px;width:25%;float: left;}
.ui-mod-picsummary{padding:10px 0px;margin:0 10px;}
.ui-mod-picsummary2{padding:10px 10px;}
.ui-border-bottom-gray{border-bottom: 1px solid #ddd;}
.ui-mod-picsummary .ui-pic, .ui-mod-picsummary2 .ui-pic{width:80px;margin-right:10px;}
.ui-cate-list{border: none;margin: 0 10px;}
.ui-mod-lists li{line-height:36px;}
.ui-mod-lists li a{border-top: none;border-bottom: 1px dashed #ddd;font-size:16px;padding: 0;}
.ui-mod-lists li:last-child{border: none;}
.ui-more{background: #fff;border-radius:3px;-webkit-border-radius:3px;border-color: #ddd;font-size:15px;height:30px;line-height:30px;width:auto;margin:10px 0;left:0;}
/*幻灯?/
.category-gallery{width:100%;display: block;height: 160px;overflow: hidden;position: relative;}
.category-gallery li{height: 160px;display: block;position: relative;}
.category-gallery p{line-height: 30px;position: absolute;left:0;bottom:0;width:100%;filter:alpha(opacity=60);opacity:0.6;background: #000;color:#fff;padding-left: 10px;font-size: 14px;}
.category-gallery p span{overflow: hidden;display: block;text-overflow:ellipsis;white-space: nowrap;font-weight: bold;}
.category-gallery .swipeslide-bullets{position: absolute;right:10px;bottom:0;color:#fff;line-height: 30px;font-size: 14px;}
.category-gallery var{font-style: normal;}
/*图文列表*/
.ui-mod-picsummary .ui-title, .ui-mod-picsummary2 .ui-title{padding: 0;font-size:16px;line-height:20px;color:#444;}
.ui-mod-picsummary .ui-summary, .ui-mod-picsummary2 .ui-summary{color:#666;line-height:18px;font-size:12px;height:36px;position: relative;min-height: 36px;}
.ui-mod-picsummary .ui-comment-count, .ui-mod-picsummary2 .ui-comment-count{font-size: 9px;position: absolute;right:10px;top:18px;z-index: 5;line-height: 18px;}
/*产品*//*
.ui-picture-list ul{margin: 0 10px;}*/
.ui-picture-list li{float: left;/*padding:0 5px;*/width:50%;text-align: center;}
.ui-picture-list li img{width:140px;}
.ui-picture-list h3{font-size:14px;line-height:30px;font-weight: 300;padding-bottom: 10px;}
/*案例*/
.pos-r{position: relative;overflow: hidden;}
.swipeslide-bullets2{position: absolute;right:10px;top:10px;z-index: 5;}
.swipeslide-bullets2 li{width:8px;height:8px;overflow: hidden;display:inline-block;background: #fff;border-radius:4px;-webkit-border-radius:4px;cursor: pointer;text-indent: -9999px;margin: 0 5px;}
.swipeslide-bullets2 .active{background: #333;}
.category-gallery2{margin: 10px;background: #fff;}
.category-gallery2 dd{float: left;width:33%;text-align: center;margin: 0;font-size: 6px;}
.category-gallery2 dd img{width:70px;}
.category-gallery2 dd p{line-height:20px;margin-bottom:5px;}
/*客户感言*/
.category-gallery3 .ui-summary{font-size: 9px;min-height:18px;height: 18px;}
.category-gallery3 .summary{font-size: 14px;line-height: 21px;margin-top: 10px;}

.download img{width:320px;}
/**/
.ui-top-down{width:30px;position: absolute;top:-100px;right:10px;z-index: 100;}
.ui-gotop,.ui-godown{display: none;width:30px;height: 30px;background-size: cover;position: inherit;top:0;right:0;-webkit-background-size: cover;overflow: hidden;}
.ui-gotop{display: none;background-image: url(img/gotop.png);}
.ui-godown{background-image: url(img/godown.png);margin-top: 1px;top:30px;}

/*广告?/
.AdPositionId{line-height:16px;font-size: 16px;overflow: hidden;}
.AdPositionId img{width:100%;}
.AdPositionId em{width:18px;height: 13px;overflow: hidden;float: left;background: url(img/ad-ico.png) 0 0 no-repeat;background-size: cover;-webkit-background-size: cover;margin: 3px 10px 0 0;display: inline;}
/*评论*/
.comment{margin: 10px 0;}
.comment .img{width:300px;}
/*精彩推荐*/
.on-content .ui-picture-list{margin: 0;background: #fff;}
.on-content .ui-picture-list{padding: 0 0 10px;}
.on-content .ui-picture-list li{padding: 10px 0 0;}
.on-content .ui-picture-list div, .photos-content .ui-picture-list div{width:140px;margin: 0 auto;background: #ddd;}
.on-content .ui-picture-list a{padding: 0;}
.on-content .ui-picture-list h3, .photos-content .ui-picture-list h3{font-size: 14px;height: 28px;line-height: 26px;padding: 0 5px;margin: 0;text-align: center;}


/*频道页面*/
.channel-page .ui-more,.photos-page .ui-more{margin-bottom: 0;}


/*组图页面*/
a img{border: none;}
.photos-page{margin:10px auto 0;width:300px;}
.photos-page li{position: relative;overflow: hidden;margin-top: 10px;}
.photos-page li a{display: block;width:100%;height: 200px;}
.photos-page li p{height: 30px;line-height:28px;position: absolute;left:0;bottom:0;z-index: 5;width:100%;background-color: rgba(0,0,0,0.5);overflow: hidden;padding: 0 10px;font-size: 12px;color:#fff;}
.photos-page li img{width:300px;}
/*组图内容?/
.photos-content{background: #000;}
.photos-content .ui-header-bar{background: #333;}
.ui-return{position: absolute;left:10px;background: url(img/return.png) 0 0 no-repeat;width:10px;height: 17px;top:14px;background-size: cover;-webkit-background-size: cover;}
.list1 .ui-pagetitle{font-size: 14px;}
.list1 .ui-pagetitle var{font-style: normal;}
.list1 .ui-pagetitle img{width:16px;vertical-align: middle;margin-right: 10px;margin-top:-2px;}
.list1 .ui-menu-trigger{width:16px;background: url(img/comment.png) 0 0 no-repeat;top:15px;height: 15px;background-size: cover;-webkit-background-size: cover;}
.bg-0 {background-color:#000}
/*.list1 .ui-menu-trigger-active{background-position: center 0;}*/
/*导航*/
.photos-content .ui-cateandsearch{background: none;width:30px;position: absolute;right: 10px;top:44px;z-index: 10;}
.ui-categorys2 a{width:30px;height:38px;display: block;background-repeat: no-repeat;background-size: cover;-webkit-background-size: cover;background-image: url(img/ico.png);text-indent: -9999px;float: left;}
.ui-categorys2 .peak{background-position: center -32px;}
.ui-categorys2 .comment{background-position: center -66px;margin: 0;}
.ui-categorys2 .share{background-position: center -102px;}
.details{text-align: right;margin-bottom: 10px;}
.details img{width:24px;}
.ui-picture-show .ui-picture-extra-info{background-color: rgba(0, 0, 0, 0.6);padding: 10px;}
.ui-picture-show .ui-picture-extra-info .ui-single-summary{text-indent: 1em;line-height: 18px;font-size: 14px;color:#fff;width:100%;height: 54px;overflow: hidden;}
.list1 .ui-pagetitle2 img{width:25px;}
.details-down{text-align: center;margin-bottom: 10px;}
.details-down img{width:17px;}
.ui-picture-show .ui-picture-extra-info .ui-single-summary2{height: auto;}
.photos-content .ui-picture-list li{margin-top: 10px;}
.look_over{font-size: 15px;color: #4c4c4c;line-height: 30px;text-align: center;margin-top: 30px;}
.ui-more{
	background: -webkit-gradient(linear,center top,center bottom,from(#fff), to(#e6e6e6));
	height: 32px;
	width: 298px;
	
	line-height: 30px;
	display: block;
	text-align: center;
	border: 1px solid #bbb;
	position: relative;
}























