@charset "utf-8";
/* CSS Document */
html,body{
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	font-size: 16px;
	line-height: 30px;
	font-family: 'Arial','思源黑體','微軟正黑體';
}

body{
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
@media screen and (max-width:767px){
	body{
		background-size: 0px 0px;
		background-position: left top;
	}
}


a:focus,
a:hover{
	text-decoration: none;
}

.img-100{
	width: 100%;
}
.mb-10{
	margin-bottom: 10px;
}
.mb-20{
	margin-bottom: 20px;
}
.mb-40{
	margin-bottom: 40px;
}
.mb-80{
	margin-bottom: 80px;
}
.mt-10{
	margin-top: 10px;
}

.mt-20{
	margin-top: 20px;
}

.mt-40{
	margin-top: 40px;
}

.mt-80{
	margin-top: 80px;
}

.mr--15{
	margin-right: -15px;
}

.ml--15{
	margin-left: -15px;
}
.ml--30{
	margin-left: -30px;
}


.wrap{
	width: 100%;
	min-height: 100%;
	display: block;
	position: relative;
	margin: 0 0 -90px 0;
	padding: 0 0 90px 0;
}

footer{
	width: 100%;
	height: 90px;
	background-color: #001e49;
	color: #ffffff;
	font-size: 16px;
	line-height: 24px;
	padding: 8px 0;
}
footer p{
	margin-bottom: 0;
}
footer a{
	color: #ffffff;
	transition: .3s;
}
footer a:focus,
footer a:hover{
	color: #e9f3ff;
}
@media screen and (max-width:767px){

	.wrap{
		min-height: auto;
		margin: 0;
		padding: 0;
	}
	footer{
		height: auto;
		text-align: center;
	}
	footer a img{
		margin: auto;
	}
}









/* header==================================================================== */
header{
	width: 100%;
	height: 100px;
	display: block;
	position: relative;
	background-color: rgba(255, 255, 255, .6);
	margin-bottom: -100px;
	z-index: 500;
}
header .navbar-default{
	background-color: transparent;
	border-radius: 0;
	border: none;
	margin-bottom: 0;
}
header .navbar-default .navbar-brand{
	padding: 20px 15px;
	height: 60px;
	display: inline-block;
}
header .navbar-default .navbar-brand img{
	height: 60px;
}
header .navbar-default .navbar-nav>li>a{
	color: #014099;
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	padding: 35px 15px;
}
header .navbar-default .navbar-right .language{
	color: #014099;
}
header .navbar-default .navbar-right .language a{
	display: inline-block;
	font-size: 16px;
	padding: 35px 3px;
}
.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.open>a:hover{
	background-color: #ffffff;
}
@media screen and (max-width:1100px){
	header{
		height: 80px;
		margin-bottom: -80px;	
	}
	header .navbar-default .navbar-nav>li>a{
		font-size: 18px;
		padding: 30px 10px;
		line-height: 20px;
	}
	header .navbar-default .navbar-right .language a{
		font-size: 14px;
		padding: 30px 3px;
	}
	header .navbar-default .navbar-right .language a span{
		display: none;
	}
	header .navbar-default .navbar-brand{
		height: 40px;
	}
	header .navbar-default .navbar-brand img{
		height: 40px;
	}
}
@media screen and (max-width:885px){
	header{
		height: 80px;
		margin-bottom: -80px;	
	}
	header .navbar-default .navbar-nav>li>a{
		font-size: 16px;
	}
	header .navbar-default .navbar-right .language a{
		font-size: 14px;
	}
}
@media screen and (max-width:810px){
	header{
		height: 80px;
		margin-bottom: -80px;
	}
	header .navbar-default .navbar-nav>li>a{
		padding: 10px 10px;
		line-height: 20px;
	}
	header .navbar-default .navbar-right .language a{
		padding: 10px 0px;
	}
	header .navbar-default .navbar-brand{
		padding: 10px 15px;
	}
}
@media screen and (max-width:767px){
	header{
		height: 60px;
		margin-bottom: 0px;
		background-color: #ffffff;	
	}
	header .navbar-default{
		background-color: rgba(255, 255, 255, .8);
		margin: 0 -15px;
		padding: 0 15px;
	}

	header .navbar-default .navbar-brand{
		margin-bottom: 20px;
	}

}
.navbar.navbar-default .navbar-toggle{
	padding: 0 5px 5px;
	text-align: center;

}
.navbar.navbar-default .navbar-toggle .navbar-toggle-text{
	font-size: 10px;
	display:block;
	line-height: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.navbar-default .navbar-toggle .icon-bar{
	width: 100%;
}
.navbar-header .navbar-brand .logo-mobile{
	display: none;
}
@media screen and (max-width:767px){
	.navbar.navbar-default .navbar-toggle{
		margin-right: 0;
	}
	.navbar-header .navbar-brand .logo-mobile{
		display: inline-block;
		margin-left: -15px;
		width: 230px;
		height: auto;
	}
	header.navbar-en .navbar-header .navbar-brand .logo-mobile{
		display: inline-block;
		width: 230px;
		height: auto;
	}
	.navbar-header .navbar-brand .logo-pc{
		display: none;
	}
}
@media screen and (max-width:328px){
	.navbar-header .navbar-brand{
		margin-left: 0;
		padding: 0;
	}
	.navbar-header .navbar-brand .logo-mobile{
		display: inline-block;
		width: 160px;
		height: auto;
	}
	header.navbar-en .navbar-header .navbar-brand .logo-mobile{
		display: inline-block;
		width: 160px;
		height: auto;
	}
}






/* 英文版menu */
header.navbar-en .navbar-default .navbar-nav>li>a{
	font-size: 16px;
	line-height:30px;
	padding: 35px 12px;
}
header.navbar-en .navbar-default .navbar-right .language a{
	font-size: 14px;
	padding: 35px 3px;
}

@media screen and (max-width:1270px){
	header.navbar-en .navbar-default .navbar-nav>li>a{
		font-size: 16px;
		line-height:24px;
		padding: 15px 10px;
		margin-bottom: 0;
	}
	header.navbar-en .navbar-default .navbar-nav{
		float: none;
	}
	header.navbar-en .navbar-default .navbar-right{
		display: block;
		float: none;
	}
	header.navbar-en .navbar-default .navbar-right .language a{
		font-size: 14px;
		padding: 5px 3px;
	}
}
@media screen and (max-width:1130px){
/* @media screen and (max-width:1298px){ */
	header.navbar-en{
		height: 80px;
		margin-bottom: -80px;
	}
	header.navbar-en .navbar-default .navbar-brand{
		height: 40px;
	}
	header.navbar-en .navbar-default .navbar-brand img{
		height: 40px;
	}
	header.navbar-en .navbar-default .navbar-nav>li>a{
		font-size: 16px;
		line-height:24px;
		padding: 5px 10px;
	}
	header.navbar-en .navbar-default .navbar-right .language a{
		font-size: 14px;
		padding: 5px 3px 15px;
	}
}
@media screen and (max-width:1100px){
	header.navbar-en{
		height: 120px;
		margin-bottom: -120px;
	}
	header.navbar-en .navbar-default .navbar-brand{
		height: 60px;
	}
	header.navbar-en .navbar-default .navbar-brand img{
		height: 60px;
	}
	header.navbar-en .navbar-default .navbar-nav>li>a{
		font-size: 16px;
		line-height:24px;
		padding: 5px 10px;
	}
	header.navbar-en .navbar-default .navbar-right .language a{
		font-size: 14px;
		padding: 5px 3px 15px;
	}
}
@media screen and (max-width:767px){
	header.navbar-en{
		height: 60px;
		margin-bottom: 0px;
		background-color: #ffffff;	
	}
	header.navbar-en .navbar-default .navbar-brand{
		height: 40px;
	}
	header.navbar-en .navbar-default .navbar-brand img{
		height: 40px;
	}
	header.navbar-en .navbar-default{
		background-color: rgba(255, 255, 255, .8);
		margin: 0 -15px;
		padding: 0 15px;
	}

	header.navbar-en .navbar-default .navbar-brand{
		margin-bottom: 20px;
	}

}






























/* banner==================================================================== */
.banner{
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	margin-bottom: 20px;
}
.banner img{
	width: 100%;
}
.carousel-fade .carousel-inner .item {
transition-property: opacity;
}
.carousel-fade .carousel-inner .item,  
.carousel-fade .carousel-inner .active.left,  
.carousel-fade .carousel-inner .active.right {
   opacity: 0;
}
.carousel-fade .carousel-inner .active,  
.carousel-fade .carousel-inner .next.left,  
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .next,  
.carousel-fade .carousel-inner .prev,  
.carousel-fade .carousel-inner .active.left,  
.carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
    z-index: 2;
}

.banner .carousel .carousel-inner .item .banner-text{
	width: 30%;
	position: absolute;
	bottom: 15%;
	left: 8%;
}
.banner .carousel .carousel-inner .item .banner-text img{
	width: 100%;
}



.banner .carousel .carousel-inner .item .layer{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	z-index: 490;
	padding: 120px 30px;
} 

@media screen and (max-width:768px){
	.banner .carousel .carousel-inner .item .layer{
		padding: 20px 30px;
	} 
}








/* index================================================================= */
.index-about{
	width: 100%;
	background-color: #e9f3ff;
}
.index-about-img{
	width: 100%;
	padding-bottom: 60%;
	display: block;
	position: relative;
	margin-left: -30px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.index-about-text{
	padding: 15px 0;
}
.index-about-text h2{
	font-size: 30px;
	font-weight: bold;
	margin-top: 30px;
}
.index-about-text a{
	display: inline-block;
	padding: 0 2px;
	border-radius: 5px;
	color: #727272;
	transition: .3s;
	line-height: 24px;
	letter-spacing: 0.1em;
	margin-left: 0;
}
.index-about-text a:focus,
.index-about-text a:hover{
	margin-left: 20px;
	color: #001e49;
}
@media screen and (max-width:1400px){
	.index-about-img{
		padding-bottom: 80%;
	}
}
@media screen and (max-width:950px){
	.index-about-img{
		padding-bottom: 100%;
	}
	.index-about-text h2{
		margin-top: 10px;
	}
}
@media screen and (max-width:800px){
	.index-about-img{
		padding-bottom: 120%;
	}
}
@media screen and (max-width:767px){
	.index-about-img{
		padding-bottom: 60%;
		width:calc( 100% + 45px ) ;
	}
}
.index-title{
	margin-bottom: 10px;
}
.index-title h2{
	display: inline-block;
	font-size: 30px;
	font-weight: bold;
}
.index-title a{
	display: inline-block;
	color: #727272;
	transition: .3s;
	line-height: 24px;
	margin-left: 10px;
	letter-spacing: 0.1em;
}
.index-title a:focus,
.index-title a:hover{
	margin-left: 20px;
	color: #001e49;
}

.index-news-block{
	width: 100%;
	padding-bottom: 100%;
	display: block;
	border: 1px solid #051929;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	transition: .3s;
}
.index-news-block:focus,
.index-news-block:hover{
	border: 1px solid #001e49;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .8);
}
.index-news-block p{
	width: 100%;
	padding: 5px;
	line-height: 24px;
	margin: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.8);
	transition: .3s;
}
.index-news-block:focus p,
.index-news-block:hover p{
	background-color: rgba(255, 255, 255, 1);
}
.index-news-block p .time{
	display: block;
	color: #014099;
}
.index-news-block p .title{
	font-size: 18px;
	display: block;
	color: #000000;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin-bottom: 0;
}
@media screen and (max-width:450px){
	.index-news .col-xs-6{
		width: 100%;
	}
}

.index-service-item{
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.index-service-item span{
	width: 100%;
	line-height: 20px;
	padding: 5px 2px;
	display: block;
	color: #ffffff;
	background-color: #014099;
	border: 1px solid #014099;
	font-weight: bold;
	transition: .3s;
}
.index-service-item:hover span{
	color: #014099;
	background-color: #ffffff;
}
.index-service-item img{
	max-width: 100%;
}

@media screen and (max-width:380px){
	.index-service .col-xs-6{
		width: 100%;
	}
}





















/* 內頁共用======================================================================= */
.path .breadcrumb{
	background-color: transparent;
	text-align: right;
	margin: 0 0 20px 0;
	padding: 0 15px;
	font-weight: bold;
}
.path .breadcrumb li a{
	font-size: 14px;
	color: #727272;
}
.breadcrumb>li+li:before{
	padding: 0 1px;
}
.title{
	width: 100%;
	margin-bottom: 30px;
}
.title h1{
	color: #014099;
	margin: 0 0 20px 0;
	font-weight: bold;
	font-size: 36px;
	line-height: 40px;
}
.title h1 small{
	color: #014099;
	font-weight: bold;
	font-size: 20px;
}

.pager>li>a{
	border-radius: 0;
	padding: 2px 12px;
	color: #aaaaaa;
	border-color: #aaaaaa;
}
.pager>li>a:focus,
.pager>li>a:hover{
	color: #014099;
	border-color: #014099;
	background-color: transparent;	
}



















/* about */
.about-block2{
	width: 100%;
	padding: 20px 0;
	background-color: #eeeeee;
	margin-bottom: 40px;
}
.about-block2 ul{
	padding-left: 30px;
}
.about-block2 .about-block2-img{
	text-align: center;
}
.about-block2 .about-block2-img img{
	max-width: 100%;
}















/* Organization */
.organization-title{
	width: 100%;
	padding: 3px 10px;
	display: inline-block;
	border: 1px solid #014099;
	text-align: center;
}
.organization-title h2{
	margin: 0;
	padding: 0;
	color: #014099;
	font-weight: bold;
	font-size: 24px;
	line-height: 36px;
}
.organization-item{
	width: 100%;
	position: relative;
	border: 1px solid #aaaaaa;
	margin-bottom: 20px;
}
.organization-item img{
	width: 100%;
}
.organization-item img.img-cover{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
	transition: .3s;
}
.organization-item:hover img.img-cover{
	opacity: 0;
}

















/* Team */
.staff-block{
	width: 100%;
	padding: 30px 0;
	display: block;
	border-bottom: 2px solid #aaaaaa;
}
.staff-name{
	padding: 5px 0;
	margin: 0 0 10px 0;
	font-size: 24px;
	line-height: 36px;
	font-weight: bold;
	border-bottom: 1px solid #014099;
}
.staff-block p{
	margin-bottom: 5px;
}
.staff-block a{
	color: #000000;
	transition: .3s;
}
.staff-block a:focus,
.staff-block a:hover{
	color: #014099;
}
.staff-list .panel-default{
	border: none;
	box-shadow: none;
}
.staff-list .panel-group .panel-heading+.panel-collapse>.panel-body{
	border: none;
	padding: 0;
}
.staff-list .panel-default>.panel-heading{
	padding: 10px 0;
	background-color: transparent;
	border: none;
}
.staff-list .panel-default>.panel-heading .panel-title{
	font-size: 18px;
	line-height: 30px;
	color: #001e49;
	font-weight: bold;
}
.staff-list .panel-default>.panel-heading .panel-title a:before{
	content: '';
	width: 25px;
	height: 15px;
	display: inline-block;
	background-image: url('../images/icon-arrow.png');
	background-repeat: no-repeat;
	background-position: center center;	
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: .3s;
}
.staff-list .panel-default>.panel-heading .panel-title a[aria-expanded=true]:before{
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
}
.staff-list-item{
	width: 100%;
	padding: 2px 10px;
	margin-bottom: 20px;
	display: block;
	border: 1px solid #aaaaaa;
	text-align: center;
	color: #000000;
	transition: .3s;
}
.staff-list-item:focus,
.staff-list-item:hover{
	color: #014099;
	border-color: #014099;
}
.staff-list-item>small{
	color: #aaaaaa;
	line-height: 16px;
	display: block;
}
















/* service */
.service-item{
	text-align: center;
	margin-bottom: 60px;
}
.service-item img{
	max-width: 100%;
}
.service-item .title{
	width: 100%;
	padding: 0px 10px;
	font-size: 16px;
	line-height: 36px;
	font-weight: bold;
	border: 1px solid #014099;
	background-color: #014099;
	color: #ffffff;
	margin-bottom: 5px;
	transition: .3s;
}
.service-item p{
	width: 100%;
	text-align: left;
}
.service-item:hover .title{
	color: #014099;
	background-color: #ffffff;
}











/* news */

.news-item{
	width: 100%;
	padding: 15px 0;
	display: block;
	border-top: 2px solid #014099;
	position: relative;
}
.news-item .news-img{
	width: 100%;
	padding-bottom: 100%;
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #051929;
}
.news-item .news-info{
	width: 100%;
	padding-bottom: 31%;
	margin: 0;
	display: block;
	position: relative;
}
.news-item .news-info .time{
	color: #014099;
	font-size: 16px;
	position: absolute;
	left: 0;
	top: 0;
}
.news-item .news-info h4{
	width: 100%;
	font-size: 24px;
	position: absolute;
	left: 0;
	top: 30px;
}
.news-item .news-info h4 a{
	width: 100%;
	display: inline-block;
	color: #000000;
}
.news-item .news-info .moreBTN{
	position: absolute;
	left: 0px;
	bottom: -3px;
	display: inline-block;
	transition: .3s;
	color: #014099;
}
.news-item .news-info .moreBTN:focus,
.news-item .news-info .moreBTN:hover{
	left: 15px;
}
@media screen and (max-width:768px){
	.news-item .news-info{
		padding-bottom: 40px;
	}
	.news-item .news-info .time{
		position: relative;
		left: 0;top: 0
	}
	.news-item .news-info h4{
		position: relative;
		left: 0;top: 0
	}
}

.news-title{
	width: 100%;
	display: block;
	margin-bottom: 60px;
}
.news-title h4{
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	border-bottom: 2px solid #014099;
	margin: 0;
	padding: 10px 0;
	margin-bottom: 10px;
}
.news-title span{
	color: #333333;
	float: left;
}
.news-title a{
	color: #333333;
	float: right;
	letter-spacing: .1em;
	transition: .3s;
}
.news-title a:focus,
.news-title a:hover{
	margin-right: 10px;
}













/* contact */
.form-list{
	width: 100%;
	margin-bottom: 60px;
}
.form-list .submitBTN{
	height: auto;
	display: inline-block;
	background-color: #014099;
	border-color: #014099;
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	line-height: 32px;
	transition: .3s;
}
.form-list .submitBTN:focus,
.form-list .submitBTN:hover{
	background-color: #001e49;
}


.store-list{
	width: 100%;
	margin-bottom: 60px;
}
.store{
	margin-bottom: 20px;
}
.store h5{
	font-size: 20px;
	line-height: 36px;
	font-weight: bold;
	color: #014099;
	border-bottom: 1px solid #014099;
	padding: 0 5px;
}
.store .store-map{
	width: 100%;
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.store .store-map iframe{
	width: 280%;
	height: 280%;
	position: absolute;
	top: -80%;
	left: -90%;
}
.store p{
	margin-bottom: 20px;
}
.store p a{
	color: #000000;
	transition: .3s;
}
.store p a:focus,
.store p a:hover{
	color: #014099;
	text-decoration: none;
}
@media screen and (max-width:990px){
	.store .store-map iframe{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0%;
		left: 0%;
	}


}
@media screen and (max-width:450px){
	.store .col-xs-4, .store .col-xs-8{
		width: 100%;
	}


}































/* 相關連結 */
.link-block-title{
	width: 100%;
	display: block;
	color: #014099;
	border-bottom: 1px solid #014099;
	font-weight: bold;
	font-size: 16px;
	line-height: 30px;
	margin: 0 0 10px 0;
}
.link-block-1 ul{
	list-style: none;
	padding: 0;
}
.link-block-1 .link-item{
	width: 100%;
	display: block;
	font-size: 16px;
	line-height: 20px;
	padding: 10px ;
	border: 1px solid #999999;
	color: #999999;
	text-align: center;
	margin-bottom: 20px;
	transition: .3s;
}
.link-block-1 .link-item:focus,
.link-block-1 .link-item:hover{
	color: #014099;
	border-color: #014099;
}
.link-block-2 ul{
	list-style: none;
	padding: 0;
}
.link-block-2 ul li a{
	display: block;
	color: #999999;
	transition: .3s;
	line-height: 20px;
	margin: 15px 0;
}
.link-block-2 ul li a:focus,
.link-block-2 ul li a:hover{
	color: #014099;
	border-color: #014099;
}
.link-block-2 ul li a .col-sm-3{
	text-align: right;
	border-right: 1px solid #999999;
}

@media screen and (max-width:768px){
	.link-block-2 ul li a .col-sm-3{
		border-right: 0;
		text-align: left;
	}
	.link-block-2 ul li a .col-sm-9{
	}

}

























/* 軟體下載 */
@media screen and (max-width:380px){
	.download-img .col-xs-6{
		width: 100%;
	}
}

























/* 企業徵才 */
.recruitment-info{
	line-height: 24px;
}
.recruitmentBTN{
	padding: 5px 10px;
	display: inline-block;
	color: #001e49;
	border: 1px solid #001e49;	
	transition: .3s;
}
.recruitmentBTN:focus,
.recruitmentBTN:hover{
	background-color: #014099;
	color: #ffffff;
}
.recruitment-list .panel-group .panel-default{
	border-radius: 0;
	border: none;
	box-shadow: none;
	margin-bottom: 10px;
}
.recruitment-list .panel-group .panel-default .panel-heading{
	background-color: transparent;
	padding: 0;
}
.recruitment-list .panel-group .panel-default .panel-heading .panel-title a{
	width: 100%;
	display: block;
	background-color: #f4f4f4;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	padding: 8px 10px;
	color: #014099;
	transition: .3s;
}
.recruitment-list .panel-group .panel-default .panel-heading .panel-title a.text-left{
	text-align: left;
}
.recruitment-list .panel-group .panel-default .panel-heading .panel-title a[aria-expanded=true]{
	background-color: #e9f4ff;
}
.recruitment-list .panel-default>.panel-heading+.panel-collapse>.panel-body{
	border: none;
	padding:  20px 0;
}


.job-item{
	width: 100%;
	display: block;
	border: 2px solid #dddddd;
	transition: .3s;
	margin-bottom: 20px;
}
.job-item:hover{
	border-color: #001e49;
}
.job-item .job-title{
	width: 100%;
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	margin: 10px 0 20px;
	padding: 3px;
	text-align: center;
}
.job-item .jobBTN{
	width: 100%;
	padding: 5px;
	margin: 10px 0 0 0;
	display: block;
	text-align: center;
	color: #014099;
	transition: .3s;
}
.job-item .jobBTN:focus,
.job-item .jobBTN:hover{
	background-color: #001e49;
	color: #ffffff;
}
.job-item .job-department{
	width: 100%;
	padding: 3px 20px;
	display: block;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 0;
}
.job-item .job-info{
	width: 100%;
	height: 320px;
	padding: 5px 20px;
	display: block;
	overflow-y: auto;
	font-size: 16px;
	line-height: 24px;
}
.job-item .job-info::-webkit-scrollbar {
	display:none
}

@media screen and (max-width:768px){
	.job-item .job-info{
		height: auto;
	}
}










/* 英文版 */
.formsDownload-en{
	padding: 0;
	list-style: none;
}
.formsDownload-en>li>a{
	font-size: 18px;
	color: #999999;
	display: block;
	margin: 10px 0;
	position: relative;
	padding-left: 20px;
	transition: .3s;
}
.formsDownload-en>li>a>i{
	position: absolute;
	left: 0;
	top: 5px;
}
.formsDownload-en>li>a:focus,
.formsDownload-en>li>a:hover{
	color: #014099;
}










@media screen and (max-width:768px){


}
@media screen and (max-width:380px){



}