@charset "UTF-8";
@import url(reset.css);
/*margin.padding*/
.m_r5 {
  margin-right: 5px;
}

.p_l5 {
  padding-left: 5px;
}

.m_t50 {
  margin-top: 50px;
}

/*font*/
/*body*/
body {
  margin: 0;
  padding: 0;
  width: 100%;
  background: #579372;
  font-family: Arial, '微軟正黑體', 'Microsoft JhengHei', sans-serif;
}

.clearfix {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.left {
  float: left;
}

.right {
  float: right;
}

/*index*/
.wrapper {
  width: 1024px;
  margin: 0 auto;
  background: #ecf8f2;
}

header {
  width: 980px;
  position: relative;
}
header .logo {
  width: 158px;
  height: 28px;
  margin: 13px 0 0 35px;
}
header nav {
  position: absolute;
  top: 35px;
  right: 5px;
  z-index: 100;
}
header nav ul {
  display: block;
}
header nav ul li {
  float: left;
  list-style: none;
  margin-left: 18px;
}
header nav ul li a.bt01 {
  display: block;
  width: 257px;
  height: 62px;
  background: url("../images/bt_01.png") top center no-repeat;
}
header nav ul li a.bt01:hover {
  background-position: bottom;
}
header nav ul li a.bt02 {
  display: block;
  width: 141px;
  height: 58px;
  background: url("../images/bt_02.png") top center no-repeat;
}
header nav ul li a.bt02:hover {
  background-position: bottom;
}
header nav ul li a.fb {
  display: block;
  width: 59px;
  height: 56px;
  background: url("../images/bt_fb.png") top center no-repeat;
}
header nav ul li a.fb:hover {
  background-position: bottom;
}

.top {
  width: 1024px;
  height: 353px;
  background: url("../images/bg.jpg") top no-repeat #fff;
  position: relative;
}
.top .cloud {
  width: 484px;
  height: 178px;
  background: url("../images/cloud.png") top no-repeat;
  position: absolute;
  left: 180px;
  top: 60px;
}
.top .cloud .txt {
  margin: 30px 0 0 58px;
}
.top .juice {
  position: absolute;
  top: 66px;
  left: 45px;
}
.top .juice2 {
  position: absolute;
  top: 66px;
  left: 45px;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}

.top2 {
  width: 1024px;
  height: 292px;
  background: url("../images/way_h_bg.jpg") top no-repeat #fff;
  position: relative;
}
.top2 .cloud2 {
  width: 374px;
  height: 128px;
  background: url("../images/cloud2.png") top no-repeat;
  position: absolute;
  left: 160px;
  top: 60px;
}
.top2 .cloud2 .txt {
  margin: 25px 0 0 45px;
}
.top2 .juice {
  position: absolute;
  top: 66px;
  left: 45px;
}
.top2 .juice2 {
  position: absolute;
  top: 55px;
  left: 45px;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}

.mov {
  width: 560px;
  height: 315px;
  margin: 0 auto;
  position: relative;
  padding-top: 50px;
}

.pic {
  width: 1024px;
  height: 341px;
}

.pen {
  position: absolute;
  bottom: -5px;
  right: 0px;
}

.msg {
  background: #ecf8f2;
  position: relative;
}
.msg .fb_box {
  width: 830px;
  margin: 0 auto;
}
.msg .backtop {
  position: absolute;
  right: 30px;
  bottom: 40px;
  z-index: 100;
}
.msg .footer {
  font-size: 13px;
  color: #467b61;
  text-align: center;
  margin-top: 100px;
  padding-bottom: 30px;
}

.footer2 {
  background: url("../images/f_bg.jpg") top no-repeat #fff;
  font-size: 13px;
  color: #467b61;
  text-align: center;
  height: 69px;
  line-height: 69px;
}
