@charset "utf-8";

/*css初始化开始*/

::-webkit-scrollbar {

  width: 10px;

  height: 10px;

}

::-webkit-scrollbar-track {

  border-radius: 0;

  background-color: #CCC; /*背景底色-*/

}

::-webkit-scrollbar-thumb {

  border-radius: 0;

  /*background-color: rgba(181, 152, 90, .7);*/

  background-color: #666; /*默认底色-*/

  -webkit-transition: background-color .3s ease-in 0s;

}



::-webkit-scrollbar-thumb:hover {

  border-radius: 0;

  /*background-color: rgba(181, 152, 90, 1);*/

  background-color: #333;/*滑过底色-*/

}



body {

	color:#4B5773;

	font-family:"verdana","微软雅黑", "宋体", "Microsoft YaHei",  "Arial";

	font-size:12px;

	margin:0;

	padding:0;

	cursor:default;

}

/* 页面宽度 */



.pageWidth {

	width:1200px;

	height:auto;

	margin:0 auto;

}

.hidden {

	display:none;

}

.visible {

	display:block;

}

/*布局样式开始*/



#top_all {

	height:130px;

	width:100%;

	background-image:url(../images/daohangbeijing.jpg); padding-top:30px;

}

#main_all {

	width:100%;

}

#main_bg_1 {

	width:100%;

}

#main_bg_2 {

	width:100%;

}

#top_all #top_1 {

	background-color:#f6f6f6;

	height:89px;

	border-bottom:1px solid #e7e7e7;

	

	

}

#top_all #top_2 {

	height:40px;

	

	background:#f6f6f6;

}

#top_all #top_3 {

	height:50px;

	overflow:hidden;

	background:Maroon;

}

#top_all #top_4 {

	height:50px;

	overflow:hidden;

	background:yellow;

}

/*左右列布局样式*/

#main_all #index_left {

	width:250px;

	overflow:hidden;

	float:left;

}

#main_all #index_right {

	width:750px;

	overflow:hidden;

	float:left;

}

#main_all #left {

	width:250px;

	overflow:hidden;

	float:left;

}

#main_all #right {

	width:100%;

	overflow:hidden;

	float:left;

}

/*页码*/

#page_width {

	width:80%;

	margin:0 auto;

	clear:both;

	padding-top:0px;

}

#page_width2 {

	clear:both;

	padding-top:20px;

	height:40px;

}

ul#page li {

	display:inline;

}

ul li#pagelist {

	width:50%;

	float:left;

	color:#979797;

	font-family:"verdana","微软雅黑", "宋体", "Microsoft YaHei",  "Arial";

	height:25px;

	line-height:25px;

}

ul li#Pagination {

	float:right;

	text-align:right;

	margin-right:0px;

}

/* 链接样式 */

a:link {

	color:#1f3a87;

	text-decoration:none;

	font-family:"verdana","微软雅黑", "宋体", "Microsoft YaHei",  "Arial";

}

a:visited {

	color:#1f3a87;

	text-decoration:none;

	font-family:"verdana","微软雅黑", "宋体", "Microsoft YaHei",  "Arial";

}

a:hover {

	color:#f90;

	text-decoration:none;

	font-family:"verdana","微软雅黑", "宋体", "Microsoft YaHei",  "Arial";

}

a:active {

	color:#1f3a87;

	text-decoration:none;

	font-family:"verdana","微软雅黑", "宋体", "Microsoft YaHei",  "Arial";

}

/* 重置 */

div, form, p, i, img, ul, li, ol, dl, dt, dd, table, tr, td, th, fieldset, label, legend, select, button, input {

	margin:0;

	padding:0;

}

.clearleft {

	clear:left;

}

.clearleft_ie6 {

	clear:left;

	height:0;

	overflow:hidden;

	display:none;

}

.clear {

	clear:both;

}

/* 标题样式 */

h1, h2, h3, h4, h5, h6 {

	margin:0;

	padding:0;

	font-size:12px;

	font-weight:normal;

}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {

	margin: 0;

}

/* 列表样式 */

ul, ol, li, dl, dt, dd {

	list-style:none;

}

/* 图片样式 */

img, a img {

	border:0;

	padding:0;

	margin:0;

	/*	vertical-align:middle;*/

	font-size:0;/*display:block;*/

}

/*自定义调用样式*/

.red {

	color:red;

}

.green {

	color:green;

}

.table1 {

	width: 400px;

	border-collapse: collapse;

}

.table1 td {

	background: #FFF2EC;

	border: 1px solid #FF8040;

}

.biaoti1 {

	font-size: 13px;

	color: #FF3300;

	text-decoration: none;

	filter: DropShadow(Color=#EAEAEA, OffX=1, OffY=1, Positive=3);

}

.tablelf {

	background:#d9d9d9;

	width:100%;

}

.td2 {

	height:28px;

	line-height:28px;

	background:#f8f8f8;

	padding-left:8px;

	color:#4B5773;

	font-family:"verdana","微软雅黑", "宋体", "Microsoft YaHei",  "Arial";

	border-top:1px solid #fff;

	border-left:1px solid #fff;

}

.td1 {

	height:28px;

	line-height:28px;

	background:#f1f1f1;

	color:#228BCD;

	font-weight:bold;

	text-align:center;

	font-family:"verdana","微软雅黑", "宋体", "Microsoft YaHei",  "Arial";

	text-transform:uppercase;

	border-top:1px solid #fff;

	border-left:1px solid #fff;

}

.td3 {

	height:28px;

	line-height:28px;

	background:#958C7E;

	padding-left:8px;

	color:#E1E1E1;

	font-family:"verdana","微软雅黑", "宋体", "Microsoft YaHei",  "Arial";

	border:1px solid #958C7E;

	font-weight:bold;

	font-size:11px;

}

.tablelf td span {

	color: #706A62;

}

.btn_lf {

	border-right: #787878 1px solid;

	padding-right: 6px;

	border-top: #787878 1px solid;

	padding-left: 6px;

	font-size: 12px;

 filter: progid:dximagetransform.microsoft.gradient(gradienttype=0, startcolorstr=#ffffff, endcolorstr=#e1e1e1);

	border-left: #787878 1px solid;

	cursor: hand;

	color: #545454;

	padding-top: 2px;

	border-bottom: #787878 1px solid;

	height:24px;

}

/*css初始化结束*/



#index_keywords h1, #index_keywords h2, #index_keywords h3, #index_keywords strong {

	text-indent:-999em;

	height:0;

	overflow:hidden;

}

/*首页布局样式开始*/

#main_all #index_left #left_1x {

	height:100px;

	overflow:hidden;

	background:Olive;

}

#main_all #index_left #left_2x {

	height:100px;

	overflow:hidden;

	background:Navy;

}

#main_all #index_left #left_3x {

	height:100px;

	overflow:hidden;

	background:Teal;

}

#main_all #index_left #left_4x {

	height:100px;

	overflow:hidden;

	background:Aqua;

}

#main_all #index_left #left_5x {

	height:100px;

	overflow:hidden;

	background:purple;

}

#main_all #index_right #right_1x {

	height:100px;

	overflow:hidden;

	background:blueviolet;

}

#main_all #index_right #right_2x {

	height:100px;

	overflow:hidden;

	background:Pink;

}

#main_all #index_right #right_3x {

	height:100px;

	overflow:hidden;

	background:powderblue;

}

#main_all #index_right #right_4x {

	height:100px;

	overflow:hidden;

	background:Gray;

}

#main_all #index_right #right_5x {

	height:100px;

	overflow:hidden;

	background:coral;

}

/*底部样式*/

#bottom_all {

	width:100%;

	background:midnightblue;

}

#bottom_all #bottom_1 {

	height:50px;

	overflow:hidden;

	background:crimson;

}

#bottom_all #bottom_1 p {

}

#bottom_all #bottom_1 a {

	color:#fff;

}

#bottom_all #bottom_1 a:hover {

 color:;

}

#bottom_all #bottom_1 strong {

 color:;

}

#bottom_all #bottom_2 {

	height:50px;

	overflow:hidden;

	background:wheat;

}

/*标题背景图片*/

.title_01 {

}

.title_02 {

}

.title_03 {

}

.title_04 {

}

.title_05 {

}

.title_06 {

}

.title_07 {

}

.title_08 {

}

.title_09 {

}

.title_10 {

}

.title_11 {

}

.title_12 {

}

/*新闻列表样式_1*/

ul.news_list_1 {

}

.newsttle {

	background:url(../imagescn/z03.jpg) repeat-x;

	height:35px;

	clear:right;

}

.newsttle ul li {

	float:left;

	font:bold 12px/35px 宋体;

	color:#4B4B4B;

	text-align:left;

}

.newsttle ul li.sub1 {

	width:80%;

	text-indent:40px;

}

.newsttle ul li.sub2 {

	width:20%;

	text-indent:26px;

}

ul.news_list_1 li {

	_float:left;/*控制6里的行高问题*/

	clear:left;

	_clear:none;

}

ul.news_list_1 li h3.title {

	text-align:left;

	width:100%;

	

	

	position:absolute;

	z-index:11;

	left:0px;

	top:0px;

	width:750px;

	height:34px;

	text-align:left;

	

	

	

	

	

	

}



ul.textlist li span.names {

	float:right;

	width:115px;

	font:11px tahoma;

	color:#9C9C9C;

	text-align:right;

	line-height:34px;

	height:34px;

	text-align:left;

}

ul.news_list_1 li div.date{

	width:16.5%;

	height:34px;

	font:11px/34px tahoma;

	text-align:left;

	float:right;

}

ul.news_list_1 li div.newpic{

	float:right;

	width:100px;

	padding-top:13px;

}

ul.textlist li {

	background:none;

}

ul.news_list_1 li h3.title a, ul.textlist li a {

	color: #696969;

	display: block;

	font: 12px/34px verdana;

	height: 34px;

	padding-left:40px;

	background:url(../imagescn/news_list.gif) no-repeat 15px center;

}

ul.news_list_1 li h3.title a:hover, ul.textlist li a:hover {

	color:#EF2B75;

	text-decoration:none;

	background:url(../imagescn/news_list.gif) no-repeat 17px center;

}

ul.textlist li a:hover {

	text-decoration:underline;

}

ul.news_list_1 li.search {

	border-bottom:1px dashed #5E3F30;

	clear:left;

	height:28px;

}

ul.news_list_1 li.search h3.title a {

	font-size:13px;

	line-height:28px;

	height:28px;

}

ul.padding_1 {

	padding:8px 0 0 29px;

}

ul.padding_2 {

	padding:8px 0 0 29px;

}

.frameleft li.center a {

	color:#0A61C4;

	margin-top:5px;

	display:inline-block;

}

.frameleft li.center a:hover {

	color:#000;

}

a.morn {

	width:45px;

	height:18px;

	background:url(../imagescn/more.gif) no-repeat 0 0;

	text-indent:-999em;

	font-size:0;

	display:block;

	margin-top:10px;

}

a.morn:hover {

	background:url(../imagescn/more.gif) no-repeat -45px 0;

}

ul.news_list_1 li {

	height:34px;

	line-height:34px;

	overflow:hidden;

	border-bottom:1px solid #EDEDED;

	position:relative;

	color:#9c9c9c;

	width:100%;

}

ul.news_list_1 li:hover {

	

	color:#EF2B75;

}

/*主导航样式*/

ul.topnav {

	list-style: none;

	margin: 0 auto;

	padding: 0px;

	height: 40px;

	line-height:40px;

	overflow: hidden;

}

ul.topnav li {

	text-decoration: none;

	float: left;

	cursor: pointer;

 *position: relative;

	z-index: 999;

	

	width:106px;

	margin:0 auto;

	text-align:center;

}

ul.topnav li.hover {

	background:none;/*让一级菜单第一个按钮没有背景*/

}

ul.topnav li ul.subnav li {

	background:none;/*让二级菜单没有背景*/

}

ul.topnav li span {

	height: 40px;

	line-height: 40px;

	display: block;

 *display: inline-block;

 

}

ul.topnav li span.bgmenuhove2 {

	height: 40px;

	line-height: 40px;

	

}

/*一级菜单按钮样式*/

ul.topnav li span a.toplink, ul.topnav li span a.toplink2 {

	color:#000;

	font-size:14px;

	display:block;

	

}

ul.topnav li span a.toplink:hover, ul.topnav li span a.toplink2:hover {

	text-decoration:none;

	font-size:12px;

}

ul.topnav li span.bgmenuhove2 a.mygod {

	color:#FFF;

}

/*二级菜单内容样式*/

ul.topnav li ul.subnav {

	list-style: none;

	position: absolute;

	top:160px;
	#top:40px;

 	*left:0px;

	margin:0;

	padding:0;

	z-index:999;

	display:none;

	width:106px;
	#width:78px;
	#margin-left:14px;
	

}

ul.topnav li ul.subnav li {

	margin: 0;

	clear: both;

	text-align: left;

	cursor: pointer;

	padding-left:19px;
	#padding-left:3px;

	margin-bottom:1px;

}

ul.subnav li a {

	padding-left:10px;

	width:90px;

	height:28px;

	line-height: 28px;

	text-align:left;

	display:block;

	float: left;

	text-align:left;

	color:#fff;

	font-size:12px;

}



ul.products_list li {

	text-align:center;

	float:left;

	display:inline;

	padding:0;

	width:30%;

}

#index ul.products_list li {

	margin:0px 5px 0;

	width:184px;

}

#goods_list ul.products_list li {

	margin:0px;

	width:184px;

	height:243px;

	text-align:center;

}

#goods_list .products_list {

	margin-top:30px;

}

#goods_list a.infolist {

	margin:0;

	display:inline-block;

	color:#4C4C4C;

}

#goods_list a.infolist:hover {

	color:#2088B3;

}

span.rong {

	font-family:tahoma;

	margin-left:8px;

	color:#8C8D93;

}

#top_10 .summary {

	text-align:left;

	font-family:verdana, 宋体;

	line-height:16px;

	margin-left:17px;

}

ul.products_list li.clear_img {

	clear:left;

	background:none;

	height:0px;

	overflow:hidden;

	display:none;

	visibility:hidden;

}

ul.products_list li a.pic {

	display:inline-block;

	text-align:center;

	border:1px solid #E2E2E2;

	transition: all 0.2s ease-in-out, color 0.2s ease-in-out;

}

ul.products_list li a.pic:hover {

	border:1px solid #EF2B75;

}

ul.products_list li a.pic img {

	border:none;

	vertical-align:top;

	font-size:0;

	width:182px;

	height:182px;

}

ul.products_list li a.pic img:hover {

}

ul.products_list li a.infolist {

	display:block;

	color:#2088B3;

	margin-top:5px;

	margin-top:10px\9;

    *margin-top:5px;

	margin-bottom:4px;

	font-family:宋体;

	padding-top:12px;

}

ul.products_list li a.infolist:hover {

	color:#D47A3E;

	text-decoration:none;

}

#pro_title {

	clear:left;

	padding:30px 0 0 13px;

	color:#97866C;

	font-size:13px;

}

/*内页右侧样式*/

.right_title_img span {

}

.right_title_img img {

}

#right_tittle {

}

#right_tittle span {

	color:#f60;

	font:bold 14px/40px verdana;

}

#content {

	font:14px/180% verdana;

}

.main_font {

	width:90%;

	margin:20px auto;

	font:12px/180% verdana;

	color:#665E5C;

}

.main_font p {

	font:12px/180% verdana;

	color:#665E5C;

}

.main_font strong, .main_font2 strong, .main_font3 strong {

	color:#C06800;

	font-family:"verdana","微软雅黑", "宋体", "Microsoft YaHei",  "Arial";

}

.main_font2 {

}

.main_font3 {

}

/*所有左侧列表*/

.left_title {

}

.left_title img {

}

.left_title span {

	font:bold 14px/34px verdana;

	color:#f60;

}

#left #left_profile_list li{

	border-bottom:1px dotted #B9B9B9;	

	height:30px;

	line-height:30px;

	text-align: left;

	list-style: none;

	overflow:hidden;	

}

#left #left_profile_list li a{

	color:#145684;

	padding-left:25px;

	height:30px;

	line-height:30px;

	font-family:"Microsoft YaHei","微软雅黑";

	background:url(../imagescn/products_list_bg.png) no-repeat 0 0;

	font-size:12px;

	display:block;

}

#left #left_profile_list li a:hover{

	padding-left:26px;

	background:url(../imagescn/products_list_bg.png) no-repeat 0 -30px;

	color:#fff;

	text-decoration:none;

}



#left #left_profile_list li,#left #left_news_list li,#left_job_list li,#left_products_list ul.three li,#download_cate li {

	height:30px;

	line-height:30px;

	text-align:left;

	list-style:none;

	overflow:hidden;

	border-bottom:1px solid #d9d9d9;

}

#left #left_profile_list li a, #left_news_list li a.typelink,#left_job_list li a,#left_products_list ul li a,#download_cate li a {

	color:#333;

	

	height:30px;

	font:12px/30px "Microsoft YaHei","微软雅黑";

	display:block;

	text-indent:24px;

}

#left #left_profile_list li a:hover, #left_news_list li a.typelink:hover,#left_job_list li a:hover,#left_products_list ul li a:hover,#download_cate li a:hover {

	color:#AF4B01;

	background:#f1f1f1;



	text-decoration:none;

}

.left_bg_top {

/*padding-top:15px;*/

	/*background:url(../imagescn/x05.jpg) no-repeat left top;*/

}

.left_bg_bottom {

/*padding-bottom:15px;*/

	/*background:url(../imagescn/x06.jpg) no-repeat left bottom;*/

}

/*公司简介页的面包屑*/

#profile_bread {

	color:#666;

	font-family:"verdana","微软雅黑", "宋体", "Microsoft YaHei",  "Arial";

	text-align:left;

	margin-bottom:30px;

}

#profile_bread a {

	color:#0066CC;

	font-family:"verdana","微软雅黑", "宋体", "Microsoft YaHei",  "Arial";

}

#profile_bread a:hover {

	color:#b45406;

}

.pro_title3 {

	font-size:13px;

	color:#A75112;

	margin:22px 0 10px 45px;

	width:87%;

	line-height:25px;

	border-bottom:1px dashed #d9d9d9;

	clear:left;

}

/*产品搜索*/

#left_products_search {

	margin:6px 0 0 12px;

}

#left_products_search ul li {

	height:28px;

	overflow:hidden;

}

#left_products_search span.text {

	color:#959595;

	font-family:"verdana","微软雅黑", "宋体", "Microsoft YaHei",  "Arial";

	float:left;

}

#left_products_search input.infoInput {

	width:166px;

	height:21px;

	line-height:21px;

	background:#959595;

	color:#fff;

	font-family:"verdana","微软雅黑", "宋体", "Microsoft YaHei",  "Arial";

	border:none;

	padding:0;

}

#left_products_search select {

	width:166px;

	height:21px;

	line-height:21px;

	background:#959595;

	color:#fff;

	font-family:"verdana","微软雅黑", "宋体", "Microsoft YaHei",  "Arial";

	border:none;

	padding:0;

	font-size:12px;

}

#left_products_search input.buttonface {

	margin:0;

	padding:0;

	width:71px;

	height:20px;

	line-height:21px;

	background:url(../imagescn/btn_bg.gif) no-repeat 0 0;

	color:#6B6B6B;

	text-decoration:none;

	font-size:12px;

	font-family:"verdana","微软雅黑", "宋体", "Microsoft YaHei",  "Arial";

	font-weight:normal;

	text-align:left;

	padding-left:18px;

	margin-left:147px;

}

#left_products_search input.buttonface:hover {

	color:#B86020;

}

/*推荐新闻*/

#news_tj ul.textlist li {

	background:none;

	height:23px;

	overflow:hidden;

}

#news_tj ul.textlist li a {

	background:url(../imagescn/huang.gif) no-repeat left center;

	padding:0 0 0 10px;

	color:#727272;

	display:inline-block;

}

#news_tj ul.textlist li a:hover {

	color:#B77125;

	text-decoration:underline;

}

/*产品详细*/

#pro_ms_right {

	background:url(../imagescn/pro_bg_right.jpg) no-repeat right top;

}

#pro_ms_left {

	background:url(../imagescn/pro_bg_left.jpg) no-repeat left top;

	height:39px;

	width:100%;

	text-indent:-999em;

}

#pro_ms_left2 {

	background:url(../imagescn/pro_bg_left2.jpg) no-repeat left top;

	height:39px;

	width:100%;

	text-indent:-999em;

}

#pro_ms_left3 {

	background:url(../imagescn/pro_bg_left3.jpg) no-repeat left top;

	height:39px;

	width:100%;

	text-indent:-999em;

}

#readpic {

	width:408px;/*左侧图片盒子的宽度*/

	float:left;

	height:558px;

	overflow:hidden;

	margin-top:20px;

}

#readtitle {

	width:327px;/*右侧内容盒子的宽度*/

	float:left;

	margin-top:10px;

	font-family:verdana, 宋体;

}

#readtitle ul li {

	line-height:24px;

	height:24px;

	overflow:hidden;

	color:#838383;

}

#readtitle ul li.class_1 span {

	color:#D47A3E;

}

#readtitle ul li.class_3 span {

	color:#2088B3;

}

#readtitle ul li.class_5 {

	color:#7F7F7F;

}

#readtitle ul li.t1 {

	height:54px;

	border-bottom:1px solid #C7C7C7;

	margin-top:20px;

	margin-bottom:20px;

}

#readtitle ul li.t2 {

	padding-top:15px;

	height:40px;

}

#readtitle h4 {

	font-size:16px;

	color:#676767;

	font-family:tahoma;

	background:url(../imagescn/x75.jpg) no-repeat 0 0;

	font-weight:bold;

	padding-top:17px;

}

.readlist {

	clear:left;

}

#pro_ms_left5 {

	background:url(../imagescn/pro_bg_left5.jpg) no-repeat left top;

	height:39px;

	width:100%;

	text-indent:-999em;

}

/*留言板样式*/



.pro_title {

	font-family:verdana, 宋体;

	text-align:center;

	line-height:36px;

	font:12px/36px Verdana;

	color:#5A5A5A;

	background:url(../imagescn/z02.gif) no-repeat 0 0;

	text-align:left;

}

.pro_title2 {

	background:url(../imagescn/z08.gif) no-repeat 0 0;

}

.pad1 {

	padding-left:29px;

}

.pad2 {

	padding-left:35px;

}

.pad3 {

	padding-left:23px;

}

#bbsajaxlist {

	margin-bottom:110px;

	margin-top:10px;

	color:#666;

}

.message_board {

	width:100%;

	padding-top:15px;

}

.message_board ul {

	clear:left;

	overflow:hidden;

}

.message_board ul.liu {

	height:35px;

	overflow:hidden;

}

.message_board ul li {

	float:left;

	margin-top:4px;

}

.message_board ul li.text {

	width:88px;

	text-align:right;

	color:#5F627C;

}

.message_board ul li.star {

	width:17px;

	color:#3EA27C;

	font-family:"verdana";

	text-align:center;

}

.message_board ul li.right {

	width:auto;

	float:left;

}

.message_board ul li span {

	color:#A8A8A8;

	margin-left:6px;

}

.message_board ul li.text_2 {

	margin-left:5px;

	line-height:24px;

	color:#9FA0A0;

}

.message_board ul li.right input.infoInput {

	background:#fff url(../imagescn/input_bg.jpg) repeat-x;

	border: 1px solid #D4D4D4;

	height: 20px;

	line-height: 20px;

	width: 170px;

	font-family:"verdana","微软雅黑", "宋体", "Microsoft YaHei",  "Arial";

	color:#6B6B6B;

}

.message_board ul li.right input.buttonface {

	background:url(../imagescn/mess_bg.jpg) no-repeat 0 0;

	width:74px;

	height:36px;

	padding:0;

	padding-bottom:10px;

	text-align:center;

	margin:0;

	vertical-align:top;

	color:#fff;

	font-weight:normal;

	font-family:"verdana","微软雅黑", "宋体", "Microsoft YaHei",  "Arial";

}

.message_board ul li.right input.buttonface2 {

	background:url(../imagescn/mess_bg.jpg) no-repeat 0 0;

	width:74px;

	height:36px;

	padding:0;

	padding-bottom:10px;

	text-align:center;

	margin:0;

	vertical-align:top;

	color:#fff;

	font-weight:normal;

	font-family:"verdana","微软雅黑", "宋体", "Microsoft YaHei",  "Arial";

	margin-top:10px;

}

.message_board ul li.right input.buttonface:hover, .message_board ul li.right input.buttonface2:hover {

	color:#fff;

	padding-bottom:8px;

}

#right div.pagecontentstr {

	width:90%;

	margin:0 auto;

}

#right span.colorgorningage {

	background:url(../imagescn/pic-lyr.gif) no-repeat left center;

	padding-left:20px;

	color:#666666;

}

#right span.colorgorningage span {

	color:#F08300;

}

#right span.colorgorning3 {

	background:url(../imagescn/pic-time.gif) no-repeat left center;

	padding-left:20px;

	color:#666666;

	margin-left:20px;

}

#right span.colorgorning3 span {

	color:#939393;

}

#pro_ms_left4 {

	background:url(../imagescn/pro_bg_left4.jpg) no-repeat left top;

	height:39px;

	width:100%;

	text-indent:-999em;

}

#message_center .bb {

	clear:both;

	padding-top:20px;

}

/*新闻详细样式*/

#news_detail_own {

	margin-bottom:20px;

}

#news_detail_own h2 {

	height:30px;

	font:bold 14px/30px verdana;

	text-align:center;

	color:#33A490;

	width:100%;

}

#news_detail_own #message {

	margin-top:20px;

	text-align:center;

	padding-bottom:5px;

	border-bottom:1px dashed #B3B3B3;

	margin-bottom:15px;

}

#news_detail_own #message span {

	padding:0 10px;

	color:#666666;

	font-family:"verdana","微软雅黑", "宋体", "Microsoft YaHei",  "Arial";

	font-weight:normal;

}

#news_detail_own #message span em {

	font-weight:normal;

	color:#9FA0A0;

	font-family:宋体;

}

#news_detail_own #Zoom {

	font-family:"verdana","微软雅黑", "宋体", "Microsoft YaHei",  "Arial";

	color:#727272;

	font-size:12px;

	line-height:180%;

}

#news_detail_own #Zoom p {

}

#news_detail_own .font {

	text-align:right;

	line-height:30px;

	color:#666666;

}

#news_detail_own .font a {

	color:#868686;

	text-decoration:none;

	border:1px solid #C8C8C8;

	background:#f8f8f8;

	padding:0 2px;

	margin:0px;

}

#news_detail_own .font a:hover {

	border:1px solid #AFAFAF;

	background:#AFAFAF;

	color:#fff;

}

#news_detail_own .page {

	border-top:1px dashed #B3B3B3;

	padding-top:16px;

	padding-bottom:10px;

	margin-top:20px;

	font-family:"verdana","微软雅黑", "宋体", "Microsoft YaHei",  "Arial";

	color:#9A9A9A;

}

#news_detail_own .page span.up {

	background:url(../imagescn/up.gif) no-repeat left center;

	padding-left:15px;

}

#news_detail_own .page span.bottom {

	background:url(../imagescn/bottom.gif) no-repeat left center;

	padding-left:15px;

}

#news_detail_own .page p {

	padding:2px 0;

}

#news_detail_own .page p a {

	color:#0066CC;

	text-decoration:none;

}

#news_detail_own .page p a:hover {

	color:#B77125;

	text-decoration:underline;

}

#news_detail_own p.keyword {

	padding:3px 0;

	font-family:"verdana","微软雅黑", "宋体", "Microsoft YaHei",  "Arial";

	color:#9A9A9A;

}

#news_detail_own p.keyword span {

	color:#AB9670;

}

#news_detail_own #down {

	width:100px;

	margin:0 auto;

	padding-top:20px;

}

#news_detail_own #down a {

	background:url(../images/a31.jpg) no-repeat 0 0;

	width:66px;

	height:25px;

	padding:4px 0 0 34px;

	overflow:hidden;

	display:inline-block;

	font-family:"verdana","微软雅黑", "宋体", "Microsoft YaHei",  "Arial";

	color:#444C5A;

}

#news_detail_own #down a:hover {

	color:#BA5811;

	text-decoration:none;

	padding:4px 0 0 35px;

}

/*下载分类列表*/

#download_cate {



}



/*下载详细*/

#download_nei {

	width:95%;

	margin:15px auto 0 auto;

}

#download_nei h3 {

	font-size:14px;

	color:#AF7838;

	text-align:center;

	line-height:40px;

}

#download_nei #time_click {

	color:#929292;

	border-bottom:1px dashed #B3B3B3;

}

#download_nei #down_btn {

	float:right;

	margin-top:10px;

}

#download_nei #down_btn a {

	background:url(../imagescn/downloadd.jpg) no-repeat 0 0;

	width:138px;

	height:35px;

	display:block;

	text-indent:-999em;

}

#download_nei #down_btn a:hover {

	text-decoration:none;

	background:url(../imagescn/downloadd.jpg) no-repeat -149px 0;

}

/*人才招聘分类列表*/

#left_job_list {

	

}

.formlist3 td span a.infolist_orning {

	width:77px;

	height:20px;

	line-height:20px;

	color:#6F6F6F;

	background:url(../imagescn/job_bg_1.jpg) no-repeat 0 0;

	display:inline-block;

	text-align:center;

	font-size:12px;

}

.formlist3 td span a.infolist_orning:hover {

	color:#BF5F30;

	text-decoration:none;

}

/*人才招聘表单样式*/

#job_neirong {

	color:#7E878F;

	line-height:180%;

	width:88%;

	margin:0 auto;

	font-family:"verdana","微软雅黑", "宋体", "Microsoft YaHei",  "Arial";

}

#job_neirong strong {

	color:#C77F2B;

	font-weight:bold;

}

#job_form {

	margin-top:27px;

}

#job_form ul li {

	padding:2px 0;

	width:100%;

	text-align:left;

}

#job_form ul li span.th {

	width:120px;

	float:left;

	text-align:right;

	padding-top:4px;

}

#job_form ul li span.star {

	color: #FF6600;

	font-family:"verdana","微软雅黑", "宋体", "Microsoft YaHei",  "Arial";

	text-align: center;

	width: 12px;

	display:inline-block;

	vertical-align:top;

	padding-top:4px;

	float:left;

}

#job_form ul li span.td {

	color:#968786;

}

#job_form ul li span.td span {

	color:#9FA0A0;

	line-height:20px;

	margin-left:5px;

}

#job_form ul li span.td input.infoInput {

	background:#fff url(../imagescn/input_bg.jpg) repeat-x;

	border: 1px solid #D4D4D4;

	height: 20px;

	line-height: 20px;

	width: 170px;

	font-family:"verdana","微软雅黑", "宋体", "Microsoft YaHei",  "Arial";

	color:#6B6B6B;

}

#job_form ul li span.td textarea.infoInput {

	background:#fff url(../imagescn/input_bg.jpg) repeat-x center top;

	border: 1px solid #D4D4D4;

	float: left;

	font-size: 12px;

	height: 100px;

	line-height: 130%;

	margin: 4px 0;

	padding: 5px;

	width: 400px;

	font-family:"verdana","微软雅黑", "宋体", "Microsoft YaHei",  "Arial";

	color:#6B6B6B;

}

#job_form ul li span.td select {

	background:#fff url(../imagescn/input_bg.jpg) repeat-x;

	border: 1px solid #D4D4D4;

	height: 24px;

	line-height: 24px;

	width: 175px;

	font-family:"verdana","微软雅黑", "宋体", "Microsoft YaHei",  "Arial";

	color:#6B6B6B;

	font-size:12px;

	margin:2px 0;

}

#job_form ul li.submit {

	clear:left;

}

#job_form ul li.submit input.buttonface2 {

	background:url(../imagescn/mess_bg.jpg) no-repeat 0 0;

	width:74px;

	height:36px;

	padding:0;

	padding-bottom:10px;

	text-align:center;

	margin:0;

	vertical-align:top;

	color:#fff;

	font-weight:normal;

	font-family:"verdana","微软雅黑", "宋体", "Microsoft YaHei",  "Arial";

	margin-top:5px;

	margin-left:130px;

}

#job_form ul li.submit input.buttonface2:hover {

	color:#fff;

	padding-bottom:8px;

}

/*人才招聘详细页*/

#right div.pagecontentstr {

	width:100%;

	margin:0 auto;

}

#job_lf_deatil {

	width:642px;

	margin:25px auto 0 auto;

}

#job_lf_deatil .name {

	height:32px;

}

#job_lf_deatil .name ul li.left {

	width:70%;

	float:left;

	overflow:hidden;

}

#job_lf_deatil .name ul li.right {

	width:120px;

	float:right;

	text-align:right;

	overflow:hidden;

	color:#A4A4A4;

	background:url(../imagescn/job_time.jpg) no-repeat left center;

	padding-left:19px;

	font-family:tahoma;

}

#job_lf_deatil .name ul li.left span.zhi_wei {

	color:#075296;

	font-size:14px;

	font-family:宋体;

	font-weight:bold;

}

#job_lf_deatil .name ul li.left span.memeber {

	font-family:"verdana","微软雅黑", "宋体", "Microsoft YaHei",  "Arial";

	font-size:12px;

	color:#8E8E8E;

	margin-left:8px;

}

#job_lf_deatil .content {

	width:100%;

	display:inline-block;

	margin-bottom:10px;

}

#job_lf_deatil .content .job_bg_bottom {

	background:url(../imagescn/job_bg_bottom.jpg) no-repeat 0 bottom;

	width:100%;

	float:left;

}

#job_lf_deatil .content .job_bg_top {

	background:url(../imagescn/job_bg_top.jpg) no-repeat 0 0;

	width:100%;

	float:left;

	padding:10px 0;

}

#job_lf_deatil .content .job_bg_top li {

	width:50%;

	float:left;

	overflow:hidden;

	line-height:24px;

	height:24px;

	color:#464655;

}

#job_lf_deatil .content .job_bg_top li span {

	padding-left:25px;

	color:#7C7C92;

}

#job_lf_deatil .gong_neng {

	display:inline-block;

	width:100%;

	height:33px;

	border-bottom:1px dashed #DADBD6;

}

#job_lf_deatil .gong_neng ul li {

	float:left;

	margin-right:25px;

}

#job_lf_deatil .gong_neng ul li a.add {

	background:url(../imagescn/job_star.jpg) no-repeat left center;

	padding-left:24px;

	text-decoration:none;

	padding-top:4px;

}

#job_lf_deatil .gong_neng ul li a.print {

	background:url(../imagescn/job_print.jpg) no-repeat left center;

	padding-left:24px;

	text-decoration:none;

	padding-top:4px;

}

#job_lf_deatil .gong_neng ul li a {

	background:none;

	padding:0;

	color:#288DB8;

	margin:0;

	line-height:24px;

	height:24px;

	font-family:宋体;

}

#job_lf_deatil .gong_neng ul li a:hover {

	text-decoration:none;

	color:#4B5773;

	-moz-opacity:1;

	Opacity : 1;

	filter: Alpha(Opacity=100);

}

#job_lf_deatil .gong_neng ul li a.bb {

	background:url(../imagescn/job_shou.jpg) no-repeat left center;

	padding-left:24px;

	text-decoration:none;

}

#job_lf_deatil .gong_neng ul li a.job {

	background:url(../imagescn/job_job.jpg) no-repeat left 3px;

	padding-left:24px;

	text-decoration:none;

	padding-top:4px;

}

#job_lf_deatil .gong_neng ul li .bshare-custom {

	background:none;

}

#job_lf_deatil .job_text {

	line-height:22px;

	text-decoration:none;

	padding:25px 0 0 6px;

}

#job_lf_deatil .job_text p {

	line-height:22px;

	text-decoration:none;

}

#job_lf_deatil .job_btn a {

	background:url(../imagescn/job_tijiao.jpg) no-repeat 0 0;

	width:76px;

	height:33px;

	padding:8px 0 0 15px;

	display:inline-block;

	color:#fff;

	font-size:14px;

	font-weight:bold;

	text-align:left;

	margin:30px 0 0 6px;

}

#job_lf_deatil .job_btn a:hover {

	text-decoration:none;

	width:76px;

	height:32px;

	padding:9px 0 0 15px;

	background:url(../imagescn/job_tijiao.jpg) no-repeat -94px 0;

}

/*产品类别*/

#left_products_list {

}

#left_products_list ul {

	margin:0px 0 0 0px;

}





#left_products_list ul.three li.a {

	height:30px;

	line-height:30px;

}

#left_products_list ul.three li.a a {

	color:red;

	height:30px;

	line-height:30px;

}

#left_products_list ul.three li.a a:hover {

	background:pink;

}

/*BBS论坛样式*/

#bbs #main_all {

	min-height:600px\9;

	_height:600px;

}

#box_ew4 {

	margin-top:35px;

}

.bbs_list {

	font-family:"verdana","微软雅黑", "宋体", "Microsoft YaHei",  "Arial";

	color:#666666;

	margin-top:20px;

}

.bbs_list .bbs_title {

	width:745px;

	height:31px;

	background:url(../imagescn/bbs1.gif) no-repeat 0 0;

}

.bbs_list .bbs_content {

	width:745px;

	clear:left;

	margin-top:10px;

}

.bbs_list .bbs_title ul li {

	width:100%;

	height:31px;

	line-height:31px;

}

.bbs_list .bbs_content ul li {

	width:100%;

	height:34px;

	line-height:34px;

	border-bottom:1px solid #E1E1E1;

}

.bbs_list .bbs_content ul li:hover {

	background:#f5f5f5;

}

.bbs_list .bbs_title ul li span, .bbs_list .bbs_content ul li span {

	float:left;

}

.bbs_list .bbs_title .sub1 {

	width:56%;

	text-align:center;

	background:url(../imagescn/bbs3.gif) no-repeat 56% center;

}

.bbs_list .bbs_content .sub1 {

	width:56%;

	text-align:left;

	text-indent:20px;

}

.bbs_list .bbs_content .sub1 a {

	color:#666666;

	font-family:"verdana","微软雅黑", "宋体", "Microsoft YaHei",  "Arial";

}

.bbs_list .bbs_content .sub1 a:hover {

	color:#0B8A58;

	text-decoration:none;

}

.bbs_list .bbs_title .sub2 {

	width:10%;

	text-align:left;

	background:url(../imagescn/bbs2.gif) no-repeat 47% center;

}

.bbs_list .bbs_content .sub2 {

	width:10%;

	text-align:left;

	color:#489A7C;

}

.bbs_list .bbs_title .sub3 {

	width:15%;

	text-align:center;

	background:url(../imagescn/bbs2.gif) no-repeat 82% center;

}

.bbs_list .bbs_content .sub3 {

	width:15%;

	text-align:center;

	color:#969696;

}

.bbs_list .bbs_title .sub4 {

	width:9%;

	text-align:center;

	background:url(../imagescn/bbs2.gif) no-repeat 94% center;

}

.bbs_list .bbs_content .sub4 {

	width:9%;

	text-align:center;

	color:#969696;

}

.bbs_list .bbs_title .sub5 {

	width:9.8%;

	text-align:center;

	background:url(../imagescn/bbs2.gif) no-repeat 90% center;

}

.bbs_list .bbs_content .sub5 {

	width:9.8%;

	_width:9.4%;

	text-align:center;

	color:#969696;

}

.bbs_page {

	clear:left;

	background:url(../imagescn/bbs4.gif) no-repeat left bottom;

	height:30px;

	width:100%;

	line-height:30px;

	color:#8D8D8D;

 *margin-top:-2px;

}

.bbs_page ul li.left {

	float:right;

	margin-right:36px;

}

.bbs_page ul li.left a {

	display:inline-block;

	margin:0 3px;

	color:#8D8D8D;

}

.bbs_page ul li.left a:hover {

	color:#0B8A58;

}

.bbs_page ul li.right {

	float:right;

	margin-right:22px;

}

#bbs_btn {

	width:60px;

	height:29px;

	line-height:26px;

	padding:0px 0 0 25px;

	background:url(../imagescn/bbs5.gif) no-repeat 0 0;

	color:#5F627C;

	font-family:宋体;

	cursor:pointer;

	margin-top:35px;

	margin-bottom:5px;

}

#bbs input.buttonface2 {

	width:85px;

	height:29px;

	line-height:26px;

	padding:0px 0 0 25px;

	background:url(../imagescn/bbs5.gif) no-repeat 0 0;

	color:#5F627C;

	font-family:宋体;

	cursor:pointer;

	display:inline-block;

	font-weight:normal;

	text-align:left;

	margin-left:92px;

}

#bbs_btn:hover, #bbs input.buttonface2:hover {

	color:#0B8A58;

	text-decoration:none;

}

#bbs_text p {

	color:#5F627C;

	font-family:宋体;

	padding-left:5px;

}

.bbs_content ul li {

	width:100%;

	float:none;

	font-family:"verdana","微软雅黑", "宋体", "Microsoft YaHei",  "Arial";

	color:#5F627C;

	height:36px;

	overflow:hidden;

}

.bbs_content ul li.sub3 {

	height:168px;

}

.bbs_content ul li span.text {

	width:10%;

	text-align:right;

	float:left;

}

.bbs_content ul li span.star {

	width:2%;

	color:#3EA27C;

	text-align:right;

	float:left;

	text-align:center;

}

.bbs_content ul li span.right {

	width:87%;

	text-align:left;

	float:left;

}

.bbs_content ul li.sub1 span.right input.infoInput {

	width:358px;

	padding-left:6px;

	padding-top:3px;

	padding-top:5px\9;

	font-family:"verdana","微软雅黑", "宋体", "Microsoft YaHei",  "Arial";

	border:none;

	color:#404356;

	background:none;

}

.bbs_content ul li.sub2 span.right input.infoInput {

	width:112px;

	padding-left:6px;

	padding-top:5px;

	font-family:"verdana","微软雅黑", "宋体", "Microsoft YaHei",  "Arial";

	border:none;

	color:#404356;

	background:none;

}

.bbs_content ul li.sub3 span.right textarea.infoInput {

	width:592px;

	height:128px;

	margin:8px 0 0 8px;

	background:none;

	border:none;

	color:#404356;

	font-family:"verdana","微软雅黑", "宋体", "Microsoft YaHei",  "Arial";

}

.bbs_content ul li.sub1 span.right {

	background:url(../imagescn/bbs6.gif) no-repeat 0 0;

	border:none;

	height:29px;

}

.bbs_content ul li.sub2 span.right {

	background:url(../imagescn/bbs7.gif) no-repeat 0 0;

	border:none;

	height:29px;

}

.bbs_content ul li.sub3 span.right {

	background:url(../imagescn/bbs8.gif) no-repeat 0 0;

	border:none;

	height:170px;

}

.margintop20 {

	padding-top:20px;

}

#bbs .tablelist .td02 {

	border-bottom:1px solid #E1E1E1;

	padding-left:10px;

}

#bbs .tablelist .td04 {

	height:22px;

	padding:0px 0 0px 8px;

}

#bbs .td02 h3 {

	font-size:14px;

	font-family:"verdana","微软雅黑", "宋体", "Microsoft YaHei",  "Arial";

	font-weight:bold;

}

#bbs .td02 {

	color:#666666;

	font-family:"verdana","微软雅黑", "宋体", "Microsoft YaHei",  "Arial";

	line-height:200%;

	padding:0;

}

#bbs .td08 {

	color:#666666;

	font-family:"verdana","微软雅黑", "宋体", "Microsoft YaHei",  "Arial";

	line-height:200%;

	padding:10px 10px 14px 10px;

}

#bbs .td20 {

	color:#666666;

	font-family:"verdana","微软雅黑", "宋体", "Microsoft YaHei",  "Arial";

	line-height:200%;

	padding:10px 0 14px 10px;

}

.bbs_content ul li.kong span.text, .bbs_content ul li.kong span.star {

	display:none;

}

/*首页会员登陆样式-正常*/

#index_memeber {

	width:100%;

	margin:0;

}

#index_memeber ul {

	height:29px;

	overflow:hidden;

}

#index_memeber ul li.th, #index_memeber ul li.td, #index_memeber ul li.ma, #index_memeber ul li.reset, #index_memeber ul li.reg, #index_memeber ul li.login, #index_memeber ul li.forgot {

	float:left;

}

#index_memeber ul li.th {

	font-weight:normal;

	padding-right:10px;

	text-align:right;

	width:29%;

	color:#1475B2;

	font-family:宋体;

}

#index_memeber ul li input.infoInput {

	background:red;

	border:none;

	color:#888;

	height: 18px;

	padding:0;

	margin:0;

	width:140px;

	font-family:"verdana","微软雅黑", "宋体", "Microsoft YaHei",  "Arial";

}

#index_memeber ul li.forgot a {

	width:82px;

	height:22px;

	text-indent:19px;

	line-height:22px;

	font-family:宋体;

	overflow:hidden;

	background:url(../imagescn/mem_bg2.gif) no-repeat 0 0;

	display:block;

	text-align:left;

	padding:0;

	margin:0;

	color:#5F627C;

	margin-left:6px;

	margin-top:4px;

}

#index_memeber ul li.reg a:hover {

	color:#CD790D;

	text-decoration:none;

}

#index_memeber ul li.reg a, #index_memeber ul li.login input {

	width:50px;

	height:22px;

	text-indent:18px;

	line-height:22px;

	font-family:宋体;

	overflow:hidden;

	background:url(../imagescn/mem_bg1.gif) no-repeat 0 0;

	display:block;

	text-align:left;

	padding:0;

	margin:0;

	color:#5F627C;

	font-weight:normal;

	margin-left:6px;

	margin-top:4px;

}

#index_memeber ul li.forgot a:hover, #index_memeber ul li.login input:hover {

	color:#CD790D;

	text-decoration:none;

}

#index_memeber ul li.login input {

	margin-left:25px;

}

/*友情链接样式*/

#links {

	background:url(../imagescn/bg_green.png) repeat-y;

}

#links ul li a {

	color:#747474;

	font-family:"verdana","微软雅黑", "宋体", "Microsoft YaHei",  "Arial";

	height:26px;

	line-height:26px;

	text-indent:42px;

	display:inline-block;

}

#links ul li a:hover {

	color:#CD6A00;

	font-weight:bold;

}

/*弹性向上样式*/

#goTopBtn {

	width:32px;

	height:33px;

	right:1%;

	position:fixed;

	bottom:80px;

	_position:absolute;

	_bottom:auto;

	/*_top:expression(eval(document.documentElement.scrollTop+150));*/

	/**/_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));

	z-index:99;

	cursor:pointer;

}

/*百度电子地图样式*/

.iw_poi_title {

	color:#CC5522;

	font-size:14px;

	font-weight:bold;

	overflow:hidden;

	padding-right:13px;

	white-space:nowrap

}

.iw_poi_content {

	font:12px verdana, sans-serif;

	overflow:visible;

	padding-top:4px;

	white-space:-moz-pre-wrap;

	word-wrap:break-word;

	color:#434343;

}

#sorry {

	font-family:宋体;

	line-height:150px;

	text-align:center;

	color:#000;

}

/*产品详细上一页下一页小图样式*/

.xxpage {

	width:1150px;

	margin:0px auto;

	height:150px;

	display:inline;

}

.lm {

	width:190px;

	height:150px;

	overflow:hidden;

	float:left;

	border:#666 1px dotted;

	margin-top:6px;

}

.rm {

	width:190px;

	height:150px;

	overflow:hidden;

	float:right;

	border:#666 1px dotted;

	margin-top:6px;

}

/*新闻列表样式2*/

div.mei_li li.list{

	width:100%;

	border-bottom:1px solid #E2E2E2;

	height:118px;

	padding:20px 0;

	color:#838383;

}

div.mei_li li.list:hover{

	background:#f5f5f5;

	color:#4F4F4F;

}

div.mei_li .left {

	width:20%;

	float:left;

	overflow:hidden;

}

div.mei_li .left img {

	border:1px solid #E5E5E5;

}

div.mei_li .right {

	width:65%;

	float:left;

	overflow:hidden;

	text-align:left;

	font-family:tahoma;

}

div.mei_li .rihgt_time {

	width:14.9%;

	float:left;

	overflow:hidden;

	text-align:left;

	font-family:tahoma;

	height:126px;

	background:url(../imagescn/z14.jpg) no-repeat 20px 24px;

}

div.mei_li .rihgt_time .year {

	font-size:24px;

	color:#fff;

	padding:30px 0 0 31px;

	font-family:verdana;

	display:block;

	height:30px;

	overflow:hidden;

}

div.mei_li .rihgt_time .yueri {

	padding:12px 0 0 40px;

	font-size:16px;

	color:#fff;

}

div.mei_li .right h3 a {

	color:#F12B9B;

	font:12px/30px tahoma;

	height:32px;

}

div.mei_li .right .summary {

	font:12px/20px tahoma;

}

div.mei_li .right .date {

	margin-top:8px;

	color:#BCBCBC;

}

/*新闻横向搜索样式*/

#left_search2 {

	width:100%;

	height:40px;

}

#left_search2 span.text {

	display:none;

}

#left_search2 input.infoInput {

	height:19px;

	background:#fff;

	border:1px solid #E2E2E2;

	font:12px/19px verdana;

	width:140px;

	color:#666;

	padding:0;

}

#left_search2 li.keyword {

	width:150px;

	float:left;

	overflow:hidden;

}

#left_search2 select.select {

	height:21px;

	background:#fff;

	border:1px solid #E2E2E2;

	width:140px;

	color:#666;

}

#left_search2 li.sub2 {

	width:150px;

	float:left;

	overflow:hidden;

}

#left_search2 input.buttonface {

	background:#FCE2EC;

	border:1px solid #EF2B75;

	font:11px/18px tahoma;

	height:21px;

	color:#5B5B5B;

	padding:0;

	margin:0;

	width:59px;

	text-align:center;

}

#left_search2 input.buttonface:hover {

	background:#EF2B75;

	color:#fff;

}

#left_search2 li.sub3 {

	width:70px;

	float:left;

	overflow:hidden;

}

/*留言板新式2*/

#new_messages_boad .new_mess_name {

	font-weight:bold;

	color:#F36AAB;

	font-family:tahoma, 宋体;

	font-size:12px;

	padding-left:23px;

	clear:right;

}

#new_messages_boad .new_mess_con {

	color:#E77CAE;

	font-family:tahoma, 宋体;

	line-height:20px;

	font-size:12px;

	background:url(../imagescn/x77.jpg) no-repeat 0 0;

	float:left;

	padding:0;

	max-width:668px;

}

#new_messages_boad .new_mess_con2 {

	background:url(../imagescn/x78.jpg) no-repeat right top;

}

#new_messages_boad .new_mess_con3 {

	background:url(../imagescn/x79.jpg) no-repeat left bottom;

}

#new_messages_boad .new_mess_con4 {

	background:url(../imagescn/x80.jpg) no-repeat right bottom;

	padding:21px 20px 5px 45px;

}

#new_messages_boad .new_mess_con4 h3 {

	color:#F36AAB;

}

.new_hf {

	clear:left;

	text-align:right;

	color:#727272;

	font-family:tahoma, 宋体;

	line-height:20px;

	font-size:12px;

	padding:0;

}

#new_messages_boad .new_hf {

	background:url(../imagescn/x81.jpg) no-repeat right top;

	float:right;

	max-width:90%;

}

#new_messages_boad .new_hf2 {

	background:url(../imagescn/x82.jpg) no-repeat left top;

}

#new_messages_boad .new_hf3 {

	background:url(../imagescn/x83.jpg) no-repeat right bottom;

}

#new_messages_boad .new_hf4 {

	background:url(../imagescn/x84.jpg) no-repeat left bottom;

	padding:21px 88px 5px 20px;

}

#new_messages_boad .date {

	font-size:11px;

	color:#B6B6B6;

	font-family:tahoma;

	padding-top:5px;

	text-align:right;

}

.bbslist li, .bbslist li {

	clear:left;

}

.bbslist li, .bbslist li div {

	border:none;

	padding:0;

	margin:0;

}

ul.bbslist li.liuyan_list {

	margin-top:10px;

}

.bbslist li:first-child {

	padding:0;

	font-family:verdana, 宋体;

	color:#666;

}

#new_messages_boad li.date {

	font-size:11px;

	color:#B6B6B6;

	font-family:tahoma;

	padding-top:5px;

}

.infoInput_lf {

	background:url(../imagescn/bbs7.gif) no-repeat 0 0;

	height:32px;

	vertical-align:top;

	color:#5F627C;

	font-family:verdana, 宋体;

	border:none;

	padding:0;

	margin:0;

	padding-left:8px;

	width:120px;

}

#infoInput_lf2 {

	background:url(../imagescn/bbs8.gif) no-repeat 0 0;

	height:101px;

	width:490px;

	color:#5F627C;

	font-family:verdana, 宋体;

	border:none;

	padding:0;

	margin:0;

	padding-left:12px;

	padding-top:8px;

	line-height:20px;

	padding-right:20px;

}

ul.lieb {

	height:32px;

}

input.buttonfacelf3 {

	width:85px;

	height:29px;

	background:url(../imagescn/bbs9.gif) no-repeat 0 0;

	color:#383B52;

	font-family:宋体;

	border:0;

	cursor:pointer;

	padding:0;

	margin:0;

	padding:0 0 2px 20px;

	vertical-align:top;

}

input.buttonfacelf3:hover {

	color:#EF2B75;

}

#jian_yliu #bbs_btn {

	width:119px;

	height:32px;

	background:url(../imagescn/x02.png) no-repeat center 11px;

	cursor:pointer;

}

#jian_yliu #bbs_btn:hover {

	background:url(../imagescn/x02.png) no-repeat center -46px;

}

#jian_yliu #bbs_btn2 {

	width:119px;

	height:32px;

	background:url(../imagescn/x05.gif) no-repeat center 12px;

}

.input_bg_left {

	height:31px;

	float:left;

	background:url(../imagescn/input_bg_left.gif) no-repeat 0 0;

}

.input_bg_right {

	height:31px;

	float:left;

	background:url(../imagescn/input_bg_right.gif) no-repeat right 0;

}

.new_input {

	height:26px;

	font:12px/24px verdana;

	background:transparent;

	border:none;

	color:#5f627c;

	padding:0 15px 0 10px;

}

.new_textarea {

	width:500px;

	height:100px;

	background:transparent;

	border:none;

	color:#5f627c;

	padding:10px 18px 12px 13px;

}

.textarea_4 {

	background:url(../imagescn/z03.gif) no-repeat 0 0;

}

.textarea_3 {

	background:url(../imagescn/z04.gif) no-repeat right 0;

}

.textarea_2 {

	background:url(../imagescn/z05.gif) no-repeat left bottom;

}

.textarea_1 {

	background:url(../imagescn/z06.gif) no-repeat right bottom;

}

#main__width{

	width:93%;

	margin:0 auto;	

}









.main_font5 {

	width:100%;

	padding:20px 0 40px;

	font:12px/180% verdana, 宋体;

}

div#please_meassage{

	height:125px;

	line-height:32px;

	cursor:pointer;

	text-align:center;

	background:url(../imagescn/z09.gif) no-repeat 0 15px;

}

div#please_meassage:hover{

	background:url(../imagescn/z09.gif) no-repeat 0 -240px;

}

div#message_here{

	display:none;

}





.top1_1{

	width:281px;

	height:89px;

	float:left;

	

}

.top1_2{

	width:224px;

	height:89px;

	float: right;

	

}

.top_2_1{

	float: left;

}

.top_2_2{

	width:224px;

	height:40px;

	float: right;

}

.topnews{

	width:1200px;

	height:39px;

	background-color:#eeebe8;

	position:relative;

	top:-30px;

	z-index:10;

	

}

.topnews_l{

	width:98px;

	height:39px;

	float:left;

}

.topnews_2{

	width:770px;

	height:39px;

	float: left;

	margin-left:20px;

	line-height:260%;

	font-size:14px;



}

.topnews_3{

	width:100px;

	height:39px;

	float: right;

	margin-left:20px;

	line-height:260%;

	font-size:14px;

}

.topnews_3 a{

	color:#d3221c;

}

.main1{

	width:100%;

	height:515px;

	background-image:url(../images/zxcpbj.jpg);

}



.main1_1{

	padding-top:24px;

	width:100%;

	height:71px;

}





.main1_1_1{

	width:408px;

	height:71px;

	background-image:url(../images/zxcptitle.png);

	margin:0px auto;

	

	

}

.main1_2{

	width:1200px;

	height:355px;

	margin-top:28px;

	overflow:hidden;

}

.main1_2_1{

	width:220px;

	height:355px;

	margin-left:10px;

	margin-right:10px;

	background-image:url(../images/cpbj.png);

	float:left;

}

.main1_2_1_1{

	padding-top:40px;

	padding-bottom:60px;

	margin-top:1px;

	margin-left:1px;

	margin-right:1px;

	

}

.main1_2_1_2{

	margin-left:10px;

	height:46px;

	line-height:300%;

	font-size:14px;

	font-weight:bold;

}

.main1_2_1_2 a{

	font-size:14px;

	font-weight:bold;

	color:#000;

}

.main1_2_1_3{

	

	opacity:0;

	width:218px;

	height:298px;

	position: relative;

	top:-20px;

	z-index:5;

	top:-348px;

	left:1px;

}

.main1_2_1_4{

	width:218px;

	height:298px;

	position: relative;

	top:-20px;

	z-index:6;

	top:-640px;

	left:1px;

}

.main3600{

	width:3600px;

	

	

}

.main1_3{

	margin-top:10px;

	width:100%;

	height:11px;

	

}

.main1_3_1{

	width:73px;

	height:11px;

	margin:0px auto;

	

}

.main1_3_1_1{

	cursor:pointer;

	width:11px;

	height:11px;

	float:left;

	

	

	

}

.main1_3_1_1{

	margin-left:10px;

	cursor:pointer;

	width:11px;

	height:11px;

	float:left;

	

	

	

}

.main1_3_1_2{

	margin-left:10px;

	cursor:pointer;

	width:11px;

	height:11px;

	float:left;

	

	

	

}

.main1_3_1_3{

	margin-left:10px;

	cursor:pointer;

	width:11px;

	height:11px;

	float:left;

	

	

	

}

.lvyuan{

	background-image:url(../images/lvyue.png);

}

.baiyuan{

	background-image:url(../images/baiyuan.png);

}

.main2{

	width:100%;

	height:994px;

	background-image:url(../images/mainbj.jpg);

	

}

.main2l{

	float:left;

	margin-top:12px;

	margin-left:10px;

	width:578px;

	height:876px;	

}

.main2l_1{

	background-color:#FFF;

	float:left;

	width:271px;

	height:579px;

}

.main2l_1_1{

	width:100%;

	height:48px;

	

	

}

.main2l_1_1_1{

	font-family:"verdana","微软雅黑", "宋体", "Microsoft YaHei",  "Arial";

	font-size:14px;

	font-weight:bold;

	text-align:center;

	line-height:340%;

	width:49.99%;

	float:left;

}

.main2l_1_1_2{

	font-family:"verdana","微软雅黑", "宋体", "Microsoft YaHei",  "Arial";

	font-size:14px;

	font-weight:bold;

	text-align:center;

	line-height:340%;

	width:49.99%;

	float:left;

}

.dt1{

	color:#FFF;

	background-color:#af5d5d;

}

.dt2{

	color:#656565;

	background-color:#e9e9e9;

}

.main2l_1_2{

	width:288px;

	height:133px;

	margin-top:25px;

	margin-left:25px;

	float:left;

	margin-bottom:10px;

	

}

.main2l_1_3{

	float:left;

	margin-top:16px;

	width:246px;

	

	margin-left:20px;

	

}

.main2l_1_3_1{

	width:100%;

	

}

.main2l_1_3_1 a{

	font-size:12px;

	font-weight:bold;

	color:#555459;

	

}

.main2l_1_3_2{

	margin-top:12px;

	width:100%;

	color:#838383;

	font-size:10px;

	

}

.dpn{

	display:none;

	

}

.main2l_2{

	margin-left:25px;

	float:left;

	width:281px;

	height:283px;

	background-image:url(../images/cgal.jpg);

	

}

.main2l_3{

	margin-top:13px;

	margin-left:25px;

	float:left;

	width:281px;

	height:283px;

	background-image:url(../images/cqsb.jpg);

}

.main2l_2_1{

	float:left;

	width:178px;

	height:62px;

	font-size:12px;

	line-height:130%;

	margin-top:150px;

	margin-left:38px;

}

.main2l_2_2{

	float:left;

	margin-left:60px;

	margin-top:25px;

	width:60px;

	height:12px;

}

.main2l_2_2 a{

	color:#39514f;

	

}





.main2l_3_1{

	float:left;

	width:178px;

	height:92px;

	font-size:12px;

	line-height:130%;

	margin-top:120px;

	margin-left:33px;

	color:#FFF;



}

.main2l_3_2{

	

float:left;

	margin-left:60px;

	margin-top:22px;

	width:60px;

	height:12px;

}

.main2l_3_2 a{

	color:#FFF;

	

}



.main2l_4{

	width:578px;

	height:283px;

	margin-top:14px;

	float:left;

	

}

.main2r{

	margin-top:12px;

	width:582px;

	height:876px;

	float:right;

	margin-right:10px;

	

}

.main2r_1{

	width:582px;

	height:282px;

	position:relative;

	

}

.main2r_1_1{

	left:0px;

	width:582px;

	height:282px;

	position:absolute;

	top:0px;

	opacity:0;

	

}

.main2r_1_2{

	line-height:180%;

	left:64px;

	width:450px;

	height:120px;

	position:absolute;

	top:120px;

	opacity:0;

	color:#FFF;

	

}

.main2r_1_3{

	left:0px;

	width:582px;

	height:282px;

	position:absolute;

	top:0px;

	z-index:5;

	

	

}

.main2r_2{

	float:left;

	margin-top:14px;

	width:281px;

	height:183px;

	background-image:url(../images/cpzslist.jpg); padding-top:102px;

	

}

.main2r_2_1{

	float:left;

	margin-top:16px;

	margin-left:27px;

	width:230px;

	height:33px;

	background-image:url(../images/hlbj.jpg);

	

}

.main2r_2_1 a{

	margin-left:26px;

	line-height:270%;

	color: #FFF;

	font-size:12px;

}

.main2r_2_2{

	float:left;

	margin-top:5px;

	margin-left:27px;

	width:230px;

	height:33px;

	background-image:url(../images/hlbj.jpg);

}

.main2r_2_2 a{

	margin-left:26px;

	line-height:270%;

	color: #FFF;

	font-size:12px;

}

.main2r_3{

	width:281px;

	height:285px;

	float:left;

	margin-top:14px;

	margin-left:20px;

	background-image:url(../images/zzrz.jpg);

	

}

.main2r_3_1{

	float:left;

	width:178px;

	height:50px;

	font-size:12px;

	line-height:130%;

	margin-top:154px;

	margin-left:38px;

	

}

.main2r_3_2{

	float:left;

	margin-left:60px;

	margin-top:20px;

	width:60px;

	height:12px;

}

.main2r_3_2 a{

	color:#39514f;

}

.main2r_4{

	width:582px;

	height:283px;

	float:left;

	margin-top:12px;

	

	background-image:url(../images/erweima.jpg);

}

.main3{

	width:100%;

	height:118px;

	border-bottom:1px solid #dbd0d0;

	

	

}

.main3_1{

	float:left;

	width:900px;

	height:70px;

	padding-top:24px;

	

}

.main4{

	width:100%;

	height:265px;

	border-bottom:5px solid #000;
	
	border-top:1px solid #000
	

	

}

.main4_1{

	width:100px;

	height:265px;

	float:left;

	

	

}

.main4_1_1{

	text-align:center;

	margin-top:33px;

	margin-bottom:30px;

	color:#444444;

	font-size:15px;

	font-weight:bold;

}

.main4_1_1 a{

	

	

}

.main4_1_2{

	margin-top:10px;

	text-align:center;

	

}

.main4_1_2 a{

	color:#818181;

	font-size:13px;

	

}

.main4_2{

	width:100px;

	height:265px;

	float:left;

	margin-left:153px;

}

.main4_3{

	width:250px;

	height:265px;

	float:left;

	margin-left:90px;

}

.main4_3_1{

	color: #444444;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 33px;
    text-align: center;

	

}

.main4_3_1 a{

	color:#444444;

	font-size:15px;

	font-weight:bold;

	

}

.main4_3_2{

	margin-left:20px;

}

.main4_3_3{

	margin-left:20px;

	margin-top:20px;

	

}

.main5{

	width:100%;

	height:65px;

	background-color:#2b2b2b;

	

}

.main5_1{

	color:#898989;

	font-size:12px;

	padding-top:24px;

	

}

.main5_1 a{

	color:#898989;

	font-size:12px;

	padding-top:24px;

	

}































input {

	font-size: 14px;

	font-family: "微软雅黑", "Microsoft Yahei";

}

.wrap {

	width: 299px;

	margin-top:40px;

	margin-left:auto;

	margin-right:auto;

	

}

.h20 {

	height: 20px;

	overflow: hidden;

	clear: both;

}

.nice-select {

	width: 245px;

	padding: 0 10px;

	height: 38px;

	border: 1px solid #999;

	position: relative;

	box-shadow: 0 0 5px #999;

	background: #fff url(../images/a2.jpg) no-repeat right center;

	cursor:pointer;

}

.nice-select input {

	display: block;

	width: 100%;

	height: 38px;

	line-height: 38px \9;

	border: 0;

	outline: 0;

	background: none;

	cursor:pointer;

}

.nice-select ul {

	width: 100%;

	display: none;

	position: absolute;

	left: -1px;

	top: 38px;

	overflow: hidden;

	background-color: #fff;

	max-height: 150px;

	overflow-y: auto;

	border: 1px solid #999;

	border-top: 0;

	box-shadow: 0 3px 5px #999;

	z-index:9999;

}

.nice-select ul li {

	height: 30px;

	line-height: 30px;

	overflow: hidden;

	padding: 0 10px;

	cursor: pointer;

}

.nice-select ul li.on {

	background-color: #e0e0e0;

}

.main3_2{

	width:299px;

	float: left;

}

.about1{

	width:100%;

	height:240px;

	margin:0px auto;

	text-align:center;

	background:url(../images/aboutbanner.jpg) center center;

}

.about2{

	padding-top:30px;

	width:100%;

	height:40px;

	margin-bottom:30px;

	

	

}

.about2_1{

	width:120px;

	float:left;

	height:40px;

	margin-left:10px;

	text-align:center;

	line-height:340%;

}

.zbj{

	background-color:#4e466d;

}

.about2_1 a{

	color:#FFF;

	

	font-size:14px;

	font-weight:bold;

	

	

}

.csbj{

	background-color:#e77814;

	

}

.about3{

	width:100%;;

	/*height:1309px;*/

	margin:0px auto;

	background:url(../images/aboutbj.jpg) fixed center -300px;

	

}

.about3_1{

	width:1180px;

	margin:0px auto;

	line-height:180%;

	font-size:14px;

	font-family:"verdana","微软雅黑", "宋体", "Microsoft YaHei",  "Arial";

	padding-bottom:20px;

	

	

}

.goodslist1{

	width:100%;

	height:240px;

	background:url(../images/aboutbanner1.jpg) center center;

}



.goodslist2{

	margin-bottom:20px;

	margin-left:auto;

	margin-right:auto;

	width:1140px;

	height:90px;

	padding-top:27px;

	border-bottom:1px solid #a29eb1;

	

}

.goodslist2_1{

	width:169px;

	height:41px;

	margin-top:20px;

	float:left;

}



.goodslist3{

	width:866px;

	height:204px;

	padding-top:17px;

	float:left;

	

	margin-left:30px;

	

}

.goodslist3_1{

	width:216px;

	height:202px;

	float:left;

	border:1px solid #d7d7d7;

	

}

.goodslist3_2{

	width:610px;

	float:left;

	margin-left:20px;

	

	

	

}

.goodslist3_2_1{

	height:37px;

	border-bottom:1px solid #d1d1d1;

	width:100%;

}

.goodslist3_2_1 a{

	font-size:18px;

	font-weight:bold;

	color:#4361d4;

}

.goodslist3_2_2{

	width:100%;

	height:22px;

	margin-top:16px;

}

.goodslist3_2_2_1{

	font-size:14px;

	font-weight:bold;

	color:#bb8656;

	float:left;

	

	

}

.goodslist3_2_2_2{

	width:22px;

	height:22px;

	margin-right:2px;

	float:right;

	

}

.goodslist3_2_3{

	width:100%;

	height:85px;

	font-size:12px;

	color:#646464;

	line-height:180%;

	overflow:hidden;

}

.goodslist3_2_4{

	width:100%;

	height:15px;

	float: left;

	text-align:right;

	background:url(../images/cpxhx.png) no-repeat left;

	

	

}



.goodslistr{

	margin-left:44px;

	height:904px;

	width:249px;

	float: left;

	background:url(../images/cpfl.png) no-repeat left top;

	

}

.goodslistl{

	float:left;

	width:896px;

	height:904px;

}

.goodslistall{

	width:100%;

	height:1210px;

	background:url(../images/aboutbj.jpg) fixed center -300px;

	

}

.goodslist4{

	margin-top:10px;

	text-align:center;

	float:left;

	width:119px;

	height:118px;

	

}

.goodslist4 a{

	font-size:14px;

	font-weight:bold;

	color:#FFF;

	

	

}

.nmain_3{



	width:1180px;



	margin-top:40px;



	margin-left:auto;



	margin-right:auto;



}



.nmain_3_1{



	height:104px;



	margin-top:20px;



	width:100%;



	padding-bottom:30px;



	border-bottom:1px solid #CCC;



}



.nmain_3_1_1{



	height:104px;



	width:192px;



	float:left;



	



}



.nmain_3_1_2{



	height:24px;



	width:730px;



	margin-left:40px;



	font-size:16px;



	float:left;



	font-weight:600;	



}



.nmain_3_1_3{



	margin-top:20px;



	height:60px;



	width:730px;



	margin-left:40px;



	font-size:12px;



	float:left;



	color:#8c8c8c;



}



.nmain_3_1_4{



	background-color:#dee8f2;



	height:104px;







	width:95px;



	float:right;



}



.nmain_3_1_1_r{



	width:730px;



	height:104px;



	float:left;



}



.nmain_3_1_4_1{



	line-height:90px;

	overflow:hidden;

	margin:auto;



	



	font-size:16px;



	color:#a9a9a9;



	text-align:center;



	width:45px;



	height:54px;



	font-weight:600;



}



.nmain_3_1_4_2{



	line-height:20px;



	font-weight:600;



	font-size:14px;



	color:#353474;



	text-align:center;



	width:95px;



	height:54px;



}





.goodsinfo1{

	margin-bottom:40px;

	

	margin-left:30px;

	

	width:868px;

	height:6px;

	background:url(../images/hbbj.jpg)  repeat-x;

}

.goodsinfo2{

	font-size:14px;

	line-height:180%;

	margin-left:30px;

	width:868px;

}

.goodsinfo3{

	margin-top:40px;

	margin-left:30px;

	margin-bottom:40px;

	font-size:18px;

	font-weight:bold;

	

	

}
/* 侧边悬浮*/

.lxfx{
    position: fixed;
    width:77px;
    height:auto;
    top:376px;
    right:4px;
    z-index: 11;
}
.lxfx li a{
    color:#fff;
    margin-top: 9px;
    display: block;
    height:47px;
    width:300px;
}
.leftlx{
    float:left;
    width:77px;
    height:47px;
}
.lxfx li span{
    font-size: 17px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
    padding-left: 8px;
    border-left: 1px solid #fff;
    margin-top: 8px;
}
.ewm{
    width:120px;
    height:120px;
    background: #c0c0c0;
    border: 5px solid #fff;
    position: absolute;
    left:-145px;
    top:-40px;
    display: none;
}
.lxfx li i{
    display: block;
    width:30px;
    height:27px;
    margin:0px auto;
    text-align: center;
    background:url(../images/fx.png) scroll no-repeat;
    background-position: 4px 0px;
}
.lxfx li i.icon-tel{
    background-position: 0px -25px;
}
.lxfx li i.icon-ly{
    background-position: 4px -53px;
}
.lxfx li i.icon-wx{
     background-position: -34px 4px;
 }
.lxfx li i.icon-wb{
    background-position: -30px -22px;
}
.lxfx li p{
    text-align: center;
    line-height: 12px;
	font-size:12px;
}
.lxfx li{
    width:77px;
    height:56px;
    background: #4e466d;
    margin-bottom: 1px;
    margin-left: 0px;
    position: relative;
    overflow: hidden;
}
.main4_1_1 a{  color: #444444;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 33px;
    text-align: center;}