body {
  background-color: #fff;

}

/* 頁面寬度 header+wrapper+footer */
header,
footer {
  width: 100%;
  margin: 0 auto;
}

/*** 頭 header ***/

header {
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}

.header_box {
  width: 1060px;
  height: 70px;
  margin: 0 auto;
  padding: 10px 20px;
}

.header-logo {
  width: 377px;
  height: 30px;
  margin-top: 8px;
  margin-right: 10px;
  float: left;
  /* 綠色(logo_g.png) . 白色(logo_w.png)  */
  background-image: url(../images/logo_g2.png);
  background-size: 377px 30px;
  background-repeat: no-repeat;
  z-index: 999;
}

.header-logo a {
  width: 377px;
  height: 30px;
  display: block;
}

.menu-btn {
  display: block;
}

.menu-btn a:link,
.menu-btn a:visited,
.menu-btn a:hover,
.menu-btn a:active {
  font-size: 1.2rem;
  text-align: center;
  padding: 20px 28px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.menu-btn a:link,
.menu-btn a:visited {
  /* 綠色(#3e62c6) . 白色(#FFFFFF) */
  color: #fff;

}

.menu-btn a:hover,
.menu-btn a:active {
  /* 白色(#FFFFFF自訂) */
  color: #fff;
  /* 綠色(#5db307) . 白色(#FFFFFF) */
  background-color: #365743;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.header-fb {
  float: right;
  margin-top: 17px;
  height: 46px;
}

.header-share {
  float: right;
  margin: 15px 6px 0px 20px;
}

.nav>ul {
  background-color: #599641;
  color: #fff;
  list-style: none;
  /* 移除項目符號 */
  margin: 0;
  padding: 0;
}

.nav a {
  color: inherit;
  /* 移除超連結顏色 */
  display: block;
  /* 讓 <a> 填滿 <li> */
  font-size: 1.2rem;
  padding: 10px;
  text-decoration: none;
  /* 移除超連結底線 */
}

.fixed {

  position: fixed;

  top: 0;

  z-index: 99;

}

/* 滑鼠移到 <a> 時變成深底淺色 */
.nav li:hover {
  background-color: #599641;
  color: white;
}

.flex-nav {
  display: flex;
  justify-content: center;
}

.inline-block-nav {
  text-align: center;
  font-size: 0;
  /* 移除 <li> 之間的空隙 */
}

.inline-block-nav>li {
  display: inline-block;
}



/*** 腳 footer ***/
footer {
  width: 1060px;
  font-size: 13px;
  height: 100px;
  padding: 20px 10px;
  border-top: 0px solid #dcdad4;
  margin: 0 auto;
}

.footer-nav {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}

.footer-nav ul {
  list-style: none;
}

.footer-nav li {
  margin: 0px 4px 0px 0px;
  display: inline;
}

/* hover動態樣式 - 淡入淡出 */
.footer-nav li a {
  /* 綠色(#656565) . 白色(#b4b4b4自訂) */
  color: #666;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border 0.2s ease-in-out 0s;
  -moz-transition: border 0.2s ease-in-out 0s;
  -o-transition: border 0.2s ease-in-out 0s;
  transition: border 0.2s ease-in-out 0s;
}

.footer-nav li a:hover,
.footer-nav li a:focus {
  /* 綠色(#656565) . 白色(#b4b4b4自訂) */
  border-color: #666;
}

/*  hover li 樣式 - 隱藏前後  */
.footer-nav li:after {
  /* 綠色(#dddddd) . 白色(#4a4a4a自訂) */
  color: #ddd;
  content: "|";
  top: -1px;
  right: -4px;
  margin: 0px 6px;
  position: relative;
}

.footer-nav li:lang(ar):after,
.footer-nav li:last-child:after {
  display: none;
}

.footer-copyright {
  /* 綠色(#b4b4b4) . 白色(#676767自訂) */
  color: #b4b4b4;
  text-align: center;
  margin: 0 auto;
}

/*** 內容 wrapper ***/

.content {
  width: 100%;
  height: auto;
}

.visual {
  width: 1060px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  /* background-image: url(../images/pc_01.png); */
  
  background-position: center top;
  background-repeat: no-repeat;
}

.visual_btn01 {
  width: 243.5px;
  height: 60.5px;
  position: absolute;
  top: 305px;
  left: 411px;
}

.visual_btn01 a:link,
.visual_btn01 a:visited {
  width: 100%;
  height: 60.5px;
  display: block;
  background-image: url(../images/visual_btn01.png);
  background-size: 243.5px 60.5px;
}

.visual_btn01 a:hover,
.visual_btn01 a:active {
  width: 100%;
  height: 60.5px;
  display: block;
  background-image: url(../images/visual_btn01_roll.png);
  background-size: 243.5px 60.5px;
}

.visual_btn02 {
  width: 250px;
  height: 53px;
  position: absolute;
  top: 340px;
  left: 671px;
}

.visual_btn02 a:link,
.visual_btn02 a:visited {
  width: 100%;
  height: 53px;
  display: block;
  background-image: url(../images/visual_btn02.png);
  background-size: 250px 53px;
}

.visual_btn02 a:hover,
.visual_btn02 a:active {
  width: 100%;
  height: 53px;
  display: block;
  background-image: url(../images/visual_btn02_roll.png);
  background-size: 250px 53px;
}

.visual_btn03 {
  width: 182px;
  height: 20px;
  color: #404550;
  font-size: 15px;
  position: absolute;
  top: 486px;
  left: 437px;
}

.visual_btn03 a:link,
.visual_btn03 a:visited,
.visual_btn03 a:hover,
.visual_btn03 a:active {
  width: 100%;
  height: 20px;
  color: #404550;
  display: block;
}

.visual_wealth_block {
  width: 332px;
  height: 401px;
  position: absolute;
  top: 21px;
  right: 56px;
}

.visual_wealth {
  width: 332px;
  height: 401px;
  position: relative;
}

.block01_bk {
  background-color: #ffff;

}

.block01 {
  width: 1060px;
  margin: 0 auto;
  position: relative;
}

.block02_bk {
  background-color: #eeeed3;

}


.block022_bk {
  background-color: #eeeed3;

}


.block02 {
  width: 1060px;
  margin: 0 auto;
  position: relative;
}

.block03_bk {
  background-color: #efefef;
}

.block03 {
  width: 1060px;
  margin: 0 auto;
  position: relative;
}

.block02_listen {
  width: 100%;
  height: 299px;
  display: flex;
  justify-content: space-between;
  padding: 122px 90px 0 90px;
  position: relative;
  background-image: url("../images/pc_05.jpg");
  background-size: 1060px 299px;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.block02_listen_app {
  width: 148px;
  height: 148px;
}

.block02_btn_block {
  width: 100%;
  height: 208px;
  position: relative;
}

.block02_btn01 {
  width: 317px;
  height: 121px;
  position: absolute;
  top: 22px;
  left: 205px;
  background-image: url("../images/block02_btn01.jpg");
  background-size: 317px 121px;
  background-repeat: no-repeat;
}

.block02_btn01 a:link,
.block02_btn01 a:visited {
  width: 317px;
  height: 121px;
  display: block;
  background-image: url("../images/block02_btn01.jpg");
  background-size: 317px 121px;
  background-repeat: no-repeat;
}

.block02_btn01 a:hover,
.block02_btn01 a:active {
  width: 317px;
  height: 121px;
  display: block;
  background-image: url("../images/block02_btn01_roll.jpg");
  background-size: 317px 121px;
  background-repeat: no-repeat;
}

.block02_btn02 {
  width: 315px;
  height: 121px;
  position: absolute;
  top: 22px;
  left: 547px;
  background-image: url("../images/block02_btn02.jpg");
  background-size: 315px 121px;
  background-repeat: no-repeat;
}

.block02_btn02 a:link,
.block02_btn02 a:visited {
  width: 315px;
  height: 121px;
  display: block;
  background-image: url("../images/block02_btn02.jpg");
  background-size: 315px 121px;
  background-repeat: no-repeat;
}

.block02_btn02 a:hover,
.block02_btn02 a:active {
  width: 315px;
  height: 121px;
  display: block;
  background-image: url("../images/block02_btn02_roll.jpg");
  background-size: 315px 121px;
  background-repeat: no-repeat;
}

.block02_btn03 {
  width: 380px;
  height: 20px;
  color: #404550;
  position: absolute;
  top: 164px;
  left: 436px;
}

.block02_btn03 a {
  width: 380px;
  height: 20px;
  color: #404550;
  display: block;
}

.notice_block_bk {
  width: 100%;
  background-color: #fffccf;
}

.notice_block {
  width: 840px;
  margin: 0 auto;
  position: relative;

  padding: 65px 0;
}

.notice_title {
  color: #000;
  font-size: 21px;
  font-weight: bold;
  margin: 0 0 17px 0;
}

.notice_list {
  width: 100%;
  overflow: hidden;
  color: #000;
  font-size: 16px;
  line-height: 27px;
  position: relative;
}

.notice_number {
  width: 25px;
  position: absolute;
  left: 0;
  top: 0;
}

.notice_text {
  width: 100%;
  padding: 0 0 0 25px;
  text-align: justify;
}

.notice_text a:link,
.notice_text a:visited,
.notice_text a:hover,
.notice_text a:active {
  color: #019ac6;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
}