﻿@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	text-align:center;
	font-family: "新細明體", Arial,Tahoma, Helvetica, sans-serif;
	scrollbar-face-color:#FFF; 
	scrollbar-shadow-color:#ccc; 
	scrollbar-highlight-color:#ccc;
	scrollbar-3dlight-color:#666;
	scrollbar-darkshadow-color:#666666;
	scrollbar-track-color:#eee;
	scrollbar-arrow-color:#666;
	background:#FFF url(../images/bg.jpg) repeat-x;
}
body,td,th,div,ul,li{
	color:#666;
	font-size:12px;
	line-height:22px;
}
div,ul,li,p{
	list-style:none;
	margin:0;
	padding:0;
}
img{
	border:0;
}

/*超级链接--------
---------------------------------------------------------------------*/
a {
	color: #666;
	text-decoration:none
}
a:link {
	text-decoration:none;
}
a:visited {
	color: #666;
	text-decoration:none;
}
a:hover {
	color:#990000;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #F5D9BA;
}
/*--------文本左右对齐
---------------------------------------------------------------------*/
.duiqi{
	text-align:justify;
	/*text-justify:inter-ideograph;*/
}
/*--------图片边框
---------------------------------------------------------------------*/
img.best {
	padding: 2px; 
	border: 1px dotted #62400C; 
	background-color: #FFF; 
}
img.bests {
	padding: 1px; 
	background-color: #FFF;
	border: 1px solid #2C3940;
}
/*--------自定义文本
---------------------------------------------------------------------*/
h1,h2,h3,h4,h5,p{
	margin:0;
	padding:0;
}
div,ul,li,ol{
	margin:0;
	padding:0;
	list-style:none;
}
div{
	border:0px #FFFFFF solid;
}
/*--------头部
---------------------------------------------------------------------*/
.header{
	float:left;
	width:1002px;
	height:90px;
	text-align:left;
	clear:both;
	background:#FFF url(../images/ind_main.jpg) left top no-repeat;
	border:0px #000 solid;
}
.header .hlogo{
	float:left;
	width:350px;
	height:60px;
	border:0px navy solid;	
}
.header .hlogo a{
	display:block;
	height:60px;
	width:350px;
	text-indent:-1000px;
}
.header .hnav{
	float:left;
	height:70px;
	width:640px;
	border:0px navy solid;
}
.header .hbanner{
	height:130px;
	width:1000px;
	clear:both;
}
.header .hbanner .hbleft{
	float:left;
	margin:20px 0 0 0;
	width:740px;
	height:110px;
	text-align:left;
}
.header .hbanner .hbleft li{
	float:left;
	margin:0 0 5px 0;
	height:40px;
	border:0px #000 solid;
	text-align:center;
	}
.header .hbanner .hbleft li a{
	display:block;
	height:40px;
	line-height:40px;
	width:100%;
	font-size:18px;
	font-weight:bold;
	}	
.header .hbanner .hbleft .a{
	width:160px;
}
.header .hbanner .hbleft .b{
	width:167px;
}
.header .hbanner .hbleft .c{
	width:230px;
	clear:right;
}
.header .hbanner .hbleft .d{
	width:210px;
}
.header .hbanner .hbleft .e{
	width:216px;
}	
.header .hbanner .hbleft .f{
	width:160px;
}
.header .hbanner .hbright{
	float:left;
	margin:30px 0 0 0;
	border:0px #339900 solid;
	width:260px;
	height:100px;
	}
/*--------底部-----------------------------------------------------------*/
.footer{
	float:left;
	width:1002px;
	height:80px;
	line-height:30px;
	clear:both;
}
.footer,.footer a,.footer a:visited{
	color:#f3f3f3;
}
/*--------公共部分
---------------------------------------------------------------------*/
.leftnavs ul{
	margin:0;
	padding:0;
	color:#FFFFFF
}
.leftnavs li{
	margin:0;
	color:#FFFFFF
}
.leftnavs a,.leftnavs a:visited{
	color:#FFFFFF;
}
/*----产品列表-----------------------------------------------*/
.pro_list ul{
	float:left;
	clear:both;
}
.pro_list li{
	float:left;
	height:105px;
	width:120px;
	line-height:15px;
}
.pro_list img{
	height:80px;
	width:100px;
}		
/*----新闻列表-----------------------------------------------*/
.ind_news ul{
	clear:both;
	float:left;
	width:auto;
	height:auto;
}
.ind_news li{
	float:left;
	clear:both;
	width:96%;
	border:0;
	height:19px;
	line-height:19px;
}
.ind_news li span{
	float:left;
	margin:0 0 0 20px;
	color:#CCCCCC;
	font-size:10px;
}
.ind_news li a{
	float:left;
	display:block;
	padding:0 0 0 12px;
	color:gray;
	background:url(../images/icon.jpg) no-repeat left center;
}
.ind_news li a,.ind_news li a:visited{
	color:#FFFFFF;
}
/*2*/
.news ul{
	clear:both;
	float:left;
	padding:100px 0 10px 0;
	width:auto;
	height:auto;
}
.news li{
	float:left;
	clear:both;
	border:0;
	height:25px;
	width:710px;
	line-height:25px;
	border-bottom:1px #ccc dashed;
	background:url(../images/inco_news.png) no-repeat left center;
}
.news li span{
	float:left;
	margin:0 0 0 20px;
	color:#aaa;
	font-size:10px;
}
.news li a{
	float:left;
	display:block;
	padding:0 0 0 12px;

}
.news li a,.news li a:visited{
	color:#666;
}
/*--------分页样式----------------------------------------------------*/
.pagelink{
	display:block;
	text-align:center;
	margin:0 0 0 20px;
	padding:10px 0 0 0;
	height:30px;
	line-height:30px;
	clear:both;
	color:#62400C;
}
.pagelink a{
	border:1px solid #09A6D1;
	width:20px;
	height:19px;
	text-align:center;
	padding:0;
	display:block;
	float:left;
	margin:0 5px 0 0;
	background:#90E9FF;
	color:#333;
	line-height:19px;
}
.pagelink b{
	border:1px solid #ccc;
	width:20px;
	height:19px;
	text-align:center;
	padding:0;
	display:block;
	float:left;
	margin:0 5px 0 0;
	color:#ccc;
	font-weight:bold;
	line-height:19px;
}
.pagelink u{
	border:1px solid #415462;
	width:20px;
	height:19px;
	text-align:center;
	padding:0;
	display:block;
	float:left;
	margin:0 5px 0 0;
	background:#01BEE4 url(../images/pagelink2.gif) repeat-x;
	color:#415462;
	font-weight:bold;
	line-height:19px;
}
.topclose{
	float:left;
	width:400px;
	clear:both;
	margin:0;
	padding:10px 0 0 0;
}
.topclose .top,.topclose .close{
	float:left;
	margin:0 10px 0 0;
	}
.topclose .top a{
	float:left;
	font-size:11px;	
	color:#EA6D10;
	}
.topclose .close a{
	float:left;
	margin:0;
	font-size:11px;	
	color:#EA6D10;
}
.topclose .top a:hover,.topclose .close a:hover{
	border:0px solid #B7DA4B;
	text-decoration: underline;
}
/*--------LiveValidation
---------------------------------------------------------------------*/
.LV_valid {
    color:#f3f3f3
}
	
.LV_invalid {
	color:#CC0001;
}
	
.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active,
.fieldWithErrors input.LV_valid_field,
.fieldWithErrors textarea.LV_valid_field {
    border: 1px solid #cccccc;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active,
.fieldWithErrors input.LV_invalid_field,
.fieldWithErrors textarea.LV_invalid_field {
    border: 1px solid #CC0001;
}

/*sitemap*/
.sitemap{width:90%; float:left;}
.sitemap li{font-size:14px; margin-top:10px; padding:0; font-weight:bold; list-style:circle}
.sitemap span{font-size:12px; margin-left:16px;}