@charset "utf-8";

body{
    font: 16px/1.5 'Open Sans','Microsoft JhengHei', '微軟正黑體', Arial, Helvetica, sans-serif;
    color: #000;
    background: #fff;
}
a{
	transition: all 300ms;
}

header{
	width: 100%;
	height: 95px;
	box-shadow: 0 0 2px 2px #eee;
	position: fixed;
	z-index: 999;
	top: 0;
	right: 0;
	left: 0;
}
main:not(.index-main){
	max-width: 1220px;
	margin: 60px auto;
}
main.no-b-margin{
	margin-bottom: 0;
}
footer{
	width: 100%;
	height: 80px;
	text-align: center;
	position: relative;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#328bc3+0,003d88+100 */
background: #328bc3; /* Old browsers */
background: -moz-linear-gradient(top, #328bc3 0%, #003d88 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #328bc3 0%,#003d88 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #328bc3 0%,#003d88 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#328bc3', endColorstr='#003d88',GradientType=0 ); /* IE6-9 */
}
footer a.designed{
	color: #fff;
	margin-left: 10px;
	font-weight: 500;
}
footer a.designed img{
	vertical-align: middle;
}

/*shared*/
.nav01 ul, .nav02 ul, .in-banner .slick-dots, .in-products ul, .in-news ul, .footer01, .left-menu ul, .about01-box, .about03 ul, .about06 ul, .about08 ul, .about09 ul, .contact-info ul, .form-sty, .inq-box ul, .dist-box ul, .qa-box ul, .solutions-box ul, .news-box ul, .search-con ul{
	padding: 0;
	margin:0;
	list-style-type: none;
}
.color01{
	color: #003D89;
}
.color02{
	color: #D30012;
}
.color03{
	color: #9DCFEF;
}
.color04{
	color: #0066CC;
}
.f-sty01{
	font-size: 2rem;
	font-weight: bold;
	position: relative;
}
.f-sty01:after{
	content: '';
	width: 135px;
	height: 5px;
	position: absolute;
	bottom:-10px;
	left:0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2395a9+0,43af9d+100 */
background: #2395a9; /* Old browsers */
background: -moz-linear-gradient(left,  #2395a9 0%, #43af9d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #2395a9 0%,#43af9d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #2395a9 0%,#43af9d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2395a9', endColorstr='#43af9d',GradientType=1 ); /* IE6-9 */
}
.align-right{
	width: 100%;
	text-align: right;
}
.align-center{
	width: 100%;
	text-align: center;
}
.btn01{
	background: #ABCE05;
	padding:10px 20px;
	border-radius:10px;
	font-size: 1.125rem;
	color: #000;
	font-weight: bold;
}
.form-sty > li:nth-child(-n+9){
	width: 45%;
	display: inline-block;
	margin:0 -4px 20px ;
	vertical-align: top;
}
.form-sty li.message{
	width: 100%;
	display: block;
}
.form-sty > li:nth-child(-n+9):nth-child(odd){
	margin-right:10%;
}
.form-sty li p{
	margin: 0;
	color:#666;
}
.form-sty li input, .form-sty li select{
	height: 35px;
	border:1px solid #ddd;
	border-radius: 3px;
	outline: none;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.form-sty li:hover input, .form-sty li:hover textarea {
	border-color: #555; 
}
.form-sty li:nth-child(-n+9) input{
	width: 100%;
}
.form-sty li:nth-child(6) input{
	width: 60%;
}
.form-sty li:nth-child(6) select{
	width: 38%;
}
.form-sty li textarea{
	width: 100%;
	min-height: 120px;
	border:1px solid #ddd;
	border-radius: 3px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.form-sty .captcha input{
	width: 150px;
}
.contact.form-sty .captcha i:after{
	content: 'Refresh';
	margin-left: 5px;
}
.form-sty li.captcha div:not(:only-child){
	display: inline-block;
}
.form-sty li.captcha img{
	vertical-align: sub;
}
.form-sty li.captcha  i{
	font-weight: bold;
	color: #666;
	margin-right: 5px;
}
.form-sty li.captcha a{
	color: #666;
	font-family: Arial;
}
.form-sty li.captcha a:hover{
	cursor: pointer;
}
.form-sty .remark:before{
	content: '*';
	color: #D30012;
	font-size: 1.125rem;
}
.form-sty > li:last-child {
    text-align: left;
    margin-top: 50px;
}
.form-sty input[type="reset"], .form-sty input[type="submit"] {
	height: auto;
    margin-right: 10px;
    padding: 10px 60px;
    border: 3px solid #003D89;
    border-radius: 20px;
    cursor: pointer;
    outline: none;
    color: #fff;
    font-size: 1.5rem;
    font-family: "微軟正黑體";
    background: #003D89;
}
.form-sty input[type="reset"] {
    color: #003D89;
    background-color: transparent;
}
.form-sty input[type="reset"]:hover{
	color: #fff;
    background: #003D89;
}
.form-sty input[type="submit"]:hover{
	color: #003D89;
    background: #fff;
}


/*effect*/
.scott {
    width: 100%;
    margin: 3% 0 0;
    float: left;
    font-family: Arial,Verdana;
    text-align: center;
    font-size: .938rem;
}

.scott a {
    color: #003D82;
    text-decoration: none;
    padding: 2px 7px;
    margin: 0 2px 0 0;
    border:1px solid #003D82;
}
.scott a:hover {
    color: #fff;
    background: #003D82;
}
.scott a:active {
    color: #fff;
    background: #003D82;
}
.scott span.page_current {
    font-weight: 700;
    color: #fff;
    background: #003D82;
    padding: 2px 7px;
    margin: 0 2px 0 0;
    border:1px solid #003D82;
}

.scott span.disabled {
    color: #003D82;
    margin: 0 5px 0 0;
    padding: 2px 5px;
    border:1px solid #003D82;
}

.nice-select {
	width: 38%;
	height: 39px;
	line-height: 39px;
	-webkit-tap-highlight-color: transparent;
	background-color: #fff;
	border: 1px solid #d5d5d5;
	border-radius: 3px;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	outline: none;
	padding-left: 18px;
	/*padding-right: 30px;*/ /*for ie*/
	position: relative;
	text-align: left ;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	 -moz-user-select: none;
	  -ms-user-select: none;
	      user-select: none;
	white-space: nowrap;
}
.nice-select ul.list{
	max-height: 200px;
	overflow-y: auto;
}
.nice-select:hover {
	border-color: #555; 
}
.nice-select:active, .nice-select.open, .nice-select:focus {
	width: 38%;
	border-color: #555; 
}
.nice-select:after {
	border-bottom: 2px solid #555;
	border-right: 2px solid #555;
	content: '';
	display: block;
	width: 5px; 
	height: 5px;
	margin-top: -4px;
	pointer-events: none;
	position: absolute;
	right: 8px;
	top: 50%;
	-webkit-transform-origin: 66% 66%;
	    -ms-transform-origin: 66% 66%;
	        transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.nice-select.open:after {
-webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
        transform: rotate(-135deg); 
    }
.nice-select.open .list {
	opacity: 1;
	display: block;
	box-shadow:0 0 0 2px rgba(68, 68, 68, .15);
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
		-ms-transform: scale(1) translateY(0);
			transform: scale(1) translateY(0); 
    }
.nice-select.disabled {
	border-color: #e7ecf2;
	color: #90a1b5;
	pointer-events: none; 
}
.nice-select.disabled:after {
	border-color: #cdd5de; 
}
.nice-select.wide {
	width: 100%; 
}
.nice-select.wide .list {
	left: 0 !important;
	right: 0 !important; 
}

.nice-select.right .list {
	left: auto;
	right: 0; 
}
.nice-select.small {
	font-size: 12px;
	height: 36px;
	line-height: 34px; 
}
.nice-select.small:after {
	height: 4px;
	width: 4px; 
}
.nice-select.small .option {
	line-height: 34px;
	min-height: 34px; 
}
.nice-select .list {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 0 1px rgba(68, 88, 112, 0.11);
	box-sizing: border-box;
	margin-top: 4px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; 
 }
.nice-select .list:hover .option:not(:hover) {
	background-color: transparent !important; 
}
.nice-select .option {
	width: auto;
	cursor: pointer;
	font-weight: 400;
	line-height: 40px;
	list-style: none;
	border-bottom: 1px solid #eee;
	min-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 29px;
	text-align: left;
	-webkit-transition: all 0.2s;
	transition: all 0.2s; 
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
	background-color: #e7e7e7; 
}
.nice-select .option.selected {
	font-weight: bold; 
}
.nice-select .option.disabled {
	background-color: transparent;
  	color: #90a1b5;
  	cursor: default; 
  }
.nice-select .list {
	display: none; 
}



/* 中文版 視頻集錦 */
.videoPop {
	position: fixed;
    top: -100%;
    left: -100%;
    width: 0;
    height: 0;
    opacity: 0;
    z-index: 0;
    background: rgba(255, 255, 255, 0);
    -webkit-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
}

.videoPop .closeSpace {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
}

.videoPop .videoPopup {
	position: absolute;
    top: 55%;
    left: -100%;
    width: 90%;
    max-width: 900px;
    padding-top: 40px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    overflow: hidden;
    opacity: 0;
    z-index: 100;
	background: white;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.7);
    -webkit-transition: top 0.5s ease-out;
         -o-transition: top 0.5s ease-out;
            transition: top 0.5s ease-out;
}

.videoPop .videoPopup .closeBtn {
	position: absolute;
    top: 5px;
    right: 15px;
    color: #000;
    cursor: pointer;
}

.videoPop .videoPopup .videoMain {
    position: relative;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	z-index: 100;
}

.videoPop .videoPopup .videoMain video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videoPop.open {
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
	opacity: 1;
    z-index: 5000;
    background: rgba(0, 0, 0, 0.5);
}

.videoPop.open .videoPopup {
	left: 50%;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}