@charset "utf-8";

body{
    font: 16px/1.5 Arial, 'Microsoft JhengHei', '微軟正黑體', Helvetica, sans-serif;
    color: #353535;
    background: #fff;
}
/*index*/
#top{
	width: 1200px;
	padding: 10px 0;
	box-sizing: border-box;
	overflow: visible; 
}
.menu_top{
	width: auto;
	margin-top: 40px;
	float: initial;
}
.menu_top a{
	position: relative;
	padding-left: 65px;
	transition:all .7s ease;
}
.menu_top a:before{
	content: '';
	width: 5px;
	height: 5px;
	background: #fff;
	border: 2px solid #2999d0;
	border-radius: 50%;
	margin-right: 10px;
	position: absolute;
	left: 50px;
	top: 30%;
	transition:all .5s ease;
}
.menu_top a:hover{
	background: none;
	color: #2999d0;
}
.menu_top a:hover:before{
	background: #2999d0;
}
.menu_top a.current:before{
	content: '';
	background: #2999d0;
}
.head-right{
	float: right;
}
.top-search{
	float: right;
}
.top-search > a {
  display: block;
  letter-spacing: 1px;
  position: relative;
  color: #adadad;
}
.top-search > a:hover{
	color: #333;
}
.top-search > a span:before{
	content: '\f002';
	font-family: FontAwesome;
	margin-right: 5px;
}
.top-search > a:after{
	content: '|';
	margin: 0 0 0 10px;
	color: #333;
}
.searchBtn div {
  position: absolute;
  bottom: 0;
  right: 100px;
  opacity: 0;
  font-family: FontAwesome;
}
.searchInput {
  width: 150px;
  border-bottom: 1px solid #293a66;
  text-align: left;
}
.searchInput input {
  position: relative;
  width: 140px;
  padding: 5px;
  color: #293a66;
  font-size: 14px;
  letter-spacing: 1px;
  background: none;
  border: none;
  outline: none;
}
.searchInput button {
  position: absolute;
  bottom: 3px;
  right: 10px;
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
  opacity: 0;
}
.language{
	float: right;
	position: inherit;
}
.language .lang{
	cursor: pointer;
	position: relative;
	display: block;
	overflow: inherit;
	color: #adadad;
	font-size: 14px;
}
.language .lang-list{
	display: none;
	width:120px;
	position:absolute;
	right: 0;
	z-index: 999999;
	color: #fff;
	background: #fff;
	border: 1px solid #ececec;
	text-align:center;
}
.language .lang-list li{
	border-bottom: 1px solid #ececec;
	transition: background 1s;
}
.language .lang-list li:hover a{
	color: #fff;
	background: #2999d0;
}
.language .lang-list a{
	padding: 7px 0;
	margin: 0;
	text-align: center;
	display: block;
	font-size: .875rem;
	font-weight: 500;
	color: #888;
}
.language a.lang:hover .lang-list{
	display: block;
}
.language a.lang span:before{
	content: "\f0ac";
	font-family: FontAwesome;
	font-size: 1.1rem;
	margin: 0 10px;
	vertical-align: middle;
}

#banner_area{
	width: 100%;
}
.flexslider .slides img{
	width: 100%;
	height: auto;
}
#footer{
	width: 100%;
	height: auto;
}
#foot {
	width: 100%;
	height: auto;
	background: #f3f3f3;
	overflow: visible;
}
.f-info{
	display: table;
	width: 1200px;
	margin: 0 auto;
	padding: 30px 0 20px;
}
.f-info > div{
	font-size: 14px;
	display: table-cell;
	vertical-align: middle;
	border-right: 1px solid #d4d4d4;
	padding: 10px 35px;
	margin: 0 -2px;
	box-sizing: border-box;
}
.f-info > div:last-child{
	border-right: 0;
	padding-right: 0;
}
.f-info div+div{
	border-left: 1px solid #fff;
}
.f-info .title{
	margin-bottom: 20px;
	padding: 0;
}
.f-info .title img{
	vertical-align: sub;
}
.f-info .title span{
	font-size: 16px;
	font-weight: bold;
	float: inherit;
}
.f-info li{
	line-height: 35px;
}
.f-info li:before{
	content: url(../images/dot.svg);
	margin-right: 5px;
}
.f-info li img{
	width: 20px;
}
#foot .copy{
	width: 100%;
	height: 50px;
	background: #1b4f80;
	padding: 0;
}
#foot .copy > div{
	width: 1200px;	
	margin: 0 auto;
}
#foot .copy>div span{
	font-size: 14px;
	display: inline-block;
}
#foot .copy > div a, .design{
	color: #fff;
}
.in-about{
	padding: 65px 0;
	background: url(../images/about-bg.jpg) repeat;
}
.in-about > div{
	height: 600px;
	position: relative;
}
.in-about .pic{
	position: absolute;
	width: 560px;
	height: 420px;
	right: 0;
	top: 0;
	z-index: 1;
}
.in-about .profile{
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
}
.in-about .profile h2{
	font-size: 70px;
	color: #1b4f80;
	font-style: italic;
	line-height: 130%;
}
.in-about .profile h2 p{
	text-align: right;
	margin-right: 100px;
}
.in-about .profile h2 span{
	color: #fff;
}
.in-about .profile h2 p:last-child{
	position: relative;
	margin-bottom: -20px;
}
.in-about .profile h2 p:last-child:before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 450px;
	height: 2px;
	background: #1b4f80; 
}
.in-about .profile .info{
	width: 780px;
	background: rgba(255, 255, 255, 0.95);
	padding: 70px 35px 50px;
	box-sizing: border-box;
	line-height: 35px;
}
.in-about .profile img{
	max-width: 100%;
	margin-top: 40px;
}
.in-news{
	padding: 70px 0;
}
.in-news li{
	width: 33%;
	display: inline-block;
	vertical-align: top;
}
.in-news li a{
	color: #333;
}
.in-news li a:hover h3{
	color: #1b4f80;
}
.in-news li a:hover img{
	transform: scale(1.2);
}
.in-news li .info{
	display: inline-block;
	vertical-align: top;
	margin: 0 30px 0 10px;
}
.in-news li .pic{
	width: 140px;
	height: 140px;
	float: left;
	overflow-y: hidden;
}
.in-news li img{
	max-width: 100%;
	max-height: 100%;
	transition: all 1.5s ease-in-out;
}
.in-news li h3{
	position: relative;
	margin-bottom: 20px;
}
.in-news li h3:after{
	content: '';
	width: 20px;
	height: 1px;
	background: #545454;
	position: absolute;
	bottom: -7px;
	left: 0;
}
.in-news li .date{
	font-size: 12px;
}
.in-product{
	padding: 70px 0;
	background: url(../images/pro-bg.jpg) repeat;
}
.in-product li{
	width: 100%;
	height: 380px;
	margin-bottom: 30px;
	position: relative;
}
.in-product li a{
	color: #333;
}
.in-product li a > div{
	width: 670px;
	position: absolute;
}
.in-product li a:hover img{
	transform: scale(1.1);
}
.in-product li .info{
	height: 290px;
	left: 0;
	top: 40px;
	z-index: 2;
	background: rgba(255, 255, 255, 0.95);
	padding: 40px 35px;
	box-sizing: border-box;
	line-height: 35px;
	letter-spacing: -1px;
}
.in-product li .info p{
	color: #696969;
	position: relative;
	margin-bottom: 25px;
	text-align: justify;
text-justify: inter-ideograph;
-ms-text-justify: inter-ideograph; /*IE9*/
-moz-text-align-last:justify; /*Firefox*/
-webkit-text-align-last:justify; /*Chrome*/
}
.in-product li .info p:after{
	content: '';
	width: 30px;
	height: 1px;
	background: #545454;
	position: absolute;
	bottom: -13px;
	left: 0;
}
.in-product li .pic{
	height: 380px;
	right: 0;
	top: 0;
	overflow: hidden;
}
.in-product li .pic img{
	max-width: 100%;
	max-height: 100%;
	transition: all 1.5s ease-in-out;
}
.in-product h3{
	font-size: 30px;
	color: #545454;
	line-height: 150%;
}
.in-product li:nth-child(even) .pic{
	left: 0;
}
.in-product li:nth-child(even) .info{
	right: 0;
	left: inherit;
}

/*-------keyframes--------*/
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}



/*shared*/
.in-news ul, .in-product ul, .about-certification{
	padding: 0;
	margin: 0;
	list-style: none;
}
h2.in-title{
	margin-bottom: 80px;
}
h2.in-title p{
	text-align: center;
	color: #545454;
}
h2.in-title p.en{
	font-size: 36px;
	font-family: "Times New Roman";
	text-transform:uppercase;
}
h2.in-title p.tw{
	font-size: 16px;
	position: relative;
}
h2.in-title p.tw:after{
	content: '';
	width: 50px;
	height: 1px;
	background: #545454;
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -25px;
}
.clearfix:before, .clearfix:after{
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1; /*For IE 6&7 only*/
}

#main{
	width: 100%;
	background-repeat: no-repeat;
}
#banner{
	display: none;
}
#content{
	width: 1200px;
	margin-top: 85px;
	margin-bottom: 75px;
	background: rgba(255, 255, 255, 0.9);
}
.content{
	width: 1200px;
	margin: 0 auto;
	padding: 25px 0 60px; 
}
#rightbox{
	width: 100%;
	background: none;
	padding: 30px 100px;
	box-sizing: border-box;
}
#left{
	width: 100%;
	min-height: auto;
	background: none;
}
#left .bread{
	text-align: right;
	padding: 0 10px;
	font-size: 12px;
	color: #808080;
}
#left .bread a{
	color: #808080;
}
#left .bread b{
	color: #1b4f80;
}
#left .title h1{
	text-align: center;
	background: none;
	float: inherit;
	display: block;
	color: #293a66;
	letter-spacing: 1px;
	font-size: 36px;
	font-family: "Times New Roman", 'Microsoft JhengHei', '微軟正黑體';
	padding: 0;
	margin-top: 20px;
}
#left .title h1 p{
	font-size: 16px;
	font-family: 'Microsoft JhengHei', '微軟正黑體';
}
#left .menu{
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	margin: 0 100px;
	padding: 0;
	text-align: center;
}
#left .menu li{
	display: inline-block;
}
#left .menu a{
	border-bottom: 0;
	line-height: 45px;
	padding: 0 50px;
	font-size: 16px;
}
.m_com p{
	font-size: 16px;
}

/*news*/
.content-main{
	padding: 10px 0;
}
#news_tab{
	width: 100%;
}
#news_d_tit{
	border-top: 3px #224f78 solid;
	padding: 5px 0;
}
#news_d_info{
	padding: 10px 0;
}
#news_d_tit address{
	color: #224f78;
}
.td_bg01{
	background: none;
}
#news_tab2{
	width: 100%;
}
#news_tab2 .news_listpic{
	border: 0;
}
#news_tab2 .news_listpic img{
	max-width: 120px;
}
#news_tab2 p.date{
	text-align: right;
	font-size: 14px;
	color: #1b4f80;
}
#news_tab2 p a{
	font-size: 16px;
	font-weight: bold;
}
#news_tab2 tr td{
	padding: 10px 0;
}
#news_tab tr td{
	border-bottom: 1px dashed #ccc;
}

/*product*/
.product_box{
	width: 100%;
}
.menu_s01{
	display: none;
}
.pro_titdes{
	display: none;
}
.menu li a:hover{
	background: none;
}
.menu li:hover a{
	color: #224f78;
}
.pro-icon li a:before{
	width: 20px;
	display: inline-block;
	vertical-align: sub;
	margin-right: 7px;
}
.pro-icon li:first-child a:before{
	content: url(../images/p01.svg);
}
.pro-icon li:nth-child(2) a:before{
	content: url(../images/p02.svg);
}
.pro-icon li:nth-child(3) a:before{
	content: url(../images/p03.svg);
}
.pro-icon li:nth-child(4) a:before{
	content: url(../images/p04.svg);
}
.pro-icon li:last-child a:before{
	content: url(../images/p05.svg);
}
.pro-icon li:first-child:hover a:before{
	content: url(../images/p01h.svg);
}
.pro-icon li:nth-child(2):hover a:before{
	content: url(../images/p02h.svg);
}
.pro-icon li:nth-child(3):hover a:before{
	content: url(../images/p03h.svg);
}
.pro-icon li:nth-child(4):hover a:before{
	content: url(../images/p04h.svg);
}
.pro-icon li:last-child:hover a:before{
	content: url(../images/p05h.svg);
}
.pro_imb{
	width: 460px;
	height: 400px;
	vertical-align: top;
	border: 0;
	background-color: inherit;
}
.pro_detail{
	width: 480px;
}
.pro_des_img{
	margin-left: 0;
}
.pro_des_img img{
	max-width: 480px;
	max-height: 400px;
}
.pro_imgs{
	display: none;
}
.back{
	padding-top: 50px;
}
.pro_detail{	
	line-height: 35px;
}
.pro_detail h1{
	font-size: 24px;
	color: #1b4f80;
	border: 0;
	margin-bottom: 20px;
}
.pro_detail li:before{
	content: "•";
    padding: 0 5px 0 5px;
    color: #1b4f80;
}
.pro_detail input:hover, .back input:hover, .back a:hover{
	-webkit-animation: heartbeat 1.5s ease-in-out infinite both;
	        animation: heartbeat 1.5s ease-in-out infinite both;
}

/*inquiry*/
#down tr td{
	border-bottom: 1px dashed 
}
#ctt_form{
	margin-top: 30px;
}
#ctt_form tr th, #ctt_form tr td{
	padding: 10px 0;
	border-bottom: 1px dashed #ccc;
}
#ctt_form tr th{
	padding-right: 15px;
}
#ctt_form tr td input{
	padding: 5px;
}
#ctt_form tr td select{
	height: 35px;
	padding: 5px;
}

/*contact*/
.contact_form {
	width: 100%;
	margin: 0;
}
.contact_form table{
	margin: 30px auto 0;
}
.contact_form .label, .contact_form .code{
	background:#F2F2F2;
	padding:5px;
	border: 1px #CCC solid;
}
.contact_form tr th, .contact_form tr td{
	border-bottom: 1px dashed #ccc;
}
.contact_form textarea{
	width:385px;
	height:100px;
	color:#333;
	background:#F2F2F2;
	padding:5px;
	border:1px #CCC solid;
}
.contact_form tr:last-child th, .contact_form tr:last-child td{
	border-bottom: 0;
}


/*editor*/
.about-editor .box{
	margin-bottom: 50px;
}
.about-editor .box:last-child{
	margin-bottom: 0;
}
h2.company-name{
	color: #1b4f80;
	font-size: 24px;
	text-align: center;
	font-weight: 500;
	text-decoration: underline;
}
.about-editor p{
	line-height: 45px;
	text-align: center;
	margin: 25px 0 30px;
}
.about-certification li{
	width: 30%;
	display: inline-block;
	text-align: center;
}
.about-certification li p{
	font-size: 16px;
	color: #1b4f80;
}