@import url(http://fonts.googleapis.com/css?family=Lato:400,700); /*font-family: 'Lato', sans-serif;*/
@import url(http://fonts.googleapis.com/css?family=Roboto:500,400);/*font-family: 'Roboto', sans-serif;*/
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);/*font-family: 'Montserrat', sans-serif;*/
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600&subset=latin,vietnamese);/*font-family: 'Source Sans Pro', sans-serif;*/

/*reset css*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol,ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {margin:0;padding:0;border:0; /*vertical-align: baseline;*/}

::selection {
    background: #57a2b8;
    color: #fff;
}

/*影像連結隱藏虛線*/
a{outline:none; border:0; text-decoration:none;}
a img{border:0;}
map > area,
map > area:active,
map > area:focus {outline: none; border:0;}

html, body{
	/*height: 100%; */
	font-family:"微軟正黑體",Arial, Helvetica, sans-serif;
	background: url(../images/bg-index.gif) repeat-x;
}
.wrap{
	min-height: 100%;
	width: 1000px;
	margin: 0 auto;
}
.main{
	/*overflow: auto;
	padding-bottom: 140px;*/
}
/*float*/
.float_L{ float: left;}
.float_R{ float: right;}
.clear{ clear: both;}

/*圖片水平垂直至中*/
.centerXY{
	display: table-cell;
	text-align: center;
}
.centerXY span{
	height: 100%;
	display: inline-block;
}
.centerXY *{vertical-align: middle;}

/*header setting----------------------------------*/
.header{height: 175px; /*margin-bottom: 1px;*/}
/*logo*/
.logo{
	width: 1000px;
	height: 130px;
	margin-right: 25px;
	background: url(../images/logo_index.gif) center top no-repeat;
}
/*主選單*/
.menu{
	width: 960px;
	height: 45px;
	margin: 0 20px;
	background: url(../images/menu_index.gif) left top;
}
.menu ul{
	list-style: none;
}
.menu li{
	float: left;
	width: 160px;
	height: 45px;
}
.menu li a{
	display:block;
	width: 160px;
	height: 45px;
}
.menu li a:hover.about{background: url(../images/menu_index.gif) 960px bottom;}
.menu li a:hover.products{background: url(../images/menu_index.gif) 800px bottom;}
.menu li a:hover.factory{background: url(../images/menu_index.gif) 640px bottom;}
.menu li a:hover.quality{background: url(../images/menu_index.gif) 480px bottom;}
.menu li a:hover.news{background: url(../images/menu_index.gif) 320px bottom;}
.menu li a:hover.contact{background: url(../images/menu_index.gif) 160px bottom;}

.menu ul ul{
	position: absolute;
	z-index: 3000;
	background:#304a67;
	border: solid 1px #fff;
	display: none;
}
.menu li li{
	clear: both;
	width: 320px;
	height: 40px;
	/*margin: 10px 0;*/
	font-size: 14px;
}
.menu li li a{
	display: block;
	width: 270px;
	height: 20px;
	color: #fff;
	padding: 10px 25px;
}
.menu li li a:hover{
	color: #ffde00;
	background: #1f273b;
}
/*slider----------------------------------*/
#slider{
	position: relative;
	width: 1000px;
	height: 380px;
}
#slider a img{border: none;}
#slider a.ad {position: absolute;}/* 讓圖片疊在一起 */
#slider .control {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
#slider .control a{
	display: inline-block;
	padding: 3px;
	margin: 0 3px;
	width: 16px;
	color: #fff;
	background: #c4c4c4;
	border-radius: 30px;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
}
#slider .control a.on{
	font-weight: bold;
	color: #fff;
	background: #57a1c4;
}

/*clear float*/
.clear::before, .clear::after {
    content: "";
    display: table;
}
.clear::after {
    clear: both;
}
.clear {
    zoom:1; /*IE6, IE7*/
}
/*content setting----------------------------------*/
.content{}
.content p{}
.content p a{color: #2aa0b1;}
.content p a:hover{ text-decoration:underline;}
.content h1{
	font-size: 15px;
	color: #ff7c00;
}
.content h2{
	text-align: center;
	font-size: 30px;
	color: #fff;
	line-height: 80px;
	/*border-bottom: solid 1px #032571;*/
	text-shadow:1px 2px 8px #4d576a;
}
.content h3{
	font-size: 30px;
	color: #ff7c00;
	margin-bottom: 15px;
}
.content h3 span{border-bottom: solid 3px #ff7c00;}

.content ul{ list-style: none;}

.dot_border{ border-right: dotted 1px #000;}
.copyright{
	/*border-top: solid 1px #b5b5b5;
	border-bottom: solid 1px #b5b5b5;*/
	text-align: center;
	line-height: 2.8;
	font-size: 15px;
	color: #434343;
	background: #e9e9e9;
}
.DesignBy{
	width: 960px;
	margin: 0 auto;
	text-align: right;
	font-size: 14px;
	color: #949494;
	line-height: 3;
}
.DesignBy a{
	color: #949494;
}
.DesignBy a:hover{
	color: #ff7c00;
	-o-transition: color .25s linear;
    -webkit-transition: color .25s linear;
    -moz-transition: color .25s linear;
  	transition: color .25s linear;
}

/*--------------------------*/
.content .info{
	width: 960px;
	padding: 0 20px;
	margin: 15px 0;
}
.content .info h1{
	color: #0093d9;
	font-size: 26px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #fff;
}
.content .info p{
	color: #223850;
	padding: 0 10px;
}
.content .info ul li{
	float: left;
	background: #e5eaf5;
	margin: 10px 0;
	text-align: center;
	border: solid 1px #fff;
}
.content .info .grid-3{
	width: 290px;
	padding: 10px 0;
}
.content .info .grid-2{
	width: 450px;
	padding: 10px 0;
}
.content .info .grid-1{
	width: 960px;
	padding: 15px 0;
}


/*-------------footer----------------*/
.footer{border-top: solid 1px #b5b5b5;}
.foot_contact{
	width: 960px;
	margin: 0 auto;
}
.foot_contact table tr td{
	padding: 12px 8px;
}
.foot_contact p{ font-size: 18px;}
.foot_contact p a{color: #2aa0b1;}
.foot_contact p a:hover{ text-decoration:underline;}
.foot_contact h1{
	font-size: 15px;
	color: #ff7c00;
	font-weight: bold;
	padding-left: 30px;
}
.foot_contact .tel{ background: url(../images/icon-tel.png) left center no-repeat;}
.foot_contact .fax{ background: url(../images/icon-fax.png) left center no-repeat;}
.foot_contact .mail{ background: url(../images/icon-mail.png) left center no-repeat;}
