﻿@charset "utf-8";
/*清除bootstrap設定*/
.container-fluid,
.container{
	padding-left: 0;
	padding-right: 0;
}

/*---KV---*/
#kv-carousel {
	/*touch-action: none;*/
}
#kv-wrapper {
  height: auto;
  width: 100%;
  overflow: hidden;
}
#kv-wrapper .carousel-wrapper,
#kv-carousel {
  height: auto;
  width: 100%;
}
 .carousel-inner>.item>a{
 	pointer-events: auto;
 	text-align: center;
 	display: flex;
    justify-content: center;
    align-items: center;
 }
 .carousel-inner>.item>a>img {
  height: auto;
  max-width: 100%;
  min-width: 100%;
  max-width: 100%;
  width: auto;
  min-width: 1169px;
  bottom: 0;
  flex-shrink: 0;
}
#kv-carousel i {
  position: absolute;
  top: 50%;
}
.carousel-fade .carousel-inner{
	background: #003b4d;
}
.carousel-fade .carousel-inner .item {
  width: 100%;
  transition-property: opacity;
  overflow: hidden;
  opacity: 0;
  transition: all .85s linear;
}
.carousel-fade .carousel-inner .item.active{
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left{
	opacity: 0;
	float: left;
}
.carousel-fade .carousel-inner .active.left:after{
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	animation: fadeleft .85s linear;
	background: #003b4d;
	opacity: 0;
}
.carousel-fade .carousel-inner .active.right{
	opacity: 0;
}
.carousel-fade .carousel-inner .active.right:after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	animation: faderight .85s linear;
	background: #003b4d;
	opacity: 0;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  	z-index: 1;
	transition: all .85s linear;
}

.carousel-fade .carousel-control {
  	z-index: 2;
}
.carousel-inner>.item {
    -webkit-transition: -webkit-transform 1s ease-in-out;
    -o-transition: -o-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
}
.kv_pc_item{
	background-position: center;
	background-repeat: no-repeat;
	height: 700px;
	width: 100%;
}
.index_inner_block{
	position: relative;
}
.carousel-indicators{
	width: auto;
	right: 120px;
	bottom: 35px;
	left: auto;
	margin-bottom: 0;
}
.carousel-indicators li,
.carousel-indicators .active{
	border: 0;
	width: 16px;
	height: 16px;
	background: url('../../images/index/yageo_kv_icon.png') no-repeat center;
	border-radius: 0;
	opacity: 1;
	margin: 0 0 0 15px;
}
.carousel-indicators li:hover,
.carousel-indicators .active{
	background-image: url('../../images/index/yageo_kv_icon_hover.png');
}

@keyframes fadeleft {
  0% {
  	width: 0;
  	opacity: 1;
  }
  100% {
  	width: 100%;
  	opacity: 0;
  }
}
@keyframes faderight {
  0% {
  	width: 0;
	opacity: 1;
	z-index: 3;
  }
  100% {
  	width: 100%;
  	opacity: 0;
  	z-index: 1;
  }
}

.carousel-inner>.item.next, .carousel-inner>.item.active.right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
}
.carousel-inner>.item.prev, .carousel-inner>.item.active.left {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
}
@media(max-width: 768px)
{
	.carousel-inner>.item>a>img{
		min-width: 100%;
	}
	.carousel-indicators {
	    text-align: right;
	    right: 10px;
	    bottom: 10px;
	    width: 100%;
	    margin-left: -50%;
	    padding-left: 0;
	}
	.carousel-indicators li,
	.carousel-indicators .active {
	    margin: 0 6.5px 0;
	}
}

/*---影片區---*/
.index_video_block video{
	width: 100%;
	height: auto;
}

/*next icon*/
.kv_next_btn_container{
	position: relative;
}
.kv_next_btn_block{
	position: absolute;
	text-align: center;
	width: 100%;
	height: 50px;
	bottom: 30px;	
}
.kv_next_btn{
	cursor: pointer;
	margin: 0 auto;
	animation-duration: 0.8s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: ease-in-out;
  	animation-name: nextBtn;
}

@media screen and (max-width: 768px){
	.kv_next_btn_block{
		bottom: 10px;
	}
	.kv_next_btn_block img{
		width: 15%;
	}
	.kv_next_btn_block img{
		width: 60px;
	}
}

@keyframes nextBtn{
  from {
    padding-top: 0px;
  }

  to {
    padding-top: 15px;
  }
}

/*背景色*/
.index_bg_block{
	background: #eceff1;
}
.prod_slide_block.container,
.index_bg_block>.container,
.index_news_bg>.container{
	padding: 0;
}

/*---Prod輪播---*/

.prod_slide_item{
	width: 20%;
	/*height: 200px;*/
	height: 160px;
	overflow: hidden;
	border-right: 1px solid #d2d2d2;
}
.prod_slide_item a{
	display: block;
	height: 100%;
	padding-left: 30px;
	padding-right: 30px;
	/*padding-top: 40px;*/
	padding-top: 20px;
	color: #686667;
	text-decoration: none;
}
.prod_slide_item a:hover,
.prod_slide_item a:active{
	text-decoration: underline;
}

.prod_slide_item .flex_center{
	height: 64px;
	/*margin-bottom: 20px;*/
	margin-bottom: 10px;
}

.prod_slide_item h2{
	text-align: center;
	font-size: 18px;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
}

.prod_slide .swiper-button-next.swiper-button-disabled,
.prod_slide .swiper-button-prev.swiper-button-disabled{
	display: none;
}
/*2019.08.16 Elison 拿掉透明度*/
.prod_slide .swiper-button-next,
.prod_slide .swiper-button-prev{
	width: 36px;
	height: 100px;
	margin-top: -50px;
	background: #d2d2d2;
	/*opacity: 0.4;
	filter:Alpha(opacity=40);*/
}
/*2019.08.16 Elison 增加color*/
.prod_slide .swiper-button-next:hover,
.prod_slide .swiper-button-prev:hover{
	/*opacity: 1;
	filter:Alpha(opacity=100);*/
    background:#8f9195;
}
.prod_slide .swiper-button-next, 
.prod_slide .swiper-container-rtl .swiper-button-prev{
	right: 0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.prod_slide .swiper-button-prev, 
.prod_slide .swiper-container-rtl .swiper-button-next{
	left: 0;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.prod_slide:after{
	content: '';
	display: block;
	height: 100%;
	width: 2px;
	right: 0;
	top: 0;
	position: absolute;
	background: #fff;
	z-index: 5;
}

.prod_slide .swiper-button-next:after,
.prod_slide .swiper-button-prev:after{
	font-family: 'FontAwesome';
	display: block;
	width: 10px;
	height: 15px;
	color: #fff;
	line-height: 100px;
	position: absolute;
	left: 13px;
}
.prod_slide .swiper-button-prev:after{
	content: "\f053";
}
.prod_slide .swiper-button-next:after{
	content: "\f054";
}

/*---圖文區---*/
.index_img_text_block a{
	text-decoration: none;
	color: #fff;
}

.index_img_text_item .img_block,
.index_img_text_item .text_block{
	height: 420px;
}
.index_img_text_item .text_block{
	position: relative;
	text-align: center;
	padding: 100px 40px 65px 40px;
}
.index_img_text_item .text_block:before{
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	position: absolute;
	top: 50%;
	margin-top: -14px;
}
.index_img_text_item:nth-child(odd) .text_block:before{
	border-width: 14px 0 14px 14px;
	right: -34px;
}
.index_img_text_item:nth-child(even) .text_block:before{
	border-width: 14px 14px 14px 0;
	left: -34px;
}
.index_img_text_item:first-child .text_block:before{
	border-color: transparent transparent transparent #c5b23a;
}
.index_img_text_item:nth-child(2) .text_block:before{
	border-color: transparent #d06e13 transparent transparent;
}
.index_img_text_item:nth-child(3) .text_block:before{
	border-color: transparent transparent transparent #68aedf;
}
.index_img_text_item:nth-child(4) .text_block:before{
	border-color: transparent #939b4f transparent transparent;
}
.index_img_text_item:nth-child(5) .text_block:before{
	border-color: transparent transparent transparent #8b9ea8;
}
.index_img_text_item:nth-child(6) .text_block:before{
	border-color: transparent #c29c6a transparent transparent;
}
.index_img_text_item .text_block h1{
	font-size: 24px;
	line-height: 36px;
	max-height: 72px;
	overflow: hidden;
}
.index_img_text_item .text_block .space_line{
	margin: 25px auto;
	width: 110px;
	border-bottom: 1px solid #fff;
	position: relative;

}
.index_img_text_item .text_block .space_line:after{
	content: '';
	position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	left: 50%;
	top: -3px;
	margin-left: -4px;
	background: #fff;

}
.index_img_text_item .text_block p{
	display: block;
	height: 72px;
	overflow: hidden;
}
.index_img_text_item .text_block button{
	display: inline-block;
	border: 0;
	border-radius: 3px;
	background: rgba(255,255,255,0.2);
	width: 140px;
	height: 40px;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	overflow: hidden;
	-webkit-transition: all .6s 0s ease;
    transition: all .6s 0s ease;
    position: absolute;
    left: 50%;
    margin-left: -70px;
    bottom: 65px;
}
.index_img_text_item:hover .text_block button{
	background: #fff;
	color: #000;
}
.index_img_text_item .text_block button i{
	margin-left: 5px;
	font-size: 16px;
	font-weight: bold;
}

.index_img_text_item:nth-child(odd) .img_block,
.index_img_text_item:nth-child(odd) .text_block{
	float: right;
}
.index_img_text_item:nth-child(even) .img_block,
.index_img_text_item:nth-child(even) .text_block{
	float: left;
}

.index_img_text_item .img_block{
	width: 65.4%;
	overflow: hidden;
}
.index_img_text_item .img_block img{
	display: block;
	margin: 0 auto;
	
}
.index_img_text_item .img_block .bg_img{
	height: 100%;
	background-position: center;
	background-size: cover;
	-webkit-transition: all .6s 0s ease;
    transition: all .6s 0s ease;
}
.index_img_text_item:hover .img_block .bg_img{
	-webkit-transform: scale(1.05);
    transform: scale(1.05);	
}
.index_img_text_item .text_block{
	width: 34.6%;
	
}
.index_img_text_item:first-child .text_block{
	border-right: 20px solid #c5b23a;
	background: #c5b23a;
	background: linear-gradient(315deg, rgba(227, 206, 72, 1)80%, rgba(197, 178, 58, 1)100%); 
	background: -moz-linear-gradient(315deg, rgba(227, 206, 72, 1)80%, rgba(197, 178, 58, 1)100%); 
	background: -webkit-linear-gradient(315deg, rgba(227, 206, 72, 1)80%, rgba(197, 178, 58, 1)100%); 
	background: -o-linear-gradient(315deg, rgba(227, 206, 72, 1)80%, rgba(197, 178, 58, 1)100%); 
}
.index_img_text_item:nth-child(2) .text_block{
	border-left: 20px solid #d06e13;
	background: #d06e13;
	background: linear-gradient(315deg, rgba(207, 110, 19, 0.8)0%, rgba(208, 110, 19, 1)100%); 
	background: -moz-linear-gradient(315deg, rgba(207, 110, 19, 0.8)0%, rgba(208, 110, 19, 1)100%); 
	background: -webkit-linear-gradient(315deg, rgba(207, 110, 19, 0.8)0%, rgba(208, 110, 19, 1)100%); 
	background: -o-linear-gradient(315deg, rgba(207, 110, 19, 0.8)0%, rgba(208, 110, 19, 1)100%); 
}
.index_img_text_item:nth-child(3) .text_block{
	border-right: 20px solid #68aedf;
	background: #68aedf;
	background: linear-gradient(315deg, rgba(104, 174, 223, 0.8)0%, rgba(104, 174, 223, 1)100%); 
	background: -moz-linear-gradient(315deg, rgba(104, 174, 223, 0.8)0%, rgba(104, 174, 223, 1)100%); 
	background: -webkit-linear-gradient(315deg, rgba(104, 174, 223, 0.8)0%, rgba(104, 174, 223, 1)100%); 
	background: -o-linear-gradient(315deg, rgba(104, 174, 223, 0.8)0%, rgba(104, 174, 223, 1)100%); 
}
.index_img_text_item:nth-child(4) .text_block{
	border-left: 20px solid #939b4f;
	background: #939b4f;
	background: linear-gradient(315deg, rgba(147, 155, 79, 0.8)0%, rgba(147, 155, 79, 1)100%); 
	background: -moz-linear-gradient(315deg, rgba(147, 155, 79, 0.8)0%, rgba(147, 155, 79, 1)100%); 
	background: -webkit-linear-gradient(315deg, rgba(147, 155, 79, 0.8)0%, rgba(147, 155, 79, 1)100%); 
	background: -o-linear-gradient(315deg, rgba(147, 155, 79, 0.8)0%, rgba(147, 155, 79, 1)100%); 
}
.index_img_text_item:nth-child(5) .text_block{
	border-right: 20px solid #8b9ea8;
	background: #8b9ea8;
	background: linear-gradient(315deg, rgba(144,164,174, 0.8)0%, rgba(84,110,122, 1)100%); 
	background: -moz-linear-gradient(315deg, rgba(144,164,174, 0.8)0%, rgba(84,110,122, 1)100%); 
	background: -webkit-linear-gradient(315deg, rgba(144,164,174, 0.8)0%, rgba(84,110,122, 1)100%); 
	background: -o-linear-gradient(315deg, rgba(144,164,174, 0.8)0%, rgba(84,110,122, 1)100%); 
}
.index_img_text_item:nth-child(6) .text_block{
	border-left: 20px solid #c29c6a;
	background: #c29c6a;
	background: linear-gradient(315deg, rgba(206,170,121,0.8)0%, rgba(178,134,74,1)100%); 
	background: -moz-linear-gradient(315deg, rgba(206,170,121,0.8)0%, rgba(178,134,74,1)100%); 
	background: -webkit-linear-gradient(315deg, rgba(206,170,121,0.8)0%, rgba(178,134,74,1)100%); 
	background: -o-linear-gradient(315deg, rgba(206,170,121,0.8)0%, rgba(178,134,74,1)100%); 
}

@media screen and (max-width: 768px){
	.index_img_text_item .img_block,
	.index_img_text_item .text_block{
		width: 100%;
		float: none;
		height: auto;
	}
	.index_img_text_item .text_block{
		min-height: 380px;
		padding: 65px 10px 40px 10px;
	}
	.index_img_text_item .text_block h1,
	.index_img_text_item .text_block p{
		height: auto;
	}
	.index_img_text_item .text_block p{
		min-height: 72px;
		margin-bottom: 35px;
	}
	.index_img_text_item .text_block button{
		position: static;
		left: auto;
		bottom: auto;
		margin-left: 0;
	}
	.index_img_text_item .img_block img{
		width: 100%;
		height: auto;
	}
	.index_img_text_item:first-child .text_block{
		border-right: 0;
		border-top: 20px solid #c5b23a;
	}
	.index_img_text_item:nth-child(2) .text_block{
		border-left: 0;
		border-top: 20px solid #d06e13;
	}
	.index_img_text_item:nth-child(3) .text_block{
		border-right: 0;
		border-top: 20px solid #68aedf;
	}
	.index_img_text_item:nth-child(4) .text_block{
		border-left: 0;
		border-top: 20px solid #939b4f;
	}
	.index_img_text_item:nth-child(5) .text_block{
		border-right: 0;
		border-top: 20px solid #8b9ea8;
	}
	.index_img_text_item:nth-child(6) .text_block{
		border-left: 0;
		border-top: 20px solid #c29c6a;
	}
	.index_img_text_item:nth-child(odd) .text_block:before,
	.index_img_text_item:nth-child(even) .text_block:before{
		border-width: 0 15px 15px 15px;
		right: auto;
		left: 50%;
		margin-left: -15px;
		top: -20px;
	}
	.index_img_text_item:first-child .text_block:before{
		border-color: transparent transparent #c5b23a transparent;
	}
	.index_img_text_item:nth-child(2) .text_block:before{
		border-color: transparent transparent #d06e13 transparent;
	}
	.index_img_text_item:nth-child(3) .text_block:before{
		border-color: transparent transparent #68aedf transparent;
	}
	.index_img_text_item:nth-child(4) .text_block:before{
		border-color: transparent transparent #939b4f transparent;
	}
	.index_img_text_item:nth-child(5) .text_block:before{
		border-color: transparent transparent #68aedf transparent;
	}
	.index_img_text_item:nth-child(6) .text_block:before{
		border-color: transparent transparent #c29c6a transparent;
	}

}

/*---資訊區---*/
.index_news_bg{
	background: #fff;
	
}
.index_info_block{
	/*padding: 90px 0;*/
	padding: 50px 0;
}
.index_info_block .index_info_item{
	width: 33.33%;
	float: left;
	padding: 0 50px;
	height: 390px;
	border-left: 1px solid #d2d2d2;
}
.index_info_block .index_info_item:first-child{
	border-left: 0;
}
.index_info_item>h3{
	font-size: 28px;
	padding-bottom: 20px;
	margin-bottom: 15px;
	text-align: center;
	position: relative; 
}
.index_info_item>h3:after{
	content: '';
	display: block;
	width: 60px;
	height: 4px;
	background: #f67c0b;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	bottom: 0;
}
.index_news_list,
.index_news_list>li{
	display: block;

}
.index_news_list>li{
	height: 140px;
	padding: 30px 0;
}
.index_news_list>li:first-child{
	border-bottom: 1px solid #d2d2d2;
}
.index_news_list>li .date{
	color: #8f9195;
	margin-bottom: 10px;
	
}
.index_news_list>li>a{
	color: #000;
	display: block;
	max-height: 48px;
	overflow: hidden;
	text-decoration: none;
}
.index_news_list>li>a:hover,
.index_news_list>li>a:active{
	text-decoration: underline;
}

.index_new_more_block{
	text-align: right;
}
.index_info_block a.index_new_more{
	display: inline-block;
	font-size: 14px;
	line-height: 36px;
	margin-left: auto;
	text-decoration: none;
	color: #686667;
}
.index_info_block a.index_new_more:hover,
.index_info_block a.index_new_more:active{
	color: #000;
	text-decoration: underline;
}
.index_info_block a.index_new_more i{
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;

}

@media screen and (max-width: 768px){
	.index_info_block{
		padding: 60px 0 0 0;

	}
	.index_info_block .index_info_item{
		width: 100%;
		float: none;
		padding: 0 10px 60px 10px;
		height: auto;
		border-left: 0;

	}
	.index_news_list>li{
		height: auto;
	}
	.index_news_list>li>a{
		max-height: none;
	}
}
/*200220209 Elison新增*/
.kv_pc_item {
    background-color: #003b4d;
}
.index_video {
    min-width: 100%;
    min-height: 100%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
.kv_pc_item {
    background-color: #003b4d;
    height: 0;
     padding-top: 125%;
}
    .index_video {
        max-height: 100%;
        max-width: 100%;
    }
}