@charset "utf-8";
/* CSS Document */
body, dl, dt, dd, td, th, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, textarea, p, blockquote {
	margin: 0;
	padding: 0;
	word-wrap:break-word;
	/* word-wrap:break-word; */
}

html,body {
	font-family: "Noto Sans TC", sans-serif;
	font-size:15px;
	width:100%;
	height:100%;
	-ms-overflow-style: scrollbar;
}

a:link {
	color:#474747;
	text-decoration: none;
}
a:visited {
	color:#474747;
	text-decoration: none;
}
a:hover {
	color:#dec49c;
	text-decoration: none;
}
a:active {
	color:#474747;
	text-decoration: none;
}
@-ms-viewport {
  width: device-width;
}

/* 三欄式自動調幅版面--------------------------------------------- */


#header {
	width:100%;
	display:block;
	margin: auto;
	position:absolute;
	top:0;
	z-index:1100;
}
  .header_block {
    width: 100%;
    max-width: 1100px;
    margin: auto;
    padding: 29px 20px;
    position: relative;
  }
  .logo {
    width: 30%;
    float: left; 
  }
    .logo img {
      width: 180px;
    }

  .menu {
    width: 70%;
    float: left;
    text-align: right;
    padding-top: 8px;
    display: none;
  }
    .menu > ul {
      list-style: none;
    }
    .menu > ul > li {
      margin-left: 50px;
      font-size: 18px;
      display: inline-block;
    }
    .menu > ul > li a {
      color: #fff;
    }
    .menu > ul > li a:hover {
      color: #0066cc;
    }
  
  .menu_line {
    width: 100%;
    clear: both;
    height: 28px;
    border-bottom: 1px solid #FFF;
  }
  .menu_line2 {
    width: 100%;
    clear: both;
    height: 84px;
    border-bottom: 1px solid #3e3a39;
  }

.header_small_open {
  position: absolute;
  right: 20px;
  top: 30px;
  display: block;
}
.header_small_close {
  position: absolute;
  right: 20px;
  top: 30px;
}
.header_small_menu_list {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1200;
  background: #FFF;
  padding: 0 20px;
  overflow: hidden;
  display: none;
}
.logo2 {
  position: absolute;
  left: 20px;
  top: 29px;
}
.logo2 img {
  width: 180px;
}
.small_menu {
  width: 100%;
  padding: 75px 0;
  text-align: center;
  font-size: 16px;
  position: relative;
  line-height: 50px;
}
.small_menu a {
  color: #3e3a39;
}



@media only screen and (min-width: 768px) {
  .header_block {
    padding: 25px 34px;
  }
  .logo {
    width: 25%;
    float: left; 
  }
    .logo img {
      width: 220px;
    }

  .menu {
    width: 75%;
    float: left;
    text-align: right;
    padding-top: 8px;
    display: block;
  }
    .menu > ul > li {
      margin-left: 20px;
      font-size: 15px;
    }
  .menu_line {
    height: 28px;
    border-bottom: 1px solid #FFF;
  }
.header_small_open {
  display: none;
}
}

@media only screen and (min-width: 1100px) {
  .header_block {
    padding: 25px 0;
  }
  .logo {
    width: 30%;
    float: left; 
  }
    .logo img {
      width: 300px;
    }

  .menu {
    width: 70%;
    float: left;
    text-align: right;
    padding-top: 8px;
  }
    .menu > ul > li {
      margin-left: 50px;
      font-size: 18px;
    }
  .menu_line {
    height: 28px;
    border-bottom: 1px solid #FFF;
  }
}


#banner {
  width: 100%;
  height: 100%;
  position: relative;
}
  .banner_word {
    position: absolute;
    width: 180px;
    left: 50%;
    top: 50%;
    margin-top: -90px;
    margin-left: -90px;
    opacity: 0;
  }
  .banner_title1 {
    font-size: 20px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    padding-top: 15px;
  }

@media only screen and (min-width: 768px) {
  .banner_word {
    position: absolute;
    width: 300px;
    left: 50%;
    top: 50%;
    margin-top: -160px;
    margin-left: -150px;
  }
  .banner_title1 {
    font-size: 36px;
    padding-top: 25px;
  }
}

@media only screen and (min-width: 1100px) {
  .banner_word {
    position: absolute;
    width: 430px;
    left: 50%;
    top: 50%;
    margin-top: -200px;
    margin-left: -265px;
  }
  .banner_title1 {
    font-size: 48px;
    padding-top: 25px;
  }
}


#content {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  padding: 40px 20px 20px 20px;
}

.block_1 {
  width: 100%;
  float: left;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  cursor: pointer;
}
  .block_1:nth-child(1){
    margin: 0 0 20px 0;
  }
  .block_1:nth-child(2){
    margin: 0 0 20px 0;
  }
  .block_1:nth-child(3){
    margin: 0 0 20px 0;
  }
  .block_1:nth-child(4){
    margin: 0 0 20px 0;
  }
  .block_1:nth-child(5){
    margin: 0 0 20px 0;
  }
  .block_1:nth-child(6){
    margin: 0 0 20px 0;
  }
.content_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,102,204,0.95);
  z-index: 10;
}
.content_word {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  padding: 35px 40px;
}
.content_title1 {
  font-size: 24px;
  font-weight: 700;
  color: #FFF;
  text-align: left;
}
.content_title2 {
  font-size: 16px;
  color: #FFF;
  text-align: left;
  padding-top: 10px;
}
.content_icon {
  position: absolute;
  right: 40px;
  bottom: 35px;
}
  .content_icon1 img {
    width: 38px;
  }
  .content_icon2 img {
    width: 26px;
  }
  .content_icon3 img {
    width: 28px;
  }
  .content_icon4 img {
    width: 30px;
  }
  .content_icon5 img {
    width: 31px;
  }
  .content_icon6 img {
    width: 30px;
  }

.block_none {
  width: 40px;
  height: 40px;
  float: left;
}
.block_clear {
  height: 40px;
  clear: both;
}

@media only screen and (min-width: 768px) {
#content {
  padding: 60px 34px 30px 34px;
}

.block_1 {
  width: 48%;
  float: left;
  margin-bottom: 30px;
}
  .block_1:nth-child(1){
    margin: 0 0 30px 0;
  }
  .block_1:nth-child(2){
    margin: 0 0 30px 4%;
  }
  .block_1:nth-child(3){
    margin: 0 0 30px 0;
  }
  .block_1:nth-child(4){
    margin: 0 0 30px 4%;
  }
  .block_1:nth-child(5){
    margin: 0 4% 30px 0;
  }
  .block_1:nth-child(6){
    margin: 0 0 30px 0;
  }
.content_word {
  position: absolute;
  padding: 55px;
}
.content_title1 {
  font-size: 30px;
}
.content_title2 {
  font-size: 18px;
  padding-top: 10px;
}
.content_icon {
  right: 55px;
  bottom: 55px;
}
  .content_icon1 img {
    width: 48px;
  }
  .content_icon2 img {
    width: 34px;
  }
  .content_icon3 img {
    width: 39px;
  }
  .content_icon4 img {
    width: 42px;
  }
  .content_icon5 img {
    width: 44px;
  }
  .content_icon6 img {
    width: 43px;
  }

.block_none {
  width: 4%;
  height: 40px;
}
.block_clear {
  height: 40px;
}
}

@media only screen and (min-width: 1100px) {
#content {
  padding: 80px 0 80px 0;
}

.block_1 {
  width: 340px;
  float: left;
  margin-bottom: 40px;
}
  .block_1:nth-child(2){
    margin: 0 40px;
  }
  .block_1:nth-child(4){
    margin: 0;
  }
  .block_1:nth-child(5){
    margin: 0 40px;
  }
.content_word {
  position: absolute;
  padding: 55px;
}
.content_title1 {
  font-size: 30px;
}
.content_title2 {
  font-size: 18px;
  padding-top: 10px;
}
.content_icon {
  right: 55px;
  bottom: 55px;
}
  .content_icon1 img {
    width: 48px;
  }
  .content_icon2 img {
    width: 34px;
  }
  .content_icon3 img {
    width: 39px;
  }
  .content_icon4 img {
    width: 42px;
  }
  .content_icon5 img {
    width: 44px;
  }
  .content_icon6 img {
    width: 43px;
  }

.block_none {
  width: 40px;
  height: 40px;
}
.block_clear {
  height: 40px;
}
}

#footer {
  width: 100%;
  background: #3e3a39;
  overflow: hidden;
}
  .footer_block {
    width: 100%;
    height: 180px;
    max-width: 1100px;
    margin: auto;
    position: relative;
    padding-top: 25px;
  }
.footer_title1 {
  font-size: 13px;
  font-weight: 300;
  text-align: center;
  color: #FFF;
  display: none;
}
.footer_title2 {
  font-size: 13px;
  font-weight: 300;
  line-height: 30px;
  text-align: center;
  color: #FFF;
  display: block;
}
.footer_title1 a, .footer_title2 a {
  color: #FFF;
  padding: 0 10px;
}
.footer_title1 a:hover, .footer_title2 a:hover {
  color: #0066cc;
}
.copyright {
  font-size: 12px;
  color: #666666;
  font-weight: 300;
  text-align: center;
  padding-top: 60px;
}
.footer_logo {
  position: absolute;
  right: 50%;;
  bottom: 55px;
  margin-right: -90px;
}
.footer_logo img {
  width: 180px;
}

@media only screen and (min-width: 768px) {
.footer_block {
  height: 150px;
  padding: 35px 34px 0 34px;
}
.footer_title1 {
  font-size: 15px;
  text-align: left;
  display: block;
}
.footer_title2 {
  display: none;
}
.footer_title1 a {
  padding: 0 10px;
}
.copyright {
  font-size: 12px;
  padding-top: 35px;
  text-align: left;
}
.footer_logo {
  right: 34px;
  bottom: 40px;
  margin-right: 0px;
}
.footer_logo img {
  width: 220px;
} 
}

@media only screen and (min-width: 1100px) {
.footer_block {
  height: 150px;
  padding: 35px 0px 0 0px;
}
.footer_title1 {
  font-size: 15px;
}
.footer_title1 a {
  padding: 0 10px;
}
.copyright {
  font-size: 12px;
  padding-top: 35px;
}
.footer_logo {
  right: 0;
  bottom: 40px;
}
.footer_logo img {
  width: 300px;
}
}






.owl-carousel {
  width: 100%;
  height: 100%;
}
.owl-stage-outer, .owl-stage {
  width: 100%;
  height: 100%;
}
.owl-item {
  width: 100%;
  height: 100%;

}

.item {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
}

.owl-dots {
  position: absolute;
  margin: auto;
  text-align: center;
  width: 100%;
  bottom: 60px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
}

.owl-theme .owl-dots .owl-dot span{
  background: #FFF;
}
.owl-theme .owl-dots .owl-dot:hover span {
  background: #0066cc;
}
.owl-theme .owl-dots .owl-dot.active span {
  background: #0066cc;
}

@media only screen and (min-width: 768px) {
.owl-dots {
}
.owl-theme .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
}
}