* {
   margin: 0;
   padding: 0;
  
}
img{ border-width:0px;}
body {
	font-family: "宋体";
	font-size: 12px;
	color: #6e6e6e;
	line-height:22px;
	background-image:url(../images/bg.jpg);
/*	*background-image:url(../images/ie7bg.jpg);*/
	background-repeat:repeat-y;
	background-position: top;
	background-color:#007fa2;
}


/*****************链接**********a.redlink:link {color: #fa7002; }
a.redlink:visited {color: #fa7002;}
a.redlink:hover {color: #ee79bd;}
a.redlink:active {	color: #fa7002;}

a.linelink{	text-decoration:none;}
****************/
/***/

a:link {color: #545454;	text-decoration: none;}
a:visited {color: #545454;text-decoration: none;}
a:hover {color: #0b9ec9;text-decoration: underline;}
a:active {color: #545454;text-decoration: none;}

a.lanlink:link {color: #0b9ec9; }
a.lanlink:visited {color: #0b9ec9;}
a.lanlink:hover {color: #ee79bd;}
a.lanlink:active {	color: #0b9ec9;}

a.blink:link {color: #fff; }
a.blink:visited {color: #fff;}
a.blink:hover {color: #fff; text-decoration: none;}
a.blink:active {	color: #fff;}


/*******************文字*************************************/
.lanfont{color:#0c9ec7; font-size:14px;}
.red{color:#ff8302}

.in_fonttit{ font-size:16px; font-weight:bold; line-height: 28px; color:#0c9ec7; text-align:center;}/**详细页标题****/
.in_fonttxt{ font-size:14px; color:#646464}/**详细页主体内容****/
.bigfont{ font-size:15px; font-weight:bold;}
.titfont{ font-size:14px;} 
.font-Gray{ color:#a9a9a9;}
/** 灰色背景 ***********************************/
.biank{border: 1px solid #ebebeb;}/* 灰色边框*/

/*****虚线*********
.line_bbs{ background-image: url(../images/line_xu.gif); background-repeat:repeat-x; height:15px; clear:both; margin:10px auto 0px 5px; *margin:0px auto 0px 5px;}
