/* ----------    公共样式  -----------------    */

body {
	padding: 0px;
	font-family: "宋体";
	font-size: 12px;
	color: #353535;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*设立常用标签的外边距，内边距，边框为0，防止在排版时再重复定义和出现怪问题*/
div,form,ul,li,ol,dl,dt,dd,img,p,span{
	margin: 0;
	padding: 0;
	float: left;
}

/*设立列表样式为无，这样列表前面不带点*/
li,dl{
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}

/*设立标题1,2,3,4,5,6的文字大小为12px,内外边距为0，不加粗，有利于重要等级来排版定位*/
h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
	font-weight: normal;
}
/*(常用文字超链接的设定，这部分可根据你自己页面常用超链接色彩来自行定义)*/
.more ,a.more:link,a.more:visited{
	color: #339933;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
}   a.more:hover {
	font-size: 12px;
	color: #FF9A00;
	text-decoration: underline;
	font-weight: normal;
}

.nav_word ,a.nav_word:link,a.nav_word:visited{
	color: #FFFFFF;
}  
a.nav_word:hover {
	color: #FF9600;
	text-decoration: none;
}

/*(设立默认全局样式超链接样式)*/
a:link{
	color: #3162B1;
	text-decoration: none;}
a:visited {
	color: #3162B1;
	text-decoration: none;
}
a:hover {
	color: #FF4E00;
	text-decoration: underline;
}
a:active {
	color: #3162B1;
	text-decoration: none;
}


/* 公共不带链接的文字大小   */

.f12{font-family: "宋体";font-size: 12px;font-weight: bold;color: #ffffff;}
.f14{font-family: "宋体";font-size: 14px;font-weight: bold;color: #333333;}
.f16{font-family: "宋体";font-size: 16px;font-weight: bold;color: #333333;}

/*图片超级连接样式*/
.pic{
	border: 1px solid #CCCCCC;
	display: block;
}

.pic:hover{
	border: 1px solid #CC0000;
	display: block;
}
/* ----------------  DIV  盒子ID  -------------------------- */

/* ---  大盒子样式 --- */
#box {
	height: auto;
	margin-right: auto;
	margin-left: auto;
	float: none;
	width: 1000px;
}
/*--内容大盒子样式--*/
#content {
	width: 950px;
	padding-right: 25px;
	padding-left: 25px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #5E87E1;
	height: auto;
}
/*--当前位置样式--*/
.pre_position {
	line-height: 23px;
	float: left;
	height: 23px;
	width: 950px;
	padding-top: 2px;
}
/*--广告条样式--*/
.Advertise {
	float: left;
	height: 200px;
	width: 950px;
	padding-bottom: 10px;
}
/*--推荐业务员盒子样式--*/
.reco_top {
	float: left;
	height: 10px;
	width: 950px;
}
.reco_center {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #A4C4FF;
	border-left-color: #A4C4FF;
	float: left;
	height: auto;
	width: 928px;
	padding-right: 10px;
	padding-left: 10px;
}

.reco_center2 {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFB849;
	border-left-color: #FFB849;
	float: left;
	height: auto;
	width: 928px;
	padding-right: 10px;
	padding-left: 10px;
}
/*----翻页样式代码开始----*/
#fenye {
	float: left;
	height: 50px;
	width: 910px;
	padding-top: 20px;
	text-align: center;
}
.fenyezi1 {
	float: left;
	height: 20px;
	width: 48px;
	border: 1px solid #C7DBE4;
	color: #262626;
	line-height: 20px;
	margin-left: 8px;
}

.fenyezi2 {
	float: left;
	height: 20px;
	width: 18px;
	border: 1px solid #C7DBE4;
	color: #262626;
	line-height: 20px;
	margin-left: 8px;
}
.fenyezi3 {
	float: left;
	height: 20px;
	width: 55px;
	border: 1px solid #C7DBE4;
	color: #262626;
	line-height: 20px;
	margin-left: 8px;
}
a.diyi2:hover {
	background-color:  #FF7A03;
	color: #FFFFFF;
	height: 20px;
	width: 18px;
	text-decoration: none;
	float: left;	
}
a.diyi3:hover {
	background-color:  #FF7A03;
	color: #FFFFFF;
	height: 20px;
	width: 55px;
	text-decoration: none;
	float: left;	
}
a.diyi:hover {
	background-color: #FF7A03;
	color: #FFFFFF;
	height: 20px;
	width: 48px;
	text-decoration: none;
	display: block;
}
/*----翻页样式代码结束----*/
/* ===脚部大盒子样式=== */
#footer {
	float: left;
	height: auto;
	width: 1000px;
}

/* ===下面友情链接样式=== */
#youqing {
	text-align: left;
	float: left;
	width: 950px;
	height: 64px;
	padding-left: 25px;
	padding-top: 10px;
}
#centercont55 {
	text-align: left;
	float: left;
	width: 950px;
	border: 1px solid #D2DCEC;
	height: 54px;
}
.linktitle {
	float: left;
	height: 46px;
	width: 46px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border: 2px solid #5781C5;
	background-image: url(../images/link_bj.gif);
	background-repeat: repeat-x;
	text-align: center;
	line-height: 23px;
}
.linklist {
	display: block;
	float: left;
	overflow: hidden;
	line-height: 22px;
	height: 22px;
	margin-right: 6px;
	margin-left: 6px;
}

.news ,a.news:link,a.news:visited{
	color: #474747;
	text-decoration: none;
	font-weight: normal;
}
a.news:hover {	
	color: #FF6600;
	text-decoration: underline;
	font-weight: normal;
}

.name ,a.name:link,a.name:visited{
	color: #6E6D6D;
	text-decoration: none;
}
a.name:hover {	
	color: #FF6600;
	text-decoration: none;
}
.link_cont {
	float: left;
	height: 50px;
	width: 50px;
	padding-top: 2px;
	padding-left: 2px;
}
.link_word {
	float: left;
	height: 48px;
	width: 898px;
	padding-top: 6px;
}
.wenzi_cont {
	float: left;
	width: 898px;
}
/*--下面小导航样式--*/
#foor_nav {
	background-image: url(../images/bignav_bj.jpg);
	background-repeat: repeat-x;
	height: 24px;
	width: 780px;
	float: left;
	padding-top: 3px;
	padding-left: 220px;
}
.wenzi_fudao {
	height: 22px;
	width: 580px;
	float: left;
}
/* ===版权部分图片样式=== */
#tupianlink {
	float: left;
	height: 50px;
	width: 800px;
	padding-left: 108px;
	padding-top: 15px;
}
#tupianlink dd {
	float: left;
	height: 50px;
	display: block;
	padding-right: 6px;
}
.linkpic5 {
	float: left;
	height: 50px;
	width: 148px;
}
/* ===版权文字部分样式=== */
#copyright_zi {
	float: left;
	height: 60px;
	width: 1000px;
	text-align: center;
}
.banquan11 {
	float: left;
	height: 17px;
	width: 1000px;
	padding-top: 15px;
}
.banquan22 {
	float: left;
	height: 15px;
	width: 1000px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.genghuan1 {
	float: right;
	height: 157px;
	width: 161px;
	padding-top: 22px;
	padding-right: 144px;
}
.guanggao_yewu {
	float: left;
	height: 70px;
	width: 666px;
	padding-top: 15px;
}
.qiandan_cont {
	float: left;
	width: 908px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #A4C4FF;
	padding-top: 18px;
	padding-bottom: 18px;
	font-size: 14px;
}
.qiandan_cont2 {
	float: left;
	width: 908px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFB849;
	padding-top: 18px;
	padding-bottom: 18px;
	font-size: 14px;
}
.qiandan_tu {
	float: left;
	height: 145px;
	width: 125px;
	border: 2px solid #B0B0B0;
}
.qiandan_you {
	float: left;
	width: 755px;
	padding-left: 24px;
	padding-top: 12px;
}
.qiandan_h3 {
	font-weight: bold;
	height: 25px;
	width: 755px;
	color: #FF5900;
}
.qiandan_word{
	width: 755px;
	line-height: 20px;
	float: left;
	padding-bottom:12px;
	padding-top: 7px;
}
.qiandan_call {
	line-height: 22px;
	float: left;
	height: 22px;
	width: 115px;
}
.qiandan_com{
	line-height: 24px;
	float: left;
	width: 550px;
	color: #FF5900;
}
.qiandan_com2{
	line-height: 24px;
	float: left;
	width: 200px;
	color: #FF5900;
}
.qiandan_look {
	line-height: 22px;
	float: left;
	width: 90px;
}
