
/*---------- import ---------*/
@import url("layout.css");
@import url("page.css");


/*---------- base ---------*/
*{
	padding:0px;
	margin:0px;
}
html{
	background:#ffffff;
}
body{
	font:12px "微软雅黑";
	background-color:#ffffff;
}
img{
	border:none;
}

a{
	color:#000;
	font-family:"微软雅黑";
	text-decoration:none;
}
a:hover{
	color:#ED8B00;
	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;
	height:212px;
	overflow:hidden;
	border-top:solid 5px #F7821B;
}
.header_top{
	overflow:hidden;
	line-height:25px;
	color:#676767;
	overflow:hidden;
	width:1100px;
	height:118px;
	margin:0px auto;
}
.welcome{
	width:300px;
	height:30px;
	color:#ffffff;
	float:right;
	background-color:#F7821B;
}

.header_top a.rss{
    
	}
.header_top .toplinks{	
	padding-top:2px;
}
.header_top .toplinks span{
	margin-left:15px;
	}
.header_top .toplinks span a{
	color:#ffffff;
	font-size:13px;
	float:left;
	margin-left:19px;
}
.header_top .toplinks span a:hover{
	color:#ffff00;	
}
.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;
	
	background:url("../images/logo_line.jpg")no-repeat right center;
	margin:45px 0px 0px 0px;
}
.header .title h1 a{
	margin-top:7px;
	display:block;
	overflow:hidden;
}
.header .title h1 a img{
		
}
.header .title_t{
	width:320px;
	height:60px;
	float:left;
	color:#676767;
	font-size:17px;
	font-family:"微软雅黑";
	padding-top:15px;	
	margin:39px 0px 0px 5px;
}
.header .title_t p{
	width:100%;
	font-weight:bold;
	color:#F7821B;
	font-size:25px;
	font-family:"微软雅黑";
	float:left;
	margin-bottom:10px;	
}
.header .tel{
	float:right;
	margin:35px 0px 0px 0px;
	width:160px;
	
	overflow:hidden;
	font-size:14px;
	color:#000000;
	line-height:15px;
	padding-left:35px;
	background:url("../images/tel.jpg") no-repeat left 17px;
}
.header font{
	font-size:22px;
	color:#ff0000;
	line-height:28px;
}
.header .tel img{
	float:left;
	width:300px;
	height:50px;
}

/*----- 新版导航菜单位置的样式 -------*/
.header .nav { }
/*-------- 圆角模型 ---------*/
.module, .module .mid {
	width:100%;
	overflow:hidden;
	height:40px;
	float:left;
	margin-top:15px;
	background-color:#F7821B;
}
.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 {
	overflow:hidden;
}

.w963 {
	width:960px;
}
.w1000{
	width:1000px;	
}
.w1100{
	width:1100px;	
}
#navMenu {
	width:1100px;
	overflow:hidden;
	height:40px;
	margin:0 auto;
}
#navMenu .menu_ul{
	float:left;
	margin-left:5px;
}
#navMenu .menu_ul .menu_li{
    font:14px/1.5 "Microsoft YaHei","微软雅黑","Microsoft JhengHei","宋体";
	float:left;	
	width:130px;
	text-align:center;
	height:40px;
}

#navMenu .menu_ul .menu_li a {
	display:block;
	width:99px;
	color: #ffffff;
	height:32px;
	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:99px;
	color:#ffffff;
	background-color:#FF8F17;
	
}


/*-----------导航特效 结束 ---------*/

.header .nav .end { }
/*-- //End 导航菜单 --*/

/*----------------------网站公告 开始-----------*/
.notice{
	width:100%;
	margin:0px auto 0px auto;
	height:36px;
	overflow:hidden;
	color:#1C1B1B;
	font-size:14px;
	font-family:"微软雅黑";
}
.notice ul{
	width:1100px;
	margin:9px auto 0px auto;
	color:#1C1B1B;
}
.notice ul li{
	float:left;	
	line-height:15px;
	padding-top:2px;
	margin-left:15px;
}
.notice ul li a{
	color:#000;
}
.notice ul li a:hover{
	text-decoration:underline;
	color:#000;	
}
/*----------------------网站公告 结束-----------*/
/*--------------------定位 开始-----------*/
.dingwei{
	width:100%;
	height:39px;
	position:fixed;
	bottom:0px;
	border-top:solid 1px #cccccc;
	background-color:#232323;
	z-index:999999;
}
.dingwei_content{
	width:1100px;
	padding-top:10px;
	height:30px;
	margin:0 auto;	
	color:#ffffff;
}
.dingwei_content b{
	font-size:15px;
	float:left;	
	color:#ffffff;
}
.dingwei a{
	font-size:14px;
	color:#ffffff;	
	font-weight:bold;
}
.dingwei a:hover{
	text-decoration:underline;	
}
/*--------------------定位 结束-----------*/

/*-----------flashnews  开始-------------------*/
#flashnews{
	width:100%;
	overflow:hidden;
}
.banner{
	width:100%;  
	overflow:hidden;
	height:500px;
	position:relative;
	padding-bottom:18px;
	
	background:url("../images/banner_bottom.jpg") no-repeat bottom center;
}
.banner_top{
	width:1100px;
	background:url("../images/banner_top.jpg") no-repeat;
}

#J_bannerPic li{
	 width:100%; 
	 height:500px; 
	 overflow:hidden; 
} 
#J_bannerBar{ 
	position:absolute; 
	left:47%; 
	bottom:10px;
	height:28px; 
	overflow:hidden; 
	z-index:9
}
#J_bannerBar li{ 
	float:left; 
	width:15px; 
	height:15px; 
	margin-right:3px; 
	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:15px; 
	background:url("../images/ico2.png") no-repeat center;
}
.banner_bottom{
	width:100%;
	background:url("../images/index_banner_shadow.jpg") repeat-x;
}
.c1{
	width:100%;
	overflow:hidden;
	background-color:#ffffff;	
}
/*------------------问题 开始----------*/
/*---------问题 开始----------*/
.question{
	width:1100px;
	margin:5px auto 15px auto;
	overflow:hidden;
}
.question_title{
	width:1040px;
	height:32px;
	line-height:32px;
	margin:10px 0px 20px 0px;
	font-size:18px;
	color:#232323;
	font-weight:bold;
	padding-left:40px;
	background:url("../images/pro_ico.gif") no-repeat left center;
}
.question_content{
	width:1095px;
	overflow:hidden;
	padding:0px 0px 5px 0px;
	position:relative;
	height:155px;
}
.tishi_c1,.tishi_c2,.tishi_c3,.tishi_c4,.tishi_c5,.tishi_c6,.tishi_c7,.tishi_c8,.tishi_c9,.tishi_c10,.tishi_c11,.tishi_c12{
	height:27px;
	line-height:27px;
	position:absolute;
	padding:0px 10px 3px 10px;
}
.tishi_c1 a,.tishi_c2 a,.tishi_c3 a,.tishi_c4 a,.tishi_c5 a,.tishi_c6 a,.tishi_c7 a,.tishi_c8 a,.tishi_c9 a,.tishi_c10 a,.tishi_c11 a,.tishi_c12 a{
	color:#ffffff;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
}
.tishi_c1 a:hover,.tishi_c2 a:hover,.tishi_c3 a:hover,.tishi_c4 a:hover,.tishi_c5 a:hover,.tishi_c6 a:hover,.tishi_c7 a:hover,.tishi_c8 a:hover,.tishi_c9 a:hover,.tishi_c10 a:hover,.tishi_c11 a:hover,.tishi_c12 a:hover{
	text-decoration:none;
	color:#ffff00;
}
.tishi_c1:hover,.tishi_c2:hover,.tishi_c3:hover,.tishi_c4:hover,.tishi_c5:hover,.tishi_c6:hover,.tishi_c7:hover,.tishi_c8:hover,.tishi_c9:hover,.tishi_c10:hover,.tishi_c11:hover,.tishi_c12:hover{
	cursor:pointer;
}
.tishi_c1{
	top:60px;
	left:830px;
	background-color:#970152;
}
.tishi_c2{
	top:102px;
	left:16px;
	background-color:#EE3D50;
}
.tishi_c3{
	top:12px;
	left:245px;
	background-color:#64C9D3;
}
.tishi_c4{
	top:118px;
	left:319px;
	background-color:#F26648;
}
.tishi_c5{
	top:10px;
	left:824px;
	background-color:#01A9C4;
}
.tishi_c6{
	top:67px;
	left:366px;
	background-color:#2BB572;
}
.tishi_c7{
	top:52px;
	left:40px;
	background-color:#1167B3;
}
.tishi_c8{
	top:119px;
	left:584px;
	background-color:#5F6F66;
}
.tishi_c9{
	top:8px;
	left:23px;
	background-color:#0082BB;
}
.tishi_c10{
	top:21px;
	left:529px;
	background-color:#585317;
}
.tishi_c11{
	top:71px;
	left:607px;
	background-color:#000C00;
}
.tishi_c12{
	top:115px;
	left:845px;
	background-color:#D8281E;
}
/*---------问题 结束----------*/
/*------------品牌、功率分类 开始-----*/
.pro{
	width:211px;
	float:left;
	overflow:hidden;
}
.pro_t{
	width:215px;
	height:35px;
	font:17px/1.5 "Microsoft YaHei","微软雅黑","Microsoft JhengHei","宋体";
	color:#F7821B;
	float:left;
	background:url("../images/pro_tbg.gif") no-repeat bottom center;
}

.pro_t span{
	float:left;
	line-height:15px;
	margin:10px 0px 0px 50px;	
}
.pro_t a{
	display:block;
	font:12px/1.5 "Microsoft YaHei","微软雅黑","Microsoft JhengHei","宋体";
	color:#B0B0B0;
	float:right;
	margin:10px 10px 0px 0px;
}
.pro_t a:hover{
	color:#ED8B00;
	text-decoration:underline;
}
.pro_title span{
	float:left;
	line-height:15px;
	height:22px;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	margin:10px 0px 0px 45px;
}
.pro_c{
	float:left;
	width:213px;
}
.pro_content{
	width:213px;
	overflow:hidden;
	float:left;
}
.pro_content ul li{
	float:left;
	width:100px;
	line-height:15px;
	height:33px;
	background:url("../images/proline_ico.gif") no-repeat 10px center;
	border-bottom:dashed 1px #dbdbdb;
}

.pro_content ul li a{
	display:block;
	width:100px;
	height:27px;
	font-size:13px;	
	color:#000;
	padding:8px 0px 0px 0px;
font-weight:bold;
}
.pro_content ul li a:hover{
	color:#ED8B00;	
	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:#000;
	font-size:12px;
}
/*------------品牌、功率分类 结束-----*/
/*-----------网站案例 开始----------*/
.pics{
	width:875px;
	overflow:hidden;
	margin:0px 0px 0px 10px;
	float:left;
}
.pics_title{
	width:875px;
	height:33px;
	border-bottom:solid 1px #F7821B;
}

.pics_title a{
	float:right;
	color:#ED8B00;
	font-family:'微软雅黑';
	font-size:12px;
	line-height:20px;
	margin:10px 25px 0px 0px;
}
.pics_title span{
	font:16px/1.5 "Microsoft YaHei","微软雅黑","Microsoft JhengHei","宋体";
	color:#F7821B;
	float:left;
	display:block;
	width:150px;
	height:32px;
	font-weight:bold;
	line-height:32px;
	text-align:center;
	background-color:#ffffff;
	border-left:solid 1px #F7821B;
	border-top:solid 2px #F7821B;
	border-right:solid 1px #F7821B;
}
.pics_content{
	width:875px;
	overflow:hidden;
	padding:5px 0px 2px 0px;
}
.pics_content dt{
	overflow:hidden;
}
.pics_content dt dl{
	width:210px;
	line-height:2px;
	height:185px;
	float:left;
	margin:2px 0px 0px 6px;
	text-align:center;
	list-style-type:square;
	overflow:hidden;

}
.pics_content dt dl span{
	overflow:hidden;
	min-height:20px;
}
.pics_content dt dl .dl_img{width:200px;height:150px;display:block;border:1px solid #cdcdcd;padding:2px;margin-bottom:12px;display: table-cell; 
vertical-align:middle; *display: block; 
*font-size: 100px;
*font-family:Arial;}
.pics_content dt dl img{
	max-height:150px;
	max-width:200px;vertical-align:middle;
	
}
.pics_content dt dl .dl_img:hover{
	border:solid 1px #ED8B00;
}
.pics_content dt dl .dl_text{
	font-family:"微软雅黑";
	font-size:12px;
	font-weight:bold;
display:block;height:30px;line-height:30px;
}
.pics_content dt dl a:hover{
	color:#ED8B00;	
}

.c2{
	width:100%;
	min-height:500px;
	background:url("../images/c2b.gif") repeat-x;	
}
/*---------------优势 开始---------*/
.youshi{
	width:1100px;
	overflow:hidden;
	background-color:#ffffff;
	margin:0 auto;
}
.youshi_title{
	width:100%;
	height:73px;
	color:#ffffff;
	font-size:25px;
	background:url("../images/youshi_tbg.gif") repeat-x bottom;
	margin-top:10px;
	letter-spacing:2px;
	text-align:center;
	font-weight:bold;
}
.cstxt{
	color:#FFCC00;
	font-size:35px;	
}
.youshi_content{
	width:1100px;
	overflow:hidden;
	background:url("../images/xj-1.jpg") no-repeat center 200px;
	position:relative;
	height:1970px	
}
.thiscolor{
	color:#F7821B;
}
.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:#F7821B;
}
.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:#F7821B;
	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:35px;
}
.text_2{
	width:245px;
	top:260px;
	right:25px;	
}
.text_3{
	width:195px;
	top:420px;
	right:30px;	
}
.text_4{
	width:245px;
	top:580px;
	right:35px;	
}
.text_5{
	width:390px;
	top:720px;
	right:30px;	
}
.text_6{
	width:400px;
	top:720px;
	left:15px;	
}
.text_6t,.text_7t,.text_8t,.text_9t,.text_10t{
	text-align:right;	
}
.text_7{
	width:245px;
	top:600px;
	left:25px;	
}
.text_8{
	width:200px;
	top:420px;
	left:30px;	
}
.text_9{
	width:245px;
	top:265px;
	left:30px;	
}
.text_10{
	width:380px;
	top:150px;
	left:35px;	
}
.text_title2{
	width:100%;
	overflow:hidden;
	font-size:28px;
	color:#676767;
	position:absolute;
	left:0px;
	top:900px;
	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:#F7821B;
}
.advan1{
	width:1100px;
	overflow:hidden;
	font-size:13px;
	position:absolute;
	top:1000px;
	left:15px;
	line-height:25px;
}
.mb1_txt{
	width:200px;
	float:left;	
	margin-top:15px;
}
.mb1,.mb2,.mb3,.mb4,.mb5,.mb6{
	width:345px;
	height:160px;
	margin-bottom:13px;
	float:left;	
	overflow:hidden;
}
.mb1{
	background:url("../images/yico1.png") no-repeat 199px center;	
}
.mb2{
	background:url("../images/yico2.png") no-repeat 195px center;	
}
.mb3{
	background:url("../images/yico3.png") no-repeat 195px center;	
}
.mb4{
	background:url("../images/yico4.png") no-repeat 195px center;	
}
.mb5{
	background:url("../images/yico5.png") no-repeat 195px center;	
}
.mb6{
	background:url("../images/yico6.png") no-repeat 195px 30px;	
}
.advan1_img{
	width:500px;
	height:250px;
	position:absolute;
	top:990px;
	right:30px;
	background:url("../images/sales.gif") no-repeat;	
}
.advan2_img{
	width:530px;
	height:320px;
	position:absolute;
	top:1230px;
	left:5px;	
	background:url("../images/goods.jpg") no-repeat center;
}
.advan2{
	width:1100px;
	overflow:hidden;
	font-size:13px;
	position:absolute;
	top:1200px;
	left:15px;
	line-height:28px;		
}
.advan3{
	width:1050px;
	overflow:hidden;
	font-size:15px;
	position:absolute;
	top:1400px;
	left:28px;
	line-height:28px;
}
.advan3_img{
	width:1100px;
	height:430px;
	position:absolute;
	top:1490px;	
	left:15px;
	background:url("../images/shouquan1.gif") no-repeat;
}
.advan4_img{
	width:1100px;
	height:225px;
	position:absolute;
	top:1718px;	
	left:17px;
	background:url("../images/shouquan2.gif") no-repeat;
}
/*--------------优势 结束----------*/
/*-----------视频、关于我们、案例、机组 开始----*/
.mid1_con,.mid2_con{
	overflow:hidden;
	margin:0 auto;
}
.mid1_con{
	width:1100px;
	margin-top:10px;
}
.mid2_con{
	width:100%;
	padding-top:10px;
	margin-top:10px
}
.mid2_center{
	width:1100px;
	margin:0px auto 10px auto;
	overflow:hidden;	
}
/*-----------视频、关于我们、案例、机组 结束----*/

.mid_pic{
	width:1100px;
	height:126px;
	background:url("../images/picture.jpg") no-repeat;
	margin:0 auto;		
}
/*--------------关于我们 开始--------------*/
.company{
	width:772px;
	overflow:hidden;
	float:left
}
.company_title{
	width:772px;
	height:33px;
	border-bottom:solid 1px #F7821B;
}
.company_title span{
	font:16px/1.5 "Microsoft YaHei","微软雅黑","Microsoft JhengHei","宋体";
	color:#F7821B;
	float:left;
	display:block;
	width:150px;
	height:32px;
	font-weight:bold;
	line-height:32px;
	text-align:center;
	background-color:#ffffff;
	border-left:solid 1px #F7821B;
	border-top:solid 2px #F7821B;
	border-right:solid 1px #F7821B;
}

.company_title a{
	float:right;
	color:#ED8B00;
	font-family:'微软雅黑';
	font-size:12px;
	line-height:20px;
	margin:10px 25px 0px 0px;
}
.company_content{
	width:752px;
	overflow:hidden;
	font:13px/1.5 "Microsoft YaHei","微软雅黑","Microsoft JhengHei","宋体";
	color:#000;
	line-height:25px;
	padding:12px 10px 8px 10px;
}
.company_content img{
	width:270px;
	height:120px;
	float:left;
	margin:5px 10px 0px 5px;
}
.company_content a:hover{
	color:#ED8B00;
}
/*--------------关于我们 结束----------*/
/*-------------联系方式 开始-----------*/
.contact{
	float:left;
	width:312px;
	margin-left:12px;
	overflow:hidden;
}
.contact_title{
	width:312px;
	height:33px;
	border-bottom:solid 1px #F7821B;
}
.contact_title span{
	font:16px/1.5 "Microsoft YaHei","微软雅黑","Microsoft JhengHei","宋体";
	color:#F7821B;
	float:left;
	display:block;
	width:150px;
	height:32px;
	font-weight:bold;
	line-height:32px;
	text-align:center;
	background-color:#ffffff;
	border-left:solid 1px #F7821B;
	border-top:solid 2px #F7821B;
	border-right:solid 1px #F7821B;	
}

.contact_content{
	width:288px;
	overflow:hidden;
	
	padding:15px 5px 10px 20px;
}
.contact_content ul li{
	width:295px;
	line-height:15px;
	height:20px;
	margin-top:6px;	
}

/*------------联系方式 结束--------*/

/*-------------成功案例开始-------------*/
.case{
	float:left;
	width:307px;
	overflow:hidden;
	margin-left:20px;
	padding-bottom:5px;
}
.case_title{
	width:307px;
	height:33px;
	border-bottom:solid 1px #F7821B;
}
.case_title span{
	font:16px/1.5 "Microsoft YaHei","微软雅黑","Microsoft JhengHei","宋体";
	color:#F7821B;
	float:left;
	display:block;
	width:150px;
	height:32px;
	font-weight:bold;
	line-height:32px;
	text-align:center;
	background-color:#ffffff;
	border-left:solid 1px #F7821B;
	border-top:solid 2px #F7821B;
	border-right:solid 1px #F7821B;	
}
.case_title a{
	float:right;
	color:#ED8B00;
	font-family:'微软雅黑';
	font-size:12px;
	line-height:20px;
	margin:11px 25px 0px 0px;
}
.case_content{
	width:285px;
	overflow:hidden;
	margin-left:1px;
	padding:5px 5px 10px 10px;
}
.case_content ul li{
	width:265px;
	line-height:15px;
	height:20px;
	margin-top:5px;	
}
.case_content ul li a{
	width:265px;
	line-height:15px;
	height:20px;
	font-size:14px;
	margin-top:5px;	
}
.case_content ul li a:hover{
	color:#0081C5;
	text-decoration:underline;	
}

/*------------成功案例 结束-------*/
/*-------------新闻动态 开始-------------*/

.news{
	float:left;
	width:772px;
	overflow:hidden;
	padding-bottom:10px;
}
.news_title{
	width:772px;
	height:33px;
	border-bottom:solid 1px #F7821B;
}
.news_title span{
	font:16px/1.5 "Microsoft YaHei","微软雅黑","Microsoft JhengHei","宋体";
	color:#F7821B;
	float:left;
	display:block;
	width:150px;
	height:32px;
	font-weight:bold;
	line-height:32px;
	text-align:center;
	background-color:#ffffff;
	border-left:solid 1px #F7821B;
	border-top:solid 2px #F7821B;
	border-right:solid 1px #F7821B;	
}
.news_title a{
	float:right;
	color:#ED8B00;
	font-family:'微软雅黑';
	font-size:12px;
	line-height:20px;
	margin:11px 25px 0px 0px;
}
.news_content{
	width:758px;
	height:200px;
	padding:5px 5px 0px 0px;
}
.news_content ul{
	width:765px;
	height:305px;
}
/*------------新闻动态 结束-------*/
/*----------合作品牌 开始------*/
.coor{
	width:1100px;
	overflow:hidden;
	margin:10px 0px 0px 0px;
	float:left;
	padding-bottom:25px;
}
.coor_title{
	width:1100px;
	height:34px;
	background-color:#F7821B;
}

.coor_title a{
	float:right;
	color:#676767;
	font:13px/1.5 "Microsoft YaHei","微软雅黑","Microsoft JhengHei","宋体";
	line-height:20px;
	margin:10px 20px 0px 0px;
}
.coor_title span{
	font:16px/1.5 "Microsoft YaHei","微软雅黑","Microsoft JhengHei","宋体";
	color:#ffffff;
	float:left;
	display:block;
	width:130px;
	height:32px;
	font-weight:bold;
	line-height:32px;
	text-align:center;
}
.coor_title span font{
	color:#cccccc;	
	font-weight:normal;
}
.coor_content{
	width:1100px;
	overflow:hidden;
	border-left:solid 1px #cccccc;
}
.coor_content ul{
	width:1100px;	
	border-top:solid 1px #cccccc;
}
.coor_content ul li{
	float:left;	
	width:121px;
	height:70px;
	padding:6px 0px 6px 0px;
	text-align:center;
	overflow:hidden;
	border-right:solid 1px #cccccc;
	border-bottom:solid 1px #cccccc;
}
/*---------合作品牌 结束-------*/

/*-----------产品分类 开始-----------------*/
.prolist{
	width:236px;

	float:left;
	border:solid 1px #DBE2E8;
}

.prolist_title{
	width:238px;
	height:37px;
	background-color:#F7821B;
}
.prolist_title span{
	font:17px/1.5 "Microsoft YaHei","微软雅黑","Microsoft JhengHei","宋体";
	color:#ffffff;
	float:left;
	display:block;
	width:120px;
	height:20px;
	line-height:15px;
	padding:3px 0px 0px 10px;
	margin:6px 0px 0px 30px;	
	}
.proindex_content{
	padding-bottom:10px;
	float:left;
	background-color:#ffffff;
	border-left:solid 1px #dedede;
	border-right:solid 1px #dedede;
	border-bottom:solid 1px #dedede;
}
.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:#F7821B;
}
.proindex_content ul li a{
	display:block;
	width:195px;
	height:19px;
	font-size:13px;
	font-family:"微软雅黑";
	color:#000;
	float:left;
	padding:3px 0px 0px 10px;
}
.proindex_content ul li a:hover{
	text-decoration:none;
	color:#ffffff;
}
.prolist_content{	
	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:#000;
	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;
	margin:0px 0px 0px 15px;
}
.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:0px 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:100%;
	overflow:hidden;
	font-size:15px;
	line-height:35px;
	color:#000;
	margin:0px auto 0px auto;
}
.about_t{
	width:1200px;
	height:100px;
	
}
.about_b{
	width:100%;
	height:10px;
	background:url("../images/content-b.png") no-repeat;
}
.about_title{
	width:890x;
	height:30px;
	font-size:15px;
	color:#F7821B;
	padding:3px 0px 0px 10px;
	border-bottom:solid 1px #DBE2E8;
}
.about_title span{
	 margin:2px 0px 0px 10px;
	 float:left;
	 font:15px/1.5 "Microsoft YaHei","微软雅黑","Microsoft JhengHei","宋体";
}
.about_title a{
	color:#F7821B;
	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:100%;
	overflow:hidden;
	color:#000;
	font-family:"微软雅黑";
	margin:0px auto 0px auto;
}
.flinkbox{
	width:1000px;
}
.flink_title{
	width:1100px;
	font-size:17px;
	height:25px;
	margin:0 auto;
	color:#232323;
}
.flink_title span{
	font:15px/1.5 "Microsoft YaHei","微软雅黑","Microsoft JhengHei","宋体";
	float:left;
	line-height:15px;
	text-align:center;
	font-weight:bold;
	margin:13px 0px 0px 50px;
}
.flink_title font{
	font-size:15px;
	color:#999999;
	padding-top:5px;
	font-weight:normal;	
}

.flink_content{
	width:1078px;;
	overflow:hidden;
	padding:10px;
	margin:0 auto;
}
.flink_content span{
	width:984px;
	overflow:hidden;
	float:left;
}
.flink_content a{
	font-size:13px;
}
.flink_bottom{
	width:1140px;
	height:60px;
	margin:0 auto;
	
}
.flink_content div span{
	 font-size:13px;
	 color:#000;
}
.flink_content dd ul{
	width:100%;
}
.flink_content dd ul li{
	float:left;
	line-height:15px;
	margin-right:7px;
}
.flink_content ul li a{
	color:#4464b9;
	font-size:13px;
}



/*-------------底部nav 开始---------*/
.navbottom{
	overflow:hidden;
	width:100%;
	height:40px;
	overflow:hidden;
	margin:5px auto 0px auto;
	background-color:#F7821B;
}
.navMenu {
	width:1100px;
	overflow:hidden;
	height: 30px;
	margin:0 auto;
	padding:10px 0 0 0px;
	text-align:center;

}
.navMenu ul {
	float:left;
	height: 18px;
	margin-left:80px;
	border-left:solid 1px #ffffff;
}
.navMenu ul li {
    font:13px/1.5 "Microsoft YaHei","微软雅黑","Microsoft JhengHei","宋体";
	float:left;	
	width:120px;
	height: 18px;
	text-align:center;
	color:#ffffff;
	border-right:solid 1px #ffffff;
}
.navMenu ul li a {
	color: #ffffff;
	height: 22px;
	text-decoration:none;
	display: inline-block;
	position: relative;
	text-align:center;
	font-weight:bold;
}
.navMenu ul li a.hover {
	color:#ffff00;
	height: 22px;
	text-decoration:underline;
	display: inline-block;
	position: relative;
}
    

/*-------------底部nav 结束---------*/


/*---------- frame : footer ---------*/
.footer{
	margin:0px auto 0px auto;
	color:#ffffff;
	text-align:center;
	padding:5px 0px 45px 0px;
}
.footer .link{
	text-align:center;
	padding:5px 0px;
}
.footer .link a{
	margin:0px 5px;
	color:#ffffff;
}
.footer .powered{
	font-size:13px;
	line-height:25px;
	font-family:"微软雅黑";
	color:#343434;
	margin-top:15px;
}
.footer .copyright{
	font-size:13px;
	line-height:25px;
	font-family:"微软雅黑";
	color:#343434;
}
.footer .copyright a{color:#343434;}
/*new search result page