 
/*---------- import ---------*/
@import url("layout.css");
@import url("page.css");


/*---------- base ---------*/
*{
	padding:0px;
	margin:0px;
}
html{
	background:#f6f6f6;
}
body{
	font:12px "微软雅黑", "宋体", "仿宋", "黑体";
}
img{
	border:none;
}

a{
	color:#666666;
	text-decoration:none;
}
a:hover{
	color:#ba2636;
	text-decoration:underline;
}
ul{
	list-style:none;
}
input,select,button{
	font:12px Verdana,Arial,Tahoma;
	vertical-align:middle;
}
/*---------- stock ---------*/
.red{
	color:#cc3333 !important;
}
.red a,red a:hover{
	color:#cc3333 !important;
}
.center{
	margin:0px auto;
}
.w960{
	width:1000px;
	/*position:relative;*/
}
.w1200{
	width:1200px;
	/*position:relative;*/
}
.pright .infos_userinfo {
	margin-bottom: 0px;
}
.mt1{/* ( margin-top * 1 ) */
	margin-top:8px;
}
.pright .mt1{
	margin-top:0px;
}
.mt2{/* ( margin-top * 2 ) */
	margin-top:16px;
}
.clear{
	overflow:hidden;
}
.fs-12{
	font-size:12px;
}
.fc-f60{
	color:#F60;
}
.fc-f90{
	color:#F90;
}
.clr{
	clear:both;
	}
.ipt-txt{
	line-height:15px;
	padding:4px 5px;
	border-width:1px;
	border-style:solid;
	border-color:#666 #BBB #BBB #666;
	font-size:12px;
	margin-right:2px;
}
.nb{
	line-height:20x;
	padding:1px 2px;
	border-width:1px;
	border-style:solid;
	border-color:#666 #BBB #BBB #666;
	font-size:12px;
	margin-right:2px
}
.btn-1{
	width:56px;
	height:24px;
	border:none;
	background:url(../../images/0501/comm-bt.gif) no-repeat;
	line-height:25px;
	letter-spacing:1px;
	cursor:pointer;
	overflow:hidden;
	color:#585858;
}
.btn-2{
	width:70px;
	height:25px;
	border:none;
	background:url(../../images/0501/btn-bg2.gif) left top no-repeat;
	line-height:25px;
	overflow:hidden;
	color:#444;
	margin-right:2px;
	cursor:pointer;
}
/*---------- frame ---------*/
/*---------- frame : header ---------*/
.header{
	width:100%;
	margin:auto;
	overflow:hidden;
	background:url(../../images/0501/header_bottom_bg.png) 0px 625px repeat-x;
	padding-bottom:24px;
}
.header_top{
	height:36px !important;
	line-height:36px;
	border-bottom:1px solid #dcdcdc;
	color:#676767;
	background:#FFF;
	overflow:hidden;
	}
.header_top .time{
	float:left;
	padding-left:10px;	
	}
.header_top a.rss{
    
	}
.header_top .toplinks{	
	float:right;
	text-align:right;
}
.header_top .toplinks a{
	margin:0 5px;
	color:#666;
	}
.header_top .toplinks span{
	margin-left:15px;
	}
.header_top .toplinks span a{
	margin:0 2px;
	}
.header .search {
	overflow:hidden;
	display:none;
}
.header a{
	color:#777;
}
.header a:hover{
	color:#ff3333;
	text-decoration:none;
}
.header .top{
	clear:both;
	overflow:hidden;
}
.header .title{
	float:left;
	padding-left:10px;

}
.header .title h1 a{
	display:block;
	overflow:hidden;
}
.header .banner{
	width:51000px;
	height:510px;
	width:100%;
	overflow:hidden;
	/*background:url(../../images/0501/banner_1.png) center no-repeat;*/
}
.header .banner img{
	width:500px;
	height:60px;
	display:block;
}
.header .banner2{
	width:200px;
	height:60px;
	float:left;
	margin-left:10px;
	overflow:hidden;
}
.header .banner2 img{
	width:200px;
	height:60px;
	display:block;
}

.header .welcome{
	float:right;
	margin-top:20px;
	padding-right:10px;
	color:#999;
}
.header .welcome a{
	margin:0px 3px;	
}

/*----- 新版导航菜单位置的样式 -------*/
.header .nav {
	/* background:#0c2042;*/
	background:#666;
	height:43px;
	position:absolute;
	width:100%;
	z-index:9999;
	}
/*-------- 圆角模型 ---------*/
.module, .module .mid {
	overflow:hidden;
}
.module .top .t_l, .module .bottom .b_l {
	float:left;
	overflow:hidden;
}
.module .top .t_r, .module .bottom .b_r {
	float:right;
	overflow:hidden;
}
.module .top em {
	float:left;
	font-size:13px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	margin-left: 5px;
}
.module .top em a:link, .module .top em a:visited {
	font-size:13px;
	font-weight:bold;
}
.module .top span {
	
}
.module .top strong {
	cursor:pointer;
	float:right;
	font-weight:normal;
	margin-right:4px;
}
.module .mid .m_l, .module .mid .m_r {
	overflow:hidden;
}
.module .mid .content {
	overflow:hidden;
	height:100%;
	clear: both;
	margin-right: 8px;
	margin-left: 8px;
	padding-top: 8px;/*padding-bottom: 10px;*/
}
.module .top, .module .top .t_l, .module .top .t_r, .module .bottom, .module .bottom .b_l, .module .bottom .b_r {
	background-image: url("../../images/0501/green_skin.png");
}
/*------ 主色 -------*/
.blue .top {
	background-position: 0 -72px;
	background-repeat: repeat-x;
	height: 70px;
}
.blue .top .t_l {
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 70px;
	width: 5px;
}
.blue .top .t_r {
	background-position: -6px 0;
	background-repeat: no-repeat;
	height: 70px;
	width: 5px;
}
/* --------- 导航 ----------------*/
.w963 {
	width:960px;
}
#navMenu {
	width:1000px;
	/*overflow:hidden;*/
	height:43px;
	margin:0px auto;
}
#navMenu ul {
	float:left;
	height: 22px;
}
#navMenu ul li {
    font:14px/1.5 "宋体","Microsoft YaHei","微软雅黑","Microsoft JhengHei";
	float:left;	
	height: 43px;
	line-height:43px;
	margin:0px 6px;
	position:relative;
}
#navMenu ul li ul.sub{
	width:100%;
	overflow:hidden;
	height:auto !important;
	position:absolute;
	top:43px;
	left:0px;
	font-size:12px;
	display:none;
	margin:0px ;
	padding:0px;
}
#navMenu ul li ul.sub li{
	font-size:12px;
	width:100%;
	margin:0px;
	padding:0px;
	border-bottom:dashed 1px #eee;
	height:30px;
	line-height:30px;
	background:#0C2042;
	
	filter:alpha(opacity=80);  /*支持 IE 浏览器*/
	-moz-opacity:0.80; /*支持 FireFox 浏览器*/
	opacity:0.80;  /*支持 Chrome, Opera, Safari 等浏览器*/
}
#navMenu ul li ul.sub li a{
	font-size:12px;
	width:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	height:30px;
	line-height:30px;
}
#navMenu ul li ul.sub li a:hover{
	font-size:12px;
	width:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	background:#CC3333;
	height:30px;
	line-height:30px;
}
#navMenu .hover{
	display: block;
	color:#FFF;
	height: 43px;
	background:#cc3333;
	text-decoration:none;
	position: relative;
}
#navMenu ul li a {
	padding:0px 14px 0px;
	display: block;
	color: #FFF;
	height: 43px;
	text-decoration:none;
	position: relative;
	float:left;
}
#navMenu ul li a:hover {
	display: block;
	color:#FFF;
	height: 43px;
	background:#cc3333;
	text-decoration:none;
	position: relative;
}


/*-------- 下拉菜单 --------------*/
.dropMenu {
	position:absolute;
	top: 0;
	z-index:100;
	width: 120px;
	visibility: hidden;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA, direction=135, strength=4);
	margin-top: -1px;
	border: 1px solid #93E1EB;
	border-top: 0px solid #3CA2DC;
	background-color: #FFF;
	background:url(../../images/0501/mmenubg.gif);
	padding-top:6px;
	padding-bottom:6px;
}

.dropMenu li {
	margin-top:2px;
	margin-bottom:4px;
	padding-left:6px;
}
.dropMenu a {
	width: auto;
	display: block;
	color: black;
	padding: 2px 0 2px 1.2em;
}
* html .dropMenu a {
	width: 100%;
}
.dropMenu a:hover {
	color:red;
	text-decoration: underline;
}
/*------ //搜索框 ---------*/
.search-keyword {
	width:210px;
	height:18px;
	padding-top:2px;
	padding-left:6px;
	border:0px;
	border:#badaa1 solid 1px;
	background: #FFF;
	color:#444;
}
.search-submit {
	cursor:pointer;
	width:68px;
	height:22px;
	font-size:0px;
	color:#fafafa;
	border:0px;
	background:url(../../images/0501/search-bt.gif) no-repeat;
}
.search-option {
	margin-left:3px;
	margin-right:3px;
	border:#badaa1 solid 1px;
	height:22px;
}
.w963 .search{
	padding-left:10px;
	line-height:32px;
}
.w963 .form h4 {
	display:none;
}
.w963 .form {
	float:left;
	margin:0 10px 0 0;
	*margin:0 10px 0 0;
	_margin:5px 10px 0 0;
}
.w963 .tags {
	width:500px;
	overflow:hidden;
}
.w963 .tags h4 {
	float:left;
	margin-right: 6px;
	height:26px;
	font-size:12px;
	color:#777;
}
.w963 .tags li {
	float:left;
	margin-right: 6px;
}
.header .nav .end { }
/*-- //End 导航菜单 --*/

/*---------- frame : channel-nav ---------*/
.channel-nav {
	margin-top:8px;
	padding-left:6px;
	height:24px;
	width:950px;
	overflow:hidden;
}
.channel-nav .sonnav {
	width:830px;
	line-height:26px;
	float:left;
	color:#256DB1;
}
.channel-nav .sonnav span {	
	margin-right:10px;
	float:left;
}
.channel-nav .sonnav span a{
	padding:0 4px;
	border:1px solid #BADAA1;
	height:22px;
	line-height:21px;
	background:url(../../images/0501/channel_bg.png) repeat-x;
	display:inline-block;
	}
.channel-nav .sonnav span a.thisclass{
	border:1px solid #3aa21b;
	}
.channel-nav .sonnav a {
	color:#428C5B;
	text-decoration:none;
}
.channel-nav .sonnav a:hover{
	 color:#287212;
	}
.channel-nav .back{
	display:block;
	height:22px;
	line-height:21px;
	padding-top:6px;
	padding-right:10px;
	padding-left:20px;
	letter-spacing:2px;
	float:right;
	background:url(../../images/0501/ico-home.gif) 4px 10px no-repeat;
} 
.channel-nav .back a{
	color:#397CBE;
}
.channel-nav .back a:hover{
	text-decoration:none;
	color:#777;
}
/*pic scroll
----------------------------------*/
.infiniteCarousel {
  width: 700px;
  position: relative;
  margin-left:auto;
  margin-right:auto;
}

.infiniteCarousel .wrapper {
  width: 640px; 
  overflow: auto;
  height: 170px;
  margin: 0 30px;
  top: 0;
}
.infiniteCarousel ul a img {
  border:1px solid #E3E3E3;
  padding:2px;
  width:143px;
  height:106px;
  display:block;
}
.infiniteCarousel .wrapper ul {
  width: 625px; 
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  top: 0;
}
.infiniteCarousel ul li {
  display:block;
  color:#6C6D61;
  float:left;
  padding: 10px 6px;
  height: 147px;
  width: 147px;
  text-align:center;
}
.infiniteCarousel ul li a,
.infiniteCarousel ul li a:visited{
	color:#6C6D61;
	}
.infiniteCarousel .wrapper ul li a:hover{
	text-decoration:underline;
	}
.infiniteCarousel ul li a:hover img {
  border-color: #aaa;
}
.infiniteCarousel ul li a span{
   display:block;
   line-height:17px;
   padding-top:6px;
}
.infiniteCarousel .arrow {
  display: block;
  height: 26px;
  width: 26px;
  text-indent: -999px;
  position: absolute;
  top: 70px;
  cursor: pointer;
  outline: 0;
}
.infiniteCarousel .forward {
  background:url(../../images/0501/green_skin.png) 0 -256px no-repeat;
  right: 0;
}
.infiniteCarousel .back {
  background:url(../../images/0501/green_skin.png) 0 -222px no-repeat;
  left: 0;
}
/*----------dedeinfolink  ---------*/
#dedeinfolink {
	margin-bottom:6px;
	}
#dedeinfolink tr td div {
	padding:0 5px;
	background:url(../../images/0501/white_bg.gif) repeat-x;
	margin-right:8px;
	}
#dedeinfolink tr td {
	line-height:18px;
	}
#dedeinfolink tr td.spline {
	font-size:1px;
	height:1px;
	line-height:1px;
	border-bottom:1px dashed #dedede;
	}
#dedeinfolink tr td.iftitle {
	font-weight:bold;
	color:#428C5B;
	line-height:24px;
	border-bottom:1px dashed #dedede;
}
/*---------- frame : footer ---------*/
/*.footer{
	width:100%;
	margin:auto;
	color:#999;
	text-align:center;
	margin-top15px;
	padding-bottom:10px;
	padding-top:15px;
}
.footer .link{
	 
	background:#666;
	height:47px;
	line-height:47px;
	text-align:center;
	color:#FFF;
	font-size:10px;
	font-weight:200;
}
.footer .link a{
	margin:0px 20px;
	color:#FFF;
	font-size:12px;
}
.footer .footer_body{
	margin:20px 0px 10px;
	line-height:26px;
	font-size:12px;
	color:#000;
	font-family:"宋体", "仿宋", "黑体";
}
.footer .footer_body a{
	color:#000;
}*/

.footer {
	BACKGROUND: #3f3f3f; HEIGHT: 419px; OVERFLOW: hidden
}
.footer1 {
	PADDING-TOP: 50px
}
.footer1_l {
	POSITION: relative; LINE-HEIGHT: 31px; WIDTH: 462px; BACKGROUND: url(../../images/0501/dlxbj.jpg) no-repeat -10px 0px; FLOAT: left; COLOR: #fff; MARGIN-LEFT: 10px; PADDING-TOP: 61px; text-align: left;
}
.footer1_r {
	WIDTH: 500px; FLOAT: right
}
.footer1_r IMG {
	BORDER-BOTTOM: #000 3px solid; BORDER-LEFT: #000 3px solid; WIDTH: 494px; HEIGHT: 331px; BORDER-TOP: #000 3px solid; BORDER-RIGHT: #000 3px solid
}
.foot {
	LINE-HEIGHT: 41px; BACKGROUND: #1d1d1d; HEIGHT: 41px
}
.foot1 {
	POSITION: relative; LINE-HEIGHT: 41px; HEIGHT: 41px; COLOR: #969696
}
.foot1 A {
	PADDING-BOTTOM: 0px; PADDING-LEFT: 5px; PADDING-RIGHT: 5px; COLOR: #969696; PADDING-TOP: 0px
}
.foot1 SPAN {
	POSITION: absolute; LINE-HEIGHT: 41px; DISPLAY: block; TOP: 0px; RIGHT: 0px
}
#toolTipLayer{ z-index:99999; }

/*new search result page
----------------------------------------*/
.search_header{
    overflow:hidden;
	zoom:1;
}
.search_header  h1{
    float:left;
    display:inline;
    margin:5px 20px 5px 10px;
    width:216px;
}
.search_header .search_box{
    float:left;
    padding-top:25px;
}
.search_header .search_box input{
    border-width:1px;
	border-style:solid;
	border-color:#707070 #CECECE #CECECE #707070;
	padding:2px 4px;
	height:18px;
	line-height:18px;
    width:200px;
	margin-right:5px;
}
.search_header .search_box select{
   font-size:14px;
   height:22px;
   margin-right:5px;
}
.search_header .search_box button{
    margin-right:3px;
}
.resultbar{
	height:32px;
	line-height:32px;
	background:transparent url(../../images/0501/search-top-bg.gif) repeat-x scroll;
	text-indent:12px;
	color:#428C5B;
	border-bottom: 1px solid #E4E4E4;
	border-top: 1px solid #E4E4E4;
 }
 .result_content{
    overflow:hidden;
	zoom:1;
	min-height:400px;
 }
.sidebar{
  float:right;
  width:300px;
  padding:20px 0 0 20px;
  margin-right:20px;
  border-left:1px solid #dadada;
  word-wrap:break-word;
}
.sidebar h2{
  font-size:14px;
  line-height:25px;
 }
.sidebar  ul {
  padding:4px 8px;
 }
.sidebar  ul li{
  line-height:24px;
  background:url(../../images/0501/ico-3.gif) 4px 9px no-repeat;
 }
.resultlist{
  overflow:hidden;
}
.resultlist ul{
  padding:20px 0 0 20px;
 }
.resultlist ul li{
  padding-top:15px;
 }
.resultlist ul li h3{
  line-height:30px;
  font-size:16px;
  font-weight:normal;
 }
.resultlist ul li h3 a{
  text-decoration:underline;
 }
.resultlist ul li p{
  line-height:22px;
  color:#333;
  font-size:14px;
  width:650px;
 }
.resultlist ul li span small{
  line-height:22px;
  font-size:12px;
  margin-left:5px;
  color:#999;
 }
.resultlist ul li span a{
  color:#008400;
 }

.wrapper{
	width:1000px;
	overflow:hidden;
	margin:0px auto;
	clear:both;
}
.hotkeywords{
	height:48px;
	line-height:48px;
	margin:0px auto;
	background:#FFF;
}
.hotkeywords a{
	padding:0px 4px 0px;
}

.hotkeywords span{
	font-weight:bold;
	color:#0c2042;
	padding-left:10px;
}

.myleft{
	float:left;
	width:248px;
	border:solid 1px #dcdcdc;
	background:#FFF;
}
.myleft h3{
	width:248px;
	height:94px;
	background:url(../../images/0501/left_product.png) no-repeat;
}
.myleft ul li{
	height:42px;
	font-size:14px;
	line-height:42px;
	margin:0px 10px 0px;
	padding:0px 10px 0px;
	border-bottom:dashed 1px #dcdcdc;
	color:#666;
}
.myleft ul li a{
	text-decoration:none;
}
.myleft ul li a:hover{
	text-decoration:none;
	font-weight:bold;
	color:#CC3333;
}
.myright{
	float:right;
	width:738px;
	overflow:hidden;
}
.myright .right_title{
	width:734px;
	height:44px;
	background:url(../../images/0501/right_bg.png) no-repeat;
	border-left:solid 1px #dcdcdc;
	border-right:solid 1px #dcdcdc;
	border-bottom:solid 1px #dcdcdc;
}
.myright .big_pic{
	width:734px;
	height:279px;
	margin-top:10px;
	background:url(../../images/0501/big_pic.png);
}
.myright .index_right_pic_list{
	width:750px;
	margin-top:10px;
}
.myright .index_right_pic_list ul li{
	width:237px;
	height:222px;
	background:#ddd;
	float:left;
	margin-right:11px;
	margin-bottom:10px;
	position:relative;
	overflow:hidden;
}
.myright .index_right_pic_list ul li a:hover{
	text-decoration:none;
}
.myright .index_right_pic_list ul li span{
	display:block;
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:35px;
	line-height:35px;
	padding:0px 0px 0px;
	/*background:#669900;*/
	background:#666;
	z-index:999;
	color:#FFF;
	
	filter:alpha(opacity=80);  /*支持 IE 浏览器*/
	-moz-opacity:0.80; /*支持 FireFox 浏览器*/
	opacity:0.80;  /*支持 Chrome, Opera, Safari 等浏览器*/
	
}
.line{
	border-bottom:1px solid #ddd;
	margin-top:10px;
}
.youshi a{
	width:1000px; height:100%; display:block; margin:0px auto;
}
.youshi2{
	height:373px;
	background:url(../../images/0501/youshi_02.png) center no-repeat;
}
.youshi3{
	height:373px;
	background:url(../../images/0501/youshi_03.png) center no-repeat;
}
.youshi4{
	height:372px;
	background:url(../../images/0501/youshi_04.png) center no-repeat;
}
.youshi5{
	height:373px;
	background:url(../../images/0501/youshi_05.png) center no-repeat;
}
.youshi6{
	height:372px;
	background:url(../../images/0501/youshi_06.png) center no-repeat;
}
.youshi7{
	height:373px;
	background:url(../../images/0501/youshi_07.png) center no-repeat;
}
.fenge{
	height:24px;
	background:url(../../images/0501/header_bottom_bg.png) repeat-x;
}
.index_block{
}
.block_left{
	width:734px;
	overflow:hidden;
	float:left;
}
.block_right{
	height:508px;
	width:248px;
	overflow:hidden;
	float:right;
	border-left:solid 1px #dcdcdc;
	border-right:solid 1px #dcdcdc;
	border-bottom:solid 1px #dcdcdc;
	background:#FFF;
}

/*案例        */
.block_left_anli_title{
	height:44px;
	background:url(../../images/0501/block_left_anli_title.png) no-repeat;
}
.block_left_anli_content{
	width:780px;
	margin-top:10px;
	height: 455px;
	overflow: hidden;
}
.block_left_anli_content ul li{
	width:237px;
	height:222px;
	background:#ddd;
	float:left;
	margin-right:11px;
	margin-bottom:10px;
	overflow:hidden;
}
.block_right_anli_title{
	height:44px;
	background:url(../../images/0501/block_right_anli_title.png) no-repeat;
}
.block_right_anli_content{
	width:248px;
	margin-top:10px;
}
.block_right_anli_content ul li{
	min-height:60px;
	margin-left:10px;
	margin-right:10px;
	margin-top:15px;
	padding-bottom:15px;
	padding-left:30px;
	background:url(../../images/0501/qa.png) no-repeat;
	border-bottom:dashed 1px #dcdcdc;
}
.block_right_anli_content ul li .qaq{
	font-weight:bold;
	height:28px;
	line-height:28px;
	color:#333;
}
.block_right_anli_content ul li .qaa{
	line-height:22px;
	margin-top:3px;
	color:#666;
}

/*定制方案*/
.block_left_dingzhi_title{
	height:44px;
	background:url(../../images/0501/block_left_dingzhi_title.png) no-repeat;
}
.block_left_dingzhi_content{
	width:780px;
	margin-top:10px;
}
.block_left_dingzhi_content ul li{
	width:237px;
	height:222px;
	background:#ddd;
	float:left;
	margin-right:11px;
	margin-bottom:10px;
	overflow:hidden;
}
.block_right_dingzhi_title{
	height:44px;
	background:url(../../images/0501/block_right_dingzhi_title.png) no-repeat;
}
.block_right_dingzhi_content{
	width:248px;
	margin-top:10px;
}
.block_right_dingzhi_content_yulan img{
	display:block;
	width:225px;
	height:127px;
	margin:0px auto;
}
.block_right_dingzhi_content_yulan h3{
	text-align:center;
	display:block;
	margin:10px 0px 10px;
}
.block_right_dingzhi_content_yulan h3 a{
	color:#333;
}
.block_right_dingzhi_content_yulan span{
	line-height:22px;
	color:#666;
	display:block;
	margin:10px;
	text-indent:2em;
}
.block_right_dingzhi_content ul{
	border-top:dashed 1px #dcdcdc;
	padding-top:5px;
}
.block_right_dingzhi_content ul li{
	padding:5px 10px 5px 25px;;
	background:url(../../images/0501/index_li.png) 5px 10px no-repeat;
}
.index_jianzheng_title{
	height:44px;
	background:url(../../images/0501/index_jianzheng_title.png) no-repeat;
	border-left:solid 1px #dcdcdc;
	border-right:solid 1px #dcdcdc;
	margin-top:5px;
}
.index_jianzheng_content{
	height:370px;
	overflow:hidden;
	background:#fff;
	border:solid 1px #dcdcdc;
}
.index_jianzheng_content ul{
	margin-left:20px;
}
.index_jianzheng_content li{
	width:480px;
	height:160px;
	margin-top:25px;
	overflow:hidden;
	float:left;
	border-bottom: dashed 1px #dcdcdc;
}
.index_jianzheng_content li strong{
	margin:3px;
	/*font-size:14px;*/
}
.index_jianzheng_content li span{
	color:#666;
	line-height:24px;
	width: 292px;
	display: block;
}
.index_kehuxuanze_title{
	height:44px;
	margin-top:15px;
	background:url(../../images/0501/index_kehuxuanze_title.png) no-repeat;
	border-left:solid 1px #dcdcdc;
	border-right:solid 1px #dcdcdc;
}
.index_kehuxuanze_content{
	
	overflow:hidden;
	background:#fff;
	border:solid 1px #dcdcdc;
	/*background:url(../../images/0501/index_xuanze_bg.png) 10px 10px no-repeat #FFF;*/
}
.index_kehuxuanze_content .pic1{
	float:left;
	margin: 8px 10px;
}
.index_kehuxuanze_content img{
	padding:2px;
	border:solid 1px #dcdcdc;
}
.index_zhengshu_title{
	height:44px;
	background:url(../../images/0501/index_zhengshu_title.png) no-repeat;
	border-left:solid 1px #dcdcdc;
	border-right:solid 1px #dcdcdc;
}
.index_zhengshu_content{
	height:177px;
	overflow:hidden;
	background:#fff;
	border:solid 1px #dcdcdc;
}
.index_youqinglianjie_title{
	height:44px;
	margin-top:15px;
	background:url(../../images/0501/index_youqinglianjie_title.png) no-repeat;
	border-left:solid 1px #dcdcdc;
	border-right:solid 1px #dcdcdc;
}
.index_youqinglianjie_content{
	overflow:hidden;
	background:#fff;
	border:solid 1px #dcdcdc;
}
.index_youqinglianjie_content ul {
	margin-left:-12px;
	margin-bottom:10px;
}
.index_youqinglianjie_content li {
	float:left;
}
.index_youqinglianjie_content li a{
	display:block;
	float:left;
	list-style-type:none;
	margin:15px 10px 10px 10px;
	padding-left: 20px;
	border-left:solid 1px #dcdcdc;
}


.index_news{
	width:1100px;
	margin-top:15px;
}
.index_news_1{
	float:left;
	width:360px;
	border-left:solid 1px #dcdcdc;
	border-bottom:solid 1px #dcdcdc;
	border-right:solid 1px #dcdcdc;
}
.index_news_2{
	float:left;
	width:360px;
	margin-left:17px;
	border-left:solid 1px #dcdcdc;
	border-bottom:solid 1px #dcdcdc;
	border-right:solid 1px #dcdcdc;
}
.index_news_3{
	float:left;
	width:240px;
	overflow:hidden;
	margin-left:17px;
	border-left:solid 1px #dcdcdc;
	border-bottom:solid 1px #dcdcdc;
	border-right:solid 1px #dcdcdc;
}
.index_news_4{
	float:left;
	width:240px;
	overflow:hidden;
	margin-left:17px;
	border-left:solid 1px #dcdcdc;
	border-bottom:solid 1px #dcdcdc;
	border-right:solid 1px #dcdcdc;
}
.index_news_4 .news_content{
	width:200px;
}
.index_news .index_news_1 .news_title{
	width:360px; 
	height:44px;
	background:url(../../images/0501/news_title1.png) no-repeat;
}
.index_news .index_news_2 .news_title{
	width:360px; 
	height:44px;
	background:url(../../images/0501/news_title2.png) no-repeat;
}
.index_news .index_news_3 .news_title{
	width:240px; 
	height:44px;
	background:url(../../images/0501/news_title3.png) no-repeat;
}
.index_news .index_news_3 .news_content{
	width:322px;
	padding:5px 19px 0px;
	overflow:hidden;
}
.index_news .index_news_3 .news_content ul li{
	padding: 5px 0px 5px 0px;
	background: url(../../images/0501/index_li.png) -4px 9px no-repeat;
}

.index_news .index_news_4 .news_title{
	width:240px; 
	height:44px;
	background:url(../../images/0501/neiye_zizhi.png) no-repeat;
}

.index_news .index_news_1 .news_content,.index_news .index_news_2 .news_content,.index_news .index_news_3 .news_content,.index_news .index_news_4 .news_content{
	height:315px;
	background:#FFF;
}

.news_content{
	width:322px;
	padding:5px 19px 5px;
	overflow:hidden;
}
.news_content_yulan{
	padding-top:10px;
}
.news_content_yulan img{
	display:block;
	margin:0px auto;
}
.news_content_yulan h3{
	text-align:left;
	display:block;
	margin:0px 10px;
}
.news_content_yulan span{
	line-height:22px;
	color:#666;
	display:block;
	margin:10px;
}
.news_content ul{
	border-top:dashed 1px #dcdcdc;
	margin-top:10px;
	padding-top:5px;
}
.news_content ul li{
	padding: 5px 10px 5px 16px;
	background: url(../../images/0501/index_li.png) -4px 9px no-repeat;
}

.news_yuyue{
	width:200px;
	overflow:hidden;
	color:#666;
	font-size:14px;
	font-family:"宋体";
	margin-top:10px;
}

.news_yuyue span{
	line-height:40px;
}

.news_yuyue #name{
	height:34px;
	width:155px;
	border:solid 1px #ccc;
}

.news_yuyue #tel{
	height:34px;
	width:155px;
	border:solid 1px #ccc;
}

.news_yuyue #content{
	height:147px;
	width:155px;
	border:solid 1px #ccc;
}
.news_yuyue #submit{
	color:#FFF;
	cursor:pointer;
	margin-top:10px;
	width:90px;
	height:30px;
	background:#CC0000;
	border:none;
}

.index_more{
	width:40px;
	height:15px;
	float:right;
	margin-top:15px;
	margin-right:15px;
	cursor:pointer;
}
.ad{
	width:1000px;
	margin-top:15px;
}
.flink
{
	width:1000px;
	margin:0px auto;
	clear:both;
}


/**********************内页*****************************************/

.left_typelist{
	float:left;
	width:248px;
	border:solid 1px #dcdcdc;
	background:#FFF;
	padding-bottom:15px;
}
.left_typelist h2{
	width:248px;
	height:50px;
	background:url(../../images/0501/left_product.png) no-repeat;
}
.left_typelist h3{
	height:50px;
	line-height:50px;
	color:#0C2042;
	font-size:26px;
	padding-left:40px;
	font-family:"黑体";
	font-weight:900;
	font-style:italic;
}
.left_typelist ul li{
	height:42px;
	font-size:14px;
	line-height:42px;
	margin:0px 10px 0px;
	padding:0px 10px 0px;
	border-bottom:dashed 1px #dcdcdc;
	color:#666;
}
.left_typelist ul li a{
	text-decoration:none;
}
.left_typelist .hover{
	text-decoration:none;
	font-weight:bold;
	color:#CC3333;
}
.left_typelist ul li a:hover{
	text-decoration:none;
	font-weight:bold;
	color:#CC3333;
}

.left_typelist ul li.on a {
    text-decoration: none;
    font-weight: bold;
    color: #CC3333;
}

/***************************************/

.left_newslist{
	float:left;
	width:248px;
	border:solid 1px #dcdcdc;
	background:#FFF;
	margin-top:15px;
	padding-bottom:15px;
}
.left_newslist h2{
	width:248px;
	height:50px;
	background:url(../../images/0501/left_newslist.png) no-repeat;
}
.left_newslist h3{
	height:50px;
	line-height:50px;
	color:#0C2042;
	font-size:26px;
	padding-left:40px;
	font-family:"黑体";
	font-weight:900;
	font-style:italic;
}
.left_newslist ul li{
	height:34px;
	line-height:35px;
	font-size:14px;
	margin:0px 10px 0px;
	padding:0px 10px 0px;
	border-bottom:dashed 1px #dcdcdc;
	color:#666;
}
.left_newslist ul li a{
	text-decoration:none;
}
.left_newslist .hover{
	text-decoration:none;
	font-weight:bold;
	color:#CC3333;
}
.left_newslist ul li a:hover{
	text-decoration:none;
	font-weight:bold;
	color:#CC3333;
}
/**********************************************************/






.left_contact{
	float:left;
	width:248px;
	border:solid 1px #dcdcdc;
	background:#FFF;
	margin-top:15px;
	font-family:"微软雅黑", "宋体", "仿宋", "黑体";
}
.left_contact ul li{
	height:42px;
	font-size:14px;
	line-height:42px;
	margin:0px 10px 0px;
	padding:0px 10px 0px;
	border-bottom:dashed 1px #dcdcdc;
	color:#666;
}
.left_contact h3{
	width:248px;
	height:117px;
	background:url(../../images/0501/left_contact_bg.png) no-repeat;
}

.left_contact strong{
	font-size:18px;
	line-height:22px;
	color:#666;
	display:block;
	padding:5px 10px 0px 20px;
	font-weight:normal;
}
.left_contact span{
	display:block;
	padding:5px 10px 10px 20px;
	line-height:26px;
	color:#666;
	font-size:13px;
}
.left_contact div{
	border-top:dashed 1px #dcdcdc;
	padding:5px;
	text-align:center;
}
/**********合作客户列表**********************/
.neiye_kehu{
	
}
.neiye_kehu li{
	float:left;
	margin: 8px 10px;
}
.neiye_kehu img{
	padding:2px;
	border:solid 1px #dcdcdc;
}

/**********************8图片列表页*************************/
.listpic{
	width:750px;
	margin-top:10px;
}
.listpic ul li{
	width:237px;
	height:242px;
	background:#fff;
	float:left;
	margin-right:11px;
	margin-bottom:20px;
	position:relative;
	overflow:hidden;
}
.listpic ul li span{
	display:block;
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:35px;
	line-height:35px;
	padding:0px 0px 0px;
	/*background:#669900;*/
	/* background:#666;*/
	z-index:999;
	color:#000;
	/*
	filter:alpha(opacity=80); */ /*支持 IE 浏览器*/
	/*-moz-opacity:0.80; /*支持 FireFox 浏览器*/
	/*opacity:0.80;  /*支持 Chrome, Opera, Safari 等浏览器*/
	
}

.glistpic{
	width:950px;
	margin-top:10px;
}
.glistpic ul li{
	width:300px;
	height:282px;
	background:#fff;
	float:left;
	margin-right:11px;
	margin-bottom:20px;
	position:relative;
	overflow:hidden;
}
.glistpic ul li span{
	display:block;
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:35px;
	line-height:35px;
	padding:0px 0px 0px;
	/*background:#669900;*/
	/* background:#666;*/
	z-index:999;
	color:#000;
	/*
	filter:alpha(opacity=80); */ /*支持 IE 浏览器*/
	/*-moz-opacity:0.80; /*支持 FireFox 浏览器*/
	/*opacity:0.80;  /*支持 Chrome, Opera, Safari 等浏览器*/
	
}




/*******************************特效代码***********************************/
a.tupian_texiao{ width:237px; height:222px; overflow:hidden; margin:10px auto 0px auto; text-align:center; }
a.tupian_texiao img{ width:237px; height:190px; 
    -moz-transition:all 1.2s;
	-webkit-transition:all 1.2s;
	-o-transition:all 1.2s;
	transition:all 1.2s;
}
a.tupian_texiao img:hover{ 
    -moz-transform:scale(1.2);
	-webkit-transform:scale(1.2);
	-o-transform:scale(1.2);
	-ms-transform:scale(1.2);
	transform:scale(1.2);
}


.glistpic a.tupian_texiao{ width:300px; height:250px; overflow:hidden; margin:10px auto 0px auto; text-align:center; }
.glistpic a.tupian_texiao img{ width:300px; height:240px; 
    -moz-transition:all 1.2s;
	-webkit-transition:all 1.2s;
	-o-transition:all 1.2s;
	transition:all 1.2s;
}
.glistpic a.tupian_texiao img:hover{ 
    -moz-transform:scale(1.2);
	-webkit-transform:scale(1.2);
	-o-transform:scale(1.2);
	-ms-transform:scale(1.2);
	transform:scale(1.2);
}



#demo img{
	border:1px solid #dcdcdc;
	padding:1px;
}



/**************************产品详细页样式***************************/
.product_frame{
}

.product_frame .product_title{
	color:#d90202;
	font-size:14px;
	font-family:"微软雅黑", "宋体", "仿宋", "黑体";
	padding:0px 10px 10px;
	border-bottom:dashed 1px #dcdcdc;
}
.product_frame span{
	display:block;
	color:#0c2042;
	font-size:14px;
	margin-top:10px;
}

img.askzixun{
	display:block;
	text-align:center;
	margin:20px 40px 0px;
}

.tel span{
	color:#f00;
	display:inline;
	font-size:18px;
	font-weight:bold;
}
.telfree{
	font-size:18px !important;
	font-weight:bold;
	padding-left:70px;
	margin-top:0px !important;
}

.product_line{
	border-bottom:dashed 1px #dcdcdc;
	padding:5px;
}

.xiangguan_product{
	margin-top:10px;
}

.xiangguan_product_title{
	border:solid 1px #dcdcdc;
	padding:2px 10px 2px;
	color: #0c2042;
}
.xiangguan_product_content{
	border:solid 1px #dcdcdc;
	height:230px;
	padding:5px 0px 10px;
}
.xiangguan_product_content ul li{
	width:210px;
	float:left;
	margin:10px;
}

.xiangguan_product_content ul li a{
	display:block;
	cursor:pointer;
	text-decoration:none;
}
.xiangguan_product_content ul li img{
	display:block;
}

.xiangguan_product_content ul li span{
	display:block;
	text-align:center;
}

.product_body{
	margin:20px 0px 20px;
	width:702px;
	overflow:hidden;
}

.product_contact{
	margin:5px 0px 5px;
	font-size:14px;
	color:#676767;
}

.product_contact_title{
	border-bottom:2px solid #0c2042;
	color:#0c2042;
	font-size:18px;
	padding:5px 2px 2px;
}
.product_contact_content{
	line-height:26px;
	letter-spacing:0.5px;
	padding:10px 5px 0px;
}
.product_contact_content p{
	display:block;
	padding:25px 0px 8px;
	color:#0c2042;
	font-weight:bold;
}



.left_tuijian{
	float:left;
	width:248px;
	border:solid 1px #dcdcdc;
	background:#FFF;
	margin-top:15px;
	font-family:"微软雅黑", "宋体", "仿宋", "黑体";
}
.left_tuijian h3{
	width:248px;
	height:50px;
	background:url(../../images/0501/left_tuijian_bg.png) no-repeat;
}

.left_tuijian ul li{
	margin:5px 10px 10px;
	padding:0px 10px 15px;
	border-bottom:dashed 1px #dcdcdc;
	color:#666;
}
.left_tuijian ul li a{
	text-decoration:none;
}
.left_tuijian ul li img{
	display:block;
	margin:0px 0px 5px;
}
.left_tuijian ul li span{
	display:block;
	text-align:center;
}