*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }

body {
	background: #fff;
	color: #333;
	font-weight: 500;
	font-size: 1em;
	font-family: 'cwTeXKai','Microsoft JhengHei', Arial, sans-serif;
    overflow-x: hidden;
}

a {
	color: inherit;
	text-decoration: none;
	outline: none;
}

.rwd{
  display: none;
}

.img {
  position: relative;
  font-size: 0;
}
.img > span {
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
}
.img > span:before {
  content: ' ';
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}
.img > span > iframe {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
.img > span > iframe {
  width: 100%;
  height: 100%;
}
.clear:after{
  display: block;
  height: 0;
  clear: both;
  content: "";
  visibility: hidden;
}
.page{
  font-size: 18px;
  text-align: center;
}
.page a{
  padding: 0 5px;
}
.page a.select{
  color: red;
}
.page a.prev,
.page a.next{
  color: red;
}
header{
  width: 100%;
}
main{
  width:100%;
  background-image: url('../img/layout/main-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-bottom: 80px;
  clear: both;
}
footer{
  width:100%;
  padding: 20px 0;
  box-sizing: border-box;
  background-color: #d5d5d5;
}

/* header */
.header-logo-box{
  width: 400px;
  max-width: 100%;
  margin: 10px auto;
}

.header-menu-box{
  width: 600px;
  max-width: 100%;
  margin: 20px auto;
  font-size: 0;
}

.header-menu-box li{
  width: 25%;
  display: inline-block;
  text-align: center;
  padding: 10px 0;
  letter-spacing: 5px;
}

.header-menu-box li a{
  width: 100%;
  font-size: 20px;
  color: #000;
}
.txt{
  display: block;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
}

.menu-a{
  width: 100%;
  display: inline-block;
  transform: translate(0,0);
  transition: all 0.4s linear;
}
.menu-a-hover{
  width: 100%;
  display: inline-block;
  transition: all 0.4s linear;
  transform: translate(0,0);
  color: #db2130;
}


.banner{
  width: 100%;
}
.banner-box{
  width: 100%;
  height: 0;
  padding-bottom: 500px;
  display: block;
  position: relative;
  background-image: url('../img/layout/banner.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-box span{
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  letter-spacing: 5px;
  color: #FFF;
}

.slick-dots li button:before{
  font-size: 25px;
}
.slick-dots li{
  width: 25px;
  height: 40px;
}
.slick-dots{
  bottom: 0;
}
.slick-dots li.slick-active button:before{
  color:  #db2130;
  opacity: 1;
}

.slick-dots li button:before{
  color: #FFF;
  opacity: 1;
}
.slick-prev{
  left: -40px;
}
.slick-next{
  right: -40px;
}
.slick-prev:before{
  content:url('../img/layout/arrow-1.png');
  color:  #db2130;
}

.slick-next:before{
  content:url('../img/layout/arrow-2.png');
  color:  #db2130;
}

h2{
  width: 100%;
  font-size: 30px;
  color: #000;
  text-align: center;
  padding: 30px 0;
  letter-spacing: 5px;
}

h2 span{
  font-size: 23px;
  color: #db2130;
  letter-spacing: 5px;
  padding-left: 10px;
}

.footer-logo{
  width: 50px;
  max-width: 100%;
  margin: 0 auto;
}

footer span.footer-p{
  display: block;
  padding: 10px 0;
  padding-bottom: 0;
}

footer p{
  text-align: center;
  letter-spacing: 5px;
  padding: 5px 0;
  font-size: 13px;
}
footer span.footer-p{
  color: #3d3d3d;
}
footer a.footer-mail{
  display: inline;
  color: #db2130;
}

footer a{
  width: 10px;
  color: #847f7f;
  letter-spacing: 3px;
}