.inline{display:inline-block; zoom:1; *display:inline;}
.centered,.centered *{text-align:center;}
.bigger,.bigger *{font-size:21px;line-height:30px;}
.biggest,.biggest *{font-size:34px;line-height:40px;letter-spacing:-0.05em;overflow:hidden;}
b,.bolder,.bolder *{font-weight:700;}
.homepage{width:100%; background:url('../images/homepage.png') right bottom no-repeat;background-size:100%; border-top:1px dotted #aaa; padding-top:20px;}
a:link,a:hover,a:visited,a:active{text-decoration:none;color:#444;}
.videobox{font-size:1.2em;font-weight:bold;color:#4292e2;padding:25px 10px;background:url('../images/play.png') 95% center no-repeat;background-size:64px 64px;border:1px solid #4292e2;border-radius:10px;}
.videostill{background-position:center center;background-size:100%;padding:50px 0;}
.blockpoint{
  padding:5px;
  border-radius:15px;
  border:1px solid #aaa;
  margin-bottom:10px;
}
.h1{
  padding:4px 15px;
  font-size:1em;
  font-weight:bold;
  line-height:20px;
  border-radius:20px;
  border:2px solid #08c;
  color:#08c;
  margin:0px 0px 10px 0px;
}
.h3{
  font-size:1.8em;
  font-weight:bold;
  color:#222;
  line-height:1.8em;
}
.h2{
  font-size:1.1em;
  color:#666;
  margin-bottom:5px;
}
p{
  font-size:1em;
  line-height:1.5em;
  word-break:keep-all;
  letter-spacing:-0.05em;
  color:#444;
}
.line{
  background:#000;
  width:100%;
  height:1px;
  opacity:0.5;
  margin-bottom:20px;
}
.quick_top{
  z-index:1000;
  position:fixed;
  bottom:80px;
  right:-100px;
  width:90px;
  height:90px;
  background:#08c;
  border-radius:45px;
  box-shadow: 10px 20px 20px #666;
}
.quick_top div{
  background:url('../images/close.png') no-repeat;
  width:90px;
  height:90px;
}
.paging{
  clear:both;
  zoom:1;
  margin:20px 0;
  text-align:center;
}
.paging span{
  padding:10px;
  border-radius:10px;
  background:#4292e2;
  color:#fff;
}
.paging a span{
  background:#eee;
  color:#000;
}
#slides,#slides0,#slides1,#slides2{position:relative;overflow:hidden;}
.slidesjs-navigation{
  display:block;
  position:absolute;
  top:50%;
  margin-top:-25px;
  z-index:90;
  width:65px;
  height:50px;
  font-size:0px;
}
.slidesjs-previous{
  left:-15px;
  background:url('../images/left.png') no-repeat;
  background-size:100%;
}
.slidesjs-next{
  right:-15px;
  background:url('../images/right.png') no-repeat;
  background-size:100%;
}