@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(https://fonts.googleapis.com/earlyaccess/cwtexming.css);
/* 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; */
}
body {
	font-family: 'Quicksand','Noto Sans TC', "Microsoft JhengHei", sans-serif;
	font-size:18px;
	width:100%;
  height: 100%;
	-ms-overflow-style: scrollbar;
  background: url("../images/all_bg.jpg") top center repeat;
}
html {
	font-family: 'Quicksand','Noto Sans TC', "Microsoft JhengHei", sans-serif;
	font-size:18px;
	width:100%;
	height: 100%;
	-ms-overflow-style: scrollbar;
  background: url("../images/all_bg.jpg") top center repeat;
}
a:link {
	color:#dbdbdb;
	text-decoration: none;
}
a:visited {
	color:#dbdbdb;
	text-decoration: none;
}
a:hover {
	color:#dbdbdb;
	text-decoration: none;
}
a:active {
	color:#dbdbdb;
	text-decoration: none;
}
@-ms-viewport {
  width: device-width;
}
html, body {
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;  
}


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

.header_big_menu {
  position: absolute;
	z-index: 100;
	width: 1100px;
  height: 100px;
  background-image: url("../images/menu_bg.jpg");
  top: 40px;
  left: 50%;
  margin-left: -550px;
	display: none;
}
.header_logo {
	position: absolute;
	left: 40px;
	top: 21px;
}
.header_menu {
	position: absolute;
	z-index: 10000;
	right: 142px;
	top: 35px;
}

.header_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
	.header_menu ul li {
		font-size: 18px;
		display: inline-block;
		margin-left: 16px;
    width: 100px;
    text-align: center;
	}
	.header_menu ul li a {
		color: #dbdbdb;
		font-family: 'Quicksand','Noto Sans TC', sans-serif;
		font-weight: 300;
	}
	.header_menu ul li a:hover {
		color: #dbdbdb;
	}


.header_small_menu {
  position:absolute;
	z-index: 1000;
	width: 100%;
  height: 80px;
	top: 25px;
	padding:0 20px
}

.header_small_menu2 {
	position:relative;
	width: 100%;
  height: 100%;
  background-image: url("../images/menu_bg.jpg");
  padding:0 20px;
}

.header_small_open {
	position:absolute;
	top:20px;
	right:20px;
	z-index:1002;
}
.header_small_close {
	position:absolute;
	top:20px;
	right:20px;
	z-index:1002;
	display:none;
}

.header_small_logo {
	position: absolute;
	top: 16px;
	left: 20px;
	z-index: 1002;
}

	.header_small_open img {
		width:42px;
	}
	.header_small_close img {
		width:42px;
	}
	.header_small_logo img {
		width:50px;
	}
	

.header_small_menu_list {
	position:absolute;
	width:100%;
	height: 100%;
	overflow-y: auto;
	background:#0a162b;
	z-index:900;
	padding: 150px 0 100px 0;
	display:none;
	text-align: center;
	right: 0;
}
	.header_small_link {
		color:#fff;
		font-size: 18px;
		line-height: 48px;
	}
	.header_small_link a {
		color:#fff;
	}
	.header_small_link a:hover {
		color:#dbb681;
	}
	.header_small_line {
		width:90%;
		margin:auto;
		text-align:center;
		border-bottom:1px solid #a5794a;
	}
	.header_small_share {
		text-align:center;
		color:#fff;
	}
	.header_small_clear {
		height:20px;
		clear:both;
	}


@media only screen and (min-width: 768px) {
.header_small_menu_list {
	padding: 210px 0 0 0;
}
.header_small_menu {
  height: 100px;
	top: 40px;
	padding:0 60px;
	display: block;
}
	.header_small_open {
		top:30px;
		right:30px;
	}
	.header_small_close {
		top:30px;
		right:30px;
	}
	.header_small_logo {
		top: 20px;
		left: 30px;
	}
	.header_small_open img {
	}
	.header_small_close img {
	}
	.header_small_logo img {
		width: 60px;
	}
	.header_small_clear {
		height:35px;
	}
}

@media only screen and (min-width: 1150px) {
	.header_big_menu {
		display: block;
	}
	.header_small_menu {
		display: none;
	}
}




#banner {
	width: 100%;
	height: 100%;
	position: relative;
}

.slogan1 {
  position: absolute;
  width: 55px;
  right: 30px;
  top: 100px;
  opacity: 0;
  margin-right:0;
}

.slogan2 {
  position: absolute;
  width: 55px;
  right: 100px;
  top: 100px;
  opacity: 0;
  margin-right:0;
}
.slogan1 img {
  width: 37px;
}
.slogan2 img {
  width: 37px;
}

@media only screen and (min-width: 768px) {
.slogan1 {
  right: 60px;
  top: 200px;
  margin-right:0;
}

.slogan2 {
  right: 140px;
  top: 200px;
  margin-right:0;
}
.slogan1 img {
  width: 54px;
}
.slogan2 img {
  width: 47px;
}
}
@media only screen and (min-width: 1150px) {
.slogan1 {
  right: 50%;
  margin-right: -400px;
  top: 300px;
}

.slogan2 {
  right: 50%;
  margin-right: -320px;
  top: 300px;
}
.slogan1 img {
  width: 54px;
}
.slogan2 img {
  width: 47px;
}
}


#hot {
  width: 100%;
  overflow: hidden;
  padding: 60px 0 0 0;
}
.hot_title {
  width: 100%;
  float: right;
  font-size: 16px;
  font-weight: 300;
  color: #a5794a;
  padding-left: 40px;
  text-align: left;
  padding-top: 40px;
  font-family: 'cwTeXMing', serif;
}
  .hot_clear {
    height: 35px;
    clear: both;
  }

.hot_1 {
  width: 5%;
  height: 250px;
  float: left;
  padding-right: 0px;
  color: #6c7789;
  font-size: 30px;
  font-weight: 500;
  position: relative;
}
  .hot_1_title {
    position: absolute;
    bottom: 140px;
    right: 40px;
    display: none;
  }
  .hot_1_title2 {
    color: #6c7789;
    font-size: 20px;
    font-weight: 500;
    margin-left: 40px;
    padding-top: 40px;
  }


.hot_2 {
  width: 95%;
  height: 250px;
  float: left;
}
.slider {
  height: 250px;
}

.slider_word {
  position: absolute;
  left: 110px;
  bottom:100px;
  width: 170px;
  min-height: 65px;
  border-left: 10px solid #a5794a;
  background: rgba(15,32,61,0.9);
  padding: 15px;
}
  .slider_word1 {
    font-size: 18px;
    color: #ededed;
  }
  .slider_word2 {
    font-size: 14px;
    color: #ededed;
    font-weight: 300;
    padding-left: 30px;
  }


@media only screen and (min-width: 768px) {
#hot {
  width: 100%;
  overflow: hidden;
  padding: 100px 0 0 0;
}
.hot_title {
  width: 77%;
  float: right;
  font-size:20px;
  font-weight: 300;
  color: #a5794a;
  padding-left: 40px;
  text-align: left;
  padding-top: 40px;
}
  .hot_clear {
    height: 60px;
  }
.hot_1 {
  width: 20%;
  height: 500px;
  float: left;
  padding-right: 40px;
  color: #6c7789;
  font-size: 30px;
  font-weight: 500;
  position: relative;
}
  .hot_1_title2 {
    color: #6c7789;
    font-size: 20px;
    font-weight: 500;
    margin-left: 60px;
  }

.hot_2 {
  width: 80%;
  height: 500px;
}
.slider {
  height: 500px;
}
.slider_word {
  left: 350px;
  bottom:120px;
  width: 200px;
  min-height: 80px;
  padding: 20px;
}
  .slider_word1 {
    font-size: 20px;
  }
  .slider_word2 {
    font-size: 14px;
    padding-left: 40px;
  }
}
@media only screen and (min-width: 1150px) {
#hot {
  width: 100%;
  overflow: hidden;
  padding: 150px 0 0 0;
}
.hot_title {
  width: 77%;
  float: right;
  font-size:20px;
  font-weight: 300;
  padding-left: 40px;
  padding-top: 0px;
}
  .hot_clear {
    height: 90px;
  }
.hot_1 {
  width: 23%;
  height: 700px;
  padding-right: 40px;
  font-size: 30px;
}
  .hot_1_title {
    display: block;
  }
  .hot_1_title2 {
    display: none;
  }

.hot_2 {
  width: 77%;
  height: 700px;
}
.slider {
  height: 700px;
}
.slider_word {
  left: 800px;
  bottom:150px;
  width: 240px;
  min-height: 100px;
  padding: 20px;
}
  .slider_word1 {
    font-size: 24px;
  }
  .slider_word2 {
    font-size: 16px;
    padding-left: 80px;
  }
} 



#about {
  position: relative;
  overflow: hidden;
  display: none;
}
#about2 {
  position: relative;
  overflow: hidden;
  display: block;
}
.about_1 {
  width: 35%;
  float: left;
  overflow: hidden;
  text-align: right;
}
.about_2 {
  width: 65%;
  float: left;
  color: #efefef;
  font-size: 20px;
  padding-left: 80px;
  padding-top: 170px;
  position: relative;
}
  .about_3 {
    position: absolute;
    top: 120px;
    right: 100px;
    font-weight: bold;
    color: #6c7789;
    font-size: 30px;
    font-family: 'cwTeXMing', serif;
  }

.about2_1 {
  width: 100%;
  float: left;
  overflow: hidden;
  text-align: left;
  padding: 30px;
  color: #efefef;
  font-size: 16px;
}
.about2_2 {
  width: 95%;
  height: 250px;
  float: left;
  overflow: hidden;
  text-align: left;
}
  .about2_3 {
    font-weight: 500;
    color: #6c7789;
    font-size: 20px;
    text-align: right;
    padding-top: 75px;
    padding-right: 20px;
  }

@media only screen and (min-width: 768px) {
#about {
  display: block;
}
#about2 {
  display: none;
}
.about_1 {
  width: 45%;
  height: 500px;
  float: left;
  overflow: hidden;
  text-align: right;
}
.about_2 {
  width: 55%;
  float: left;
  font-size: 16px;
  padding-left: 40px;
  padding-top: 120px;
}
  .about_3 {
    top: 40px;
    right: 60px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 1150px) {
.about_1 {
  width: 35%;
  height: 700px;
  float: left;
  overflow: hidden;
  text-align: right;
}
.about_2 {
  width: 65%;
  float: left;
  font-size: 20px;
  padding-left: 80px;
  padding-top: 170px;
}
  .about_3 {
    top: 120px;
    right: 100px;
    font-size: 30px;
  }
}


#footer {
  width: 90%;
  margin: auto;
  border-top: 10px solid #977149;
  padding: 35px 0 35px 0;
  overflow: hidden;
  margin-top: 40px;
}
  .footer_1 {
    width: 100%;
    float:left;
    padding-left: 0px;
    text-align: center;
  }
  .footer_1 img {
      width: 240px;
    }
  .footer_2 {
    width: 100%;
    float:left;
    font-size: 12px;
    color: #fff;
    line-height: 24px;
    padding-top: 15px;
    padding-left: 90px;
  }

@media only screen and (min-width: 768px) {
#footer {
  width: 95%;
  margin: auto;
  border-top: 10px solid #977149;
  padding: 35px 0 35px 0;
  overflow: hidden;
  margin-top: 80px;
}
  .footer_1 {
    width: 50%;
    float:left;
    padding-left: 0;
    text-align: center;
  }
    .footer_1 img {
      width: 275px;
    }
  .footer_2 {
    width: 50%;
    float:left;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    text-align: left;
    padding-top: 0;
  }
}

@media only screen and (min-width: 1150px) {
#footer {
  width: 1100px;
  border-top: 10px solid #977149;
  padding: 90px 0 80px 0;
  margin-top: 80px;
}
  .footer_1 {
    width: 50%;
    padding-left: 80px;
  }
    .footer_1 img {
      width: 339px;
    }
  .footer_2 {
    width: 50%;
    font-size: 18px;
    line-height: 32px;
  }
}


#copyright {
  width: 100%;
  min-height: 20px;
  padding: 20px 0;
  text-align: center;
  background: rgba(108,119,137,0.8);
  color: #ededed;
  font-size: 12px;
  clear: both;
}

