/*--------  框架  --------*/
.hidden{
	visibility: hidden;
}
	.no_pc{
		display: none;
	}
	.top_block{
		position: relative;
	}
	.bottom_block{
		width: 1024px;
		margin: 0 auto;
	}
	.content * {
	  box-sizing: border-box;
	  font-family: '微軟正黑體';
	}
	.content *, .content *:before, .content *:after {
		box-sizing: inherit;
	}
	.top_block{
		height: 818px;
	}
	.slide{
		width: 1024px;
		height: auto;
		margin: 0 auto;
	}
	.bxslider:after,
	.mobile_slider:after,
	.list_block:after{
		content: '';
		display: block;
		clear: both;
	}
	.image_block{
		position: relative;
	}

/*--------  kv  --------*/
#kv{
	background: url(../../images/index/tsec_kv_shadow.png) center center no-repeat;
	min-width: 1024px;
}
	#kv a{
		display: block;
		width: 100%;
		max-width: 1920px;
		min-width: 1024px;
		height: 445px;
		margin: 0 auto;
		/*使KV向中間裁切*/
		left: 50% !important;
		transform:translate(-50%,0);
		-ms-transform: translate(-50%,0);
	  	-webkit-transform: translate(-50%,0);
	  	-moz-transform: translate(-50%,0);		
	}

	#kv_btn{ 
		width: 1024px;
		text-align: center;
		margin: 0 auto;
	}
	#kv_btn span{
		color: #fff;
		font-size: 34px;
	 	margin: 0 10px;
	 	cursor: pointer;
	 	line-height: 27px;
	}
	#kv_btn  .cycle-pager-active{
		color: #ff0000;
	}
/*--------  slide  --------*/
.bxslider{
	padding: 0;
	margin: 0;
}
	.slide_block{
		width: 225px;
		background-color: #fff;
		height: 260px;
		list-style: none;
	}
	.slide > .title{
		font-size: 18px;
		line-height: 1.5em;
		color: #dcdcdc;
		margin: 0 43px 12px 43px;
	}
	.slide_block > a{
		text-decoration: none;
	}
	.slide_block > a:hover .image_block:before{
		content: '';
		display: block;
		width: 255px;
		height: 150px;
		position: absolute;
		top: 0px;
		left: 0px;
		background-color: #000;
		opacity: 0.2;
	}
	.slide_block > a:hover .title{
		text-decoration: underline;
	}
	.disabled{
		visibility: hidden;
	}
	.bx-controls .bx-prev,
	.bx-controls .bx-next{
		width: 46px;
		height: 80px;
		display: block;
		background: url(../../images/index/tsec_slide_icon.png) no-repeat;
		position: absolute;
	}
	.bx-controls .bx-prev{
		background-position: 0 0;
		top: 100px;
		left: -62px;
	}
	.bx-controls .bx-next{
		background-position: -101px 0;
		top: 100px;
		right: -62px;
	}
	.bx-controls .bx-prev:hover{
		background-position: -50px 0;
	}
	.bx-controls .bx-next:hover{
		background-position: -150px 0;
	}
	.bx-wrapper{
		position: relative;
	}
	.slide_block .image_block{
		text-align: center;
		width: 225px;
		height: 150px;
		overflow: hidden;
	}
	.slide_block .title,
	.slide_block .content{
		text-align: center;
		padding: 0 14px;
	}
	.slide_block .title{
		font-size: 16px;
		line-height: 24px;
		color: #313131;
		margin: 12px 0 2px 0;
	}
	.slide_block .content{
		height: 50px;
		overflow: hidden;
		margin: 6px 0 0 0;
	}
	.slide_block .content p{
		font-size: 16px;
		line-height: 24px;
		color: #959595;
	}
/*--------  list  --------*/
.list_block{
	margin: 50px auto 0 auto;
	padding: 0;
	width: 974px;
}
	.list_block > li{
		width: 300px;
		height: 344px;
		background-color: #313131;
		list-style: none;
		float: left;
		margin: 0 35px 50px 0;
		border-bottom: 6px solid #69f0ae;
	}
	.list_block > li:hover{
		background-color: #000;
	}
	.list_block > li:nth-child(6n+2){
		border-bottom: 6px solid #00c853;
	}
	.list_block > li:nth-child(6n+3){
		border-bottom: 6px solid #00e5ff;
	}
	.list_block > li:nth-child(6n+4){
		border-bottom: 6px solid #c0ca33;
	}
	.list_block > li:nth-child(6n+5){
		border-bottom: 6px solid #827717;
	}
	.list_block > li:nth-child(6n){
		border-bottom: 6px solid #ee6f0b;
	}
	.list_block > li:nth-child(3n){
		margin-right:0;
	}
	.list_block .title,
	.list_block .date,
	.list_block .content{
		line-height: 24px;
		padding: 0 25px;
	}
	.list_block .title{
		font-size: 20px;
		color: #fff;
		text-align: center;
		margin: 15px 0 9px 0;
		display: block;
		text-decoration: none;
		height: 24px;
		overflow: hidden;
	}
	.list_block .title:hover{
		text-decoration: underline;
	}
	.list_block .date{
		font-size: 13px;
		color: #959595;
	}
	.list_block .content{
		font-size: 16px;
		color: #fff;
		height: 72px;
		overflow: hidden;
	}
	.list_block .content a,
	.list_block .content a:link,
	.list_block .content a:active{
		font-size: 16px;
		color: #fff;
		text-decoration: none;
	}
	.list_block .content a:hover{
		text-decoration: underline;
	}
	.list_block .news_block .content{
		height: 47px;
	}
	.list_block .image_block{
		width: 300px;
		height: 200px;
		overflow: hidden;
	}
	.list_block > li:hover .image_block:before{
		content: '';
		display: block;
		width: inherit;
		height: inherit;
		background: url('../../images/index/tsec_transparent.png')center center no-repeat;
		position: absolute;
	}
/* ========================================================================= */
@media screen and (max-width: 820px) {
	/*--------  框架  --------*/
	.no_pc{
		display: block;
	}
		.no_tablet{
			display: none;
		}
		.top_block{
			height: auto;
			background-color: #000;
			border-bottom: 1px solid #898989;
		}
		.bottom_block{
			width: 100%;
			padding: 40px 0 0 0;
			background-color: #1b1b1b;
		}
	/*--------  slide  --------*/
	.bx-wrapper{
		display: none;
	}
		.slide {
			width: 100%;
		}
		.slide > .title{
			width: 486px;
			margin: 20px auto 15px auto;
		}
		.mobile_slider{
			margin: 0 auto;
			width: 486px;
			padding: 0;
		}
		.mobile_slider .slide_block{
			float: left;
		}
		.mobile_slider .slide_block:nth-child(even){
			margin-left: 36px;
		}
		.mobile_slider .slide_block{
			margin-bottom: 35px; 
		}
		.slide_block .title{
			font-size: 17px;
			line-height: 26px;			
		}
		.slide_block .content p{
			font-size: 15px;
			line-height: 26px;
		}
		.slide_block .title, .slide_block .content {
			padding: 0 7px;
		}
	/*--------  kv  --------*/
	#kv{
		width: 100%;
		overflow: hidden;
		min-width: 100%;
	}
		#kv_btn{ 
			width: 100%;
		}
		#kv > a {
			height: 280px;
			max-width: 1208px;
			min-width: 880px;
			/*使KV向中間裁切*/
			left: 50% !important;
			transform:translate(-50%,0);
			-ms-transform: translate(-50%,0);
		  	-webkit-transform: translate(-50%,0);
		  	-moz-transform: translate(-50%,0);
		  	/*縮小KV尺寸*/
		  	-moz-background-size:auto 280px !important;        /*for Firefox*/
			-webkit-background-size:auto 280px !important;        /*for Google Chrome、Safari*/
			-o-background-size:auto 280px !important;        /*for Opera*/
			background-size:auto 280px !important;        /*for IE*/

		}
		#kv_btn span{
			font-size: 33px;
		}
	/*--------  list  --------*/
	.list_block{
		width: 555px;
		margin: 0 auto 0 auto;
	}
		.list_block > li{
			width: 260px;
			height: 298px;
			margin-bottom: 35px;
		}
		.list_block > li:nth-child(3n){
			margin-right:35px;
		}
		.list_block > li:nth-child(even){
			margin-right:0;
		}
		.list_block .image_block{
			width: 260px;
			height: 173px
		}
		.list_block .image_block img{
			max-width: 260px;
			max-height: 173px
		}
		.list_block .title{
			font-size: 18px;
			line-height: 21px;
		}
		.list_block .date{
			font-size: 12px;
			line-height: 21px;
		}
		.list_block .content{
			font-size: 13px;
			line-height: 21px;
		}
}

/* ========================================================================= */
@media screen and (max-width: 620px) {
	/*--------  框架  --------*/
	.no_pc{
		display: block;
	}
		.no_mobile{
			display: none;
		}
	/*--------  slide  --------*/
	.bx-wrapper{
		display: none;
	}
		.slide > .title{
			width: 225px;
			margin: 0px auto;
			padding: 15px 0;
			text-align: center;
		}
		.mobile_slider{
			width: 225px;
		}
		.mobile_slider .slide_block{
			margin: 0 0 30px 0;
		}
		.mobile_slider .slide_block:nth-child(even){
			margin-left: 0;
		}
	/*--------  list  --------*/
	.list_block{
		width: 260px;
		margin: 0 auto 0 auto;
	}
	.list_block > li{
		margin: 0 0 35px 0;
	}
}
