@charset "utf-8";
/* CSS Document */

/** 清除内外边距 **/ 

body, h1, h2, h3, h4, h5, h6, hr, p,  

blockquote, /* structural elements 结构元素 */ 

dl, dt, dd, ul, ol, li, /* list elements 列表元素 */ 

pre, /* text formatting elements 文本格式元素 */ 

fieldset, legend, button, input, textarea, /* form elements 表单元素 */ 

th, td, /* table elements 表格元素 */ 

img,/* img elements 图片元素 */
form{  

  border:medium none;  
  margin:0;  
  padding:0; 
  

} 
ul {list-style:none;}

/** 设置默认字体 **/ 

body,button, input, select, textarea {
	font-size: 12px;
} 
button{ cursor:pointer;}

h1, h2, h3, h4, h5, h6 { font-size: 100%; }  

em{font-style:normal;}  

/** 重置列表元素 **/ 

ul, ol { list-style: none; }  

/** 重置超链接元素 **/ 

a { text-decoration: none; color:#333;}  

a:hover { text-decoration: underline;  }  

/** 重置图片元素 **/ 

img{ border:0px; vertical-align:middle;}  

/** 重置表格元素 **/ 

table { border-collapse: collapse; border-spacing: 0; } 
/* 左浮动 */
.f_left{
	float: left;
}
body{background-color:#f0f6f6;font-family:Arial ,宋体;
line-height:1.28;
background:#fafafa;
-webkit-text-size-adjust:none;/* 清除google浏览器字体最小12px限制 */
}
/* 右浮动 */
.f_right{
	float:right;
	}
.btn_f_right{
	position:absolute;
	right:0px;
}
.text {
	font-family:'Hiragino Sans GB','Microsoft YaHei',sans-serif!important;
}
.ST_text {
	font-family:Tahoma, Verdanac, sans-serif, Arial ,宋体
}
.entext {
	font-family:Tahoma, Verdanac, sans-serif, Arial
}
.html, body {overflow-x: hidden; overflow-y: auto;}
/* Clearfix */
.clearfix:after {
visibility:hidden;
display:block;
font-size:0;
content:" ";
clear:both;
height:0;
}
.clearfix {
zoom:1;
}
.font24{ font-size:24px; font-weight:normal;}
.font18{ font-size:18px;}
.font16{ font-size:16px; }
.font15{ font-size:15px;}
.font14{ font-size:14px;font-weight:normal;}
.font12{ font-size:12px;}
.gray{ color:#666666}
.orange{color:#ff6600}



.left_part{ width:681px; overflow:hidden;float:left;}
.right_part{ width:319px;overflow:hidden;float:right;}

.wenti{background:images/index_12.gif;
	width:681px;
	height:273px;
	background-image: url(../images/index_12.gif);
	background-repeat: no-repeat;
	padding-top:26px;
}
.wenti ul{ padding-left:230px; padding-top:10px; line-height:24px;}

.wenti .more{ padding-left:510px; }

.dingyue{
	padding-left:179px;
	width:140px;
	height:248px;
	overflow:hidden;
	background-image: url(../images/index_03.gif);
	background-repeat: no-repeat;
}

.shouji{	
	width:681px;
	height:137px;
	overflow:hidden;
	background-image: url(../images/index_05.gif);
	background-repeat: no-repeat;
	
	}
.shouji input{ border:#666 1px solid; height:22px; width:110px; padding-left:5px; margin-left:150px; margin-top:4px;}
.shouji button{ margin-left:10px; position:relative; top:-2px; width:66px; height:28px; overflow:hidden;}
.footer{ width:1000px; text-align:center; line-height:24px; color:#333333;}