/*==========================================全局========================================================*/
@charset "utf-8";
h1, h2, h3, h4, h5, h6, form, fieldset, img, a, ul, li, p, div, td, tr, body, span {
	padding:0;
	margin:0;
}
html {
	overflow:-moz-scrollbars-vertical;
} /*始终让 Firefox 显示滚动条*/
body {
	color:#333;
	line-height:18px;
	font:12px "宋体";
	background:url(../images/bg.jpg) center top repeat-x;
}
* {
	word-wrap:break-word;
}/*文字强制换行*/
table {
	border-collapse:collapse;
}/*细线表格*/
.hidden {
	display:none;
}/*清除容器浮动*/
fieldset, img {
	border:0px;
}/*清除描边,块显示*/
ul, li {
	list-style-type:none;
}/*无列表项目标记*/
a {
	text-decoration: none;
}/* 链接无下划线,有为underline */
a:link {
	color: #333;
}/* 未访问的链接 */
a:visited {
	color: #333;
}/* 已访问的链接 */
a:hover {
	text-decoration:underline;
	color: #ff6600;
} /* 鼠标在链接上 */
a:active {
	color: #333;
	
}/* 点击激活链接 */
.text {
	white-space:nowrap;
    text-overflow:ellipsis; 
    -o-text-overflow:ellipsis; 
    overflow: hidden;		
}/* 一行内文字超出以省略号形式隐藏 */
   
/*==================================主页开始======================================*/

/*==============================顶部开始===================================*/
.index_wrapper {
  width:1003px;
  background:#fff;
  margin:0 auto;
  clear:both;
}
.top {
    width:1003px;
	padding-top:9px;
	height:26px;
	background:url(../images/top_bg.jpg) left top repeat-x;
	color:#536977;
	margin:0 auto;
	clear:both;	
}
.top a:link {
    color:#536977;
}
.top a:visited {
    color:#536977;
}
.top a:hover {
   color:#536977;
}
.top p {
    float:left;
	margin-left:50px;
	display:inline;
	height:14px;
}
.top span {
    float:right;
	margin-right:20px;
	display:inline;
	height:14px;
	text-align:right;
}
.top_logo {
    margin:0 auto 0px auto;
	clear:both;
	width:943px;
	padding:0 30px;
	height:95px;
	background:url(../images/logobg.jpg) center center no-repeat;	
}
.top_logo01 {
   float:left;
   width:100px;
   height:90px;
   margin-right:15px;
   display:inline;
   
}
.top_logo02 {
   float:left;
   width:500px;
   height:90px;
   display:inline;
   margin-top:5px;
}
.top_link {
   float:right;
   width:250px;
   display:inline;
   height:20px;
   margin-top:13px;
   height:21px;
   text-align:right;
}
.top_nav {
   margin:0 auto 6px auto;
   clear:both;
   width:982px;
   height:70px;
   background:url(../images/nav_bg.jpg) left bottom no-repeat;
   position:relative;
   overflow:hidden;
}
.top_notice {
   position:absolute;
   left:34px;
   top:42px;
   height:15px;
   width:935px;
   overflow:hidden;
   z-index:10;
}
/*================导航开始================*/
.nav_main {
   position:absolute;
   left:280px;
   top:0px;
   height:70px;
   width:700px;
   overflow:hidden;
   z-index:50;
}

.nav {
   position:relative;
}
ul.navlist {
   height:32px;
   overflow:hidden;   
}
.navlist li {
   width:74px;
   height:32px;
   overflow:hidden;
   float:left;
   display:inline;
   background:url(../images/nav_link.jpg) left top no-repeat;  
   text-align:center;
   font: bold 14px "宋体";
   margin-right:3px;   
}
.navlist li.nav_hover {
   background:url(../images/nav_hover.jpg) left top no-repeat;
}
.navlist li.nav_hover a.big:link {
   color:#fff;
}
.navlist li.nav_hover a.big:visited {
   color:#fff;
}
.navlist li.nav_hover a.big:hover {
   color:#fff;
   text-decoration:none;
}
.navlist li a.big {
   width:74px;
   height:32px;
   overflow:hidden;
   display:block;
   line-height:32px; 
}
.navlist li a.big:link {
   color:#360;
}
.navlist li a.big:visited {
   color:#360;
}
.navlist li a.big:hover {
   color:#fff;
   background:url(../images/nav_hover.jpg) left top no-repeat;
   text-decoration:none;
}

.subnav {
    /*下边按钮的左边背景*/
	BACKGROUND: url(../images/nav_bg.gif) no-repeat 0px -180px;
	LEFT: 0px;
	FLOAT: left;
	LINE-HEIGHT: 27px;
	WHITE-SPACE: nowrap;
	POSITION: absolute;
	TOP: 38px;
	HEIGHT: 27px;
	color:#81b671;

}
HTML .subnav {
	MARGIN: 0px 10px 0px -10px
}
.subnav P {
	/*下边按钮的右边背景*/
	BACKGROUND: url(../images/nav_bg.gif) no-repeat 100% -234px;
	padding:0 10px 0 10px;
}
.subnav P SPAN {
	DISPLAY: block;
	/*下边按钮的背景*/
	BACKGROUND: url(../images/nav_bg.gif) repeat-x 0px -207px;
	font-weight:normal;
	color:#81b671;
}
.subnav P.pointer {
	/*下边按钮的上标点*/
	BACKGROUND: url(../images/nav_bg.gif) repeat-x 0px -261px;
	LEFT: 0px;
	PADDING: 0px;
	MARGIN-LEFT: 20px;
	WIDTH: 11px;
	TEXT-INDENT: -999em;
	POSITION: absolute;
	TOP: -4px;
	HEIGHT: 5px
}
.subnav A {
	DISPLAY: inline;
	font-size:12px;
   font-weight:normal;
}
UNKNOWN {
	padding:0 3px;
}
.subnav {
	COLOR: #333;
}

.subnav A:link {
	COLOR: #333;
}
.subnav A:visited {
	COLOR: #333;
}
.subnav A:hover {
	COLOR: #239948;
	text-decoration:none;
	font-weight:bold;
}
.subnav A:active {
	COLOR: #239948;
}
.subnav A:hover {
	FONT-WEIGHT: normal;
	BACKGROUND: none transparent scroll repeat 0% 0%;
	background:none;
}
#subnav1 {
	LEFT: 85px;
}
#subnav2 {
	LEFT: 165px
}
#subnav3 {
	LEFT: 240px
}
#subnav4 {
	LEFT: 318px
}
#subnav5 {
	RIGHT: 0px;
	LEFT: auto
}
#subnav6 {
	RIGHT:83px;
	LEFT: auto
}
#subnav7 {
	RIGHT: 0px;
	LEFT: auto
}
#subnav8 {
	RIGHT: 0px;
	LEFT: auto
}
/*控制箭头样式开始*/
#subnav1 .pointer {
	LEFT: 13px;
}
#subnav2 .pointer {
	LEFT: 12px
}
#subnav3 .pointer {
	LEFT: 12px
}
#subnav4 .pointer {
	LEFT: 12px
}
#subnav5 .pointer {
	RIGHT: 260px;
	LEFT: auto
}
#subnav6 .pointer {
	RIGHT: 101px;
	LEFT: auto
}
#subnav7 .pointer {
	RIGHT: 107px;
	LEFT: auto
}
#subnav8 .pointer {
	RIGHT: 30px;
	LEFT: auto
}
#subnav1 {
	min-width: 110px
}
#subnav2 {
	min-width: 110px
}
#subnav3 {
	min-width: 110px
}
#subnav4 {
	min-width: 110px
}
#subnav5 {
	min-width: 340px
}
#subnav6 {
	min-width: 240px
}
#subnav7 {
	min-width: 130px
}
#subnav8 {
	min-width: 130px
}
.disable {
	DISPLAY: none
}
/*================导航结束================*/
.top_notice p {
   font:bold 13px "宋体";
   color:#000;
   width:76px;
   float:left;
   height:15px;
   word-spacing:3px;
}
.top_notice span {
   width:850px;
   float:left;
   height:14px;
   overflow:hidden;
   margin-top:2px;
}
/*==============图片滚动动开始=============*/
#demo {
	width:850px;
	height:14px;
	overflow:hidden;
}
#indemo {
	float:left;
	width:815%;
	height:14px;
	overflow:hidden;
}
#demo1 {
	float: left;
	height:14px;
	overflow:hidden;
}
#demo2 {
	float:left;
	height:14px;
	overflow:hidden;
}
#demo1 a, #demo2 a {
	text-decoration:none;
}
#demo1 ul li, #demo2 ul li {
	float:left;
	height:14px;
	text-align:left;
	display:block;
	margin:0 10px 0 0;
	color:#fff;
}
#demo ul li a:link {
    color:#fff;
}
#demo ul li a:visited{
    color:#fff;
}
#demo ul li a:hover{
    color:#075007;
}
#demo ul li a:active{
    color:#fff;
}

/*==============图片滚动动结束=============*/

/*==============================顶部结束===================================*/

/*==============================中部开始===================================*/
.content01 {
    margin:0 auto 10px auto;
	clear:both;
	width:960px;
	height:253px;
	overflow:hidden;	
}
.js {
    float:left;
	width:722px;
	height:253px;
	overflow:hidden;
	background:url(../images/js_img.jpg) left top no-repeat;
}
.price {
    float:right;
	padding-top:4px;
	width:226px;
	height:249px;
	overflow:hidden;
	background:url(../images/price_bg.jpg) left top no-repeat;
}
ul.price_title {
    margin:0 auto 12px auto;
	clear:both;
	display:block;
	background:#4b73b9;
	padding-top:3px;
	height:21px;
	width:213px;
	padding-left:6px;
}
ul.price_title li {
    float:left;
	padding:4px 0 0 8px;
	height:17px;
	width:43px;
	display:inline;
	background:url(../images/line02.gif) right center no-repeat;
	text-align:center;
	color:#fff;
	cursor:pointer;
}
ul.price_title li.hover {
	border:none;
	background:url(../images/hover.gif) center center no-repeat;
	color:#000;
}
ul.price_content {
    margin:0 auto 7px auto;
	clear:both;
	padding-top:3px;
	height:150px;
	width:216px;
	overflow:hidden;	
}
ul.price_content li {
    margin:0 auto 12px auto;
	clear:both;
	display:block;
	padding-bottom:3px;
	height:13px;
	width:216px;
	overflow:hidden;
	background:url(../images/line.gif) left bottom repeat-x;	
}
.table_01 {
     text-align:center; 
	 margin-bottom:10px;
}
.price_01 {
    float:left;
	padding-left:7px;
	margin-right:4px;
	height:13px;
	width:47px;
	overflow:hidden;
	background:url(../images/btn_06.gif) left 2px no-repeat;	
}
.price_02 {
    float:left;
	width:12px;
	height:13px;
	overflow:hidden;
	margin-right:5px;
}
.price_03 {
    float:left;
	width:45px;
	height:13px;
	overflow:hidden;
	margin-right:4px;
	text-align:center;
}
.price_04 {
    float:left;
	width:40px;
	height:13px;
	overflow:hidden;
	margin-right:6px;
	text-align:center;
}
.price_05 {
    float:left;
	width:40px;
	height:13px;
	overflow:hidden;
	text-align:center;
}
.price_name {
    float:left;
	padding:0 8px;
	margin:0 auto;
	clear:both;
	display:bolck;
	height:23px;
	overflow:hidden;
}
.price_name p {
	float:left;
	margin-right:4px;
	margin-top:4px;
}
.price_name span {
	float:left;
}
.price_name span input {
	float:left;
	margin-right:4px;
	height:16px;
	border:1px solid #999;
	width:100px;	
}
.price_name div {
	float:left;
}
.price_name div input {
	border:none;
	width:38px;
	height:22px;
}
.content02 {
    margin:0 auto 10px auto;
	clear:both;
	width:960px;
	height:400px;
	overflow:hidden;	
}
.content02_left {
    float:left;
	width:722px;
	overflow:hidden;	
}
.content02_right {
    float:right;
	width:226px;
	overflow:hidden;
}
.company_title {
	width:722px;
	height:13px;
	margin:0 auto 14px auto;
	clear:both;
}
.company {
	width:722px;
	height:148px;
	margin:0 auto 15px auto;
	clear:both;
}
.company_img {
	width:241px;
	height:148px;
	float:left;
}
.company_content {
	width:460px;
	height:148px;
	float:right;
	padding-right:6px;
	overflow:hidden;
	font-size:13px;
	line-height:22px;
	
}
.company_content a {
   font-weight:bold;
}
.company_content a:link {
    color:#f60;
}
.company_content a:visited {
    color:#f60;
}
.company_content a:hover {
    color:#f60;
	text-decoration:underline;
}
.news_wrapper {
	width:722px;
	margin:0 auto;
	clear:both;
}
.news {
	width:355px;
	float:left;
}
.news_title {
	width:329px;
	float:left;
	padding:4px 3px 0 23px;
	height:16px;
	margin:0 auto 11px auto;
	clear:both;
	background:url(../images/news_bg.jpg) left top no-repeat;
}
.news_title p {
   float:left;
   font:bold 12px "宋体";
   color:#fff;
}
.news_title span {
   float:right;
}
.news_title a:link {
   color:#666;
}
.news_title a:visited {
   color:#666;
}
.news_title a:hover {
   color:#666;
   text-decoration:underline;
}
.news_meta {
	width:337px;
	height:62px;
	overflow:hidden;
	margin:0 auto 13px auto;
	clear:both;
}
.news_left {
    float:left;
	width:87px;
	height:62px;
}
.news_right {
    float:right;
	width:232px;
	height:62px;
}
.news_right p {
    margin:8px auto 3px auto;
	clear:both;
	width:238px;
	white-space:nowrap;
    text-overflow:ellipsis; 
    -o-text-overflow:ellipsis; 
    overflow: hidden;
	height:14px;
	display:block;		
}
.news_right p a:link {
    color:#1d52a1;		
}
.news_right p a:link {
    color:#1d52a1;		
}
.news_right p a:visited {
    color:#1d52a1;		
}
.news_right p a:hover {
    color:#1d52a1;
	text-decoration:underline;		
}
.news_right span {
    margin:0 auto 3px auto;
	clear:both;
	width:238px;
	color:#a7c6ef;
	display:block;
	height:13px;	
}
.news_right div {
    margin:0 auto;
	clear:both;
	width:238px;
	color:#999;
	display:block;
	height:13px;	
}
.news_right div a:link {
    color:#999;	
	text-decoration:underline;			
}
.news_right div a:visited {
    color:#999;
	text-decoration:underline;				
}
.news_right div a:hover {
    color:#999;
	text-decoration:underline;		
}
ul.news02 li {
    margin:0 auto 0px auto;
	clear:both;
	width:343px;
	padding:0 7px 0px 5px;
	height:22px;
	display:block;
	border-bottom:1px dashed #ccc;
}
ul.news02 li p {
    float:left;
	margin-top:6px;
}
ul.news02 li div {
   width:15px;
   height:17px;
   float:left;
   margin-left:4px;
   display:inline;
}
ul.news02 li span {
    float:right;
	margin-top:6px;
	text-align:right;
	color:#666;
}
ul.news02 li a:hover {
    text-decoration:none;
}
ul.news02 li a.red:link {
   color:#c00;
}
ul.news02 li a.red:visited {
   color:#c00;
}
ul.news02 li a.red:hover {
   color:#f33;
}
.btn {
	width:206px;
	margin:15px auto;
	padding:13px 10px 0 10px;
	clear:both;
	height:144px;
	background:url(../images/btn_bg.jpg) left top no-repeat;	
}
.btn_title {
    float:left;
	height:14px;
	color:#666;
	font-weight:bold;
	margin-bottom:11px;
}
.btn_img {
	width:206px;
	height:31px;
	margin:0 auto 7px auto;
	clear:both;
}
.video_title {
	width:226px;
	height:26px;
	margin:0 auto 6px auto;
	clear:both;
}
.video{
	width:215px;
	height:164px;
	margin:0 auto;
	clear:both;
}
.tonglan{
	width:958px;
	height:96px;
	margin:0 auto 16px auto;
	clear:both;
	overflow:hidden;
	border:1px solid #cdcdcd;
}
.content03{
	width:960px;
	margin:0 auto 30px auto;
	clear:both;
}
.huayi{
    float:left;
	padding:20px;
	width:682px;
	height:203px;
	margin-bottom:23px;
	background:url(../images/huayi_bg.jpg) left top no-repeat;	
}
.huayi_more{
    width:682px;
	height:13px;
	margin:0 auto 21px auto;
	clear:both;
	text-align:right;
}
.huayi_more a:link{
    color:666;
}
.huayi_more a:visited{
    color:666;
}
.huayi_more a:hover{
    color:666;
}
/*图片滚动开始*/
.huayi_content{
    width:682px;
	height:165px;
	margin:0 auto;
	clear:both;
	overflow:hidden;
}
ul.huayi_ul li{
    width:180px;
	height:165px;
	float:left;
	background:url(../images/huayi_img_bg.jpg) 10px top no-repeat;	
	padding:0 10px;
	display:inline;
	margin-bottom:10px;
	text-align:center;
}
ul.huayi_ul li p{
    margin:0 auto 10px auto;
	clear:both;
	padding:3px 6px 5px 3px;
	display:block;
	width:171px;
	height:123px;
	overflow:hidden;
	text-align:center;
}
ul.huayi_ul li span{
    margin:0 auto;
	clear:both;
	display:block;
	text-align:center;
	width:171px;
	height:14px;
}
ul.huayi_ul li span a{
    background:url(../images/icon_02.gif) left 1px no-repeat;
	padding-left:11px;	
}
ul.huayi_ul li span a:link{
   color:#666;
}
ul.huayi_ul li span a:visited{
   color:#666;
}


/*图片滚动结束*/
/*
.huayi_content{
    width:682px;
	height:160px;
	margin:0 auto;
	clear:both;
	overflow:hidden;
}
#List1_1,#List1_2{
    width:600px;
	height:170px;
	float:left;
	overflow:hidden;
}
.huayi_product{
    width:180px;
	height:165px;
	float:left;
	background:url(../images/huayi_img_bg.jpg) left top no-repeat;	
	margin:0 10px;
	display:inline;
	margin-bottom:10px;
}
.huayi_product p{
    margin:0 auto 10px auto;
	clear:both;
	padding:3px 6px 5px 3px;
	display:block;
	width:171px;
	height:123px;
}
.huayi_product span{
    margin:0 auto;
	clear:both;
	display:block;
	text-align:center;
	width:171px;
	height:14px;
}
.huayi_product span a{
    background:url(../images/icon_02.gif) left 1px no-repeat;
	padding-left:11px;	
}
.huayi_product span a:link{
   color:#666;
}
.huayi_product span a:visited{
   color:#666;
}
.blk_18 {
	OVERFLOW: hidden;
	WIDTH: 682px;
	height:200px;
	ZOOM: 1;
}
.blk_18 .pcont {
	FLOAT: left;
	OVERFLOW: hidden;
	WIDTH: 600px;
	margin-left:20px;
	display:inline;
}
.blk_18 .ScrCont {
	WIDTH: 32766px;
	ZOOM: 1
}

.blk_18 .LeftBotton {
	BACKGROUND: url(../images/huayi_left.gif) left top no-repeat;
	FLOAT: left;
	WIDTH: 14px;
	HEIGHT: 16px;
	MARGIN: 50px 0 0 0;
}
.blk_18 .RightBotton {
	BACKGROUND: url(../images/huayi_left.gif) right top no-repeat;
	FLOAT: right;
	WIDTH: 14px;
	HEIGHT: 16px;
	MARGIN: 50px 0 0 0;
}
.blk_18 .LeftBotton:hover {
 BACKGROUND-POSITION: left bottom ;
}
.blk_18 .RightBotton:hover {
 BACKGROUND-POSITION: right bottom ;
}
*/
.server{
    width:212px;
	height:163px;
	margin:0 auto 10px auto;
	padding:7px;
	clear:both;
	overflow:hidden;
	background:url(../images/server_bg01.jpg) left top no-repeat;	
}
ul.server_title{
    margin-bottom:15px;
}
ul.server_title li{
    width:84px;
	padding-top:9px;
	height:26px;
	float:left;
	text-align:center;
	cursor:pointer;
	color:#fff;
}
ul.server_title li.hover{
    background:url(../images/btn_08.jpg) left top no-repeat;	
}
ul.server_title li.hover{
   font-weight:bold;
   color:#333;
}
ul.server_content li{
    width:180px;
	padding-left:14px;
	height:14px;
	background:url(../images/icon_03.gif) left 2px no-repeat;
	margin:0 auto 8px auto;
	clear:both;
	display:block;
	white-space:nowrap;
    text-overflow:ellipsis; 
    -o-text-overflow:ellipsis; 
    overflow: hidden;		 	
}

.server02{
    width:212px;
	height:163px;
	margin:0 auto 10px auto;
	padding:7px;
	clear:both;
	overflow:hidden;
	background:url(../images/server_bg02.jpg) left top no-repeat;	
}
ul.server02_title{
    margin-bottom:15px;
}
ul.server02_title li{
    width:84px;
	padding-top:9px;
	height:26px;
	float:left;
	text-align:center;
	cursor:pointer;
	color:#fff;
}
ul.server02_title li.hover{
    background:url(../images/btn_09.jpg) left top no-repeat;	
}
ul.server02_title li.hover{
   font-weight:bold;
   color:#333;
}
ul.server02_content li{
    width:180px;
	padding-left:14px;
	height:14px;
	background:url(../images/icon_03.gif) left 2px no-repeat;
	margin:0 auto 8px auto;
	clear:both;
	display:block;
	white-space:nowrap;
    text-overflow:ellipsis; 
    -o-text-overflow:ellipsis; 
    overflow: hidden;		 	
}
.btn02{
    margin:0 auto 9px auto;
	clear:both;
	display:block;
	overflow:hidden;
	width:174px;
	height:53px;
}

/*==============================中部结束===================================*/

/*==============================底部开始===================================*/
.bottom_nav{
    margin:0 auto 10px auto;
	clear:both;
	display:block;
	overflow:hidden;
	width:960px;
	height:56px;
	padding-top:10px;
	text-align:center;
	background:url(../images/bottom_nav.jpg) left top no-repeat;
	color:#fff;
}
.bottom_nav_content{
   font-size:14px;
   margin-bottom:15px;
}
.bottom_nav_content a:link{
   color:#fff;
}
.bottom_nav_content a:visited{
   color:#fff;
}
.bottom_nav_content a:hover{
   color:#fff;
}
.bottom_keywords{
   color:#7e7e7e;
}
.bottom_keywords strong{
    font-weight:normal;
}
.bottom_meta{
    width:930px;
	height:100px;
	margin:0 auto;
	clear:both;
}
.bottom_logo{
    width:97px;
	height:77px;
	float:left;
	margin-right:9px;
}
.bottom_text{
    width:590px;
	height:67px;
	float:left;
	line-height:16px;
	margin-top:7px;
	color:#666;
}
.bottom_tongji{
    float:right;
	width:77px;
	height:23px;
	padding:10px 62px 0 50px;
	margin-top:30px;
	color:#fff;
	overflow:hidden;
	text-align:center;
	font:bold 16px Arial, Helvetica, sans-serif;
	background:url(../images/tongji.jpg) left top no-repeat;
}
/*==============================底部结束===================================*/

/*==================================主页结束======================================*/

/*==================================公司页开始======================================*/
.side_wrapper{
    width:965px;
	margin:0px auto;
	clear:both;
}
.side_ad{
    width:965px;
	margin:10px auto;
	clear:both;
	height:50px;
}
.side_left{
    float:left;
	width:226px;
}
.side_nav_title{
	width:226px;
	height:26px;
	margin:0 auto 20px auto;
	clear:both;
}
ul.side_nav{
    padding-left:10px;
	width:216px;
	min-height:70px;
	height:auto !important;
	height:70px;
	margin-bottom:15px;
}
ul.side_nav a:hover{
   font-weight:bold;
}
ul.side_nav li{
	margin:0 auto;
	clear:both;
	width:175px;
	height:17px;
	background:url(../images/side_nav.jpg) left 0px no-repeat;
	padding-left:25px;
	margin:0 2px 13px 0;
	padding-bottom:5px;
	border-bottom:1px dashed #888;
	font-size: 14px;
	display:block;
}
.side_hotnews_title{
    width:191px;
	padding:7px 5px 0 30px;
	height:19px;
	margin:13px auto 17px auto;
	clear:both;
	color:#fff;
	background:url(../images/side_banner.jpg) left top no-repeat;    
}
.side_hotnews_title p{
    float:left;
	font:bold 13px "宋体";  
}
.side_hotnews_title span{
    float:right;  
}
.side_hotnews_title a:link{
   color:#fff;
}
.side_hotnews_title a:visited{
   color:#fff;
}
.side_hotnews_title a:hover{
   color:#fff;
}
ul.side_hotnews{
   height:135px;	
}
ul.side_hotnews li{
    margin:0 auto 12px auto;
	clear:both;
	display:block;
	background:url(../images/icon_05.gif) left 4px no-repeat;
	height:14px;
	padding-left:15px;
	width:190px;
	white-space:nowrap;
    text-overflow:ellipsis; 
    -o-text-overflow:ellipsis; 
    overflow: hidden;
	font-size:13px;		
}
ul.side_hotnews li a:hover{
   font-weight:bold;	
}
ul.side_tree li{
   width:146px;
   margin:0 auto;
   clear:both;
   display:block;	
}
ul.side_tree li p{
  text-align:center;
  display:block;
  margin:0 auto 5px auto;
  width:140px;
  height:100px;
  padding:2px;
  border:1px solid #ccc;	
}
ul.side_tree li span{
  display:block;
  text-align:center;
  width:145px;
  height:14px;
  overflow:hidden;
  margin:0 auto 14px auto;
  clear:both;
  white-space:nowrap;
  text-overflow:ellipsis; 
  -o-text-overflow:ellipsis; 
  overflow: hidden;		
  
}
ul.side_tree li span a{
  background:url(../images/icon_04.gif) left 1px no-repeat;
  padding-left:17px;
  font-size:13px;  
}
.side_right{
   float:right;
   width:716px;
}
.side_top{
   margin:0 auto;
   clear:both;
   padding:15px 20px 0 20px;
   width:676px;
   height:27px;
   text-align:right;
   background:url(../images/content_top.jpg) left top no-repeat;   
}
.side_content{
   margin:0 auto;
   clear:both;
   padding:0px 20px;
   width:676px;
   min-height:700px;
   height: auto !important;
   height:700px;
   background:url(../images/content.jpg) center top repeat-y;      
}
.side_text{
   font-size:14px;
   line-height:24px;
}
.side_bottom{
   margin:0 auto 35px auto;
   clear:both;
   padding:0px 20px;
   width:676px;
   height:39px;
   background:url(../images/content_bottom.jpg) center top no-repeat;      
}

/*==================================公司页结束======================================*/

/*==================================新闻页面开始======================================*/
.news_left{
 float:left;
}
.news_right{
 float:right;
}
.banner2{
 width:260px;
 height:80px;
 clear:both;
 margin:8px auto;
}
.hot_news{
 width:670px;
 height:110px;
 clear:both;
 margin:0 auto;
 padding:8px 0 8px 0;
 margin-bottom:10px;
}
.hot_news p{
 width:136px;
 height:102px;
 padding:2px;
 overflow:hidden;
 float:left;
 border:1px solid #ccc;
}
.hot_news span{
 width:515px;
 float:right;
 overflow:hidden;
 color:#5a595a;
 height:106px;
 font-size:12px;
 display:block;
 line-height:22px; 
}
.hot_news span strong a{
color:#0065ad;
text-decoration:underline;
}
.hot_news span strong a:visited{
color:#0065ad;
}
.hot_news span strong a:hover{
color:#ff5500;
}
.hot_news strong{
 color:#0065ad;
 font-size:14px;
 display:block;
}
.hot_news i{
 color:#ff5500;
 font-style:normal;
}
.news_title2{
  width:670px;
  height:30px;
  clear:both;
  margin:6px 0 0 0;
  border-bottom:1px dashed #ccc;
}
.news_title2 strong{
  width:81px;
  line-height:28px;
  display:block;
  float:left;
  padding:0 0 0 30px;
  font-size:14px;
  color:#000;
  background:url(../images/news_title_bg.jpg) 7px 5px no-repeat;
}
.news_title2 span{
 display:block;
 line-height:28px;
 float:right;
 font-size:12px;
 margin:0 5px 0 0;
 padding:0 20px 0 0;
 background:url(../images/ico3.jpg) no-repeat right 2px;
}
.news_list{
 padding:8px 0 0 0;
}
.news_list li{
  height:25px;
  display:block;
  clear:both;
  padding:0 0 0 25px;
  background:url(../images/ico2.jpg) no-repeat 10px 3px;
}
.news_list li a{ float:left; font-size:14px;}
.news_list li span{
 float:right;
 padding-right:20px;
}
.news_view_title{
 line-height:25px;
 background:#f7f7f7;
 text-align:center;
 font-size:12px;
 margin:10px 0 10px 0;
 border:1px solid #e7e3e7;
}
.Editor{
 line-height:30px;
 text-align:right;
 font-size:13px;
 font-weight:bold;
 color:#000;
 padding:0 10px 0 0;
}
.content_page{
 text-align:left;
 font-size:12px;
 color:#9c9e9c;
}
.content_page span{
 color:#ff0000;
}
.content_page a{
 color:#ff0000;
}
.content_page a:visited{
 color:#ff0000;
}
.pages_up{
  line-height:25px;
  clear:both;
}
.pages_up a{
 color:#666;
}
.pages_up a:visited{
 color:#666;
}
.read_xg{
  width:670px;
  height:152px;
  border:1px solid #d6e3f7;
}
.read_xg_title{
 width:670px;
 height:24px;
 clear:both;
 font-size:12px;
 border-bottom:1px solid #d6e3f7;
 background:url(../images/pic_title.jpg) repeat-x left bottom;
}
.read_xg_title strong{
 padding:0 0 0 15px;
 float:left;
}
.read_xg_title span{
 padding:0 10px 0 15px;
 float:right;
}
.read_xg ul{
 margin:8px 0 0 10px;
}
.read_xg li{
 line-height:22px;
 padding:0 0 0 10px;
 display:block;
 width:270px;
 float:left;
 display:inline;
 font-size:12px;
 margin:0px 20px 0 20px;
 background:url(../images/ico2.jpg) no-repeat left center;
}
.message{
 padding:8px 0 8px 0;
}
.message_title{
 height:25px;
 border-top:1px solid #ccc;
 padding:10px 0 0 0;
}
.message_title strong{
 float:left;
 line-height:25px;
 padding:0 0 0 25px;
 background:url(../images/ico5.jpg) no-repeat left center;
}
.message_title span{
 float:right;
 font-size:12px;
 line-height:25px;
 padding:0 10px 0 0px;
 }
.message_title a{
 color:#ff5500;
}
.message_title a:visited{
 color:#ff5500;
}
.td{
  background:url(../images/pic_title.jpg) repeat-x left bottom;
}
.next{
   margin:0 auto;
   clear:both;
}
DIV.sabrosus {
	PADDING-RIGHT: 3px; PADDING-LEFT: 3px; PADDING-BOTTOM: 15px; MARGIN: 3px; PADDING-TOP: 3px; TEXT-ALIGN: center; 
	margin:10px 0 0px 0;
}
DIV.sabrosus A {
	BORDER-RIGHT: #9aafe5 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #9aafe5 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: #9aafe5 1px solid; COLOR: #2e6ab1; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #9aafe5 1px solid; TEXT-DECORATION: none; margin:0 2px;
}
DIV.sabrosus A:hover {
	BORDER-RIGHT: #2b66a5 1px solid; BORDER-TOP: #2b66a5 1px solid; BORDER-LEFT: #2b66a5 1px solid; COLOR: #000; BORDER-BOTTOM: #2b66a5 1px solid; BACKGROUND-COLOR: lightyellow
}
DIV.pagination A:active {
	BORDER-RIGHT: #2b66a5 1px solid; BORDER-TOP: #2b66a5 1px solid; BORDER-LEFT: #2b66a5 1px solid; COLOR: #000; BORDER-BOTTOM: #2b66a5 1px solid; BACKGROUND-COLOR: lightyellow
}
DIV.sabrosus SPAN.current {
	BORDER-RIGHT: navy 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: navy 1px solid; PADDING-LEFT: 5px; FONT-WEIGHT: bold; PADDING-BOTTOM: 2px; BORDER-LEFT: navy 1px solid; COLOR: #fff; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: navy 1px solid; BACKGROUND-COLOR: #2e6ab1
}
DIV.sabrosus SPAN.disabled {
	BORDER-RIGHT: #929292 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #929292 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: #929292 1px solid; COLOR: #929292; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #929292 1px solid
}	 	
/*==================================新闻页面结束======================================*/

/*==================================视频页面开始======================================*/
ul.side_video{
    width:600px;
	float:left;
	display:inline;
	clear:both;
	margin:15px 0 0 25px;
}
ul.side_video li{
    float:left;
	width:221px;
	height:210px;
	margin:0 25px 20px 25px;
}
ul.side_video li p{
    width:215px;
	margin:0 auto 7px auto;
	clear:both;
	padding:2px;
	border:1px solid #ccc;
}
ul.side_video li span{
  display:block;
  text-align:center;
  width:172px;
  height:22px;
  padding-top:8px;
  overflow:hidden;
  margin:0 auto;
  clear:both;
  background:url(../images/video.jpg) left top no-repeat;
  white-space:nowrap;
  text-overflow:ellipsis; 
  -o-text-overflow:ellipsis; 
  overflow: hidden;		  
}
ul.side_video li span a{
  background:url(../images/icon_02.gif) left 2px no-repeat;
  padding-left:12px;
  font-size:13px;
  height:15px;    
}
/*==================================视频页面结束======================================*/

/*==================================服务页面开始======================================*/
.zhishi{
	margin:0 auto 20px auto;
	clear:both;
	display:block;
	width:660px;
	height:100px;
	overflow:hidden;
}
.zhishi_title{
	margin:0 auto 10px auto;
	clear:both;
	display:block;
	width:660px;
	height:16px;
	font:bold 14px "宋体";
}
.zhishi_title a:link{
   color:#060;
}
.zhishi_title a:visited{
   color:#060;
}
.zhishi_title a:hover{
   color:#060;
}
.zhishi_content{
	margin:0 auto 5px auto;
	clear:both;
	display:block;
	width:660px;
	height:40px;
	line-height:17px;
	font-size:13px;
	text-indent:2em;
}
.zhishi_content i a{
   font:11px Arial, Helvetica, sans-serif;
   text-decoration:underline;
   font-size:13px;
   font-weight:bold;
}
.zhishi_content i a:link{
   color:#f60;
}
.zhishi_content i a:visited{
   color:#f60;
}
.zhishi_content i a:hover{
   color:#f90;
}
.zhishi_bottom{
	margin:0 auto;
	clear:both;
	display:block;
	width:660px;
	height:14px;
	color:#666;	
}
/*==================================服务页面结束======================================*/
/*==============================花艺培训开始===================================*/
.side_zhao{
   background:#fff;
   border:1px solid #ddd;
   margin:20px 0;
   font:bold 14px "宋体";
   
}
.side_zhao td{
   border-bottom:1px dashed #ccc;
}
.side_zhao_img{
   width:470px;
   height:117px;
   margin:0 auto;
   clear:both;
}
/*==============================花艺培训结束===================================*/

/*==============================花艺展示开始===================================*/
.side_huayi{
   float:left;
   margin:20px 0 0 36px;
   display:inline;
}
.product_content{
    margin:15px auto;
	clear:both;
	display:block;
	width:600px;
	overflow:hidden;
}
.product_content img{
	border:3px solid #ccc;
}
.product_text{
	margin:0 auto 20px auto;
	clear:both;
	display:block;
	width:660px;
	font-size:14px;
	line-height:23px;
}

/*==============================花艺展示结束===================================*/

/*========================人才招聘 css begin==================================*/

.Infor_title2{
 width:660px;
 height:24px;
 margin:20px 0 5px 0;
 padding-top:5px;
 border-bottom:1px solid #f3f1f1;
 background:#F0F0F0;
 overflow:hidden;
}
.title01{
 width:100px;
 padding-left:20px;
 float:left;
 line-height:20px;
}
.title02{
 width:230px;
 float:left;
 padding-left:8px;
 text-align:left;
 line-height:20px;
}
.title03{
 width:90px;
 float:left;
 text-align:center;
 line-height:20px;
}
.title04{
 width:90px;
 float:left;
 text-align: center;
 line-height:20px;
}
.title05{
 width:90px;
 float:left;
 text-align: center;
 line-height:20px;
 overflow:hidden;
}
.Infor_list li{
 padding:10px 0 3px 0;
 *padding:6px 0 3px 0;
 _padding:6px 0 3px 0;
 height:20px;
 font-size:14px;
 color:#000;
 border-bottom:1px dashed #ccc;
 margin-bottom:10px;
}
.Infor_list li a{ color:#000;}
.Infor_list li a:hover{
text-decoration:none;
}

.recruitment {
	width: 95%;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	border: 1px solid #f3f1f1;
	border-bottom: none;
	margin: 0 auto;
}
.recruitment ul {	
}
.recruitment li {
	height: 35px;
	clear: both;
	display: block;
	font-size: 14px;
	border-bottom: 1px solid #f3f1f1;
	margin: 0 0 0px 0;
	*margin: 0 0 -4px 0;
	_margin: 0 0 -4px 0;
}

.recruitment li p {
	width: 95px;
	display: block;
	line-height: 35px;
	float: left;
	padding: 0 0 0 10px;
	border-right: 1px solid #f3f1f1;
}

.recruitment li span {
	display: block;
	line-height: 25px;
	float: left;
	padding: 6px 0 0 10px;
}
.recruitment li i {
	color: #ff0000;
	line-height: 35px;
	display: block;
	float: left;
	font-style: normal;
}
/*========================人才招聘 css end==================================*/

/*========================价格服务开始==================================*/
.side_price {
	text-align:center;
	font-size:13px;
	vertical-align:middle;
	margin:20px auto;
}
.side_strong {
	font:bold 14px "宋体";
	color:#000;
}
.side_price a {
	text-decoration:underline;
}
.side_price a:link {
	color:#000;
}
.side_price a:visited {
	color:#000;
}
.side_price a:hover {
	color:#FF6600;
}
.side_talk {
     margin:10px auto 0 auto;
	 width: 655px;
	 line-height:22px;
}
/*========================价格服务结束==================================*/
