@charset "utf-8";
/*--- KV ---*/
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: auto;
}
.swiper-container-horizontal>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}
.kv_block .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 20px 0;
}
.kv_block{
	width: 100%;
	/*height: 100vh;
	height: -webkit-calc(100vh - 90px);
	height: -moz-calc(100vh - 90px);
	height: calc(100vh - 90px);*/
	position: relative;
}
.kv_block:before{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	/*height: -webkit-calc(100vh - 90px);
	height: -moz-calc(100vh - 90px);
	height: calc(100vh - 90px);*/
	z-index: 100;
	background: #fff;
    -moz-transition: -moz-width 1.2s cubic-bezier(0.53,0.01,0.56,1.01) .1s,opacity 1.2s cubic-bezier(0.53,0.01,0.56,1.01) .1s;
    -o-transition: -o-width 1.2s cubic-bezier(0.53,0.01,0.56,1.01) .1s,opacity 1.2s cubic-bezier(0.53,0.01,0.56,1.01) .1s;
    -webkit-transition: -webkit-width 1.2s cubic-bezier(0.53,0.01,0.56,1.01),opacity 1.2s cubic-bezier(0.53,0.01,0.56,1.01);
    -webkit-transition-delay: .1s,0.1s;
    transition: width 1.2s cubic-bezier(0.53,0.01,0.56,1.01) .1s,opacity 1.2s cubic-bezier(0.53,0.01,0.56,1.01) .1s;
	opacity: 1;
}
.kv_block.active:before{
	opacity: 0;
	width: 0;
}
.kv_block .swiper-container{
    width: 100%;
    height: 100%;
}
.kv_block .swiper-slide {
  	text-align: center;
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
  	-webkit-box-pack: center;
  	-ms-flex-pack: center;
  	-webkit-justify-content: center;
  	justify-content: center;
  	-webkit-box-align: center;
  	-ms-flex-align: center;
  	-webkit-align-items: center;
  	align-items: center;
}
.kv_block a{
	display: block;
	width: 100%;
	height: 100%;
}
.index_kv_img{
	width: 100%;
	/*height: 100%;*/
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.index_kv_img img{
	display: block;
	width: 100%;
	max-width: none;
}
/*pager*/
.kv_block .swiper-container-horizontal>.swiper-pagination-bullets{
	right: auto;
	left: 11.11%;
}
.kv_block .swiper-pagination-bullet{
	width: 13px;
	height: 13px;
	opacity: .5;
	background: #e5e5e5;
	outline: 0;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}
.kv_block .swiper-pagination-bullet-active{
	background: #c70025;
}
.kv_block .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 20px 0;

}
@media screen and (max-width: 1199px){
	/*.kv_block:before,
	.kv_block{
		height: -webkit-calc(100vh - 60px);
		height: -moz-calc(100vh - 60px);
		height: calc(100vh - 60px);
	}*/
	/*pager*/
	.kv_block .swiper-container-horizontal>.swiper-pagination-bullets{
		right: auto;
		left: 25px;
	}
}

/*---影片區---*/
.index_video_block{
	position: relative;
	height: 100vh;
	overflow: hidden;
}
.index_video_block video{
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	height: auto;
	background: #000;
}
/*scroll icon*/
.index_scroll_block{
	width: 100%;
	text-align: center;
	position: relative;
}
.index_scroll_icon{
    /*width: 100px;*/
    width: 100%;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #a0a0a0;
    position: absolute;
    /*left: 50%;*/
    left: 0;
    bottom: 50px;
    /*bottom: 2.6vw;*/
    /*margin-left: -50px;*/
    z-index: 15;
    cursor: pointer;
    /*padding: 20px 10px 10px 10px;*/
    padding: 30px 10px 10px 10px;
}
.index_scroll_icon:before{
    font-family: 'FontAwesome';
    content: "\f107";
    display: block;
    position: absolute;
    font-size: 18px;
    line-height: 24px;
    color: #fefefe;
    bottom: 10px;
    text-align: center;
    /*top: -10px;*/
    top: 0;
    left: 50%;
    width: 13px;
    margin-left: -6.5px;
    -webkit-animation: fade_move_down 2s ease-in-out infinite;
    -moz-animation: fade_move_down 2s ease-in-out infinite;
    animation: fade_move_down 2s ease-in-out infinite;
}
@media screen and (max-width: 1023px){
	.index_scroll_icon{
		/*bottom: 35px;*/
		/*bottom: 120px;*/
		bottom: 15vh;
	}
}
/*@media screen and (max-width: 767px){
	.index_scroll_icon{
		bottom: 25px;
	}
}*/

/*animated scroll arrow animation*/
@-webkit-keyframes fade_move_down {
0%   { -webkit-transform:translate(0,-10px); opacity: 0;  }
50%  { opacity: 1;  }
100% { -webkit-transform:translate(0,10px); opacity: 0; }
}
@-moz-keyframes fade_move_down {
0%   { -moz-transform:translate(0,-10px); opacity: 0;  }
50%  { opacity: 1;  }
100% { -moz-transform:translate(0,10px); opacity: 0; }
}
@keyframes fade_move_down {
0%   { transform:translate(0,-10px); opacity: 0;  }
50%  { opacity: 1;  }
100% { transform:translate(0,10px); opacity: 0; }
}


/*--- Prod block ---*/
.index_prod_block{
	background-image: url("lextar_index_block2_bg.jpg");
	background-repeat: no-repeat;
	background-position: top;
	background-color: #e0e4e6;
	background-size: cover;
	padding: 140px 0 130px 0;
}
.index_prod_block .container{
	position: relative;
	max-width: 1600px;
	padding-left: 15px;
	padding-right: 15px;
}
.index_prod_top_img_block{
	position: relative;
	width: 57.96%;
	padding-top: 35.03%;
	margin-bottom: 30px;
}
.index_prod_top_img{
	background-repeat: no-repeat;
	background-position: left;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	-webkit-transition: .5s  cubic-bezier(0.53,0.01,0.56,1.01);
	-moz-transition: .5s  cubic-bezier(0.53,0.01,0.56,1.01);
	-o-transition: .5s  cubic-bezier(0.53,0.01,0.56,1.01);
	transition: .5s  cubic-bezier(0.53,0.01,0.56,1.01);
	/*width: 100%;*/
}
.index_prod_top_img.active{
	width: 100%;
}
.index_prod_top_title{
	position: absolute;
	/*bottom: 15.45%;
	right: -43.96%;*/
	right: -400px;
	bottom: 15.45%;
	width: 510px;
	height: 240px;
	color: #fff;
	padding: 45px 20px 0 55px;
	z-index: 10;
}
.index_event_info:after,
.index_prod_top_title:after{
	content: '';
	display: block;
	background: #c70025;
	top: 0;
	right: 0;
	width: 0;
	height: 100%;
	position: absolute;
	z-index: -1;
	-webkit-transition: .5s  cubic-bezier(0.53,0.01,0.56,1.01);
	-moz-transition: .5s  cubic-bezier(0.53,0.01,0.56,1.01);
	-o-transition: .5s  cubic-bezier(0.53,0.01,0.56,1.01);
	transition: .5s  cubic-bezier(0.53,0.01,0.56,1.01);
	/*width: 100%;*/
}
.index_event_info.active:after,
.index_prod_top_title.active:after{
	width: 100%;
}
.index_prod_top_title h1{
	font-family: 'GillSansNova-Heavy', Arial, Verdana, 'GillSansNova-Book', 微軟正黑體 , 新細明體;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 20px;
	line-height: 1.5em;
}
.index_prod_top_title h1 div,
.index_news_block .news_title_block .title_underline div{
	height: 1.5em;
	overflow: hidden;
}
.index_prod_top_title p{
	display: block;
	height: 52px;
	overflow: hidden;
}
.title_underline{
	position: relative;
	margin-bottom: 15px;
}
.title_underline:after{
	content: '';
	display: block;
	width: 80px;
	height: 5px;
	background: #fff;
	position: absolute;
	bottom: -5px;
	left: 0;
}
.title_underline.red:after{
	background: #c70025;
}

@media screen and (max-width: 1199px){
	.index_contact_block .container,
	.index_prod_block .container{
		padding-left: 40px;
		padding-right: 40px;
	}
	.index_prod_top_title{
		bottom: 10%;
	}
	
}
@media screen and (max-width: 1023px){
	.index_prod_block{
		padding: 60px 0;
	}
	.index_prod_block .container{
		padding: 0 20px;
	}
	.index_prod_top_img_block{
		margin-bottom: 135px;
		width: 89.44%;
		padding-top: 54.03%;
	}
	.index_prod_top_title{
		position: absolute;
		right: -80px;
		bottom: -75px;
		width: 432px;
		height: 165px;
		padding: 25px 20px 0 35px;
	}
	.index_prod_top_title p{
		height: 48px;
	}
}

@media screen and (max-width: 767px){
	.index_prod_block{
		padding: 0 0 30px 0;
	}
	.index_prod_top_img_block{
		width: 100%;
		width: -webkit-calc(100% + 40px);
		width: -moz-calc(100% + 40px);
		width: calc(100% + 40px);
		padding-top: 0;
		margin-left: -20px;
		margin-right: -20px;
		margin-bottom: 20px;
	}
	.index_prod_top_title{
		position: relative;
		width: 100%;
		height: auto;
		right: auto;
		bottom: auto;
		padding: 25px 20px 25px 35px;
	}
	.index_prod_top_title p{
		height: auto;
	}

}

/*--- Prod slide ---*/
.index_prod_slider_block{
	position: relative;
}
.index_prod_slider_block .swiper-container{
	padding-top: 70px;
	margin-top: -70px;
	
}
.index_prod_slider_block .swiper-container .swiper-wrapper.center_setting{
    justify-content: center;
}
.index_prod_list_block a.prod_item,
.index_prod_slider_block a.prod_item{
	display: block;
	text-decoration: none;
	color: #ca1738;
	width: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.index_prod_list_block li:hover a.prod_item,
.index_prod_slider_block .swiper-slide:hover a.prod_item{
	color: #fff;
	-webkit-box-shadow: 0 8px 20px 0 rgba(0,0,0,.3);
    box-shadow: 0 8px 20px 0 rgba(0,0,0,.3);
	-webkit-transform: translateY(-70px);
	-ms-transform: translateY(-70px);
	transform: translateY(-70px);
}
.index_prod_list_block .img,
.index_prod_slider_block .img{
	padding-top: 62.33%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

}
.index_prod_list_block .info,
.index_prod_slider_block .info{
	border-top: 5px solid #c70025;
	height: 180px;
	padding: 20px;
	overflow: hidden;
	background-image: url("lextar_index_prod_bg.jpg");
	background-repeat: no-repeat;
	background-position: top;
	background-color: #e0e4e6;
	background-size: cover;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}
.index_prod_list_block li:hover .info,
.index_prod_slider_block .swiper-slide:hover .info{
	background: #c70025;
}
.index_prod_list_block a.prod_item .info h2,
.index_prod_slider_block a.prod_item .info h2{
	display: block;
	height: 72px;
	text-align: left;
	overflow: hidden;
	-webkit-transition: .1s ease;
	-moz-transition: .1s ease;
	-o-transition: .1s ease;
	transition: .1s ease;
	color: #ca1738;
	font-weight: bold;
	margin-bottom: 20px;
}
.index_prod_list_block li:hover a.prod_item .info h2,
.index_prod_slider_block .swiper-slide:hover a.prod_item .info h2{
	color: #fff;
}
.index_prod_list_block{
	display: block;
}
.index_prod_list_block li{
	display: block;
	padding-bottom: 30px;
}
/*prev next*/
.index_prod_slider_block .swiper-button-next,
.index_prod_slider_block .swiper-button-prev{
	width: 50px;
	height: 90px;
	margin-top: -45px;
	background-size: contain;
	outline: 0;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;

}
.index_prod_slider_block .swiper-button-prev,
.index_prod_slider_block .swiper-container-rtl .swiper-button-next,
.index_prod_slider_block .swiper-button-next,
.index_prod_slider_block .swiper-container-rtl .swiper-button-prev{
	opacity: 0.5;
	filter:Alpha(opacity=50);
}
.index_prod_slider_block .swiper-button-prev:hover,
.index_prod_slider_block .swiper-container-rtl .swiper-button-next:hover,
.index_prod_slider_block .swiper-button-next:hover,
.index_prod_slider_block .swiper-container-rtl .swiper-button-prev:hover{
	opacity: 1;
	filter:Alpha(opacity=100);
	
}
.index_prod_slider_block .swiper-button-prev,
.index_prod_slider_block .swiper-container-rtl .swiper-button-next{
	background-image: url("lextar_index_prod_prev_hover.jpg");
	left: -70px;
}
.index_prod_slider_block .swiper-button-next,
.index_prod_slider_block .swiper-container-rtl .swiper-button-prev{
	background-image: url("lextar_index_prod_next_hover.jpg");
	right: -70px;
}
.index_prod_slider_block .swiper-button-next.swiper-button-disabled,
.index_prod_slider_block .swiper-button-prev.swiper-button-disabled{
	display: none;
}

@media screen and (max-width: 1710px){
	.index_prod_slider_block .swiper-button-prev,
	.index_prod_slider_block .swiper-container-rtl .swiper-button-next{
		left: 0;
	}
	.index_prod_slider_block .swiper-button-next,
	.index_prod_slider_block .swiper-container-rtl .swiper-button-prev{
		right: 0;
	}
}
@media screen and (max-width: 1023px){
	.index_prod_slider_block{
		padding: 0 35px;
	}
}
@media screen and (max-width: 767px){
	.index_prod_list_block li:hover a.prod_item,
	.index_prod_slider_block .swiper-slide:hover a.prod_item{
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

/*--- circle arrow more ---*/
.circle_arrow_block{
	position: relative;
	width: 100%;
	margin-bottom: 50px;
}
.index_event_info .circle_arrow_block{
	position: absolute;
	bottom: 20px;
	left: 50px;
	margin-bottom: 0;
	width: 100%;
	width: -webkit-calc(100% - 100px);
	width: -moz-calc(100% - 100px);
	width: calc(100% - 100px);
}
@media screen and (max-width: 1023px){
	.index_event_info .circle_arrow_block{
		left: 25px;
		width: -webkit-calc(100% - 50px);
		width: -moz-calc(100% - 50px);
		width: calc(100% - 50px);
	}
}
@media screen and (max-width: 767px){
	.index_event_info .circle_arrow_block{
		left: auto;
		bottom: auto;
		width: 100%;
		position: relative;
		margin-top: 20px;
	}
}
/*circle*/
.circle_block{
	position: relative;
	width: 34px;
	/*height: 34px;*/
	height: 36px;
	opacity: 1;
}
.circle_block .wrapper{
	width: 17px; 
	height: 34px; 
	position: absolute; 
	top:0; 
	overflow: hidden;
}
.circle_block .right{
	right:0;
}
.circle_block .left{
	left:0;
}
.circle_block .circle_line{ 
	width: 34px; 
	height: 34px; 
	border: 1px solid transparent; 
	border-radius: 50%; 
	position: absolute; 
	top:0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.circle_block .right_circle{
	border-top: 1px solid #535353;
	border-right: 1px solid #535353; 
	right:0;
}
.circle_block .left_circle{
	border-bottom: 1px solid #535353;
	border-left: 1px solid #535353; 
	left:0;
}
.index_event_info .circle_block .right_circle{
	border-top: 1px solid #fff;
	border-right: 1px solid #fff; 
}
.index_event_info .circle_block .left_circle{
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff; 
}
.circle_arrow_target:hover .circle_arrow_block .circle_block{
	opacity: 0;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
	transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
}
.circle_arrow_target:hover .circle_arrow_block .circle_line.right_circle{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: .6s ease;
	-moz-transition: .6s ease;
	-o-transition: .6s ease;
	transition: .6s ease;
}
/*line*/
.circle_arrow_block:before{
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #535353;
	position: absolute;
	left: 0;
	top: 0;
	transform: scaleX(0);
    transform-origin: 10px 50%;
}
.circle_arrow_target:hover .circle_arrow_block:before{
	transform: scaleX(1);
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
	transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	background: #fff;
}
/*text*/
.circle_arrow_block:after{
	content: attr(data-title);
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	line-height: 34px;
	color: #fff;
	opacity: 0;
}
.circle_arrow_target:hover .circle_arrow_block:after{
	-webkit-transition: .1s ease;
	-moz-transition: .1s ease;
	-o-transition: .1s ease;
	transition: .1s ease;
	transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;	
	opacity: 1;
}
/*arrow*/
.circle_arrow_block .arrow_block{
	width: 100%;
	width: -webkit-calc(100% - 34px);
	width: -moz-calc(100% - 34px);
	width: calc(100% - 34px);
	height: 34px;
	position: absolute;
	top: 0;
	left: 0;
}
.circle_arrow_block .arrow_icon{
	position: absolute;
	top: 0;
	left: 0;
	width: 34px; 
	height: 34px;
	line-height: 34px;
	text-align: center;
	background: url("lextar_circle_arrow.png") no-repeat center;
}
.circle_arrow_block .arrow_icon:before{
	content:'';
	display: block;
	width: 100%;
	height: 100%;
	background: url("lextar_circle_arrow_hover.png") no-repeat center;
	position: absolute;
	opacity: 0;
}
.index_event_info .circle_arrow_block .arrow_icon{
	background-image: url("../lextar_circle_arrow_hover.png");
} 
.circle_arrow_target:hover .circle_arrow_block .arrow_icon{
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
	transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	left: 100%;
}
.circle_arrow_target:hover .circle_arrow_block .arrow_icon:before{
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
	transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	-webkit-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	opacity: 1;
}


/*--- News list ---*/
.index_news_block{
	background-color: #fff;
	padding-top: 144px;
	padding-bottom: 125px;

}
.index_event_block .container,
.index_news_block .container{
	max-width: 1600px;
}
.index_news_block .news_title_block{
	float: left;
	width: 20.25%;
	padding-right: 10px;
}
.index_news_block .news_title_block .title_underline{
	font-family: 'GillSansNova-Heavy', Arial, Verdana, 'GillSansNova-Book', 微軟正黑體 , 新細明體;
	font-weight: bold;
	line-height: 1.5em;
	color: #c70025;
	padding-bottom: 10px;
	margin-bottom: 25px;
	
}
.index_news_block .news_title_block p{
	color: #434343;
	margin-bottom: 5px;
	line-height: 1.5em;
	max-height: 4.5em;
	overflow: hidden;
}
.index_news_block .news_list_block,
.index_news_block .news_list_block li{
	float: left;
	display: block;
}
.index_news_block .news_list_block{
	width: 79.7%;
}
.index_news_block .news_list_block li{
	width: 33.33%;
	height: 190px;
	border-left: 1px solid #d2d2d2;
	padding: 30px 3.2% 0 3.2%;
}
.index_news_block .news_list_block li:first-child{
	border: 0;
}
.news_list_block .date{
	color: #717171;
}
.news_list_block .date:before{
	font-family: 'FontAwesome';
    content: "\f017";
    margin-right: 3px;
}
.news_list_block a{
	color: #c70025;
	font-size: 20px;
	line-height: 1.5em;
	display: block;
	height: 6em;
	overflow: hidden;
}

@media screen and (max-width: 1119px){
	.index_news_block .news_list_block li{
		padding-top: 20px;
	}
}

@media screen and (max-width: 1023px){
	.index_news_block{
		padding-top: 50px;
		padding-bottom: 70px;

	}
	.index_event_block .container,
	.index_news_block .container{
		padding-left: 50px;
		padding-right: 50px;
	}
	.index_news_block .news_title_block{
		float: none;
		width: 100%;
		padding-bottom: 20px;
	}
	.index_news_block .news_title_block p{
		max-height: none;
		
	}
	.index_news_block .news_title_block .title_underline{
		font-size: 36px;
		line-height: 54px;
	}
	.index_news_block .news_list_block,
	.index_news_block .news_list_block li{
		float: none;
		width: 100%;
	}
	.index_news_block .news_list_block li{
		height: auto;
		border-left: 0;
		border-top: 1px solid #d2d2d2;
		padding: 25px 0;
	}
	.news_list_block a{
		height: auto;
	}
	
}
@media screen and (max-width: 767px){
	.index_event_block .container,
	.index_news_block .container{
		padding-left: 20px;
		padding-right: 20px;
	}
	.index_news_block .news_title_block .title_underline{
		font-size: 30px;
	}
}

/*---event block---*/
.index_event_block{
	margin-bottom: 140px;
	position: relative;
}
.index_event_block .container{
	max-width: 1600px;
	position: relative;
}
/*event title*/
.event_title_block{
	position: absolute;
	width: 372px;
	right: 0;
	/*top: 86px;*/
	top: 4.55vw;
}
.event_title_block .title_underline{
	font-family: 'GillSansNova-Heavy', Arial, Verdana, 'GillSansNova-Book', 微軟正黑體 , 新細明體;
	font-weight: bold;
	color: #c70025;
	font-size: 56px;
	line-height: 1.2em; 
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.event_title_block .title_underline div{
	height: 1.2em;
	overflow: hidden;
}
.event_title_block p{
	color: #434343;
	height: 52px;
	overflow: hidden;
}
/*event img*/
.index_event_img_block{
	position: relative;
	width: 68.78%;
	padding-top: 34.4%;
}
.index_event_img_block .index_event_img{
	background-repeat: no-repeat;
	background-position: left;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	-webkit-transition: .5s  cubic-bezier(0.53,0.01,0.56,1.01);
	-moz-transition: .5s  cubic-bezier(0.53,0.01,0.56,1.01);
	-o-transition: .5s  cubic-bezier(0.53,0.01,0.56,1.01);
	transition: .5s  cubic-bezier(0.53,0.01,0.56,1.01);
	/*width: 100%;*/
}
.index_event_img_block .index_event_img.active{
	width: 100%;
}
/*event info*/
.index_event_info{
	position: absolute;
	width: 595px;
	height: 260px;
	color: #fff;
	right: -460px;
	/*bottom: 95px;*/
	bottom: 14.62%;
	z-index: 10;
	padding: 40px 50px 60px 50px;

}
a.index_event_info{
	color: #fff;
	text-decoration: none;
	display: block;
}
.index_event_info h3{
	font-size: 30px;
	line-height: 48px;
	margin-bottom: 25px;
	height: 48px;
	overflow: hidden;
}
.index_event_info .event_info_list,
.index_event_info .event_info_list li{
	display: block;

}
.index_event_info .event_info_list li{
	float: left;
	width: 100%;
	margin-bottom: 5px;
	padding-left: 18px;
	position: relative;
	height: 26px;
	overflow: hidden;
}
.index_event_info .event_info_list li.half{
	width: 50%;
	padding-right: 10px;
}
.index_event_info .event_info_list li:before{
	font-family: 'FontAwesome';
	color: #ffb300;
	display: inline-block;
	width: 15px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}
.index_event_info .event_info_list li.map:before{
	content: "\f041";
}
.index_event_info .event_info_list li.time:before{
	content: "\f017";
}
.index_event_info .event_info_list li.pos:before{
	content: "\f005";
}
.event_info_text{
	overflow: hidden;
	height: 48px;
}

@media screen and (max-width: 1699px){
	.event_title_block{
		top: 45px;
	}
}

@media screen and (max-width: 1599px){
	/*event title*/
	.event_title_block{
		width: 25%;
		top: 3px;
		margin-right: 20px;
	}
	/*event info*/
	.index_event_info{
		right: -43%;
		bottom: 8%;
	}
}
@media screen and (max-width: 1359px){
	/*event title*/
	.event_title_block{
		top: -4vw;
	}
}
@media screen and (max-width: 1199px){
	/*event title*/
	.event_title_block{
		width: 28%;
		/*top: 0;*/
		top: 50px;
		margin-right: 20px;
	}
	.event_title_block .title_underline{
		font-size: 36px;
		line-height: 48px;
		padding-bottom: 10px;
	}
	/*event info*/
	.index_event_info{
		/*bottom: -30%;*/
		bottom: -100px;
	}
}

@media screen and (max-width: 1023px){
	.index_event_block{
		margin-bottom: 185px;
	}
	/*event title*/
	.event_title_block{
		position: static;
		width: 100%;
		right: auto;
		top: auto;
		margin-bottom: 40px;
	}
	.event_title_block p{
		color: #434343;
		height: auto;
	}
	/*event img*/
	.index_event_img_block{
		width: 84.67%;
		padding-top: 42.93%;
	}
	/*event info*/
	.index_event_info{
		right: -15.5%;
		/*bottom: -25%;*/
		bottom: -110px;
		width: 434px;
		height: 250px;
		padding: 25px 25px 60px 25px;

	}
	.index_event_info .event_info_list li.half{
		width: auto;
		padding-right: 5%;
	}
}

@media screen and (max-width: 767px){
	.index_event_block{
		margin-bottom: 0;
	}
	/*event title*/
	.event_title_block{
		margin-bottom: 30px;
	}
	/*event img*/
	.index_event_img_block{
		width: 100%;
		padding-top: 0;
	}
	.index_event_img_block .index_event_img{
		position: relative;
		padding-top: 50%;
		left: auto;
		top: auto;
	}
	/*event info*/
	.index_event_info{
		position: static;
		width: 100%;
		height: auto;
		right: auto;
		bottom: auto;
		padding: 30px 20px;
	}
	.index_event_info h3{
		height: auto;
	}
	.index_event_info .event_info_list li{
		float: none;
		height: auto;
	}
	.index_event_info .event_info_list li.half{
		width: 100%;
		padding-right: 0;
	}
	.event_info_text{
		height: auto;
	}
}

/*---contact block---*/
.index_contact_block{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 70px 0 80px 0;
}
.index_contact_block .container{
	color: #fff;
}
.index_contact_block .contact_title{
	font-family: 'GillSansNova-Heavy', Arial, Verdana, 'GillSansNova-Book', 微軟正黑體 , 新細明體;
	font-weight: bold;
	font-size: 50px;
	line-height: 1.5em;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.index_contact_block .contact_title div{
	height: 1.5em;
	overflow: hidden;
}
.index_contact_block .contact_text{
	width: 60%;
	line-height: 1.5em;
	height: 3em;
	overflow: hidden;
}
a.index_contact_btn{
	border: 1px solid #fff;
	display: inline-block;
	line-height: 50px;
	height: 50px;
	text-align: center;
	min-width: 200px;
	padding: 0 15px;
	border-radius: 5px;
	margin-top: 40px;
	color: #fff;
	text-decoration: none;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease
}
a.index_contact_btn:hover{
	border-color: #c70025; 
	background: #c70025;
}

@media screen and (max-width: 1023px){
	.index_contact_block{
		margin-top: 60px;
		padding-top: 60px;
		padding-bottom: 90px;
	}
	.index_contact_block .container{
		padding-left: 50px;
		padding-right: 50px;
	}
	.index_contact_block .contact_title{
		font-size: 30px;
		line-height: 48px;
	}
	.index_contact_block .contact_title div{
		height: 48px;
	}
}

@media screen and (max-width: 767px){
	.index_contact_block .container{
		padding-left: 20px;
		padding-right: 20px;
	}
	.index_contact_block .contact_text{
		width: 100%;
	}
}

.index_prod_top_title .font_50,
.index_prod_top_title .font_18,
.index_event_info h3,
.index_event_info .event_info_list,
.index_event_info .event_info_text,
.index_event_info .circle_arrow_block{
	opacity: 0;
	filter:Alpha(opacity=0);
	-webkit-transition: 0.5s ease 0.5s;
	-moz-transition: 0.5s ease 0.5s;
	-o-transition: 0.5s ease 0.5s;
	transition: 0.5s ease 0.5s;
}
.active.index_prod_top_title .font_50,
.active.index_prod_top_title .font_18,
.active.index_event_info h3,
.active.index_event_info .event_info_list,
.active.index_event_info .event_info_text,
.active.index_event_info .circle_arrow_block{
	opacity: 1;
	filter:Alpha(opacity=100);
}
