.index-banner-img-box{
    width: 100%;
    display: block;
}
.index-banner-list{
	position: relative;
}
.index-banner-img{
    width: 100%;
    height: 100vh;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.index-banner-slong{
	position: absolute;
	top: calc(50% - 32px);
	text-align: center;
	font-family: 'cwTeXFangSong';
	font-size: 40px;
	width: 100%;
}
.index-banner-slong span,
.index-video-slong span{
	color: #FFF;
	text-shadow: rgba(0, 0, 0, 0.7) 2px 2px 2px;
	position: relative;
}
.index-banner-slong span:before,
.index-video-slong span:before{
	content: '';
	width: 39%;
	height: 1px;
	display: block;
	background-color: #FFF;
	right: 0;
	bottom: -15px;
	position: absolute;
}
.index-banner-slong span:after,
.index-video-slong span:after{
	content: '';
	width: 7%;
	height: 1px;
	display: block;
	background-color: #FFF;
	right: 0;
	bottom: -33px;
	position: absolute;
}
.index-banner-box{
	width: 100%;
	height: 100vh;
	display: block;
	position: relative;
}

.index-video-box{
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}
.index-video{
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	z-index: 5;
}
.index-video-slong{
	width: 100%;
	text-align: center;
	font-size: 36px;
	color: #FFF;
	display: block;
	position: absolute;
	z-index: 9;
	top: 48%;
	text-shadow: rgba(0,0,0,0.6) 2px 2px 2px;
	font-family: 'cwTeXFangSong';
}
.index-video-bg{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.mbYTP_wrapper iframe{
    top: -10%!important;
}



/* ----------news------------- */
#news{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}
.news-bg-box{
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.news-table-box{
	width: 1200px;
	height: calc(100% - 75px);
	max-width: 100%;
	display: table;
	margin: 0 auto;
	margin-top: 75px;
	position: relative;
	z-index: 5;
}
.news-box{
	display: table-cell;
	vertical-align: middle;
}
.news-list-box{
	width: 300px;
	display: block;
	max-width: 100%;
	height: 750px;
	max-height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	position: relative;
	float: left;
}

.border-top1{
	width: 50px;
	height: 3px;
	background-color: #d1a709;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.border-top2{
	width: 50px;
	height: 3px;
	background-color: #d1a709;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}

.border-right1{
	width: 3px;
	height: 50px;
	background-color: #d1a709;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}
.border-right2{
	width: 3px;
	height: 50px;
	background-color: #d1a709;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
}
.border-bottom2{
	width: 50px;
	height: 3px;
	background-color: #d1a709;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
}
.border-bottom1{
	width: 50px;
	height: 3px;
	background-color: #d1a709;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}
.border-left1{
	width: 3px;
	height: 50px;
	background-color: #d1a709;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.border-left2{
	width: 3px;
	height: 50px;
	background-color: #d1a709;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}

.news-list-title{
	font-size: 30px;
	font-family: "Noto Sans TC";
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding: 10px 0;
}
.news-list-title span{
	font-weight: bold;
}
.news-list-title span:nth-child(1){
	font-weight: 400;
	font-size: 16px;
	display: inline-block;
	vertical-align: bottom;
	padding: 0 10px;
	font-family: "Noto Sans TC";
	padding-bottom: 5px;
}
.news-list-title span:nth-child(2){
	font-weight: bold;
	font-size: 18px;
	color: #f0c722;
	font-family: "Noto Sans TC";
}
.news-list-line{
	width: 280px;
	max-width: 100%;
	display: block;
	margin: 0 auto;
	margin-top: 10px;
	position: relative;
	height: 1px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3e2a00+0,ffca06+100 */
	background: #3e2a00; /* Old browsers */
	background: -moz-linear-gradient(top, #3e2a00 0%, #ffca06 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #3e2a00 0%,#ffca06 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #3e2a00 0%,#ffca06 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e2a00', endColorstr='#ffca06',GradientType=0 ); /* IE6-9 */ 
}
.news-list-line:after{
	content: '';
	width: 20px;
	height: 10px;
	display: block;
	position: absolute;
	top: -10px;
	-webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	left: calc(50% - 10px);
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffca06+0,3e2a00+100 */
	background: #ffca06; /* Old browsers */
	background: -moz-linear-gradient(top, #ffca06 0%, #3e2a00 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffca06 0%,#3e2a00 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffca06 0%,#3e2a00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffca06', endColorstr='#3e2a00',GradientType=0 ); /* IE6-9 */
}

.news-list{
	width: 280px;
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.news-list li{
	width: 100%;
	color: #FFF;
	display: block;
	font-size: 16px;
	border-bottom: 1px dashed #d1a709;
	padding: 5px 0;
	margin-top: 10px;
	position: relative;
	padding-left: 25px;
	box-sizing: border-box;
}

.news-list li a{
	letter-spacing: 1px;
	display: block;
}
.news-list li a:before{
	content: '';
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	left: 0;
	background-image: url('../img/arrow.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	top: 10px;
}

.news-edit-box{
	width: 800px;
	max-width: 100%;

	max-height: 100%;
	display: block;
	float: right;
	position: relative;
}
.news-edit-bg{
	width: 100%;
	height: 750px;
	display: block;
	position: relative;
	opacity: 0.8;
}
.news-edit-bg img{
	height: 100%;
	width: 100%;
}

.news-edit{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	padding: 40px 20px;
	box-sizing: border-box;
}

.news-edit-title-box{
	width: 100%;
	display: block;
	font-family: 'cwTeXFangSong';
	height: 44px;
	overflow: hidden;
	padding: 0 20px;
	box-sizing: border-box;
}
.news-edit-title{
	display: block;
	font-size: 28px;
	float: left;
	letter-spacing: 2px;
	color: #fbd022;
}
.news-edit-time{
	display: block;
	float: right;
	font-size: 14px;
	color: #fbd022;
	margin-top: 18px;
}

.news-edit-line{
	width: calc(100% - 40px);
	display: block;
	height: 1px;
	margin: 0 auto;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffca06+0,45250d+68 */
	background: #ffca06; /* Old browsers */
	background: -moz-linear-gradient(top, #ffca06 0%, #45250d 68%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffca06 0%,#45250d 68%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffca06 0%,#45250d 68%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffca06', endColorstr='#45250d',GradientType=0 ); /* IE6-9 */
}

.edit-box{
	width: 100%;
	font-size: 16px;
	height: calc(100% - 65px);
	overflow: auto;
	color: #FFF;
	letter-spacing: 1px;
	padding: 0 20px;
	box-sizing: border-box;
	margin-top: 20px;
	line-height: 1.6;
	text-align: justify;
	-webkit-overflow-scrolling: touch;
    scrollbar-face-color: #367CD2;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-track-color: #FFFFFF;
    scrollbar-arrow-color: #FFFFFF;
}

/* Let's get this party started */
.edit-box::-webkit-scrollbar {
    width: 7px;
}
 
/* Track */
.edit-box::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
.edit-box::-webkit-scrollbar-thumb { 
	width: 10px;
  	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffca06+0,4c2c07+100 */
	background: rgb(255,202,6); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,202,6,1) 0%, rgba(76,44,7,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,202,6,1) 0%,rgba(76,44,7,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,202,6,1) 0%,rgba(76,44,7,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffca06', endColorstr='#4c2c07',GradientType=0 ); /* IE6-9 */-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

/* -----------------contact------------------ */
#contact{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}

.contact-bg-box{
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.contact-table-box{
	width: 1200px;
	height: calc(100% - 75px);
	max-width: 100%;
	display: table;
	margin: 0 auto;
	margin-top: 75px;
	position: relative;
	z-index: 5;
}
.contact-box{
	display: table-cell;
	vertical-align: middle;
}
.contact-info{
	width: 600px;
	max-width: 100%;
	display: block;
	position: relative;
	margin: 0 auto;
}
.contact-border{
	width: 100%;
	height: 550px;
	max-height: 100%;
	display: block;
	opacity: 0.8;
}
.contact-border img{
	height: 100%;
	width: 100%;
}
.contact-from{
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}

.contact-from ul{
	width: 500px;
	max-width: 100%;
	display: block;
	margin: 0 auto;
	color: #FFF;
}
.contact-title{
	font-size: 18px;
	color: #f0c722;
	font-weight: bold;
	padding: 20px 0;
	font-family: "Noto Sans TC";
}

.contact-title span:nth-child(1){
	font-size: 16px;
	display: inline-block;
	font-weight: 400;
	padding: 0 10px;
	color: #FFF;
}
.contact-title span:nth-child(2){
	font-size: 30px;
	font-weight: bold;
	display: inline-block;
	padding-right: 20px;
	color: #FFF;
}
.contact-tel{
	display: inline-block;
	font-size: 14px;
	color: #FFF;
	font-weight: 300;
}

.contact-from ul li{
	display: block;
	padding-top: 20px;
	color: #FFF;
}

.contact-name{
	width: 200px;
	max-width: 100%;
	display: block;
	float: left;
}

.contact-phone{
	width: 200px;
	display: block;
	max-width: 100%;
	float: right;
}
.contact-from ul li.contact-text input{
	background-color: rgba(0, 0, 0, 0.0);
	border: 0;
	border-bottom: 1px solid #FFF;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 1px;
	outline: none;
	color: #FFF;
	width: 100%;
}
.contact-p{
	font-size: 18px;
	display: inline-block;
}
.contact-radio{
	display: inline-block;
	font-size: 18px;
}
.contact-radio input{
	margin-top: 0;
    width: 18px;
    vertical-align: middle;
    height: 18px;
    background-color: rgba(0, 0, 0, 0.0);
    margin-bottom: 3px;
}

.contact-from ul li.button{
	display: block;
	margin:  0 auto;
	color: #ffca06;
	font-size: 20px;
	position: relative;
	width: 100px;
	max-width: 100%;
	text-align: center;
}
.contact-from ul li.button input{
	font-size: 20px;
	background-color: rgba(0, 0, 0, 0.0);
	color: #ffca06;
	border: 0;
	padding: 0;
	font-family: "微軟正黑體";
	width: 100%;
	cursor: pointer;
	position: relative;
	z-index: 5;
}

.check{
	position: absolute;
	right: 8px;
	bottom: -2px;
	z-index: 1;
}

::-webkit-input-placeholder { color: #FFF; }
:-moz-placeholder { color: #FFF; }
::-moz-placeholder { color: #FFF; }
:-ms-input-placeholder { color: #FFF; }

/*表單送出*/
.contact-thanks-box{
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
}
.contact-thanks-box.active{
  -webkit-align-items: center;
          align-items: center;
    -webkit-justify-content: center;
          justify-content: center;
    display: -webkit-flex;
    display:         flex;
}
.contact-thanks{
  background-color: #7d7d7d;
  position: relative;
  padding: 80px;
  border-radius: 20px;
  z-index: 6;
}
.contact-thanks-p{
  font-size: 26px;
  line-height: 1.6;
  letter-spacing: 2px;
  font-weight: bold;
  color: #FFF;
  display: block;
}
.contact-out{
  width: 20px;
  height: 20px;
  max-width: 100%;
  display: block;
  position: absolute;
  border-radius: 50%;
  border: 1px solid #FFF;
  top: 4%;
  right: 4%;
  cursor: pointer;
}
.contact-out span{
  width: 15px;
  height: 1px;
  background-color: #FFF;
  display: block;
  margin: 0 auto;
  position: relative;
}
.contact-out span:nth-child(1){
  top: 9px;
    left: 0.5px;
    transform: rotate(45deg);
}
.contact-out span:nth-child(2){
    top: 8px;
    left: 0.5px;
    transform: rotate(-45deg);
}
.contact-thanks-mask{
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
}

/* 按鈕 */
.demo--label{
	margin-top: 15px;
	display:inline-block;
	font-size: 18px;
}
.satisfaction .demo--label:nth-child(3){
	margin: 0 42px;
	margin-top: 15px;
}
.change .demo--label{
	margin-left: 57px;
}
.contact-time .demo--label{
	margin-right: 36px;
}
.contact-time .demo--label:last-child{
	margin-right: 0;
}
.demo--radio{
	display:none
}
.demo--radioInput{
	background-color:rgba(0,0,0,0);
	border:1px solid rgba(255,255,255,1);
	border-radius:100%;
	display:inline-block;
	height:15px;margin-right:10px;
	margin-right: 5px;
    margin-top: -6px;
	vertical-align:middle;
	width:15px;
	line-height:1;
	position: relative;
}
.demo--radio:checked + .demo--radioInput:after{
	background-color: #bebfbe;
    border-radius: 100%;
    content: "";
    display: inline-block;
    height: 10px;
    top: 2.49px;
    width: 10px;
    left: 2.72px;
    position: absolute;
}
.demo--checkbox.demo--radioInput,
.demo--radio:checked + .demo--checkbox.demo--radioInput:after{
	border-radius:0
}



.footer{
	width: 100%;
	display: block;
	position: absolute;
	z-index: 9;
	bottom: 0;
	text-align: center;
	line-height: 40px;
	background-color: rgba(0, 0, 0, 0.8)
}
.footer-box{
	width: 100%;
	display: block;
	text-align: center;
}
.footer-title{
	font-size: 14px;
	color: #FFF;
	display: inline-block;
}
.footer-link{
	display: inline-block;
	font-size: 14px;
	color: #FFF;
}
.footer-line{
	width: 2px;
	height: 15px;
	display: inline-block;
	margin: 0 10px;
	background-color: #FFF;
	vertical-align: middle;
}