body {
  background-color: #fff;
  background-repeat: no-repeat;

  background-image: url(../images/bg.jpg);
  background-size: auto 692px;
  background-position: center top;
}

/* 頁面寬度 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: 146px;
  height: 31px;
  margin-top: 8px;
  margin-right: 10px;
  float: left;
  /* 綠色(logo_g.png) . 白色(logo_w.png)  */
  background-image: url(../images/logo_b.png);
  background-size: 146px 31px;
  background-repeat: no-repeat;
  z-index: 999;
}

.header-logo a {
  width: 146px;
  height: 31px;
  display: block;
}

.header-btn01 {
  display: block;
  margin: 18px 6px 0px 0px;
  float: left;
}

.header-btn01 a:link,
.header-btn01 a:visited,
.header-btn01 a:hover,
.header-btn01 a:active {
  font-size: 15px;
  text-align: center;
  padding: 6px 15px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.header-btn01 a:link,
.header-btn01 a:visited {
  color: #102a4f;
  /* 綠色(#5db307) . 白色(#FFFFFF) */
  -webkit-box-shadow: inset 0px 0px 0px 1px #102a4f;
  -moz-box-shadow: inset 0px 0px 0px 1px #102a4f;
  box-shadow: inset 0px 0px 0px 1px #102a4f;
}

.header-btn01 a:hover,
.header-btn01 a:active {
  /* 白色(#FFFFFF自訂) */
  color: #102a4f;
  /* 綠色(#5db307) . 白色(#FFFFFF) */

  -webkit-box-shadow: inset 0px 0px 0px 1px #102a4f;
  -moz-box-shadow: inset 0px 0px 0px 1px #102a4f;
  box-shadow: inset 0px 0px 0px 1px #102a4f;
}

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

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

/*** 腳 footer ***/
footer {
  font-size: 13px;
  height: 100px;
  padding: 20px 10px;
  border-top: 1px solid #dcdad4;
  background-color: #ffffff;
}

.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: #656565;
  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: #656565;
}

/*  hover li 樣式 - 隱藏前後  */
.footer-nav li:after {
  /* 綠色(#dddddd) . 白色(#4a4a4a自訂) */
  color: #dddddd;
  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;
  height: 692px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;

  background-image: url(../images/pc_01.png);
  background-size: 1060px 516px;
  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;
  background-image: url(../images/p1.jpg);
  background-repeat: no-repeat;
  background-size: auto 673px;
  background-position: center top;
}

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

.block02_bk {
  background-color: #fff;
  background-image: url(../images/p2.jpg);
  background-repeat: no-repeat;
  background-size: auto 601px;
  background-position: center top;
}


.block022_bk {
  background-color: #fff;
  
}


.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;
}