/*------.header-box 主選單------*/


.header-box .top-nav {
	border-bottom: 1px solid #2c3e50;
	background: #fff;
}

.header-box .top-nav > a {
	color:#555;
}
 
.header-box .top-nav li:last-child a{
	color:#fff;
	background: #2c3e50;
}

.header-box .mid-nav {
	width: 100%; height: 50px;
	border-bottom: 1px solid #2c3e50;
	background: #2c3e50;
}
.header-box .mid-nav .main-ul > li > a {
	display: block;
	width: 100%; height: 50px;
	text-align: 50px;
	line-height: 50px;
	color:#fff;
}

.header-box .mid-nav .main-ul > li > a:hover {
	text-decoration: none;
}

.header-box .mid-nav .main-ul .sub-ul {
	display: none;
	width: 150%; height: auto;
	padding:0 0 10px;
	background: #2c3e50;
}

.header-box .mid-nav .main-ul .sub-ul > li > a {
	display: block;
	width: 100%; height: 30px;
	line-height: 30px;
	color:#fff;
} 
.header-box .mid-nav .main-ul .sub-ul .sub-ul-ul {
	background: #2c3e50;
}

.header-box .mid-nav .main-ul .sub-ul .sub-ul-ul a {
	display: block;
	width: 100%; height: 30px;
	line-height: 30px;
	color:#fff;
}

.header-box .main-ul .menu-line {
	position: absolute;
	z-index: -1;
	left:0; bottom:0;
	width: 0; height: 2px;
	background: #fff;
}

.header-box .main-ul .sub-ul .menu-sub-line {
	position: relative;		
	height: 2px;
	background: #fff;
}

/*-------------------------------------.sec-header 主選單-2 ------------------------------------------*/
/*
.sec-header .btm-nav .main-ul {
	width: 100%; height: auto;
	background: #f3f3f3;
}

.sec-header .btm-nav .main-ul > li > a {
	display: block;
	width: 100%; height: 80px;
	padding-top: 35px;
	line-height: 15px;
	text-align: center;
	color:#2c3e50;
}

.sec-header .btm-nav .main-ul .sub-ul {
	position: relative;
	z-index: 10;
	display: none;
	width: 100%; height: auto;
	padding:10px 0;
	background: #f3f3f3;
}

.sec-header .btm-nav .main-ul .sub-ul > li > a {
	display: block;
	width: 100%; height: 30px;
	line-height: 30px;
	text-align: center;
	color:#2c3e50;
}

.sec-header .btm-nav .main-ul .sub-ul .sub-ul-ul {
	display: none;
	position: absolute;
	left:100%; top:0;
	width: 100%; height: auto;
	padding:10px 0;
	background:  #f3f3f3;
}

.sec-header .btm-nav .main-ul .sub-ul .sub-ul-ul > li > a {
	display: block;
	width: 100%; height: 30px;
	line-height: 30px;
	text-align: center;
	color:#2c3e50;
}
*/

/*-------------------------------------footer------------------------------------------*/

footer {
	padding:30px 0;
	background: #2c3e50;
}

footer .item .title {
	margin:0 0 10px 0;
	font-weight: bold;
	color:#fff;
}

footer .item .title .more{
    color:#fff;
    margin: 0;
    display:inline-block;
}

footer .item a{
	height: 24px;
	line-height: 24px;
	color:#fff;
}

footer .item p {
	margin:0 0 6px 0;
	color:#fff;
}

/*-------------------------------------.bread------------------------------------------*/

.bread li a:after {
	content:'>';
	margin:0 0 0 10px ;
	color:#b3b3b3;
}

.bread li.active a {
	color:#999;
}

/*-------------------------------------.j-pagintaor ------------------------------------------*/

.j-pagintaor li a {
	display: block;
	width: 100%; height: 30px;
	line-height: 30px;
	color:#333;
	border: 1px solid #ccc;
	background: #fff;
}

.j-pagintaor li.active a {
	font-weight: bold;
	color:#fff;
	background: #ff5200;
	border:1px solid #ff5200;
}

/*-------------------------------------.slick-box------------------------------------------*/

.slick-box .item .text-box {
	position: absolute;
	left:0; right: 0; bottom: 50px;
	width: 100%; max-width: 1100px; height: 180px;
	margin:auto; padding:15px 30px;
	background: rgba(255,255,255,.9);
	border-top:3px solid #ff5200;
}

.slick-box .item .text-box h2 {
	color:#333;
}

.slick-box .item .text-box h2:after {
	display: block;
	content:'';
	width: 62px; height: 2px;
	margin:10px 0 15px 0;
	background: #b3b3b3;
}


.slick-box .item .text-box p {
	line-height: 1.4em;
	color:#555;
}


/*-------------------------------------.title------------------------------------------*/

.title .date {
	font-weight: bold;
	color:#ff5200;
}

.title span {
	position: relative;
	display: block;
	height: 60px;
	margin:0 0 0 55px;
	line-height: 30px;
	color:#b3b3b3;
}

.title span:before {
	position: absolute;
	left:-55px; top:14px;
	z-index: 2;
	display:block;
	content:'';
	width: 40px; height: 2px;
	margin:0 20px 0 0;
	background: #ff5200;

}

.title.theme-long span:after {
	position: absolute;
	z-index: 1;
	left:-55px; top:14px;
	display:block;
	content:'';
	width: calc(100% + 55px); height: 2px;
	background: #eee;
}

/*-------------------------------------.more------------------------------------------*/

.more {
	height: 20px;
	margin:20px 0;
	line-height: 20px;
	font-size: .8rem;
	font-weight: bold;
	color:#ff5200;
}

/*-------------------------------------.edit-cont------------------------------------------*/

.edit-cont .prl-title:before {
	position: absolute;
	left:-20px; top:6px;
	content:'';
	width: 5px; height: 10px;
	background: #ff5200;
}

.edit-cont .prl-title:after {
	position: absolute;
	left: -15px;
	top: 6px;
	content: '';
	width: 5px;
	height: 10px;
	background: #eee;
}

/*-------------------------------------.teach-box------------------------------------------*/

.teach-box .bottom .owl-teach .item .cont .inner {
	width: 100%; height: 110px;
	padding:1.5rem 1.5rem;
	background: #fff;
}

.teach-box .bottom .owl-teach .item .cont .inner h3 {
	font-size: 1.2rem;
	line-height: 1.4em;
	margin:0 0 10px 0; 
	color:#333;
}

.teach-box .bottom .owl-teach .item .cont .line {
	width: 100%; height: 4px;
	background: #ff5200;
}



/*-------------------------------------.act-box------------------------------------------*/

.act-box .video-box .item .ytb-title h2 {
	width: 95%;
	overflow: hidden;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4em;
	color: #333;
}

/*-------------------------------------.news-box------------------------------------------*/
/*
.news-box .flex-cont {
	display: inline-flex;
	flex-wrap:nowrap;
	align-items: center;
	width: 100%; height: 70px;
	background: #f2f3f3;
	border-bottom: 1px solid #fff;
}
*/
.news-box .flex-cont:nth-child(2n+1) {
	background: #f7f7f7
}

.news-box .flex-cont .date-title-box .date {
	font-weight: bold;
	padding: 0 0 0 1.5rem;
	color:#333;
}

.news-box .flex-cont .date-title-box .date i {
	font-size: .9rem;
	color:#ff5200;
}

.news-box .flex-cont .date-title-box .title {
	padding: 0 0 0 1.5rem;
}

.news-box .flex-cont .date-title-box .title h3 {
	width: 95%;
	overflow: hidden;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4em;
	color:#333;
}

.news-box .flex-cont .status-box .status.theme-hot:after {
	content:'\f005 HOT';
	background: #ff5200;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: bold;
	font-size: .8rem;
	text-decoration: inherit;
	color:#fff;
	text-align: center;
}

.news-box .flex-cont .status-box .status.theme-new:after {
	content:'\f005 NEW';
	background: #ff5200;
	font-family: FontAwesome;
    font-style: normal;
    font-weight: bold;
    font-size: .8rem;
    text-decoration: inherit;
    color:#fff;
    text-align: center;
}

.news-box .holder a {
	font-size: 16px;
	font-family: "Noto Sans TC",'Lato',/*'Titillium Web',*/Arial, Helvetica, sans-serif;
	color:#555;
}

.holder a:hover {
	background-color: transparent;
}

.holder a.jp-current, a.jp-current:hover {
	color:#000;
	
}

/*-------------------------------------.honor-box------------------------------------------*/

.honor-box .item .cont h3 {
	width: 100%;
	margin:0 0 4px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4em;
	color:#333;
}

/*-------------------------------------.personnel-box------------------------------------------*/

.personnel-box .cate li.active a {
	font-weight: bold;
	color:#333;
}

.personnel-box .cont .item .text {
	float: left;
	width: calc( 100% - 140px ); /*height: 140px;*/
	padding:16px 16px;
	white-space: nowrap;
	background: #f3f3f3;
}

.personnel-box .cont .item .text .name {
	margin:0 0 8px 0;
	font-size: 1.1rem;
	line-height: 1rem;
	color:#333;
}


@media screen and (max-width: 1024px){
	/*------.header-box 主選單------*/
	.header-box .top-nav li {
		float: left;
		width: calc(100%/3);height: 36px;
		margin: 0;
		border-bottom: 1px solid #fff;
	}

	.header-box .top-nav li a {
		height: 36px;
		line-height: 36px;
		color:#fff;
		background: #2c3e50;
		border-bottom: 1px solid #fff;
		border-right: 1px solid #fff;
	}

	.header-box .mid-nav {
		display: none;
		height: auto;
		background: #2c3e50;
	}

	.header-box .mid-nav .main-ul > li {
		float: none;
		display: block;
		width: 100%; height: auto;
		border-bottom: 1px solid #fff;
	}

	.header-box .mid-nav .main-ul > li > a {
		padding:0 20px;
		text-align: left;
		font-weight: bold;
		color:#fff;
	}

	.header-box .mid-nav .main-ul .sub-ul {
		/*display: block;*/
		padding:0 0 20px 0;
		background: #2c3e50;
	}

	.header-box .mid-nav .main-ul .sub-ul > li > a {
		padding:0 30px;
		text-align: left;
		color:#fff;
	}

	.header-box .mid-nav .main-ul .sub-ul .sub-ul-ul {
		position: relative;
		left:0;
		padding:10px 0 24px 0;
		background: #2c3e50;
	}
	
	.header-box .mid-nav .main-ul li:last-child .sub-ul .sub-ul-ul{
		left: 0;
		right: 0;
	}
	.header-box .mid-nav .main-ul li:nth-last-child(2) .sub-ul .sub-ul-ul{
		left: 0;
		right: 0;
	}
	
	.header-box .mid-nav .main-ul .sub-ul .sub-ul-ul a{
		padding:0 0 0 40px;
		text-align: left;
		color:#fff;
	}

	.ham-box {
		position: absolute;
		top:0;right:0;
		width: 60px;height: 60px;
		background: #2c3e50;
		cursor: pointer;
	}

	.ham-btn .bars span {
	  display: block;
	  width: 100%;
	  height: 1px;
	  background-color: #fff;
	  margin-top: 10px;
	}
	
	/*-------------------------------------.sec-header 主選單-2 ------------------------------------------*/
	.sec-header .btm-nav .main-ul > li,
	.sec-header.tw-row .btm-nav .main-ul > li,
	.is-en .sec-header .btm-nav .main-ul > li,
	.is-en .sec-header.tw-row .btm-nav .main-ul > li{
		float: left;
		width: calc(100%/4); /*height: 40px;*/
	}
	
	.is-en .sec-header .btm-nav .main-ul > li,
	.is-en .sec-header.tw-row .btm-nav .main-ul > li{
		min-height: 55px;
		height: auto;
	}
	
	.sec-header .btm-nav .main-ul > li > a {			    
	    /*height: 40px;
	    padding-top: 10px*/
	}
	
	
	
	/*-------------------------------------.slick-box------------------------------------------*/

	.slick-box .item .text-box {
		position: absolute;
		bottom:0;
		display: block;
		width: 100%; height: auto;
		background: rgba(255,255,255,.6);
	}

	/*-------------------------------------.concept-other-box------------------------------------------*/
	.concept-other-box .imgItem .img-principal {
		width: 200px;
		height: 300px;
		margin: 0 0 0 0;
		background: no-repeat top center #fff;
		background-size: contain;
		border-radius: 5px;
	}
	
	/*
	.concept-other-box .imgItem .img-vps {
		width: 210px;
		height: 275px;
		margin: 0 0 0 0;
		background: no-repeat top center #c9c1c1;
		background-size: contain;
		border-radius: 5px;
	}*/
	
	.concept-other-box .imgItem .img-vpf {
		width: 210px;
		height: 260px;
		margin: 0 0 0 0;
		background: no-repeat top center #fff;
		background-size: contain;
		border-radius: 5px;
	}
}

@media screen and (max-width: 640px) {
	/*-------------------------------------.sec-header 主選單-2 ------------------------------------------*/
	.sec-header .btm-nav .main-ul > li {
		float: left;
		width: calc(100%/2); /*height: 40px;*/
	} 		
}