<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
#seo{
	display: none;
}

*{
    margin: 0px;
	padding: 0px;
	font-family:  'AvenirLTStd-Roman', 'AvenirLTStd-Heavy', 'AvenirLTStd-Black',  sans-serif, "微軟正黑體", Microsoft JhengHei;
	/*text-rendering: optimizeLegibility;*/
}

body{
	width: 100%;
	padding: 0;
	font-size: 14px;
	color: #595656;
	background: #FFFFFF;
	line-height: 150%;
}

a{
	text-decoration: none;
	color: #595656;
	
}

a:hover{
	text-decoration: none;
}

ul{
	list-style: none;
}

img{
	vertical-align: middle;
	border: 0;
	max-width: 100%;
}

.breadcrumbs{	
	font-size: 14px;
}

.outlay{
	width: 1200px;
	margin: 0 auto;
	/*display: table;*/
}

.btn-bred{
	line-height: 30px; 
	color: #e60012; 
	border: 1px solid #e60012; 
	text-align: center;
	margin-top: 100px;
}

/* header */
header{
	width: 100%;
	padding: 25px 0;
	display: table;
}

.head_lang{
	font-size: 16px;
	width: 100%;
	text-transform: uppercase;
}

.head_lang a{
	color: #e60012;
}

.head_lang ul{
	float: right;
	/*width: 29%;*/
}

.m_nav, .m_subnav{
	display: none;
}

.m_nav{
	float: right;
	cursor: pointer;
}

.head_lang li, .nav_item{
	float: left;
	margin: 0 10px;
}

#language
{
	cursor: pointer;
}

.lan_list{
	display: none;
	clear: both;
	background: #f0f0f0;
	position: absolute;
	z-index: 99999;
	margin-top: 10px;
	width: auto;
}

.head_lang  li ul.lan_list{
	padding: 20px 0;
}

.lan_list li{
	/*clear: both;*/
	padding: 2px 0;
	text-align: center;
}

.lan_list a{
	color: #8a8888;
}

.nav{
	font-size: 18px;
	margin: 15px 0;
	text-transform: uppercase;	
}

.nav_lay{
	float: right;
}

.nav_btn{
	display: none;
}

.nav_close{
	display: none;
	cursor: pointer;
}

.nav_item li a{
	color: #FFFFFF;
}

.subnav{
	display: block
}
/* Article */
article, footer, .row, .rows{
	clear: both;
	width: 100%;
}

footer, .row{
	display: table;
}

.rows{
	margin: 55px 0;
}

article{
	background: #f1f2f2;
	overflow: auto;
}


.tit{
	font-family: 'AvenirLTStd-Heavy', "微軟正黑體", Microsoft JhengHei,  sans-seri;
	font-size: 48px;
	margin-top: 50px;
	margin-bottom: 40px;
	text-transform: uppercase;
	line-height: 1.1em;
}

.banner_tit{
	background: #e5e5e5; 
	min-height: 150px;
	border-bottom: 1px solid #d2d2d2; 
	border-top: 1px solid #d2d2d2;
}

.banner_tit .outlay{
	background: url(../images/banner_bg.png) no-repeat right bottom; 
	height: 100%;
	display: table;
}

.tree{
	color: #535353;
	margin: 55px auto 20px auto;
	text-align: right;
	text-transform: uppercase;
}

.tree a{
	color: #535353;
}

.tree span{
	color: #e60012;
}

.btn_back{
	font-family: 'AvenirLTStd-Black', "微軟正黑體", Microsoft JhengHei,  sans-seri;
	background: url(../images/btn_back.jpg) no-repeat #aaaaaa left center; 
	padding-left: 50px; 
	line-height: 40px; 
	width: 80px;
	color: #fff;
}


.top{
	display: none;
    margin: 40px 0;
    text-align: center;	
}

/* Company */
.com_m_img, .pd_img{
	position: relative;
}

.com_m_hover{
	display: none;
	width: 100%; 
	height: 100%; 
	background: rgba(0, 0, 0, 0.25);
	color: #fff;
	position: absolute;
	top: 0;
}


.com_m_hover_txt, .pd_i_hover_txt{
	font-family: 'AvenirLTStd-Black', "微軟正黑體", Microsoft JhengHei,  sans-seri;
	border: 5px solid #fff; 
	width: 54%;
	position: absolute; 
	top: 10%; 
	left: 13%;
	text-align: center;
	font-size: 2.2em;
	padding: 10%;
	line-height: 120%;
}

.com_m_hover_txt{
	font-family: 'AvenirLTStd-Black', "微軟正黑體", Microsoft JhengHei,  sans-seri;
	border: 5px solid #fff; 
	width: 54%;
	position: absolute; 
	top: 10%; 
	left: 13%;
	text-align: center;
	font-size: 2.2em;
	padding: 10%;
}

.com_m_hover_txt p{
	font-size: 2em;
	font-weight: bold;
}

.com_m_txt{
	font-family: 'AvenirLTStd-Heavy', "微軟正黑體", Microsoft JhengHei,  sans-seri;
	text-transform: uppercase;
	text-align: center;
	padding: 20px 0;
	font-size: 24px;
	background: #535353;
	color: #fff;
}

.com_menu .active .com_m_hover{	
	display: block;
}

.com_menu .active .com_m_txt{	
	background: #e60012;
}

.com_tit, .pd_i_tit, .app_tit, .sit_tit{
	font-family: 'AvenirLTStd-Heavy', "微軟正黑體", Microsoft JhengHei,  sans-seri;
	text-transform: uppercase;
	font-size: 24px; 
	line-height: 36px; 
	color: #e60012;
	margin-top: 30px;
	margin-bottom: 20px;
}

.com_txt{
	font-size: 18px; 
	line-height: 30px;
}

.com_cert{
	height: 240px;
	max-height: 240px;
	overflow: hidden;
	margin-bottom: 20px;
}

.com_cert_tit, .nkind_tit, .akind_tit, .sup_tit{
	text-align: center;
	text-transform: uppercase;
	font-family: 'AvenirLTStd-Heavy', "微軟正黑體", Microsoft JhengHei,  sans-seri;
	font-size: 32px;
	padding: 0 3.5%;
}

.com_cert_bg, .nkind_bg, .app_bg{
	background: url(../images/com_cert_bg.png) no-repeat left center;
	background-size: cover;	
}

.com_cert_name{
	font-size: 18px;
	line-height: 45px;
	text-align: center;
}

/* Products */
.pd_i_hover{	
	width: 100%; 
	height: 100%; 
	background: rgba(0, 0, 0, 0.25);
	color: #fff;
	position: absolute;
	top: 0;
	transition: all 0.5s linear;
     -moz-transition: all 0.5s linear; /* Firefox 4 */
     -webkit-transition: all 0.5 linear; /* Safari and Chrome */
     -o-transition: all 0.5s linear; /* Opera */	
	opacity: 0;
}

.pd_i:hover .pd_i_hover{
	transition: all 0.5s linear;
     -moz-transition: all 0.5s linear; /* Firefox 4 */
     -webkit-transition: all 0.5s linear; /* Safari and Chrome */
     -o-transition: all 0.5 linear; /* Opera */	
	/*display: block;*/
	opacity: 1;
}

.pd_text{
	text-align: center;
	font-size: 18px;
	padding: 20px 0 30px 0;
}

.pd_text p{
	font-size: 21px;
	font-weight: bold;
	padding: 10px 0;
}

.pd_tit, .news_tit{
	font-size: 24px;
	line-height:1.2em;
}

.pd_tit p, .pd_tit h1, .news_tit p, .news_tit h1, .con_tit{	
	font-family: 'AvenirLTStd-Black', "微軟正黑體", Microsoft JhengHei,  sans-seri;
	font-size: 30px;
	color: #e60012;
	padding-bottom: 15px;
}

.pd_i_text{
	font-size: 16px;
	line-height: 24px;
}

.pd_i_text img{
	max-width:100%
}

.pd_i_text ul{
	list-style-type: disc;
	margin-left: 20px;
}

.pd_i_text table{
	width: 100%;
	margin-bottom: 30px;
	border: 0;
}

.pd_i_text tr{
	display: table-row;
}
.pd_i_text th, .pd_i_text td{
	padding: 10px 10px;
	display: table-cell;
}
.pd_i_text th{
	background: #e60012;
	color: #fff;
	text-align: left;
}
.pd_i_text .img img{
	width:100%;
	display:block;
}

.pd_i_text td{
	border-bottom: 1px solid #aaaaaa;
}

.pd_btn, .news_btn{
	font-family: 'AvenirLTStd-Heavy', "微軟正黑體", Microsoft JhengHei,  sans-seri;
	font-size: 20px;
	background: #aaa;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	margin-top: 40px;
}

.pd_pi .rows, .pd_pi .outlay{
	display: inline-table;
}

/* News */
.nkind_tit{
	padding:  0 3.2%;
	font-size: 30px;
}

.news_name{
	font-family: 'AvenirLTStd-Heavy', "微軟正黑體", Microsoft JhengHei,  sans-seri;
	font-size: 18px;
	padding: 15px 0 8px 0;
	height: 50px;
}

.news_info{
	height: 70px;

	height: 65px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_date{
	font-family: 'AvenirLTStd-Heavy', "微軟正黑體", Microsoft JhengHei,  sans-seri;
	padding: 0 0 10px 0;
}

.news_more{
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
	background: #fff;
	border: 1px solid #aaaaaa;
	margin: 15px 0;
	padding: 8px 0;
	text-align: center;
	width: 50%;
}

.news_btn{
	margin-top: 0;
	background: #535353;
	width: 50%;
	margin: 0 auto;
}

.news_i_date{
	font-family: 'AvenirLTStd-Black', "微軟正黑體", Microsoft JhengHei,  sans-seri;
	font-size: 20px; 
	line-height: 36px;
	margin: 35px 0;
}

.news_i_text{
	font-size: 18px;
	line-height: 24px;
}

/* Application */
.app_in{
	font-size: 18px;
}

.app_in li{
	padding: 8px 0;
}

.app_tit{
	margin-top: 0;
	margin-bottom: 0;
}

/* Support */
.sup_item{
	width: 92%;
	font-size: 18px;
	padding: 15px 0;
	background: url(../images/down_icon.png) no-repeat 95% center;
	border-top: 1px solid #dcdcdc;
}

.sup_item:hover{
	background: url(../images/down_icon_hover.png) no-repeat 95% center;	
	color: #e60012;
}

.tab_lay{
	display: table; 
	width: 100%;
}

/* Worldwide */
.ww_name, .ww_info{
	font-size: 16px;
}

.ww_name{	
	font-family: 'AvenirLTStd-Heavy', "微軟正黑體", Microsoft JhengHei,  sans-seri;
	padding: 15px 0;
}

.agents_want{    
	font-family: 'AvenirLTStd-Heavy', "微軟正黑體", Microsoft JhengHei, sans-seri;
    font-size: 36px;
	color: #e60012;
    text-transform: uppercase;
    line-height: 1;
	text-align:center;
}

/* Contact */
.con_text{
	font-size: 18px;
	line-height: 30px;
	padding-right: 50px;
}

.inq_list{
	margin: 40px 0;
	padding: 20px;
	background: #fff;
	font-size: 16px;
	display: table;
	width: calc(100% - 40px);
}

.inq_heder, .inq_item{	
	padding: 20px 0;
}

.inq_heder{
	text-transform: uppercase;
	color: #fff;
	background: #e60012;
	display: table;
}

/* Inquiry*/
.form{
	font-size: 16px;
	line-height: 30px;
}

.form input, .form textarea, .form select{
	padding: 15px 10px;
	width: 90%;
	border: 0px;
	margin-bottom: 15px;
}

.form textarea{
	height: 200px;
}

input[type=checkbox]{	
	width: auto;
}

.form select{
	padding: 13px 10px;
}

.form_l input{
	width: 94%;
}

.form_bt{
	margin: 20px 0;
	text-align: center
}

.form_bt a{
	padding: 15px 0;
	text-align: center;
}

.form_bt .col-ms-6{
	width: 47%;
}

/* Sitemap */
.sit_tit a{
	color: #e60012;
}

.sit_in{
	font-size: 20px;
}

.sit_in p{
	font-size: 15px;
}

/* foot */
.foot_info{
	background: #dcdcdc;
	padding: 60px 0 35px 0;
}

.foot_tit{
	font-family: 'AvenirLTStd-Heavy', "微軟正黑體", Microsoft JhengHei,  sans-seri;
	font-size: 20px;
	padding-bottom: 10px;
	color: #343434;
	border-bottom: 1px solid #343434;
}

.foot_txt{
	margin-top: 15px;
	line-height: 22px;
	font-size: 16px;
	color: #3e3a39;
}

.foot_auth{
	text-align: right; 
}

.foot_auth img{
	width: auto;
	margin: 5px;
}
a.ucloud img{
	width:18%;
}
a.app_search img{
	width:84%;
}
.foot_copy{
	background: #515151;
	font-size: 16px;
	color: #dcdcdc;
	padding: 20px 0;
	text-align: center;
}

.foot_copy a{
	color: #dcdcdc;
}

@media screen and (max-width: 1280px) {
	.outlay{
		width: 90%;
	}
}

@media screen and (max-width: 1080px) {
	header img{
		width: 90%;
	}
	
	.logo img{
		width: 90%;
	}
	
	.outlay{
		width: 90%;
	}
	
	.m_nav, .m_subnav{
		display: block;
	}
	
	.subnav{
		display: none;
	}	
	
	.nav, .lan_list{
		width: 100%;
		left: 0px; 
		top: 110px;
		position: absolute; 
		z-index: 9999;
	}
	
	.nav{
		display: none;
		background: #434343;
		left: 0px; 
		top: 100px;
		position: absolute; 
		z-index: 9999;
	}
	
	.nav_close{
		display: block;
		text-align: right;
	}
	
	.nav_lay{
		float: left;
		padding:20px 0;
	}
	
	.nav_item, .lan_list li{
		float: left;
		width:46%;
		padding: 10px 2% 10px 2%;
		margin: 10px 0;
	}
	
	.nav_item{
		float: none;
		padding: 15px 30px 15px 40px;
		margin: 15px 25px;
		background: url(../images/m_nav_item.png) no-repeat left center;
	}
	
	.nav_item a{
		color: #e5e5e5;
	}
	
	.rows{
		margin: 0 0 20px 0;
	}
	
	/* Company */	
	.com_cert_tit, .nkind_tit, .akind_tit, .sup_tit{
		word-break: break-all;
	}
	
	.f-logo{
		display: none;
	}	
	
	.top{
		display: block;
	}
	.foot_copy{
		text-align: left;
	}

	/* News */
	.news_name, .news_info{
		height: auto;
	}
	
}

@media screen and (max-width: 776px) {
	.breadcrumbs{
		display: none;
	}
	
	.banner_tit{
		height: auto;
		min-height: auto;
	}
	
	.tit{
		margin-top: 35px;
		padding-bottom: 50px;
	}
	
	/* Company*/
	.com_m_txt{
		font-size: 20px;
	}
	
	.com_cert_tit .mtb-110{
		margin-top: 60%;
		margin-bottom: 50%;
	}
	
	.com_m_hover_txt{
		display: none;
	}
	
	.active{	
		display: block;
	}
	
	/* Support */
	.sup_item p{
		padding-right: 35px;
	}
}
@media screen and (max-width: 414px) {
	a.ucloud{
		width:50%;
		float:left;
	}
	a.ucloud img{
		width:95%;
		margin:10px 5px;
	}
	a.app_search{
		width:100%;
		float:left;
	}
	a.app_search img{
		width:97%;
		margin:10px 0;
	}
}
@media screen and (max-width: 380px) {
	.nav{
		top: 90px;
	}
	
	.tit{
		font-size: 35px;
	}
	
	.com_tit, .pd_i_tit, .app_tit, .sit_tit{
		font-size: 20px;
	}
	
	.com_cert_tit, .nkind_tit, .akind_tit, .sup_tit{
		font-size: 24px;
	}
	
	.pd_tit p, .pd_tit h1, .news_tit p, .news_tit h1, .con_tit{
		font-size: 25px;
	}
	
	.pd_btn, .news_btn{
		font-size: 17px;
	}
	.sit_in{
		font-size: 16px;
	}
}
@media screen and (max-width: 375px) {
	.foot_tit{
		font-size:18px;
	}
}
@media screen and (max-width: 320px) {
	.foot_tit{
		font-size:15px;
	}
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/*-- Applications New 20220615--*/
    .applications_wrapper .pd_img{
    	padding: 45px 0;
    }
    .com_cert .title{
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
        line-height: 1.3;
	}
	.com_cert .image{
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		height: 100%;
		width: 100%;
	}
	.applications_nav{
		margin-bottom: 20px;
	}
	.applications_nav .item{
		background: #AAAAAA;
		color: white;
		padding: 20px 2.083vw;
		display: block;
		text-transform: initial;
		text-align: center;
		margin-bottom: 5px;
	}
	.applications_nav .item:hover,
	.applications_nav .item.active{
		background: #E6000E;
	}
	.applications {
		margin: 0 auto 80px;
	}
	.applications .outlay {
		display: flex;
		width: 100%;
	}
	.applications .item {
		position: relative;
		display: flex;
	    justify-content: center;
	    align-items: center;
	    overflow: hidden;
		height: 31.40625vw;
		flex: 1;
		transition: flex 0.3s;
		margin: 0 10px;
	}
	.applications .item:hover {
		flex: 1.3;
		transition: flex 0.3s;
	}
	.applications .item img {
	    max-width: initial;
	}

	.applications .item .hover {
	    width: 100%;
	    height: calc(100% - 61px);
	    background: rgba(0, 0, 0, 0.4);
	    color: #fff;
	    position: absolute;
	    top: 0;
	   opacity: 0;
	       transition: all 0.3s linear;
	    -moz-transition: all 0.3s linear;
	    -webkit-transition: all 0.3s linear;
	    -o-transition: all 0.3 linear;
	}
	.applications .item:hover .hover {
	   opacity: 1;
	       transition: all 0.3s linear;
	    -moz-transition: all 0.3s linear;
	    -webkit-transition: all 0.3s linear;
	    -o-transition: all 0.3 linear;
	}
	.applications .item .title {
		font-family: AvenirLTStd-Black, 'Microsoft JhengHei';
	    border: 5px solid #fff;
	    width: 80%;
	    height: 80%;
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%);
	    font-size: 2.2em;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    text-transform: uppercase;
	    font-weight: 700;
	    padding: 15px;
	    text-align: center;
	    line-height: 1.5;
	}

	.applications .item .com_m_txt {
		font-family: AvenirLTStd-Black, 'Microsoft JhengHei';
	    position: absolute;
	    left: 0;
	    bottom: 0;
	    width: 100%;
	    font-size: 20px;
	    transition: all 0.3s linear;
	    -moz-transition: all 0.3s linear;
	    -webkit-transition: all 0.3s linear;
	    -o-transition: all 0.3 linear;
	}
	.applications .item:hover .com_m_txt {
		background: #e60012;
		transition: all 0.3s linear;
	    -moz-transition: all 0.3s linear;
	    -webkit-transition: all 0.3s linear;
	    -o-transition: all 0.3 linear;
	}
	.applications_sub{
		margin-top: 60px;
	}
	.applications_sub .item{
		margin-bottom: 40px;
	}
	.applications_sub .item .title{
		text-align: center;
		font-size: 20px;
		margin-top: 10px;
	}

	@media(min-width: 1280px){
		.applications_nav{
			display: flex;
			justify-content: space-between;
			margin-left: -9px;
			margin-right: -9px;
		}
		.applications_nav .col{
            padding-left: 9px;
			padding-right: 9px;
			flex: 1;
		}
		.applications_nav .item{
			margin-bottom: 0;
		}
	}
	@media screen and (max-width: 768px) {
	    .applications .outlay {
	    	display: block;
	    	margin-top: 50px;
	    }
	    .applications .item {
	    	margin-bottom: 25px;
	    	height: auto;
	    	max-height: 350px;
	    }
	    .applications .item img {
	    	max-width: 100%;
	    }
	}

.social-medias{
	display: flex;
    margin-top: 10px;
    margin-left: 0;
    padding-left: 0;
}
.social-medias li{
	list-style: none;
	margin-right: 5px;
}</pre></body></html>