/*基本信息*/
@charset "utf-8";
/* CSS Document */
*{ font-family:Arial, Helvetica, sans-serif; font-family:"宋体"}
body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote{padding:0;margin:0;color:#666;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-weight:normal;font-style:normal;}
strong{font-style:normal;}
ol,ul{list-style:none;}
caption{text-align:left;}
h1,h2,h3,h4,h5,h6{font-weight:normal;font-size:100%;}
q:before,q:after{content:'';}
abbr,acronym{border:0;}
a{outline:expression(this.hideFocus=true);outline:none;cursor:pointer;text-decoration:none;color:#333;}

.clear{zoom:1;clear:both; height:0; line-height:0; font-size:0}
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 {
	float:left; font-size:12px;
	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;
}
.line p{ width:100%; padding:0; margin:0;}
.line p a{ width:100%; padding:0; margin:0;}
.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;
} 

.container {
	WIDTH: 940px
}

.features .feature-register.feature .feature-more {
	PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px
}
.features .feature-register.feature .feature-more H4 {
	MARGIN: 30px auto
}
.features .feature-register.feature .feature-more H4 A {
	COLOR: #24a9e2
}
.features .feature-register.feature .feature-more LI {
	TEXT-ALIGN: left; LINE-HEIGHT: 35px; LIST-STYLE-TYPE: none; FONT-SIZE: 15px; LIST-STYLE-IMAGE: none
}
.features .feature-register.feature .feature-more LI IMG {
	PADDING-RIGHT: 10px
}

.thumbnails {
	LIST-STYLE-TYPE: none; MARGIN-LEFT: -20px; LIST-STYLE-IMAGE: none
}
.thumbnails:before {
	LINE-HEIGHT: 0; DISPLAY: table; CONTENT: ""
}
.thumbnails:after {
	LINE-HEIGHT: 0; DISPLAY: table; CONTENT: ""
}
.thumbnails:after {
	CLEAR: both
}
.row-fluid .thumbnails {
	MARGIN-LEFT: 0px
}
.thumbnails > LI {
	MARGIN-BOTTOM: 20px; FLOAT: left; MARGIN-LEFT: 20px
}

.bottom_fff{float:left; width:220px;}
.bottom_fff ul{ padding:0 }
.bottom_fff ul li{ padding:0; float:left; width:220px; height:24px; line-height:24px; font-size:14px; font-family:"微软雅黑"; margin-top:10px;}
.bottom_fff ul li img{ margin-right:5px; }


.top{ width:1002px; height:11px; margin:0 auto; line-height:0; font-size:0;}
.tl{ float:left; width:7px; height:11px; background:url(images/top_02.jpg);line-height:0; font-size:0;}
.tm{ float:left; width:987px; height:11px; background:url(images/top_03.jpg);line-height:0; font-size:0;}
.tr{ float:left; width:8px; height:11px; background:url(images/top_05.jpg);line-height:0; font-size:0;}
.nav{ width:1002px; height:102px; margin:0 auto;}
.nl{ float:left; width:7px; height:102px; background:url(images/top_07.jpg)}
.nm{ float:left; width:967px; height:102px; background:#FFF; padding:0 10px;_padding:0 8px 0 9px;}
.nr{ float:left; width:8px; height:102px; background:url(images/top_09.jpg)}
.nmb,.nmt{ margin-top:5px; width:100%;}


.banner{ width:1002px; height:360px; margin:0 auto;}
.banl{ float:left; width:7px; height:360px; background:url(images/top_07.jpg)}
.banm{ float:left; width:970px; height:356px; background:#FFF; padding:4px 7px 0 10px;}
.banr{ float:left; width:8px; height:360px; background:url(images/top_09.jpg)}




.linefar{ width:1002px; height:150px; margin:0 auto; }
.linefarl{ float:left; width:7px; height:150px; background:url(images/top_07.jpg)}
.linefarm{ float:left; width:970px; height:150px; background:#FFF; padding:0 7px 0 10px; _padding:0 8px 0 9px;}
.linefarr{ float:left; width:8px; height:150px; background:url(images/top_09.jpg)}



.hot{ width:1002px; height:50px; margin:0 auto; }
.hotl{ float:left; width:7px; height:50px; background:url(images/top_07.jpg)}
.hotm{ float:left; width:970px; height:50px; background:#FFF; padding:0 7px 0 10px; _padding:0 8px 0 9px;}
.hotr{ float:left; width:8px; height:50px; background:url(images/top_09.jpg)}

.news{ width:1002px; height:535px; margin:0 auto; }
.newsl{ float:left; width:7px; height:535px; background:url(images/top_07.jpg)}
.newsm{ float:left; width:970px; height:535px; background:#FFF; padding:0 7px 0 10px; _padding:0 8px 0 9px; font-size:12px;}
.newsr{ float:left; width:8px; height:535px; background:url(images/top_09.jpg)}

.footer{ width:980px; padding:5px 11px 0 11px;background:url(images/ceall_55.jpg); margin:0 auto; }