@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background-repeat:repeat-x;
	background-color:#deecfa;
	font-family: Arial;
	color:#333;
	line-height:22px;
	font-size:13px;
}
a{
	color:#333;
	text-decoration:none;
	}
a:hover{
	color:#187fc4;
	text-decoration:underline;
	}	
		
img {
    border: none;
}

.tile{
	font-family: Arial;
	font-size:14px;
	color:#333;
	}
.tile a{
	color:#666;
	text-decoration:none;
	}
.tile a:hover{
	color:#333;
	text-decoration:underline;
	}

.logout{
	font-family: Arial;
	font-size:14px;
	color:#cc0000;
	}
.logout a{
	color:#cc0000;
	text-decoration:none;
	}
.logout a:hover{
	color:#cc0000;
	text-decoration:underline;
	}

#gotop {
	display: none;
	position: fixed;
	right:50px;
	bottom:150px;
	cursor: pointer;
	width: 48px;
	height: 48px;
	z-index:101;
}


/* 首頁 */

#in_container_all{
	float:left;
	width:100%;
	height:auto;
	background:url(../img/bg.png) repeat-x;
}

#in_container-1{
	width:1280px;
	height:800px;
	background:url(../img/in_mbg.png) no-repeat;
	margin:0 auto;
}
#in_container-2{
	width:1190px;
	height:800px;
	margin:0 auto;
}

#in_header{
	float:left;
	width:1190px;
	height:370px;
	}
	
#in_main_all{
	float:left;
	width:1190px;
	height:310px;
	background:url(../img/in_cbg.png) repeat-x left top;
	}
#in_main{
	float:left;
	width:1150px;
	height:275px;
	padding-top:35px;
	padding-left:40px;
	}
	
#in_footer{
	float:left;
	width:1190px;
	height:120px;
	background:url(../img/footer_bg.png) repeat-x;
	}

#in_business{
	float:left;
	width:570px;
	height:220px;
	background:url(../img/in_business_bg.png) no-repeat;
	}
	
.in_bus_w{
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:14px;
	line-height:22px;
	}
	
#in_news{
	float:left;
	width:460px;
	height:220px;
	margin-left:80px;
	background:url(../img/in_news_bg.png) no-repeat;
	}



#container_all{
	float:left;
	width:100%;
	height:auto;
	background:url(../img/bg.png) repeat-x;
}

#container-1{
	width:1280px;
	height:800px;
	background:url(../img/in_mbg.png) no-repeat left top;
	margin:0 auto;
}

#container-2{
	float:left;
	width:1280px;
	height:auto;
	background:url(../img/sub_mbg.png) repeat-y;
}
#container-3{
	width:1190px;
	height:auto;
	background-color:#fff;
	margin:0 auto;
}

#header{
	float:left;
	width:1190px;
	height:auto;
	}
	



#main_all{
	float:left;
	width:1190px;
	height:auto;
	background:url(../img/in_cbg.png) repeat-x left top;
	background-color:#fff;
	}
#main{
	float:left;
	width:1190px;
	height:auto;
	}

#footer_all{
	float:left;
	width:100%;
	height:120px;
	border-top:3px #aaaaaa solid;
	margin-top:20px;
	}
#footer{
	width:1200px;
	height:auto;
	margin:0 auto;
	}
	
	
/* 首頁
---------------------------------------------------- */	

.in_news_title{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	line-height:18px;
	border-bottom:1px #e6e6e6 solid;
	}
.in_news_title a{
	color:#333;
	text-decoration:none;
	}
.in_news_title a:hover{
	color:#005aaf;
	text-decoration:underline;
	}

.in_news_date{
	font-family:Arial;
	font-size:13px;
	color:#666;
	line-height:18px;
	border-bottom:1px #e6e6e6 solid;
	}
	
.L_mbg{
	background:url(../img/Lm_bg.png) repeat-y;
	}

.L_menu{
	background:url(../img/Lm_pic.png) no-repeat left bottom;
	}


/* products
---------------------------------------------------- */	

.pro_box_all{
	margin-bottom:20px;
	}
	
.pro_box {
	border:1px #ccc solid;
	}
	
a .pro_box {
	border:1px #ccc solid;
	}
a:hover .pro_box {
	border:1px #b7e2e2 solid;
	}
	
.pro_name{
	color:#333;
	padding:10px 0;
	line-height:18px;
	}
.pro_name a{
	color:#333;
	text-decoration:none;
	}
.pro_name a:hover{
	color:#005aaf;
	text-decoration:underline;
	}
	
.pro_h{
	font-family: Arial;
	color:#333;
	font-size:16px;
	}
	
.pro_dname{
	font-family: Arial;
	color:#ff6600;
	font-size:16px;
	font-weight:bold;
	}
	
.pro_brief{
	font-family: Arial;
	color:#333;
	font-size:15px;
	padding:10px;
	line-height:24px;
	}
.pro_detail{
	padding:20px 0;
	border-bottom:1px #ccc dotted;
	}
	
.pro_load a{
	font-family: Arial;
	color:#2896be;
	font-size:16px;
	text-decoration:none;
	}

.pro_load a:hover{
	color:#005aaf;
	text-decoration:underline;
	}
	

/* 文字*/

.wg{
	color:#38bc10;
	}

.ww{
	color:#666;
	font-size:14px;
	}

.wb{
	color:#fff;
	}
.wb a{
	color:#fff;
	text-decoration:none;
	}
.wb a:hover{
	color:#ffff00;
	text-decoration:underline;
	}
	
.wr{
	color:#dc0072;
	}
	
.wr a{
	color:#dc0072;
	}
	
.line{
	border-bottom:1px #e6e6e6 solid;
	}
	
.title{
	font-family: Arial;
	color:#333;
	font-size:18px;
	font-weight:bold;
	}
	
.title2{
	font-family: Arial;
	color:#ff6600;
	font-size:18px;
	font-weight:bold;
	}	

.menu{
	font-family: Arial;
	color:#333;
	font-size:16px;
	line-height:20px;
	padding:2px 0;
	}
	
.menu a{
	color:#333;
	text-decoration:none;
	}
.menu a:hover{
	color:#ff6600;
	text-decoration:none;
	}
	
.menu2{
	font-family: Arial;
	color:#666;
	font-size:16px;
	line-height:22px;
	padding:3px 0;
	}
	
.menu2 a{
	color:#666;
	text-decoration:none;
	}
.menu2 a:hover{
	color:#0561a9;
	text-decoration:none;
	}
	
.about_text{
	font-family: Arial;
	color:#333;
	font-size:14px;
	line-height:22px;
	}
	


/* news
---------------------------------------------------- */	

.news_h{
	font-family: Arial;
	color:#333;
	font-size:16px;
	font-weight:bold;
	}
.news_d{
	font-family: Arial;
	color:#333;
	font-size:16px;
	font-weight:bold;
	}
	
.news_icon{
	border-bottom:1px #ccc dotted;
	}
.news_title{
	font-family: Arial;
	color:#333;
	font-size:16px;
	line-height:22px;
	padding:5px 0;
	border-bottom:1px #ccc dotted;
	}
	
.news_tiltle a{
	color:#333;
	text-decoration:none;
	border-bottom:1px #ccc dotted;
	}
.news_tiltle a:hover{
	color:#0561a9;
	text-decoration:none;
	border-bottom:1px #ccc dotted;
	}
	
.news_date{
	font-family: Arial;
	font-size:15px;
	color:#666;
	padding:5px 0;
	border-bottom:1px #ccc dotted;
	}
	
.news_dtitle{
	font-family: Arial;
	color:#000;
	font-size:16px;
	line-height:22px;
	padding:0px 5px 0px 15px;
	font-weight:bold;
	}

.news_dcont{
	padding:20px 15px 30px 15px; 
	border-bottom:1px #ccc dotted;
	margin-bottom:20px;
	}


/* contact
---------------------------------------------------- */	

.contact_left {
	padding-right: 10px;
	line-height: 32px;
	font-size: 1.2em;
	text-align: right;
	color: #6c6b6b;
	font-weight: bold;
}

.contact_right {
	float: left;
	width: 517px;
	height: 30px;
	line-height: 30px;
	color: #999999;
	font-size: 1em;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #bfbfbf;
	background-color: #faf9f9;
	margin-bottom:10px;
}

.contact_rights {
	float:left;
	width:100px;
	height:30px;
	line-height:30px;
	color: #999999;
	font-size: 1em;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #bfbfbf;
	background-color: #faf9f9;
	margin-bottom:10px;
}

.contact_right-2 {
	float: left;
	width: 517px;
	height: 200px;
	line-height: 30px;
	color: #999999;
	font-size: 1em;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom:10px;
	border: 1px solid #bfbfbf;
	background-color: #faf9f9;
	resize:none;
}	

label.error {
	 float: none; color: red; padding-left: 0px; vertical-align: bottom; 
}	
	
