@charset "UTF-8";
/* CSS Document */


/*.use-flexbox{
      display:flex;
      align-items:center;
      justify-content:center;

  }*/


========================================================*/
body{
text-align:center;
margin:0px auto;
font-family: "微軟正黑體", "蘋果儷中黑","Helvetica Neue", "Helvetica", "Arial";!important;
font-family: 'Lato', sans-serif;
background-color:#e0e0e0;
background-color:#fff;
}

h1,h2,h3,h4,h5,h6{font-weight:normal; }

#movie {
    margin: 0 auto;
	}


 #skip {
    width: 100%;
    margin-top: -140px;
    text-align: center;
    z-index: 9999;
    position: relative;
    /*background: #101010;*/
    height: 30px;
	}

.wrapperall {
    width: 1170px;
    margin: 0 auto;
	background-color: #fff;
	}

.wrapperall-in {
    width: 1170px;
    margin: 0 auto;
	background-color: #000000;;
	}


.header{
	/* text-align : center;
	background-color: #b3b3b3;*/
	}


.nav {
    text-align: right;
}

.contact{
	width: 1170px;
    margin: 0 auto;
	background-color: #fff;
    margin-top: -21px;
}


h1 {
    display: inline-block;
    color: #005ea3;
    vertical-align: top;
    font-weight: normal;
    font-size: 24px;
    line-height: 150%;
}


.path{	
padding: 5px 35px 13px 0;
    color: #b5b5b6;
    text-align:left;
    font-size: 12px;
	padding-left: 40px;
	}

.path a {
    color: #b5b5b6;
}



.put-right {
    /* float: right;
	text-align:center;*/
	background-color: #b3b3b3;
	max-width:2000px;
}


.history{
	margin-top:-50px
}

.service{
	padding-top: 20px
}

map *:focus{
outline:none;
z-index:9999;
}

.logo-bn{
    position: absolute;
    z-index: 9999;
}
	

.bn-text {
    position: absolute;
    padding-top: 260px;
    padding-left: 430px;
	width: 500px;
}
	

.bn-text-contact{
    position: absolute;
    padding-top: 100px;
    padding-left: 380px;
    width: 500px;
}


.bn-text-a{
    position: absolute;
    padding-top: 80px;
    padding-left: 380px;
    width: 500px;	
}


.bn-text-p{
    position: absolute;
    padding-top: 80px;
    padding-left: 370px;
    width: 500px;	
}


.bn-text-qc {
    position: absolute;
    padding-top: 80px;
    padding-left: 370px;
    width: 500px;
}
	

.bn-text-r{
    position: absolute;
    padding-top: 95px;
    padding-left: 370px;
    width: 250px;
	/*position:absolute;
	z-index:-1;*/	
	}

.bn-text-research{
    position: absolute;
    padding-top: 70px;
    padding-left: 370px;
    width: 250px;
	}


.bn-text-e{
    position: absolute;
    padding-top: 100px;
    padding-left: 370px;
    width: 250px;
	}

.bn-text-equipment{
    position: absolute;
    padding-top: 70px;
    padding-left: 370px;
    width: 250px;
	}


/* product
========================================================*/

.list-group {
    font-size: 16px;
}



/* nav
========================================================*/
a {
	color: #666;
	text-decoration: none;
	
}

a:hover {
	color: #000;
}
ol, ul {
	/*list-style: none;*/
	padding:0px;
	margin:0px;
}
#wrap {
	margin: 0 auto;
}

.right {
	float: right;
}

.left {
	float: left;
}

/* HEADER */
#wrap > header {
	background-color: #333;
	padding-bottom: 20px;
}
.logo {
	display: inline-block;
	font-size: 0;
	padding-top:15px;
}
#navigation {
	position: absolute;
	right: 40px;
	bottom: 0px;
}

#menu-toggle {
	display: none;
	float: right;
}

/* HEADER > MENU */
#main-menu {
	float: right;
	font-size: 0;
	margin: 10px 0;
}

#main-menu > li {
	display: inline-block;
	margin-left: 23px;
	padding: 2px 0;
}

#main-menu > li.parent > a {
	/*padding-left: 14px;*/
}

#main-menu > li > a {
	color: #eee;
	font-size: 14px;
	/*line-height: 14px;
	padding: 30px 0;*/
	text-decoration:none;
	padding-left: 10px;
}

#main-menu > li:hover > a,
#main-menu > li.current-menu-item > a {
	color: #cc0033;
}

/* HEADER > MENU > DROPDOWN */
#main-menu li {
	position: relative;
}

ul.sub-menu { /* level 2 */
	display: none;
	left: 0px;
	padding-top: 10px;
	position: absolute;
	z-index: 9999;
}

ul.sub-menu ul.sub-menu { /* level 3+ */
	margin-top: -1px;
	padding-top: 0;
	left: 149px;
	top: 0px;
}

ul.sub-menu > li > a {
	background-color: #fff;
	 /*border: 1px solid #444;*/
	border-top: none;
	color: #bbb;
	display: block;
	font-size: 13px;
	line-height: 15px;
	padding: 10px 12px;
	text-decoration: none;
}

ul.sub-menu > li > a:hover {
	background-color: #e6e6e6; 
	color: #cc0033;
}



ul.sub-menu > li:first-child {
	border-top: 3px solid #cc0033;
	width:80px;
}

ul.sub-menu ul.sub-menu > li:first-child {
	border-top: 1px solid #444;
}

ul.sub-menu > li:last-child > a {
	border-radius: 0 0 2px 2px;
}

ul.sub-menu > li > a.parent {
	background-image: url(../images/arrow.png);
	background-size: 5px 9px;
	background-repeat: no-repeat;
	background-position: 95% center;
	color: #CC0033;
	
}



#main-menu li:hover > ul.sub-menu {
	display: block; /* show the submenu */
}







/* fancybox
========================================================*/
#graphic {
	width: 720px;
	margin-left:60px;
	padding: 10px;
	background-color: #E6E6E6;
}

#graphic .img{
	border-radius:15px;
	border:#919191 1px solid;
	margin:10px;
}




/* 內容區
========================================================*/

.contact-left{
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-top: 30px;
    margin-left: 40px;
    width: 150px;
	}


.contact-right{
    width: 80%;
    padding-left: 10px;
    margin-right: 40px;
	float: right;
	}	

/* .title-box {
    padding-left: 20px;
}*/

.title01 {
	margin-right: 40px;
    padding-bottom: 18px;
    line-height: 150%;
    text-align: left;
    margin-left: 215px;
}

.title-product {
    padding-bottom: 18px;
    line-height: 150%;
    text-align: left;

}

.title-box{
margin: 0 40px;
	
}




.text-1{
	color:#666;
	line-height:22px;
	text-align: left;
	margin-top: -20px;
	margin-left: 255px;
	font-size: 16px;
	}

.text-2{
	color:#666;
	line-height:22px;
	text-align: left;
	margin: -20px 20px;
	font-size: 16px;
	/* font-weight:bold;*/
	}

.text-eqi{
	color:#666;
	line-height:22px;
	text-align: left;
	margin-top: -20px;
	margin-left: 255px;
	font-size: 16px;
	}
.text-product{

	color:#666;
	line-height:22px;
	text-align: left;
	margin: -10px 40px;
	font-size: 16px;
	width: 900px;
	}


.text-equipment{
    color: #666;
    line-height: 22px;
    text-align: left;
    margin-top: -200px;
    padding-left: 255px;
	/*font-size: 16px;*/
	}




.aside_eqi table td{
	vertical-align:top;
	line-height:14px;	
	}

.aside img{
	padding-top: 20px;
	}

.aside_eqi img{
	padding-top: 3px;
	}

.aside table td{
	font-size:13px;
	vertical-align: top;
    line-height: 18px;
	
	}


.aside-c{
	margin-bottom:10px
	}




.section-eqi{
    /*width: 410px;*/
	position: relative;
    /*margin-top: -525px;
    margin-right:70px;*/
    float: right;
	position: relative;
	z-index:9999;
	padding-top: 15px;
	}	
	
	
.section-c{
	width: 450px;
	position : absolute;
	z-index :9999;
	top:400px;
    margin-right: 40px;
	padding-left: 530px;
}
	



.con-r h2{
	color:#CC0033;
	
	}

.article table{
margin-left:auto; 
margin-right:auto;
padding-top:80px;
text-align:center ; 
align:center;
	}



.mapitem{
background-color:#666; 
color:#FFF;	
}


/*.mapitem tr a:hover { 
background-color:#BD0C0C; 
color:#FFF;	
}*/




.article-1 table{
text-align:left; 
	}
	


.section-film{
	float:right;
    padding-right: 10px;
    margin-top: 68px;
	position: relative;
	z-index: 1;
	}	
	






/* 產品區
========================================================*/
article_pro{

	}



	
	
/* 區
========================================================*/

.footer{
	background: url(../images/footer.jpg) no-repeat;
	height:110px;
	width:1170px;
	color: #fff;
    font-size: 14px;
    text-align: center;
	line-height:22px;
    letter-spacing:1px;
	}

.footer-in{
	background: url(../images/footer.jpg) no-repeat;
	height:110px;
	width:1170px;
	color: #fff;
    font-size: 14px;
    text-align: center;
	line-height:22px;
    letter-spacing:1px;
	margin-top: 25px;
	position: absolute;
    z-index: 9999;
	}




/* fb
========================================================*/

@font-face {
    font-family: 'si';
    src: url('socicon-v1.5/socicon.eot');
    src: url('socicon-v1.5/socicon.eot?#iefix') format('embedded-opentype'),
         url('socicon-v1.5/socicon.woff') format('woff'),
         url('socicon-v1.5/socicon.ttf') format('truetype'),
         url('socicon-v1.5/socicon.svg#icomoonregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family:si;
        src: url(socicon-v1.5/socicon.svg) format(svg);
    }
}

.soc {
    overflow:hidden;
    margin:0; padding:0;
    list-style:none;
}

.soc li {
    display:inline-block;
    *display:inline;
    zoom:1;
}

.soc li a {
    font-family:si!important;
    font-style:normal;
    font-weight:400;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    overflow:hidden;
    text-decoration:none;
    text-align:center;
    display:block;
    position: relative;
    z-index: 1;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-right: 10px;
    color: #ffffff;
    background-color: #999999;
}

.soc-icon-last{
    margin:0 !important;
}

.soc-twitter:before {
    content:'\e040';
}
.soc-facebook:before {
    content:'\e041';
}
.soc-googleplus:before {
    content:'\e042';
}
.soc-pinterest:before {
    content:'\e043';
}
.soc-linkedin:before {
    content:'\e049';
}
.soc-rss:before {
    content:'\e00b';
}


.fb{
    position: absolute;
    padding-top: 20px;
    padding-left: 1022px;
}



