/***
 *	DedeCMS v5.6 Style (Default Style)
 *	dedecms.com  Author Networker  2010.02.05
 **/
 
/*---------- import ---------*/
@import url("layout.css");
@import url("page.css");


/*---------- base ---------*/
*{
	padding:0px;
	margin:0px;
}

html{
	background-color:#AF9D89;}
body{
	font:12px "微软雅黑";
	background-color:#AF9D89;
}
img{
	border:none;
}

a{
	color:#353535;
	font-family:"微软雅黑";
	text-decoration:none;
}
a:hover{
	color:#ba2636;
	text-decoration:underline;
}
ul{
	list-style:none;
}
/*---------- stock ---------*/
.center{
	margin:0px auto;
}
.w960{
	width:960px;
	/*position:relative;*/
}
.pright .infos_userinfo {
	margin-bottom: 0px;
}
.mt1{/* ( margin-top * 1 ) */
	margin-top:8px;
}
.ml10{
	margin-left:10px;	
}
.pright .mt1{
	margin-top:0px;
}
.mt2{/* ( margin-top * 2 ) */
	margin-top:16px;
}
.clear{
	overflow:hidden;
}

/*---------- frame : header ---------*/
.header{
	width:100%;
	margin:auto;
	overflow:hidden;
	background-color:#302825;
}
.header_top{
	overflow:hidden;
	line-height:25px;
	color:#676767;
	overflow:hidden;
	width:1100px;
	height:80px;
	padding:0px 170px 0px 170px;
	margin:20px auto 35px auto;
}
.welcome{
	width:1100px;
	height:30px;
	color:#545454;
	margin:0 auto;
}
.header_top .time{
	float:left;
	margin-left:20px;
	padding-left:10px;	
}
.header_top a.rss{
    
	}
.header_top .toplinks{	
	float:right;
	text-align:right;
	margin-right:80px;
	
}
.header_top .toplinks a{
	margin:0 5px;
	color:#545454;
	}
.header_top .toplinks span{
	margin-left:15px;
	}
.header_top .toplinks span a{
	margin:0 2px;
	}
.header .search {
	overflow:hidden;
}
.header a{
	color:#777;
}
.header a:hover{
	color:#ff3333;
	text-decoration:none;
}
.header .top{
	clear:both;
	overflow:hidden;
}
.header .title{
	float:left;
	height:80px;
	width:200px;
	background:url("../images/logo_line.jpg") no-repeat right center;
	margin:10px 0px 0px 10px;
}
.header .title h1 a{
	width:200px;
	height:80px;
	display:block;
	overflow:hidden;
}
.header .title h1 a img{
	width:200px;
	height:80px;	
}
.header .title_t{
	width:300px;
	height:60px;
	float:left;
	color:#ffffff;
	font:18px/1.5 "Microsoft YaHei","微软雅黑","Microsoft JhengHei","宋体";
	padding-top:10px;	
	margin:9px 0px 0px 15px;
}
.header .title_t p{
	width:100%;
	color:#EEAD07;
	font-weight:bold;
	font:20px/1.5 "Microsoft YaHei","微软雅黑","Microsoft JhengHei","宋体";
	float:left;
	font-weight:bold;
	margin-bottom:4px;	
}
.header .tel{
	float:right;
	margin:28px 0px 0px 50px;
	width:220px;
	height:50px;
	overflow:hidden;
	font-size:14px;
	color:#ffffff;
	line-height:15px;
	padding-left:45px;
	background:url("../images/tel.png") no-repeat left 18px;
	font:14px/1.5 "Microsoft YaHei","微软雅黑","Microsoft JhengHei","宋体";
}
.header font{
	font-size:25px;
	color:#ffffff;
	font-style:italic;
	line-height:28px;
	font-weight:bold;
}
.header .tel img{
	float:left;
	width:300px;
	height:50px;
}

/*----- 新版导航菜单位置的样式 -------*/
.header .nav { }
/*-------- 圆角模型 ---------*/
.module, .module .mid {
	width:100%;
	overflow:hidden;
	height:39px;
	float:left;
	background-color:#594939;
	border-top:solid 1px #D8CFC6;
}


/* --------- 导航 ----------------*/
.w963 {
	width:960px;
}
.w1000{
	width:1000px;	
}
.w1100{
	width:1100px;
	padding:15px 20px 0px 20px;
	background-color:#ffffff;
}

#navMenu {
	width:1140px;
	overflow:hidden;
	height:39px;
	margin:0 auto;
}
#navMenu .menu_ul{
	width:1140px;
	float:left;
	border-left:solid 1px #857464;
}
#navMenu .menu_ul .menu_li{
	float:left;	
	width:120px;
	text-align:center;
	height:39px;
	border-right:solid 1px #857464;
}

#navMenu .menu_ul .menu_li a {
	font:14px/1.5 "Microsoft YaHei","微软雅黑","Microsoft JhengHei","宋体";
	display:block;
	width:120px;
	color: #ffffff;
	height:31px;
	text-align:center;
	padding-top:8px;
	text-decoration:none;
	display: inline-block;
	position: relative;
	font-size:15px;
	font-weight:bold;
}
#navMenu .menu_ul .menu_li a:hover {
	width:120px;
}
#navMenu .menu_ul .menu_li a:active {
	width:120px;
}
/*-----------导航特效 开始--------*/
#navMenu .menu_ul .menu_li ul {
 line-height:27px;  
 list-style-type:none;
 text-align:left;
 left: -950em; 
 overflow:hidden;
 width:180px;
 position:absolute;
 border-left:solid 1px #0A3F75;
 border-right:solid 1px #0A3F75;
 border-bottom:solid 1px #0A3F75;
 background-color:#ffffff;
}
#navMenu .menu_ul .menu_li ul li{
	float:left;
	width:200px;
	line-height:15px;
	height:15px;
	margin-bottom:10px;
}
#navMenu .menu_ul .menu_li ul li:hover{
	text-decoration:underline;
	
}

#navMenu .menu_ul .menu_li ul a{
	display:block;
	width:200px;
	text-align:left;
	padding-left:10px;
	font-size:11px;
	color:#545454;
}
#navMenu .menu_ul .menu_li ul li a:hover  {
 	text-decoration:underline;
	font-weight:normal;
	
}

#navMenu .menu_ul .menu_li:hover ul {
 left: auto;
}
#navMenu .menu_ul .menu_li.sfhover ul {
 left: auto;
}
#content {
 clear: left;
}

/*-----------导航特效 结束 ---------*/

.header .nav .end { }
/*-- //End 导航菜单 --*/

/*----------------------网站公告 开始-----------*/
.notice{
	width:100%;	
	height:35px;
	overflow:hidden;
	color:#333333;
	font:14px/1.5 "Microsoft YaHei","微软雅黑","Microsoft JhengHei","宋体";
}
.notice ul{
	display:block;
	width:1100px;
	margin:0 auto;
	color:#333333;
	overflow:hidden;
	height:25px;
	padding:5px 0px 5px 0px;
}
.notice ul li{
	float:left;	
	line-height:15px;
	margin-left:15px;
}
.notice ul li a{
	color:#232323;
	display:block;
	line-height:15px;
	font:14px/1.5 "Microsoft YaHei","微软雅黑","Microsoft JhengHei","宋体";
}
.notice ul li a:hover{
	text-decoration:underline;	
}
/*----------------------网站公告 结束-----------*/

/*-----------flashnews  开始-------------------*/
#flashnews{
	width:100%;	
	overflow:hidden;
}
.banner{
	width:100%;  
	overflow:hidden;
	margin:0 auto;
	padding:2px;
	background-color:#cecece;
}
.banner a{
	display:block;
	width:1124px;
	height:370px;
	overflow:hidden;
	margin:0px auto;
	background:url("../images/1.png") no-repeat;	
}
.banner_top{
	width:1100px;
	height:5px;
	background:url("../images/banner_top.jpg") no-repeat;
}
#J_bannerPic li{
	 width:1100px; 
	 height:318px; 
	 overflow:hidden; 
} 
#J_bannerBar{ 
	position:absolute; 
	left:47%; 
	bottom:30px; 
	_bottom:-2px; 
	height:28px; 
	overflow:hidden; 
	z-index:9;
}
#J_bannerBar li{ 
	float:left; 
	width:15px; 
	height:15px; 
	margin-right:5px; 
	background-position:0 -169px; 
	_background-position:0 -168px; 
	overflow:hidden; 
	text-align:center; 
	cursor:pointer; 
	text-indent:-999em;
	background:url(../images/ico1.png) no-repeat center;
}
#J_bannerBar li:hover{
}
#J_bannerBar .current{ 
	height:28px; 
	background:url(../images/ico2.png) no-repeat;
}
.banner_bottom{
	width:100%;
	background:url(../images/index_banner_shadow.jpg) repeat-x;
}

/*------------品牌、功率分类 开始-----*/
.pro{
	width:212px;
	float:left;
	overflow:hidden;
}
.pro_title{
	width:212px;
	float:left;
	height:35px;
	overflow:hidden;
	background:url("../images/pro_title.gif") repeat-x;
}
.pro_t{
	width:200px;
	height:28px;
	font:15px/1.5 "Microsoft YaHei","微软雅黑","Microsoft JhengHei","宋体";
	color:#575757;
	float:left;
	font-weight:bold;
	margin:5px 0px 0px 5px;
	background:url("../images/prot_ico.gif") no-repeat;
}

.pro_t span{
	float:left;
	line-height:15px;
	margin:5px 0px 0px 15px;	
	height:23px;
	padding:2px 0px 0px 10px;
}
.pro_t a{
	display:block;
	font:12px/1.5 "Microsoft YaHei","微软雅黑","Microsoft JhengHei","宋体";
	color:#575757;
	float:right;
	margin:5px 8px 0px 0px;
}
.pro_t a:hover{
	text-decoration:underline;
	color:#DC7202;
}
.pro_title span{
	float:left;
	line-height:15px;
	color:#ffffff;
	font:15px/1.5 "Microsoft YaHei","微软雅黑","Microsoft JhengHei","宋体";
	width:140px;
	margin:3px 0px 0px 25px;
	font-weight:bold;
}
.pro_title span font{
	font-size:12px;
	color:#6A0101;	
	font-weight:normal;
}
.pro_c{
	float:left;
	width:205px;
	margin-bottom:5px;
}
.pro_content{
	width:210px;
	overflow:hidden;
	float:left;
	padding:0px 0px 7px 0px;
	background-color:#ffffff;
	border:solid 1px #CECECE;
}
.pro_content ul li{
	float:left;
	width:165px;
	line-height:15px;
	height:25px;
	margin:7px 0px 0px 16px;
	padding-left:15px;
	background:url("../images/proline_ico.gif") no-repeat 11px 8px;
	border-bottom:dashed 1px #cccccc;
}
.pro_content ul li:hover{	
	cursor:pointer;
}
.pro_content ul li a{
	display:block;
	width:145px;
	height:21px;
	font:13px/1.5 "Microsoft YaHei","微软雅黑","Microsoft JhengHei","宋体";
	color:#676767;
	padding:2px 0px 0px 10px;
}
.pro_content ul li a:hover{	
	color:#DC7202;
	text-decoration:underline;
}
.pro_content p{
	width:80px;
	height:15px;
	float:right;
	line-height:15px;
	margin:5px 7px 0px 0px;	
}
.pro_content p a{
	color:#545454;
	font-size:12px;
}
/*------------品牌、功率分类 结束-----*/
/*-----------网站案例 开始----------*/
.pics{
	width:875px;
	overflow:hidden;
	margin:0px 0px 0px 10px;
	float:left;
}
.pics_title{
	width:873px;
	height:35px;
	background:url("../images/pro_title.gif") repeat-x;
}
.pics_title a{
	float:right;
	color:#ffffff;
	font:14px/1.5 "Microsoft YaHei","微软雅黑","Microsoft JhengHei","宋体";
	line-height:20px;
	margin:5px 30px 0px 0px;
}
.pics_title span{
	font:15px/1.5 "Microsoft YaHei","微软雅黑","Microsoft JhengHei","宋体";
	color:#ffffff;
	float:left;
	display:block;
	width:200px;
	height:28px;
	line-height:15px;
	font-weight:bold;
	padding:9px 0px 0px 30px;
}
.pics_title span font{
	color:#cccccc;	
	font-weight:normal;
}
.pic_content{
	width:873px;
	overflow:hidden;
	padding:5px 0px 0px 0px;
	background-color:#ffffff;
}
.pic_content ul{
	overflow:hidden;
}
.pic_content ul li{
	width:210px;
	line-height:2px;
	height:185px;
	float:left;
	margin:7px 0px 0px 6px;
	text-align:center;
}
.pic_content ul li span{
	overflow:hidden;
	min-height:20px;
}
.pic_content ul li img{
	padding:2px;
	border:1px solid #cdcdcd;
	padding:1px;
	height:150px;
	width:200px;
	margin-bottom:6px;
}
.pic_content ul li img:hover{
	border:solid 1px #DC7202;
}
.pic_content ul li a{
	font:12px/1.5 "Microsoft YaHei","微软雅黑","Microsoft JhengHei","宋体";
	font-weight:bold;
}
.pic_content ul li a:hover{
	color:#DC7202;	
}
/*---------------优势 开始---------*/
.youshi{
	width:1100px;
	overflow:hidden;
	margin-top:10px;
	float:left;
}
.youshi_title{
	width:1100px;
	height:61px;
	color:#006dc2;
	font-size:15px;	
	background:url("../images/youshi_title.gif") no-repeat;
}
.youshi_content{
	width:1100px;
	overflow:hidden;
	background:url("../images/proshow.jpg") no-repeat center 200px;
	position:relative;
	height:1630px	
}
.thiscolor{
	color:#DC7202;
}
.text_title1{
	width:1100px;
	overflow:hidden;
	font-size:28px;
	color:#676767;
	position:absolute;
	left:0px;
	top:20px;
	font-weight:bold;	
	letter-spacing:2px;
	line-height:15px;
	height:50px;
	text-align:center;
	padding:12px 0px 0px 0px;
	background:url("../images/text_title1bg.gif") no-repeat;
}
.text_title1 font{
	font-size:40px;
	color:#DC7202;
}
.text_top{
	width:1100px;
	height:40px;
	font-size:16px;
	position:absolute;
	top:65px;
	font-weight:bold;
	color:#232323;
	text-align:center;	
}
.text_1,.text_2,.text_3,.text_4,.text_5,.text_6,.text_7,.text_8,.text_9,.text_10{
	padding:0px 0px 10px 5px;
	border-bottom:dashed 2px #898989;
	overflow:hidden;
	position:absolute;	
}
.text_1t,.text_2t,.text_3t,.text_4t,.text_5t,.text_6t,.text_7t,.text_8t,.text_9t,.text_10t{
	font-size:20px;
	color:#DC7202;
	font-weight:bold;	
}
.text_1t font,.text_2t font,.text_3t font,.text_4t font,.text_5t font,.text_6t font,.text_7t font,.text_8t font,.text_9t font,.text_10t font{
	font-size:35px;	
	font-weight:bold;
}
.text_1c,.text_2c,.text_3c,.text_4c,.text_5c,.text_6c,.text_7c,.text_8c,.text_9c,.text_10c{
	font-size:14px;
	line-height:20px;	
	overflow:hidden;
}
.text_1{
	width:360px;
	top:150px;
	right:20px;
}
.text_2{
	width:245px;
	top:270px;
	right:5px;	
}
.text_3{
	width:195px;
	top:440px;
	right:0px;	
}
.text_4{
	width:245px;
	top:620px;
	right:5px;	
}
.text_5{
	width:390px;
	top:785px;
	right:20px;	
}
.text_6{
	width:400px;
	top:790px;
	left:10px;	
}
.text_6t,.text_7t,.text_8t,.text_9t,.text_10t{
	text-align:right;	
}
.text_7{
	width:245px;
	top:640px;
	left:5px;	
}
.text_8{
	width:200px;
	top:430px;
	left:0px;	
}
.text_9{
	width:245px;
	top:255px;
	left:10px;	
}
.text_10{
	width:380px;
	top:140px;
	left:30px;	
}
.text_title2{
	width:100%;
	overflow:hidden;
	font-size:28px;
	color:#676767;
	position:absolute;
	left:0px;
	top:980px;
	text-align:center;
	font-weight:bold;	
	letter-spacing:2px;
	line-height:15px;
	padding-top:12px;
	height:50px;
	background:url("../images/text_title1bg.gif") no-repeat;
}
.text_title2 font{
	font-size:40px;
	color:#DC7202;
}
.advan1{
	width:510px;
	overflow:hidden;
	font-size:15px;
	position:absolute;
	top:1085px;
	left:5px;
	line-height:28px;
}
.mb1{
	margin-bottom:13px;	
}
.advan1_img{
	width:580px;
	height:250px;
	position:absolute;
	top:1060px;
	right:5px;
	background:url("../images/sales.gif") no-repeat;	
}
.advan2_img{
	width:530px;
	height:320px;
	position:absolute;
	top:1300px;
	left:5px;	
	background:url("../images/goods.jpg") no-repeat center;
}
.advan2{
	width:580px;
	overflow:hidden;
	font-size:15px;
	position:absolute;
	top:1370px;
	right:5px;
	line-height:28px;		
}
/*--------------优势 结束----------*/
.mid_pic{
	width:1100px;
	height:56px;
	float:left;
	margin-top:10px;
	background:url("../images/picture.jpg") no-repeat;
}
/*-----------视频、关于我们、案例、机组 开始----*/
.mid1_con,.mid2_con{
	overflow:hidden;
	float:left;
}
.mid1_con{
	width:1100px;
	margin-top:10px;
}
.mid2_con{
	width:100%;
}
.mid2_center{
	width:105%;
	margin:0 auto;
	overflow:hidden;	
}
/*-----------视频、关于我们、案例、机组 结束----*/
.company{
	width:774px;
	overflow:hidden;
	float:left;
	margin-left:12px;
	border:solid 1px #DFDFDF;
}
.company_title{
	width:774px;
	height:35px;
	background:url("../images/pro_title.gif") repeat-x;
}
.company_title span{
	font:16px/1.5 "Microsoft YaHei","微软雅黑","Microsoft JhengHei","宋体";
	color:#ffffff;
	float:left;
	display:block;
	width:170px;
	height:25px;
	font-weight:bold;
	line-height:15px;
	padding:8px 0px 0px 20px;
}
.company_title span font{
	color:#000000;
	font-weight:normal;
	margin-top:2px;	
}
.company_title span img{
	vertical-align:bottom;	
}
.company_title a{
	float:right;
	color:#ffffff;
	font:12px/1.5 "Microsoft YaHei","微软雅黑","Microsoft JhengHei","宋体";
	line-height:20px;
	margin:5px 25px 0px 0px;
}
.company_content{
	width:754px;
	overflow:hidden;
	font:13px/1.5 "Microsoft YaHei","微软雅黑","Microsoft JhengHei","宋体";
	color:#353535;
	line-height:25px;
	padding:7px 10px 8px 10px;
	background-color:#ffffff;
}
.company_content img{
	width:266px;
	height:110px;
	float:left;
	padding:2px;
	background-color:#F4F4F4;
	border:solid 1px #DCDCDC;
	margin:5px 10px 0px 5px;
}
.company_content a{
	color:#FF7F0B;
	font:13px/1.5 "Microsoft YaHei","微软雅黑","Microsoft JhengHei","宋体";	
}
/*--------------关于我们 结束----------*/
/*-------------联系方式 开始-----------*/
.contact{
	float:left;
	width:310px;
	overflow:hidden;
	border:solid 1px #DFDFDF;
}
.contact_title{
	width:312px;
	height:35px;
	background:url("../images/pro_title.gif") repeat-x;
}
.contact_title span{
	font:16px/1.5 "Microsoft YaHei","微软雅黑","Microsoft JhengHei","宋体";
	color:#ffffff;
	float:left;
	display:block;
	width:170px;
	height:25px;
	font-weight:bold;
	line-height:15px;
	padding:8px 0px 0px 40px;
}
.contact_title span font{
	color:#aaaaaa;
	font-size:13px;
	margin-top:2px;
	font-weight:normal;
}
.contact_content{
	width:275px;
	overflow:hidden;
	height:230px;
	padding:5px 5px 5px 30px;
	background-color:#ffffff;
}
.contact_content ul li{
	width:295px;
	line-height:15px;
	height:20px;
	margin-top:5px;	
	color:#353535;
	font:14px/1.5 "Microsoft YaHei","微软雅黑","Microsoft JhengHei","宋体";
}
/*------------联系方式 结束--------*/

/*-------------成功案例开始-------------*/
.case{
	float:left;
	width:356px;
	overflow:hidden;
	margin:10px 13px 5px 0px;
	border:solid 1px #DFDFDF;
}
.case_title{
	width:358px;
	height:35px;
	background:url("../images/pro_title.gif") repeat-x;
}
.case_title span{
	font:15px/1.5 "Microsoft YaHei","微软雅黑","Microsoft JhengHei","宋体";
	color:#ffffff;
	float:left;
	display:block;
	width:200px;
	height:26px;
	line-height:15px;
	font-weight:bold;
	padding:8px 0px 0px 25px;
}
.case_title span img{
	vertical-align:bottom;	
}
.case_title a{
	float:right;
	color:#ffffff;
	font:12px/1.5 "Microsoft YaHei","微软雅黑","Microsoft JhengHei","宋体";
	line-height:20px;
	margin:5px 20px 0px 0px;
}
.case_content{
	width:351px;
	overflow:hidden;
	height:225px;
	background-color:#ffffff;
	padding:0px 5px 10px 0px;
}
.case_content ul li{
	width:322px;
	line-height:15px;
	height:20px;
	margin-top:5px;
	background:url(../images/ico-2.gif) no-repeat 5px 10px;
}
.case_content ul li a{
	width:200px;
	line-height:15px;
	height:20px;
	font-size:14px;
	margin-top:2px;	
	color:#353535;
}
.case_content ul li a:hover{
	color:#FF7F0B;
	text-decoration:underline;	
}

/*------------成功案例 结束-------*/



/*-----------产品分类 开始-----------------*/
.prolist{
	width:236px;
	overflow:hidden;
	float:left;
}

.prolist_title{
	width:236px;
	height:35px;
	background:url("../images/pro_title.gif") repeat-x;
}
.prolist_title span{
	font:17px/1.5 "Microsoft YaHei","微软雅黑","Microsoft JhengHei","宋体";
	color:#ffffff;
	float:left;
	display:block;
	width:190px;
	height:27px;
	line-height:15px;
	font-weight:bold;
	padding:5px 0px 0px 38px;
}
.proindex_content{
	padding-bottom:10px;
	float:left;
	border-left:solid 1px #E3E3E3;
	border-right:solid 1px #E3E3E3;
	border-bottom:solid 1px #E3E3E3;
}
.proindex_content ul li{
	background-color:#EAEAEA;
	float:left;
	line-height:22px;
	height:25px;
	width:205px;
	margin:5px 0px 0px 15px;	
}
.proindex_content ul li:hover{	
	background-color:#DC7202;
}
.proindex_content ul li a{
	display:block;
	width:195px;
	height:22px;
	font:13px/1.5 "Microsoft YaHei","微软雅黑","Microsoft JhengHei","宋体";
	color:#545454;
	float:left;
	padding:3px 0px 0px 10px;
}
.proindex_content ul li a:hover{
	text-decoration:none;
	color:#ffffff;
}
.prolist_content{
	border-left:solid 1px #E3E3E3;
	border-right:solid 1px #E3E3E3;
	border-bottom:solid 1px #E3E3E3;	
	background-color:#ffffff;
}
.prolist_content .arc{
	overflow:hidden;
	background-color:#ffffff;
	padding-left:10px;
}
.prolist_content .arc li{
	width:220px;
	line-height:20px;
	margin-top:4px;
}
.prolist_content .arc li a{
	display:block;
	padding-top:5px;
	color:#545454;
	font:13px/1.5 "Microsoft YaHei","微软雅黑","Microsoft JhengHei","宋体";
}
.prolist_content .arc li span a{
	color:#ED6C00;	
}

/*-----------产品分类 结束-----------------*/


/*------------文章页 开始--------------*/
.arleft{
	width:840px;
	font-size:15px;
	overflow:hidden;
	min-height:300px;
	float:left;
	background-color:#ffffff;
	margin:0px 0px 10px 15px;
	border:solid 1px #E3E3E3;
}
.arleft_title{
	width:100%;
	overflow:hidden;
	height:30px;
	font:15px/1.5 "Microsoft YaHei","微软雅黑","Microsoft JhengHei","宋体";
	padding:5px 0px 0px 8px;
}
.arleft_title a{
	font:15px/1.5 "Microsoft YaHei","微软雅黑","Microsoft JhengHei","宋体";
}
.arleft_content{
	width:710px;
	padding:20px 5px 0px 10px;
	font:14px/1.5 "Microsoft YaHei","微软雅黑","Microsoft JhengHei","宋体";
}

/*------------文章页 结束--------------*/

/*------------公司简介页内容块 开始--------*/
.about_bottom{
	width:1122px;
	height:10px;
	overflow:hidden;
	margin:0 auto;
	background:url("../images/about_bottom.jpg") no-repeat;	
}
.about_content{
	width:1100px;
	overflow:hidden;
	font-size:15px;
	line-height:35px;
	color:#666666;
	margin:0 auto;
}
.about_t{
	width:1200px;
	height:100px;
	
}
.about_b{
	width:100%;
	height:10px;
	background:url("../images/content-b.png") no-repeat;
}
.about_title{
	width:831x;
	font-size:15px;
	height:34px;
	border-bottom:solid 1px #E3E3E3;
}
.about_title span{
	padding:8px 0px 0px 25px;
	height:26px;
	float:left;
	color:#232323;
	line-height:15px;
	font:15px/1.5 "Microsoft YaHei","微软雅黑","Microsoft JhengHei","宋体";
}
.about_title a{
	color:#232323;
	font:15px/1.5 "Microsoft YaHei","微软雅黑","Microsoft JhengHei","宋体";
}
.about_box{
	width:1030px;
	overflow:hidden;
	margin-top:15px;
	padding-bottom:10px;
	background:url("../images/page_bg.png") repeat-y;
}
.box1{
	width:100%;
	float:left;
}
/*------------公司简介页内容块 开始--------*/

.flink{
	width:1098px;
	overflow:hidden;
	color:#545454;
	margin:0px auto 10px auto;
	font-family:"微软雅黑";
	background-color:#ffffff;
	border:solid 1px #DFDFDF;
}
.flinkbox{
	width:1000px;
}
.flink_title{
	width:1100px;
	font-size:17px;
	margin:0 auto;
	height:30px;
}
.flink_title span{
	font:13px/1.5 "Microsoft YaHei","微软雅黑","Microsoft JhengHei","宋体";
	color:#232323;
	float:left;
	line-height:15px;
	text-align:center;
	font-weight:bold;
	height:30px;
	padding:10px 0px 0px 20px;
}
.flink_title span font{
	font-size:15px;
	color:#232323;
	font-weight:normal;	
}
.flink_content{
	width:1076px;
	min-height:20px;
	overflow:hidden;
	padding:0px 10px 5px 10px;
	margin:0 auto;
	line-height:25px;
}
.flink_content a{
	font-size:12px;
	color:#333333;
	margin-right:10px;
}

/*-------------底部nav 开始---------*/
.navbottom{
	height:35px;
	overflow:hidden;
	width:1140px;
	margin:5px auto 0px auto;
	border-bottom:solid 1px #cccccc;
}
.navMenu {
	width:1100px;
	overflow:hidden;
	height: 30px;
	margin:0 auto;
	padding-top:6px;
	text-align:center;
}
.navMenu ul {
	float:left;
	height: 18px;
	margin-left:80px;
	border-left:solid 1px #FFFFFF;
}
.navMenu ul li {
	float:left;	
	width:105px;
	height: 18px;
	text-align:center;
	color:#ffffff;
	line-height:15px;
	border-right:solid 1px #FFFFFF;
}
.navMenu ul li a {
	font:15px/1.5 "Microsoft YaHei","微软雅黑","Microsoft JhengHei","宋体";
	color: #FFFFFF;
	height: 22px;
	text-decoration:none;
	display: inline-block;
	position: relative;
	text-align:center;
	line-height:15px;
}
.navMenu ul li a:hover {
	height: 22px;
	text-decoration:underline;
	display: inline-block;
	position: relative;
}
    

/*-------------底部nav 结束---------*/


/*---------- frame : footer ---------*/
.footer{
	margin:0px auto 0px auto;
	color:#ffffff;
	text-align:center;
	width:100%;	
	padding:0px 0px 20px 0px;
	background-color:#2E2623;
	border-top:solid 3px #CE7400;
}
.footer .link{
	text-align:center;
	padding:5px 0px;
}
.footer_body{}
.footer .link a{
	margin:0px 5px;
	color:#cccccc;
}
.footer .powered{
	font:13px/1.5 "Microsoft YaHei","微软雅黑","Microsoft JhengHei","宋体";
	line-height:30px;
	color:#cccccc;
	margin-top:10px;
}
.footer .copyright{
	line-height:30px;
	font:13px/1.5 "Microsoft YaHei","微软雅黑","Microsoft JhengHei","宋体";
	color:#cccccc;
}
.footer .copyright a{
	color:#cccccc;	
}
#pagenavi {
        margin: 20px 0px 10px;
	text-align:center;
	font-size:14px;
}
#pagenavi a {
	padding:0 8px;
	background-color:#2E2623;
	color:#fff;
}
#pagenavi a:hover {
	text-decoration:none;
	background-color: #2E2623;
}
#pagenavi span {
	color:#fff;
	padding:0 8px;
	background-color:#999999;
}
#hih{display: none;}
#pagenavi li{display:inline;}
.ml_gl{overflow:hidden;margin:10px;}
.ml_gl li{float:left;margin:0 2px;padding:3px 5px;border:1px solid #dfdbdc;}
.eb{overflow:hidden;text-align:center;}
.eb li{width:32%;margin:10px 0 0 1%; overflow:hidden;float:left;}
.eb li p{border:1px solid #dfdbdc;}
.eb li img{width:98%;height:180px;}
.pha{overflow:hidden;border:1px solid #dfdbdc;}
.xqb_img{overflow:hidden;margin:10px;}
.xqb_img li img{width:100%;}
.ms{overflow:hidden;margin:10px;}
.ms1{padding:20px;}
.ah9{text-align:center;}
.ah9 p{width:100%;overflow:hidden;}
.ah9 p a{width:100%;}
.ah9 li{width:23%;float:left;overflow:hidden;}