body {
	margin: 0 auto;
	background: #c6d3e4;
	overflow-x:hidden;
	-moz-user-select : none;
	-webkit-user-select: none;
	font-family: 'Microsoft JhengHei';
	text-align: center;
  }

img { border: 0px}
a { 
	outline: none; /* for Firefox Google Chrome  */
	behavior:expression(this.onFocus=this.blur()); /* for IE */
	text-decoration: none;
}
li {list-style-type:none;}


.logo {
	position: absolute;
	margin:2% 0 0 2%;
	z-index: 6;
}
.logo a { outline: none;}


.main { 
	width:1920px;
	height: 960px;
	position:relative; 
	left:50%; 
	margin-left:-960px; 
	background-repeat:no-repeat; 
	background-image:url(../images/bg_top.jpg); 
	text-align:center
}
.trial_box {
	width: 100%;
	background: #98b1d1;
	padding: 5px 0 30px 0;
	
}
.trial {
	padding-top: 10px;
	padding-bottom: 15px; 
	width: 1140px; 
	border-radius: 6px;
	color: #4d4d4d; 
	background-color: rgba(255, 255, 255, 0.8); 
	position: relative;
	left:50%; 
	margin-left:-570px; 
	box-shadow: 0px 3px 6px 3px rgba(0,0,0,0.1);
}

.title_box { height:960px; margin-left:-490px}
.title_box li { list-style-type:none; color:#4d4d4d; font-size:27px; line-height:46px; letter-spacing:2px; margin-top:280px}
.p2 { margin-left:-10px;}

.trial { margin-top:30px}
.advbox {
	width: 100%;
	background-color:#3d4256; 
}
.adv { 
	width:1220px; 
	height:300px; 
	text-align: center;
	position: relative;
	left: 50%;
	margin-left: -610px;
}
.adv li { list-style-type:none; color:#ffffff; font-size:30px; padding-top:10px}

.sale { 
	width:1920px; 
	height:800px;
	position: relative;
	left:50%; 
	margin-left:-960px;
}
.gotrial { width:100%; height:80px; background-color:#ffffff}
.footer { padding-bottom:20px; background-color:#3d4256;}


/*div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  font: normal bold 20vmin "Product Sans", sans-serif;
  white-space: nowrap;
}*/

.io {
  -webkit-animation: bounce 0.875s cubic-bezier(0.1, 0, 0.3, 1) infinite alternate;
          animation: bounce 0.875s cubic-bezier(0.1, 0, 0.3, 1) infinite alternate;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  margin-top: 0.5em;
  text-shadow: rgba(0, 0, 0, 0.45) 0 0 0.0125em;
  font: normal bold 20vmin "Product Sans", sans-serif;
}
.io:nth-child(1) {
  -webkit-animation-delay: 0.11667s;
          animation-delay: 0.11667s;
  color: #4285f4;
}
.io:nth-child(2) {
  -webkit-animation-delay: 0.23333s;
          animation-delay: 0.23333s;
  color: #ea4335;
}
.io:nth-child(3) {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
  color: #fbbc05;
}
.io:nth-child(4) {
  -webkit-animation-delay: 0.46667s;
          animation-delay: 0.46667s;
  color: #4285f4;
}
.io:nth-child(5) {
  -webkit-animation-delay: 0.58333s;
          animation-delay: 0.58333s;
  color: #34a853;
}
.io:nth-child(6) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
  color: #ea4335;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    text-shadow: rgba(0, 0, 0, 0.45) 0 0 0.0125em;
  }
  100% {
    -webkit-transform: translate3d(0, -1em, 0);
            transform: translate3d(0, -1em, 0);
    text-shadow: rgba(0, 0, 0, 0.45) 0 1em 0.25em;
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    text-shadow: rgba(0, 0, 0, 0.45) 0 0 0.0125em;
  }
  100% {
    -webkit-transform: translate3d(0, -1em, 0);
            transform: translate3d(0, -1em, 0);
    text-shadow: rgba(0, 0, 0, 0.45) 0 1em 0.25em;
  }
}


.snip1158 {
  color: #fff;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 220px;
  max-width: 280px;
  max-height: 190px;
  width: 100%;
  background-color: #000000;
  color: #ffffff; 
	margin-top:20px; 
}
.snip1158 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.snip1158 img {
  opacity: 0.7;
  max-width: 100%;
}
.snip1158:after {
  background: #000000;
  width: 0;
  height: 6px;
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.snip1158 figcaption {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.snip1158 h2,
.snip1158 span {
  margin: 0;
  width: 100%;
}
.snip1158 h2 {
  font-weight: 00;
  text-transform: uppercase;
  padding-bottom:10px;
  font-size:28px
}
.snip1158 span {
  color: #e6e6e6;
  font-weight: 00;
  text-transform: uppercase;
}
.snip1158 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
.snip1158.blue:after {
  background-color: #2980b9;
}
.snip1158.blue span {
  color: #ffffff; font-size:16px;
}
.snip1158.red:after {
  background-color: #c0392b;
}
.snip1158.red span {
  color: #ffffff; font-size:16px;
}
.snip1158.yellow:after {
  background-color: #f39c12;
}
.snip1158.yellow span {
  color: #ffffff; font-size:16px;
}
.snip1158.green:after {
  background-color: #27ae60;
}
.snip1158.green span {
  color: #ffffff; font-size:16px;
}
.snip1158:hover img,
.snip1158.hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.snip1158:hover:after,
.snip1158.hover:after {
  width: 100%;
}