@charset "gb2312";
/* CSS Document */

/*===========全局样式=============*/
* {
	margin:0;
	padding:0;
	list-style-type:none;
}
body, h1, h2, h3, h4, h5, h6, hr, p,div, blockquote, 
/* structural elements 结构元素 */ dl, dt, dd, ul, ol, li, /* list elements 列表元素 */ pre, /* text formatting elements 文本格式元素 */ form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */ th, td /* table elements 表格元素 */ {
	margin: 0;
	padding: 0;
}
button, input, select, textarea /* for ie */ {
	font: 12px/1.5 tahoma, arial, simsun, sans-serif,"微软雅黑";
	color:#e7d47c;
	
}
/** 设置默认字体 **/
body {
	font: 12px/1.5 tahoma, arial, simsun, sans-serif,"微软雅黑";
	color:#d6c678;
	background-image: url(../images/cqbg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #121111;
}
ul {
	list-style: none;
}
a {
	text-decoration: none;
	color: #e7d47c;
}
a:hover {
	text-decoration:none;
	color:#ffffff;
}
img {
	border:none;
	text-decoration:none;
}
.clear {
	clear:both;
}

.top{ width:1000px; margin:0 auto;}

/*index_bg*/
.main{ margin:0 auto; background-image:  url(../images/CQindex_03.png); height:1100px; width:1000px; }
.main_left{ float:left; padding-top:33px; padding-left:5px;}
.main_right{ float:right; padding-right:15px; padding-top:60px;}
.main_right_one{ float:left; width:450px; padding-right:10px;}
.main_right_two{ float:right; width:282px; height:227px; background-image:  url(../images/bq_bg.jpg);}
.main_free{  margin-bottom:10px;}

.foot{ margin:0 auto; width:1000px; height:150px;}

















































































































