/* ----------    公共样式  -----------------    */

body {
	text-align: center;
	padding: 0px;
	font-family: "宋体";
	font-size: 12px;
	color: #4D4D4D;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*设立常用标签的外边距，内边距，边框为0，防止在排版时再重复定义和出现怪问题*/
div,form,ul,li,ol,dl,dt,dd,p,span,img{
	margin: 0;
	padding: 0;
}

/*设立列表样式为无，这样列表前面不带点*/
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-size:12px;
	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: #FF4200;
	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 #FF5900;
	display: block;
}
/* ----------------  DIV  盒子ID  -------------------------- */

/* ---  大盒子样式 --- */
#box {
	height: auto;
	margin-right: auto;
	margin-left: auto;
	float: none;
	width: 1000px;
}
/*--头部大盒子样式--*/
#top_content {
	height: 254px;
	float: left;
	width: 1000px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #4868AE;
	border-right-color: #4868AE;
	border-bottom-color: #4868AE;
	border-left-color: #4868AE;
}
#top_banner {
	background-image: url(../images/top_banner.jpg);
	float: left;
	height: 216px;
	width: 1000px;
}
/*--导航盒子样式--*/
#nav {
	float: left;
	height: 38px;
	width: 1000px;
}
.nav_menu {
	background-image: url(../images/nav_bj.jpg);
	background-repeat: repeat-x;
	height: 38px;
	width: 628px;
	float: left;
	padding-left: 32px;
}
.nav_call {
	float: left;
	height: 38px;
	width: 340px;
}


/*--登陆和注册样式--*/
.sub_id {
	float: left;
	height: 18px;
	width: 78px;
	padding-right: 6px;
}
.search {
	float: left;
	height: 15px;
	width: 78px;
	border: 1px solid #EBEBEB;
	color: #B5B5B5;
	line-height: 15px;
}
.sub_denglu {
	float: left;
	width: 32px;
	height: 19px;
}
.denglu_button {
	background-image: url(../images/denglu.jpg);
	color: #414141;
	float: left;
	height: 19px;
	width: 29px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.zhuce_button {
	height: 19px;
	width: 29px;
	background-image: url(../images/denglu.jpg);
	color: #FF4200;
	background-repeat: no-repeat;
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	padding: 0px;
}
/*--副导航右边小导航样式--*/
.sub_youjiao {
	float: left;
	height: 19px;
	width: 6px;
}
.sub_zhongbj {
	float: left;
	height: 17px;
	background-color: #3764AC;
	width: 230px;
	margin: 0px;
	padding-top: 2px;
}
.sub_zi {
	height: 17px;
	line-height: 17px;
	float: left;
}
/*--内容部分大盒子和左右不分大盒子样式--*/
#contents {
	height: auto;
	float: left;
	padding-left: 25px;
	width: 975px;
}
/* ===脚部大盒子样式=== */
#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 #D4D4D4;
	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: #565656;
	text-decoration: none;
	font-weight: normal;
}
a.news:hover {	
	color: #FF9A00;
	text-decoration: underline;
	font-weight: normal;
}

.news02 ,a.news02:link,a.news02:visited{
	color: #353535;
	text-decoration: none;
	font-weight: normal;
}
a.news02:hover {	
	color: #FF9A00;
	text-decoration: underline;
	font-weight: normal;
}

.news01 ,a.news01:link,a.news01:visited{
	color: #807F7F;
	text-decoration: none;
	font-weight: normal;
}
a.news01:hover {	
	color: #FF9A00;
	text-decoration: underline;
	font-weight: normal;
}


.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;
}
.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-right: 144px;
	padding-top: 23px;
}
.guanggao_yewu {
	float: left;
	height: 70px;
	width: 666px;
	padding-top: 10px;
}


/*---用户登录样式---*/
.id_01 {
	font-size: 18px;
	font-weight: bold;
	color: #26508F;
	float: left;
	width: 664px;
	line-height: 30px;
	height: 30px;
}
.id_02 {
	float: left;
	width: 400px;
	line-height: 20px;
	height: 35px;
	text-align: left;
	padding-left: 100px;
}
.id_03 {
	font-size: 14px;
	float: left;
	width: 600px;
	height: 35px;
	text-align: left;
	padding-left: 30px;
	color: #262626;
}
.id_04 {
	float: left;
	width: 600px;
	height: 180px;
	text-align: left;
	padding-left: 30px;
	color: #262626;
	font-size: 14px;
	line-height: 110px;
}
.id_05 {
	float: left;
	height: 50px;
	text-align: left;
	padding-left: 100px;
	width: 400px;
}
.genren_zhuce1 {
	height: 61px;
	width: 555px;
	float: left;
	padding-top: 45px;
	padding-left: 400px;
}

/*个人和营销员注册页面样式*/
#huiyuanzc {
	float: left;
	width: 850px;
	height: 500px;
}
.mianfeizc {
	float: left;
	width: 555px;
	padding-top: 46px;
	padding-left: 380px;
	height: 61px;
}
#zhucefenlei {
	float: left;
	height: 364px;
	width: 813px;
	padding-left: 135px;
}
.genrenzc {
	float: left;
	height: 340px;
	width: 345px;
	padding-top: 22px;
}
.zhuce11 {
	float: left;
	height: 20px;
	display: block;
	width: 342px;
	padding-top: 40px;
	line-height: 20px;
	text-align: left;
}
.zhuce22 {
	float: left;
	height: 40px;
	display: block;
	width: 340px;
	padding-top: 30px;
	text-align: left;
}

#zhenshixx {
	float: left;
	height: 15px;
	width: 948px;
}

/*个人注册界面样式*/
.denglushang {
	float: left;
	height: 6px;
	width: 630px;
}



.zczuo {
	float: left;
	height: 324px;
	width: 48px;
}


#zczhongxx{
	float: left;
	height: 305px;
	width:628px;
	background-color: #F6F6F7;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #BFD6E0;
	border-left-color: #BFD6E0;
}


#zczhong{
	float: left;
	height: 317px;
	width:620px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BCD2F7;
	border-bottom-color: #BCD2F7;
	margin-top: 5px;
}
.zhucefenlei11 {
	float: left;
	width: 750px;
	padding-top: 17px;
	height: auto;
	padding-left: 105px;
}
.texfied {
	width: 224px;
	height: 20px;
}
#huiyuanline {
	float: left;
	width: 3px;
	height: 364px;
	padding-right: 75px;
}
#baodehytop span {
	width: 100px;
	float: left;
	height: 35px;
}
.STYLE3 {
	color: #1B1B1B;
	float: right;
	font-size: 14px;
}
.STYLE6 {
	font-size: 14px;
	line-height: 20px;
}