body{
	padding: 0;
	margin: 0;
	font-size: 12px;
	background: #fcfcfc;
	font-family: "Microsoft YaHei";
}
a{text-decoration: none;}
ul,li,dl,dt,dd,table,td,tr{padding: 0; margin: 0;list-style: none; font-style: normal;}
.logo{padding-top: 24px;}
.header{padding-top: 20px;}

/* 兄弟站导航 */

div.header-liteMenu {
	display: block;
	text-decoration: none;
	height: 24px;
	width: 70%;
	border: 1px solid #f6f6f6;
	background-color: #fff;
	position: relative;
	color: #797979;
	margin: 80px auto 7px 15px;
	cursor: pointer;
}
div.header-liteMenu:after {
	content: "";
	display: block;
	height: 8px;
	width: 8px;
	position: absolute;
	bottom: 0;
	right: 0;
}
div.header-liteMenu span.liteMenu-title {
	display: block;
	height: 14px;
	width: 100%;
	margin: 3px auto 7px auto;
	margin-top /*\**/: 5px\9;
	margin-bottom /*\**/: 5px\9;/*针对IE8*/
	font-size: 12px;
	padding-left: 12px;
}
div.header-liteMenu span.liteMenu-title:after {
	font-family: 'FontAwesome';
	content: "\f078";
	position: absolute;
	top: 4px;
	right: 12px;
	font-size: 12px;
}
div.header-liteMenu dl.liteMenu-subList {
	display: none;
	visibility: hidden;
}
div.header-liteMenu:hover dl.liteMenu-subList {
	display: block;
	visibility: visible;
	width: 80px;
	height: auto;
	border: 1px solid #f6f6f6;
	border-top: none;
	background-color: #fff;
	position: absolute;
	top: 23px;
	left: -1px;
	top /*\**/: 12px\9;/*针对IE8*/
	list-style: none;
	padding: 10px;
	z-index:2000;
}
/*div.header-liteMenu dl.liteMenu-subList:before {
	content: '';
	display: block;
	height: 1px;
	width: 60px;
	border: 1px solid #f6f6f6;
	border-top: none;
	border-bottom: none;
	background-color: #fff;
	position: absolute;
	top: -1px;
	left: -1px;
}*/
dl.liteMenu-subList dt {
	display: block;
	height: 20px;
	width: 100%;
	font-size: 12px;
	clear: both;
}
dl.liteMenu-subList dt a {
	display: inline-block;
	width: 100%;
	color: #797979;
	text-decoration: none;
}
dl.liteMenu-subList dt a:hover {
	text-decoration: underline;
}
dl.liteMenu-subList dd {
	display: inline-block;
	float: left;
	margin: 8px 5px 0px 0px;
	width: 56px;
	height: 16px;
	text-align: left;
	box-sizing: content-box;
}
dl.liteMenu-subList dd a {
	font-size: 12px;
	color: #193c6d;
	text-decoration: none;
}
dl.liteMenu-subList dd a:hover {
	text-decoration: underline;
}
/* 搜索栏 */

div[role="searchbox"] {
	display: inline-block;
	height: 32px;
	width: 900px;
	margin: 23px 0px 8px 0px;
	position: relative;
	font-size: 14px;
}
div.searchbox-inputArea input[type="search"] {
	display: inline-block;
	float: left;
	border: none;
	outline: none;
	background-color: #fff;
	width: 260px;
	font-size: 12px;
	line-height: 20px;
}
div[role="searchbox"] div[class^="searchbox-"] {
	display: inline-block;
	float: left;
	height: 32px;
	color: #777;
	margin-right: 10px;
	position: relative;
}
.searchbox-inputArea {
	width: 480px;
	background-color: #fff;
	border-top: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	padding: 4px;
}
.searchbox-dutysArea {
	width: 16.5%;
	background-color: #f4f4f4;
	border-top: 1px solid #888;
	border-right: 1px solid #888;
	border-left: none;
	border-bottom: 1px solid #B0B0B0;
	margin-right: 1%;
	position: relative;
}
.searchbox-dutysArea ul.dutysArea-select {
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 30px;
	left: 0%;
	right: -1px;
	z-index: 2000;
	border: 1px solid #b0b0b0;
	border-top: none;
	border-right: 1px solid #888;
	background-color: #fff;
}
.searchbox-dutysArea ul li {
	line-height: 0;
}
.searchbox-dutysArea ul li a {
	text-align: center;
	display: block;
	text-decoration: none;
	padding: 0 20px 0 17px;
	line-height: 28px;
	color: #454545;
}
.searchbox-dutysArea ul li:hover {
	background-color: #fafafa;
}
.searchbox-dutysArea ul li.active,
.searchbox-dutysArea ul li.active a {
	background-color: #2e6cba;
	color: #fff;
}
.searchbox-localArea {
	width: 16.5%;
	border: 1px solid #b0b0b0;
	background-color: #f4f4f4;
	margin-right: 1%;
	position: relative;
}
.searchbox-todosArea {
	width: 15%;
	height: 30px;
	border: none;
	outline: none;
	background-color: #eee;
	color: #777;
	text-align: center;
	font-family: simhei, "黑体";
	font-weight: normal;
	position: absolute;
	top: 0px;
	right: 0;
}
.searchbox-dutysArea button,
.searchbox-localArea button {
	border: none;
	outline: none;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 1;
	width: 100%;
	background-color: #f4f4f4;
	color: #707070;
	position: absolute;
	top: 0%;
	right: 0%;
	bottom: 0%;
	left: 0%;
}
.searchbox-dutysArea button i.fa,
.searchbox-localArea button i.fa {
	position: absolute;
	top: 8px;
	right: 18px;
	color: #a5a5a5;
	font-size: 12px;
}
.hotline {
	display: inline-block;
	width: 200px;
	position: absolute;
	top: 5px;
	right: -70px;
}
.hotline span {
	color: #b1b1b1;
	font-size: 12px;
}
.hotline img{width: 30px; height: 30px;}
.hotline p {
	color: #e90907;
	font-size: 14px;
}

.in-hotline {
	display: inline-block;
	width: 200px;
	position: absolute;
	top: 5px;
	right: -40px;
}
.in-hotline span {
	color: #b1b1b1;
	font-size: 12px;
}
.in-hotline img{width: 30px; height: 30px;}
.in-hotline p {
	color: #e90907;
	font-size: 14px;
}
/*导航*/

.top-nav {
	background: #414045;
	height: 55px;
	width: 763px;
}
.top-nav li {
	font-size: 14px;
	float: left;
}
.top-nav li a {
	color: #fff;
	width: 109px;
	height: 55px;
	display: block;
	text-align: center;
	padding-top: 8px;
}
.top-nav li a:hover {
	background: #ff4a01;
	width: 109px;
	height: 55px;
}
.top-nav .active {
	background: #ff4a01;
	width: 109px;
	height:55px;
}


/*重点产品*/
.major-products{
margin-top: 20px;	
}
.major-products h4{color:#414045; margin:10px; font-size: 18px;}
.major-products-more{font-size: 12px;color:#929292; margin-top: 10px;}
.major-products-more a{color:#929292; text-decoration: underline;}
.products-more{font-size: 12px;color:#929292; margin-top: 25px;}
.products-more a{color:#929292; text-decoration: underline;}
/*主内容左侧*/

.content-left {
	width: 735px;
	margin-right: 10px;
	display: inline-block;
	float: left;
}

.in-content-left {
	width: 900px;
	margin-right: 10px;
	display: inline-block;
	float: left;
}

.product-recommendation h4{color:#414045; margin:20px 10px; font-size: 18px; }

/*主内容右侧*/

.content-right {
	width: 370px;
	float: right;

}
.in-content-right {
	width: 240px;
	float: right;

}
.news {
	position: relative;
}
.news h4{color:#414045; margin:20px 10px; font-size: 18px;}
.news .undeline {
	height: 1px;
	border-bottom: 4px solid #e7645c;
	position: absolute;
	left: 0;
	top: 27px;
	width: 130px;
}
.news-con{ position: relative;}
.news-con span {
float: right;
}
.news-con a {
	line-height: 38px;
	font-size: 12px;
	border-bottom: 1px solid #e6e6e6;
	margin: 0 15px;
	display: inline-block;
	padding-left: 10px;
	width: 330px;
	color: #444;
}
.news-con .last {
	border-bottom: none;
}
.news-con li a {
	color: #4e4a4b
}
.news-con li a > span {
	float: right
}
.video {
	border: 1px solid #e6e6e6;
	height: 230px;
	margin: 10px 0;
}
.customer {
	position: relative;
	margin-top: 20px;
}
.customer .undeline {
	height: 1px;
	border-bottom: 4px solid #e7645c;
	position: absolute;
	left: 0;
	top: 28px;
	width: 130px;
}
.customer-con {
	height: 175px;
	border-top: 4px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
.customer-con li {
	line-height: 50px;
	font-size: 12px;
	border-bottom: 1px solid #e6e6e6;
	margin: 0 15px;
}
.customer-con .last {
	border-bottom: none;
}
.customer-con li a {
	color: #4e4a4b;
}
.customer-con li a > span {
	float: right
}
.news-con .arrow{position: absolute;left: 20px;line-height: 38px;}
/*图片切换*/
.bnspic {
	margin-top: 10px;
}
.bnspic a {
	display: block;
}
.big_pic,
.small_pic {
		width: 736px;
	float: left;
}
.big_pic,
.big_pic a,
.big_pic img {
	width: 736px;
	height: 307px;
	margin-right: 10px;
}
.big_pic {
	overflow: hidden;
	position: relative;
}
.big_pic li {
	position: absolute;
	top: 0;
	left: 0;

}
.big_pic .on {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	z-index: 1;
}
.big_pic a {
	position: relative;
}
.big_pic .txt {
	width: 736px;
	height: 26px;
	line-height: 26px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #BDBDBD;
	text-align: center;
	filter: progid: DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#7F000000', endColorstr='#7F000000');
	background: rgba(0, 0, 0, 0.5);
	transition: all ease .2s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.big_pic a:hover .txt {
	color: #FFFFFF;
}

.small_pic a,
.small_pic img {
	width: 180px;
	height: 40px;
}
.small_pic a {

	color: #fff;
	transition: all ease .2s;
}
.small_pic .on,
.small_pic li:hover {
	position: relative;
	z-index: 1;

}
.small_pic .on a {
	background: #ff4a01;
	width: 184px;
	color: #fff;
	font-size: 16px;
	height: 35px;
	text-align: center;
}
.small_pic .on a:hover {	background: #ff4a01;color: #fff;}
.small_pic li {
	background: #202020;
	color: #fff;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
	width: 184px;
	height: 35px;
	float: left;
	display: inline-block;
	list-style: none;
}
.small_pic ul {
	padding: 0;
	margin: 0;
}
/*图片切换结束*/
/* 焦点图代码 */

/*#box{ position:relative; width:100%; height:415px; :100px auto;margin: 10px 0 20px 0;}
#box .bigUl{}
#box .prev{ position:absolute; width:40px; height:60px; background:url(../img/icon-focusimg-btn-png24-20131225.png) -44px -63px no-repeat; z-index:500; top:177px; left:0px; opacity:0; filter:alpha(opacity=0); cursor:pointer;}
#box .next{ position:absolute; width:40px; height:60px; background:url(../img/icon-focusimg-btn-png24-20131225.png) -74px -63px no-repeat; z-index:500; top:177px; right:0px; opacity:0; filter:alpha(opacity=0);cursor:pointer;}
.bigUl li { position:absolute;}
.numberUl { position:absolute; right:20px; bottom:20px; z-index:400}
.numberUl li{width:24px; height:20px;  float:left; background:#999; opacity:0.7; margin-left:8px;}
.numberUl li a{ display:block ;width:24px; height:20px; color:#fff; font-size:12px; text-align:center; line-height:20px;}
#box .textUl li{ position:absolute; left:20px; bottom:10px; display:none;}
#box .textUl li a{ font-size:18px; font-family:"Microsoft Yahei"; color:#000; font-weight:bold;}
.numberUl li.night a{ background:#333; color:#fff; }*/

div#top div#nav {
float : left;
clear : both;
width : 1150px;
height : 52px;
margin : 22px 0 0;
}
div#top div#nav ul {
float : left;
width : 700px;
height : 52px;
list-style-type : none;
}
div#nav ul li {
float : left;
height : 52px;
}
div#nav ul li a {
border : 0;
height : 52px;
display : block;
line-height : 52px;
text-indent : -9999px;
}
div#header {
margin : -1px 0 0;
}
div#video-header {
height : 683px;
margin : -1px 0 0;
}
div#header div.wrap {
	height : 435px;

}
div#header div#slide-holder {
z-index : 40;
width : 1150px;
height : 415px;
position : absolute;
}
div#header div#slide-holder div#slide-runner {
top : 9px;
width : 1150px;
height : 415px;
overflow : hidden;
position : absolute;
}
div#header div#slide-holder img {
margin : 0;
display : none;
position : absolute;
}
div#header div#slide-holder div#slide-controls {
left : 0;
bottom : 0px;
width : 1150px;
height : 46px;
display : none;
position : absolute;

}
div#header div#slide-holder div#slide-controls p.text {
float : left;
color : #fff;
display : inline;
font-size : 10px;
line-height : 16px;
margin : 15px 0 0 20px;
text-transform : uppercase;
}
div#header div#slide-holder div#slide-controls p#slide-nav {
float : right;
height : 24px;
display : inline;
margin : 11px 15px 0 0;
}
div#header div#slide-holder div#slide-controls p#slide-nav a {
float : left;
width : 24px;
height : 24px;
display : inline;
font-size : 11px;
margin : 0 5px 0 0;
line-height : 24px;
text-align : center;
text-decoration : none;
background-position : 0 0;
background-repeat : no-repeat;
}
div#header div#slide-holder div#slide-controls p#slide-nav a.on {
background:#333; width:24px; height:20px; line-height:20px;
}
div#header div#slide-holder div#slide-controls p#slide-nav a { background:#999; width:24px; height:20px;color: #fff;
 
}
div#nav ul li a {
background : url(../images/nav.png) no-repeat;
}

/* 焦点图代码结束 */
/*重点产品滚动*/
.infopic{width:1140px;height:280px;position:relative;overflow:hidden;margin:20px auto;}
.piclist{height:280px;position:absolute;top:0;left:0;}
.piclist li{height:280px;margin-right:6.6px;float:left;overflow:hidden;}
.piclist li img{height:280px; width:280px;}
.pic_prev,.pic_next{width: 30px;
height: 50px;
background:url(../img/icon.png) no-repeat scroll 0% 0% transparent;
position: absolute;
top: 110px;
cursor: pointer;}
.pic_prev{background-position: 0px 0px;left: 0px;}
.pic_next{background-position: 0px -60px;
right: 0px;}

/*底部*/
.honor{width:1150px;padding: 20px;margin:20px 0 20px 0; font-size: 16px;color: #727171;border: 1px solid #e6e6e6; background: #fff; float: left;}
.honor ul li{float: left; width:360px;line-height: 24px;padding-left: 80px;}
.honor ul li img{ float: left;padding-right: 10px;}
.foot-nav {border-bottom: 1px solid #e4e4e4;width:550px; margin: 0 auto;}
.foot-nav a{font-size: 12px; color: #615d5e; margin: 0 10px;}
.foot-contact{width: 1150px; margin: 0 auto; border-bottom: 1px solid #c1bbb9;padding-bottom: 12px;}
.foot {
	border-top: 1px solid #c1bbb9;padding-bottom: 12px;
	width: 1150px; margin: 0 auto;
	text-align: center;
	line-height: 28px;
	font-size: 12px;
	color: #615d5e;
	margin-top: 1px;
	margin-bottom: 40px;
	padding-top: 10px;
}

.piaofu{position: relative;width: 1150px; margin: 0 auto;}
.piaofu-img{width: 128px;height: 313px;overflow: visible;
position: fixed;
_position: absolute;
right: 0px;
top: 163px;
_top: expression(documentElement.scrollTop + 0 + "px");}
.gotop{position: relative;width: 1150px; margin: 0 auto;}
.gotop-img{width: 40px;height: 88px;overflow: visible;
position: fixed;
_position: absolute;
right: 20px;
bottom: 300px;
_top: expression(documentElement.scrollTop + 0 + "px");}
.bdsharebuttonbox{display: block;float: right; margin:10px 20px;}
/**tabs标签**/

.tabPanel {
	font-size: 12px;
	font-family: "微软雅黑", "microsoft yahei", arial;
	}
	.tabPanel h4{
		text-align: center;
		font-size: 24px;
		font-family:arial;
		padding-bottom: 10px;
		padding-top: 15px;
		color: #414045;
		padding-left: 80px;
	}
.tabPanel > ul {
	height: 35px;
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}
.tabPanel > ul > li {
	font-size: 14px;
	background: #414045;
line-height: 35px;
	float: left;
border-right:1px solid #7c7b7e ;
	color: #fff;
	height: 34px;
	width: 20%;
	text-align: center;
	cursor: pointer;

	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}
.tabPanel-text{
	color: #fff;
font-size: 14px;
	font-family: arial;
}
.tabPanel .hit {
	color: #fff;
	cursor: pointer;
	height: 35PX;
	
	border-bottom: none;
	background:#ff4a01;
}
.pane {
	border-top: 0;
 padding-top: 5px;
	display: none;
	overflow: hidden;
}
.pane a {
	width: 277px;
	height: 277px;
	background: #d8d8d8;
	display: block;
	display: inline-block;
	float: left;border:1px solid #f6f6f6;
	margin: 5px;
}
.pane a:hover{border:1px solid #DDDDDD; width: 277px; height: 277px;}
.pane p {
	padding: 15px 15px 0 10px;
}
.pane h4 {
	padding: 15px 15px 0 10px;
	font-size: 14px;
	font-weight: bold;
}
.tabPanel > ul > li.last {} .tel {
	position: absolute;
	top: 25px;
	right: 20px;
	font-size: 14px;
	color: #ccc;
}

/**首页热点中心tabs标签**/

.hotPanel {
	background: #eee;
	border: 1px solid #D2D2D2;
	width: 369px;
	font-size: 12px;
	font-family: "微软雅黑", "microsoft yahei", arial;
	box-shadow: 1px 1px 5px #dbdbdb;
}
.hotPanel > ul {
	height: 40px;

	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}
.hotPanel > ul > li {
	font-size: 18px;
	float: left;
	margin: 0;
	border-right: 1px solid #ddd;
	border-top:4px solid #b7b7b7;
	color: #666;
	height: 30px;
	line-height: 30px;
	width: 122px;
	text-align: center;
	cursor: pointer;
	text-shadow: 0 1px 0 #fff;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}
.hotPanel-text{

	font-size: 14px;
}
.hotPanel .hit {
	color: #666;
	cursor: pointer;
	text-shadow: 0 1px 0 #fff;
	border-bottom: none;
	background: #eee;
	border-top: 4px solid #ff4a01;
}
.hotpane {
	border-top: 0;

	background-color: #fff;
	display: none;
	overflow: hidden;
}

.hotpane p {
	padding: 15px 15px 0 10px;
}
.hotpane h4 {
	padding: 15px 15px 0 10px;
	font-size: 14px;
	font-weight: bold;
}
.hotPanel > ul > li.last {} .tel {
	position: absolute;
	top: 25px;
	right: 20px;
	font-size: 14px;
	color: #ccc;
}

/*新闻中心页样式*/

.news-list {
	border: 1px solid #e7e1e3;
	font-size: 12px;
}
.news-list h4 {
	margin: 10px;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 10px;
	position: relative;
	color: #414045;
}
.news-list .undeline {
	border-bottom: 1px solid #454545;
	width: 80px;
	position: absolute;
	bottom: -1px;
	left: 0;
}
.news-list dl {
	float: left;
	border-bottom: 1px dotted #ccc;
	margin: 0 10px;
	padding: 10px 0;
	width: 870px;
}
.news-list dt,
dd {
	float: left;
	display: block;
}
.news-list dt {
	margin: 0px;
	width: 260px;
}
.news-list dt img{width: 260px;height: 160px; }
.news-list dd {
	width: 590px;
	margin-left: 20px;
}
.news-list dd h3 a {
	color: #333;
	font-size: 18px;
}
.news-list dd h3 a:hover {
	color: #c00
}
.news-list-con {
	line-height: 24px;

}
.news-list-con a {
	color: #777;
}
.writer {
	color: #999;
	padding-top: 40px;
	float: right;
}
.news-list-con span {
	color: #417bad
}
.more-news {
	font-size: 16px;
	color: #706c6b;
	margin: 20px auto;
	border: 1px solid #d9dade;
	background: #e8e2e2;
	padding: 5px 20px;
	width: 150px;
	text-align: center;
}
.more-news a {
	color: #706c6b;
}
.lable-search {
	
}
.lable-search h4 {
	margin: 10px;
	padding-bottom: 5px;
	color: #414045;
}
.lable-search-con {
border-top: 1px solid #e6e6e6;
margin-bottom: 10px;
border-left: 1px solid #e7e1e3;
border-right: 1px solid #e7e1e3;
border-bottom: 1px solid #e7e1e3;
height: 200px;
}
.lable-search-con li {
line-height: 26px;
font-size: 12px;
border-bottom: 1px dotted #e6e6e6;
/* margin: 0 16px; */
margin-top: 10px;
margin-left: 15px;
margin-right: 15px;
margin-bottom: 0px;
width: 80px;
float: left;
height: 26px;
}
.lable-search-con .last {
	border-bottom: none;
}
.lable-search-con li a {
	color: #4e4a4b
}
.lable-search-con li a {
	color: #0899f2
}

.hot-comment {
	border: 1px solid #e7e1e3;
	margin-top: 10px;
}
.hot-comment h4 {
	margin: 10px;
	padding-bottom: 5px;
		
		color: #414045;
}
	.hot-comment-list{text-align:center;color:#777;margin:0 auto; width: 240px;font-size:11px;overflow: hidden; border-top: 1px solid #e7e1e3;}	 
	.hot-comment-list li{border-bottom: 1px #ccc dotted;float: left;margin:5px 10px;width: 220px;text-align: left;padding-bottom: 10px;}
	.hot-comment-list li LABEL{float: left;color: #444;width: 230px;}
	.hot-comment-list li em{padding-left: 6px;color: #999;t}
	.hot-comment-list li span{color: #777;clear: both;float: left;}
	
	
/*联系我们页样式*/

.contact-box {	font-size: 16px;}
.contact { margin: 10px auto; padding: 25px 0;}
.baidu-map{width: 1150px; margin: 0 auto; text-align: center;}

/*营销网络页样式*/
.market-box {
	background: #f9f7f8;
	width: 100%;
	font-size: 16px;

}
.market{margin-top: 10px; padding: 25px 0;}
.market-left{
	width: 650px;
	float: left;
	
}
.market-right{
	width: 495px;
	float: left;
}
.market-detail {
	border: 1px solid #c6d3e3;
	margin-top: 30px;
	background: #eaf2f5;
}
.market-detail h4 {
	margin: 10px;
	padding-bottom: 5px;
	font-size: 20px;
	
}
.market-detail-con {
	border-top: 1px solid #c6d3e3;
}
.market-detail-con li {
	line-height: 50px;
	font-size: 16px;
	border-bottom: 1px dotted #d8d8d8;
	margin: 0 15px;
}
.market-detail-con .last {
	border-bottom: none;
}
.market-detail-con li a {
	color: #847f7c;padding-right: 30px;
}



/*新闻详细页样式*/
.news-detail{
	font-size: 12px;
	border: 1px solid #e7e1e3;
	line-height: 28px;
	overflow: hidden;
}
.news-detail h3{
	text-align: center;
	font-size: 24px;
	font-weight:normal;
	color: #5b595a;
}
.news-detail h4{
	text-align: center;
	font-size: 18px;
	font-weight:normal;
}
.news-detail-time{
	text-align: center;
	color: #999;
	padding-bottom: 10px;
	}
	.news-detail-con{
		border-top: 1px dotted #ccc;
		 width: 750px; 
		 margin: 0 auto;
		 padding:15px 10px;
		 }
	.news-detail-con p{text-indent: 2em;font-size: 14px;color:#555}
	
	.hot-center-con{margin-bottom:10px;border-top:4px solid #ff4a01;border-left: 1px solid #e7e1e3;border-right: 1px solid #e7e1e3;border-bottom: 1px solid #e7e1e3;}
	.hot-news-con a {
	line-height: 38px;
	font-size: 12px;
	border-bottom: 1px solid #e6e6e6;
	margin: 0 15px;
	display: inline-block;
	padding-left: 10px;
	width: 200px;
	color: #444;
}
	.message {margin:20px 0;}
	.message-input-box textarea{ width: 100%;}
 .message-information{margin: 10px 0;font-size: 14px;color: #7c7c7c;}
 .comment{background: #fafafa;}
	.comment h4{background: #f4f4f4; border-top:3px solid #e5e5e5; font-size: 16px;color: #777; padding: 10px;}
	.comment-list{text-align:center;color:#777;margin:0 auto;}	 
	.comment-list li{border-bottom: 1px #ccc dotted;float: left;margin: 10px 0;width: 100%;padding-bottom: 10px;text-align: left;}
	.comment-list li LABEL{float: left;color: #444;height: 25px;width: 100%;}
	.comment-list li em{padding-left: 6px;font-size:12px;color: #999;}
	.comment-list li span{color: #777;font-size: 14px;line-height: 25px;width: 713px;clear: both;float: left;}

	
	/*解决方案页样式*/
	.soultion-banner{ margin: 10px 0;}
	.soultion-con h4{color:#414045; margin:20px 0 10px 0; font-size: 14px; font-weight: normal;}
	.soultion-list {border: 1px solid #e3e3e3; float: left;}
	.soultion-list ul{ margin-left: 10px; margin-bottom: 10px; overflow: hidden;}
	.soultion-list li{float: left; background: #eee; border: 1px solid #F6F6F6;width: 562px;height: 282px;margin:7px 7px 0px 0;}
	.soultion-list li:hover{border: 1px solid #d8d8d8;width: 562px;height: 282px;}



.product-box {
	background: #f9f7f8;
	width: 100%;
	font-size: 16px;
	margin-top:10px;

}
.product{}

.page{padding:10px;text-align:center;font-size:12px;}
.page .manu {
	PADDING-RIGHT: 3px; PADDING-LEFT: 3px; PADDING-BOTTOM: 3px; MARGIN: 3px; PADDING-TOP: 3px; TEXT-ALIGN: center;FONT-SIZE: 12px;FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; PADDING-LEFT: 0px;overflow: hidden;
}
.page .manu A {
	BORDER-RIGHT: #ccdbe4 1px solid; PADDING-RIGHT: 8px; BACKGROUND-POSITION: 50% bottom; BORDER-TOP: #ccdbe4 1px solid; PADDING-LEFT: 8px; PADDING-BOTTOM: 2px; BORDER-LEFT: #ccdbe4 1px solid; COLOR: #0061de; MARGIN-RIGHT: 3px; PADDING-TOP: 2px; BORDER-BOTTOM: #ccdbe4 1px solid; TEXT-DECORATION: none
}
.page .manu A:hover {
	BORDER-RIGHT: #2b55af 1px solid; BORDER-TOP: #2b55af 1px solid; BACKGROUND-IMAGE: none; BORDER-LEFT: #2b55af 1px solid; COLOR: #fff; BORDER-BOTTOM: #2b55af 1px solid; BACKGROUND-COLOR: #036cb4
}
.page .manu A:active {
	BORDER-RIGHT: #2b55af 1px solid; BORDER-TOP: #2b55af 1px solid; BACKGROUND-IMAGE: none; BORDER-LEFT: #2b55af 1px solid; COLOR: #fff; BORDER-BOTTOM: #2b55af 1px solid; BACKGROUND-COLOR: #036cb4
}
.page .manu .active {
	 PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: bold; PADDING-BOTTOM: 2px; MARGIN: 2px; COLOR: #fff; PADDING-TOP: 2px;  }
.page .manu .disabled {
 PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; MARGIN: 2px;  COLOR: #ddd; PADDING-TOP: 2px;}
.page ul,li {padding:0; margin:0;}
.page li{float:left;} 


/* qqshop focus */
#focus {width:1150px; height:410px; overflow:hidden; position:relative;margin-top:10px;}
#focus ul {height:410px; position:absolute;}
#focus ul li {float:left; width:1150px; height:410px; overflow:hidden; position:relative; background:#000;}
#focus ul li div {position:absolute; overflow:hidden;}
#focus .btnBg {position:absolute; width:1150px; height:20px; left:0; bottom:0; background:#000;}
#focus .btn {position:absolute; width:1130px; height:10px; padding:20px 10px; right:0; bottom:0; text-align:right;}
#focus .btn span {display:inline-block; _display:inline; _zoom:1; width:25px; height:10px; _font-size:0; margin-left:5px; cursor:pointer; background:#fff;}
#focus .btn span.on {background:#fff;}
#focus .preNext {width:45px; height:100px; position:absolute; top:145px; background:url(../images/sprite.png) no-repeat 0 0; cursor:pointer;}
#focus .pre {left:0;}
#focus .next {right:0; background-position:right top;}


/*about*/

.about-warp {
	background: #201f1d;
	width: 100%;
	float: left;
	margin-top:10px;
	margin-bottom: 30px;
padding-bottom: 30px;
}
.about-content {
	background: #353432;
	width: 100%;
	float: left;
}
.about-content-box {
	width: 1150px;
	margin: 0 auto;
}

.about-content-box-nav {
	/*float: right;*/
	text-align:right; /*modify*/
}
.profile {
	font-size: 22px;
	color: #fff;
	margin-top: 20px;
	font-family: "微软雅黑";
}
.profile-con {
	font-family: "微软雅黑";
	color: #d6d6d6;
	font-size: 14px;
	margin: 20px 40px;
	line-height: 28px;
	text-indent: 2em;
}
#main {
	width: 1050px;
	height: 600px;
	margin: 30px auto;
	position: relative;
}
#demo {
	width: 1050px;
	position: absolute;
	top: 60px;
	left: 0;
	z-index: 10;
}
#demo ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#demo ul li {
	width: 500px;
	height: 240px;
	position: relative;
	margin: 0px 16px 16px 0px;
	float: left;
	overflow: hidden;
}
#demo ul li a {
	position: absolute;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#demo ul li a.show {
	left: 0;
	top: 0;
}
#demo ul li a.hover {
	left: 500px;
	top: 0px;
}
#demo ul li:hover .show {
	left: -500px;
	top: 0px;
}
#demo ul li:hover .hover {
	left: 0;
	top: 0;
}
#demo ul li a img {
	height: 240px;
	width: 500px;
	border: none;
}
.gorup_pic {border-bottom: 1px solid #333230;margin-bottom: 30px; padding-bottom: 40px;} 
	.picshow {

	MARGIN: 0px auto;
	WIDTH: 1150px;

}
#picarea {
	MARGIN: 0px auto;
	WIDTH: 1150px;
	BACKGROUND: #e7e7e7;

}
#bigpicarea {
	POSITION: relative;
	MARGIN: 0px auto;
	OVERFLOW: hidden
}
.image {
	TEXT-ALIGN: center
}
.image IMG {

	MARGIN: 0px auto;

}
#bigpicarea .word {
	TEXT-ALIGN: center;
	HEIGHT: 50px;
	COLOR: #333
}
#bigpicarea .word H3 {
	TEXT-ALIGN: center;
	LINE-HEIGHT: 48px;
	HEIGHT: 48px;
	COLOR: #333;
	FONT-SIZE: 14px
}
#bigpicarea .ui-els-hide {
	DISPLAY: none
}
#thumbs {
	LIST-STYLE-TYPE: none;
	MARGIN: 0px auto;
	WIDTH: 1150px;
	HEIGHT: 110px
}
* HTML #thumbs {
	HEIGHT: 100%
}
#thumbs LI {
	MARGIN: 0px 7px;
	WIDTH: 90px;
	DISPLAY: inline;
	FLOAT: left;
	HEIGHT: 60px
}
#thumbs UL {
	MARGIN-TOP: 3px
}
#thumbs LI.last_img {
	MARGIN-RIGHT: 4px
}
#thumbs LI.first {
	MARGIN: 25px 10px 0px 15px;
	WIDTH: 9px;
	HEIGHT: 16px;
	CURSOR: pointer
}
#thumbs LI.last {
	MARGIN: 25px 10px 0px 15px;
	WIDTH: 9px;
	HEIGHT: 16px;
	CURSOR: pointer
}
#thumbs LI A {
	BORDER-BOTTOM: #fff 2px solid;
	BORDER-LEFT: #fff 2px solid;
	WIDTH: 94px;
	DISPLAY: block;
	FONT-SIZE: 0px;
	BORDER-TOP: #fff 2px solid;
	BORDER-RIGHT: #fff 2px solid
}
#thumbs LI A:hover {
	BORDER-BOTTOM: #000 2px solid;
	BORDER-LEFT: #000 2px solid;
	BORDER-TOP: #000 2px solid;
	BORDER-RIGHT: #000 2px solid
}
#thumbs LI A.current {
	BORDER-BOTTOM: #f8ae0f 2px solid;
	BORDER-LEFT: #f8ae0f 2px solid;
	BORDER-TOP: #f8ae0f 2px solid;
	BORDER-RIGHT: #f8ae0f 2px solid
}
#thumbs LI.first IMG {} #thumbs LI.last IMG {} .bigbtnPrev {
	Z-INDEX: 100;
	POSITION: absolute;
	WIDTH: 35px;
	HEIGHT: 51px;
	TOP: 236px;
	CURSOR: pointer;
	LEFT: 30px
}
.bigbtnNext {
	Z-INDEX: 100;
	POSITION: absolute;
	WIDTH: 35px;
	HEIGHT: 51px;
	TOP: 236px;
	CURSOR: pointer;
	RIGHT: 30px
}
#big_play_prev {
	BACKGROUND-IMAGE: url(../img/leftbig.png);
	WIDTH: 35px;
	DISPLAY: block;
	HEIGHT: 51px;
	_background: none;
	_filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop, src='../img/leftbig.png')
}
#big_play_next {
	BACKGROUND-IMAGE: url(../img/rightbig.png);
	WIDTH: 35px;
	DISPLAY: block;
	HEIGHT: 51px;
	_background: none;
	_filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop, src='../img/rightbig.png')
}
#smallpicarea {
	MARGIN: 0px auto;
	WIDTH:1150px;
	BORDER-TOP: #ececec 1px solid;
	PADDING-TOP: 20px
}
.gorup_video ul{margin-left: 20px;}
.gorup_video ul li{ float: left; padding-right: 20px; padding-bottom: 15px;}
