/*基本信息*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:#E8E8E8;
}

td{
	font-size: 12px;
	line-height: 18px;
	color: #585858;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}

/*首页*/

.line {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #ECECEC;
	border-right-color: #ECECEC;
	border-bottom-color: #ECECEC;
	border-left-color: #ECECEC;
}
.line2 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ECECEC;
	border-right-color: #ECECEC;
	border-bottom-color: #ECECEC;
	border-left-color: #ECECEC;
	border-bottom-width: 1px;
}
.font {
	FONT-FAMILY: "Microsoft YaHei", Hei, "?v??";
	font-size: 13px;
	line-height: 18px;
	color: #101010;
	font-weight: bold;
}
.font2 {
	FONT-FAMILY: "Microsoft YaHei", Hei, "?v??";
	font-size: 30px;
	line-height: 18px;
	color: #101010;
	font-weight: bold;
}
.font3 {
	font-size: 12px;
	line-height: 18px;
	color: #828282;
}
.bg{
	background-image: url(images/web.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.bg2{
	background-image: url(images/domain.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.bg3{
	background-image: url(images/online.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.bg4{
	background-image: url(images/develop.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.bg5{
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}



/*底部*/

A.bum:link {
	FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #828282; TEXT-DECORATION: none
}
A.bum:visited {
	FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #828282; TEXT-DECORATION: none
}
A.bum:hover {
	FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #F6AE00; TEXT-DECORATION: underline
}
A.bum:active {
	FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #F6AE00; TEXT-DECORATION: underline
}


/*主导航菜单*/
#menu ul{
	padding:0;
	border:0;
	list-style:none;
	line-height:150%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
}
#menu_out{
	width:966px;
	padding-left:4px;
	margin-left:auto;
	margin-right:auto;
	background:url(images/menu_left.gif) no-repeat left top;
}
#menu_in{
	background:url(images/menu_right.gif) no-repeat right top;
	padding-right:4px;
}
#menu{
	background:url(images/menu_bg.gif) repeat-x;
	height:40px;
}
.menu_line{
	background:url(images/menu_line.gif) no-repeat center top;
	width:8px;
}
.menu_line2{
	background:url(images/menu_line2.gif) no-repeat center top;
	width:15px;
}
#nav{
	padding-left:20px;
}
#nav li{
	float:left;
	height:40px;
}
#nav li a{
	float:left;
	display:block;
	padding-left:6px;
	height:40px;
	background:url(images/menu_on_left.gif) no-repeat left top;
	cursor:pointer;
	text-decoration:none;
}
#nav li a span{
	float:left;
	padding:11px 14px 10px 10px;
	line-height:18px;
	
	background:url(images/menu_on_right.gif) no-repeat right top;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
#nav li .nav_on{   /*鼠标经过时变换背景，方便JS获取样式*/
	background-position:left 100%;
}
#nav li .nav_on span{  /*鼠标经过时变换背景，方便JS获取样式*/
	background-position:right 100%;
	color:#333333;
	text-decoration:none;
	padding:14px 14px 7px 10px;
}

/*内页*/
.STYLE1 {color: #FF0000}
.lie {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.aboutline {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #C9C9C9;
	border-right-color: #C9C9C9;
	border-bottom-color: #C9C9C9;
	border-left-color: #C9C9C9;
}
.aboutfont {
	FONT-FAMILY: "Microsoft YaHei", Hei, "?v??";
	font-size: 15px;
	line-height: 24px;
	color: #101010;
	font-weight: bold;
}
.cobg {
	background-image: url(images/contact.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
A.ab:link {
	FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #333333; TEXT-DECORATION: none
}
A.ab:visited {
	FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #333333; TEXT-DECORATION: none
}
A.ab:hover {
	FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #FF0000; TEXT-DECORATION: none}
A.ab:active {
	FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #FF0000; TEXT-DECORATION: none}


/*新闻*/
.newbg {
	background-image: url(images/newbg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

/*作品*/
.dashed {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
	width: 200px;
}
.bgg{
	background-image: url(images/bga.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
}
.STYLE2 {
	color: #0057A6;
	font-weight: bold;
	font-size: 14px;
}
.STYLE1 {
	color: #585858;
	font-weight: bold;
	font-size: 12px;
}

.line3 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
	border-bottom-width: 1px;
}
.bigfont {
   FONT-FAMILY: "Microsoft YaHei", Hei, "?v??";
	font-size: 16px;
	line-height: 24px;
	color: #3333333;
	font-weight: bold;
}

.bigfont2 {
   FONT-FAMILY: "Microsoft YaHei", Hei, "?v??";
	font-size: 24px;
	line-height: 35px;
	color: #2F2F2F;
	font-weight: bold;
}
.pbg {
	background-image: url(images/pbg.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
} 
