@charset "utf-8";
/* CSS Document */
body {
	margin:0px auto;
	padding:0px;
	font-family:"微软雅黑", "arial";
	font-size:12px;
	color:#000000;
}
ul {
	list-style:none;
	padding:0px;
}
a {
	text-decoration:none;
	color:#545454;
}
a:hove {
text-decoration:none;
}
.clear {
	clear:both;
}
/*header*/
#box_top {
	overflow:hidden;
	background:#FFF;
	
	border-top:1px solid #CCC;
	border-bottom:1px solid #ffffff;
	padding-left:5px;
}
#box_logo {
	width:100%;
	float:left;
}
#box_logo img {
	width:100%;
	
}
#box_search {
	margin:0px;
	padding:0px;
	margin-top:20px;
	width:130px;
	float:right;
	background:url(../images/caty.png) 0 0 no-repeat;
	height:25px;
}
.keyword {
	margin:0px;
	padding:0px;
	width:82px;
	height:25px;
	background:none;
	border:none;
	height:25px;
}
.search {
	margin:0px;
	padding:0px;
	width:40px;
	height:25px;
	background:none;
	border:none;
	float:right;
	cursor:pointer;
}
/*nav*/
#nav {
	margin:0px auto;
	padding:0px;
	overflow:hidden;
	overflow:hidden;
	background:none;
}
#nav ul {
	margin:0;
	padding:0;
}
#nav ul li {
	margin:0 auto;
	padding:0;
	float:left;
	width:25%;
}
#nav ul li a {
	display:block;
	color:#fff;
	text-align:center;
	border-right:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	line-height:36px;
	height:auto;
	margin:0px auto;
	padding:0;
	overflow: hidden;
	white-space: nowrap;
	background:#01a54e;
text-shadow:none
}
#nav ul li.current a {

	text-shadow:none
}
#nav ul li.current a:visited {

	text-shadow:none
}
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
 #nav li a, #nav li a:hover, #nav li a:active {
height:18px;
padding:9px 0;
overflow:hidden;
text-shadow:none
}
.con p{text-indent:2em;}
}
/*one-two*/
.menu_box {
	width:100%;
	margin:0 auto;
	clear:both;
	text-align:left;
	font-size:13px;
}
.menu_box_one {
	margin:0 auto;
	padding:0;
	background:#01a54e;
	box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);
	clear:both;
	padding:5px 13px;
	margin-bottom:5px;
	overflow:hidden;
	line-height: 35px;
	color:#FFF;
}
.menu_box_one font{color:#FFF !important}
.menu_box_one a {
	float:left;
	color:#FFF !important;
	
	padding-left:35px;
	max-width:50%;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height:35px;
	overflow:hidden;
	background:url(../images/listIcon.png) no-repeat 5px 5px;
}
.menu_box_one span {
	float:right;
	height:23px;
	line-height:23px;
	padding-left:10px;
	cursor:pointer;
	color:#444;
	overflow:hidden;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #C1C1C1;
	box-shadow: 1px rgba(0, 0, 0, 0.2);
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#FBFBFB), to(#E8E8E8));
	background:-moz-linear-gradient(#FBFBFB, #E8E8E8);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FBFBFB', endColorstr='#E8E8E8');
}
.menu_box_one span b {
	width:14px;
	height:10px;
	margin:7px 5px 0 8px;
	float:right;
	background:url(../images/caty.png) -3px -63px no-repeat;
}
.menu_box_one span strong {
	max-width:85px;
	display:inline-block;
	vertical-align:middle;
	overflow:hidden;
}
.menu_box_one span.expand {
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
	border:1px solid transparent;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0 1px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 0 1px rgba(0, 0, 0, 0.4);
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#C1C1C1), to(#CCCCCC));
	background:-moz-linear-gradient(#C1C1C1, #CCCCCC);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C1C1C1', endColorstr='#CCCCCC');
}
.menu_box_one span.expand b {
	background:url(../images/caty.png) -3px -39px no-repeat;
}
.menu_box_two {
	position:absolute;
	width:90%;
	right: 13px;
	top: 400px;
	display:none;
	z-index:10;
	padding:2px 3px 2px 2px;
	background:-webkit-gradient(linear, 0 0, 100% 100%, from(#CCCCCC), to(#C1C1C1));
	background:-moz-linear-gradient(#CCCCCC, #C1C1C1);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCCCCC', endColorstr='#C1C1C1');
	border-radius:0 0 6px 6px;
	-moz-border-radius:0 0 6px 6px;
	-webkit-border-radius:0 0 6px 6px;
	box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.4);
	height:40px;
}
.menu_box_two .col {
	margin-top:-10px;
	background-color:#FF3300;
	border-radius:0 0 4px 4px;
	-moz-border-radius:0 0 4px 4px;
	-webkit-border-radius:0 0 4px 4px;
	box-shadow: 1px 2px 2px #ccc, -1px -1px 1px #ccc;
	-moz-box-shadow: 1px 1px 1px #ccc, -1px -1px 1px #ccc;
	-webkit-box-shadow: 1px 2px 2px #ccc, -1px -1px 1px #ccc;
}
.menu_box_two ul {
	overflow:hidden;
	padding:5px 0px 5px 5px;
}
.menu_box_two ul li {
	float:left;
}
.menu_box_two li a.ui-link {
	display:block;
	line-height:28px;
	color:#fff;
	padding:0 5px;
	margin:0 5px 0 0;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-decoration: none;
	text-shadow:none
}
.menu_box_two .ui-link:hover {
	color:#fff;
	background:rgba(29, 65, 105, 0.3);
	box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.2) inset, 0px 0px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) inset, 0px 0px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.2) inset, 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.menu_box_two .ui-link:active {
	color:#fff;
	background:rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.2) inset, 0px 0px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.2) inset, 0px 0px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.2) inset, 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.menu_box_two .ui-link:visited {
	color:#fff;
}
/*content*/
.con_box {
	clear:both;
	text-align:left;
	color:#000;
	padding:5px 10px 10px;
	overflow:hidden;
}
.con p{
	text-indent:2em;}
.con img{width: 90%;}
.con_box h1 {
	font-size:14px;
	padding:10px 0;
	text-align:center;
}
.con p.dsz{ text-indent:0;}
.con p.dsz img{ width:110%; margin-left:-13px;}


/*content-index*/
.con_box_index {
	clear:both;
	margin:0 auto;
	padding:0;
	width:100%;
}
.con_box_index h1 {
	clear:both;
	margin:0;
	padding:0;
	padding-left:10px;
	font-size:13px;
	line-height:27px;
	text-align:left;
	background:#01a54e;
	color:#fff;
	text-shadow:none;
}
.pic1 {
	float:left;
	width:150px;
	margin:10px 10px 10px 10px;
}
.con_index p {
	padding:5px 10px 0px 10px;
	line-height:25px;
	text-indent:2em;
	
}
.con_index_pro {
	margin:0 auto;
	padding:10px 0px 0px 0px;
	text-align:center;
}
.con_index_pro dl{
    margin:0px 5px 0px 5px;
    display:block;
    float:left;
    padding:10px 0px;
    width:30%;
	
}
.con_index_pro dl dt img{border:1px solid #c6c6c7;padding:2px; width: 88%;}
.con_index_pro dd{	margin:0 auto;	padding:5px 0px;	width:100%;	color:#000000;	font-size:12px;}
.con_index_news {
	margin:0 auto;
	padding:0;
}
.con_index_news ul li
{
	border-bottom:1px solid #a2a1a1;
	height:30px;
	line-height:30px;
	background:url(../images/more.png) 0 0 no-repeat;
	background-position:right top;
	padding-left:20px;
	}

	
	


.copyright {
	margin:0;
	padding:0;
    width:100%;
	height:70px;
	background:#343434;
	line-height:24px;
	text-align:center;
	text-shadow:none;
	color:#fff;
}
/*toolbar*/
.toolbar {
	width:100%;
	border:1px #fff solid;
	clear:both;
	text-align:center;
	margin:0;
	
	position:fixed;
	_position:absolute;
	bottom:0px;
	_bottom:0px;
_margin-top:expression(this.style.pixelHeight+document.documentElement.scrollTop);
}
.toolbar ul {
	margin:0;
	padding:0;
	padding-top:-1px;
	overflow:hidden;margin-top: 0 !important;
top: -91px;
}
.toolbar ul li {
	width:20%;
	float:left;
	background:#191a19;
}
.toolbar ul li a, .toolbar ul li a span {
	background-image:url(../images/m_toolbar1.png);
	background-repeat:no-repeat;
	z-index:999;
}
.toolbar ul li a {
	background-position:0px -429px;
	background-repeat:repeat-x;
	border-right:1px solid #FFF;
	height:44px;
	display:block;
}
.toolbar ul li a span {
	color:#FFF;
	display: inline-block;
	font-size: 13px;
	line-height: 44px;
	margin: 0 auto;
	padding-left: 32px;
	padding-right: 0px;
	text-shadow:none
}
.toolbar ul li.home a span {
	background-position:6px 0px;
}

.toolbar ul li.tel a span {
	background-position:6px -88px;
}
.toolbar ul li.share a span {
	background-position:6px -176px;
}
.toolbar ul li.map a span {
	background-position:6px -264px;
}
.toolbar ul li.message a span {
	background-position:0px -192px;
}
.toolbar ul li.inquiry a span {
	background-position:0px -256px;
}
/*hover*/
.toolbar ul li a.click {
	background-position:0px -473px;
}
.toolbar ul li.home a.click span {
	background-position:0px -44px;
}.toolbar ul li.tel a.click span {
	background-position:0px -132px;
}
.toolbar ul li.share a.click span {
	background-position:0px -220px;
}
.toolbar ul li.map a.click span {
	background-position:0px -308px;
}
.toolbar ul li.message a.click span {
	background-position:0px -224px;
}
.toolbar ul li.inquiry a.click span {
	background-position:0px -288px;
}
/*col*/
.toolbar ul li.col1 {
	width:100%;
}
.toolbar ul li.col2 {
	width:50%;
}
.toolbar ul li.col3 {
	width:25%;
}
.toolbar ul li.col4 {
	width:25%;
}
.toolbar ul li.col5 {
	width:20%;
}
.col6 {
	width:16.6%;
}
/*product*/
.con_box_pro {
	width:100%;
	text-align:left;
	margin:0 auto;
	padding:0;
	clear:both;
	overflow:hidden;
}
.con_box_pro li{
	clear:both;}
.ui-body-c .con_box_pro .zzp-lists li {
	padding:8px 10px;
}
.con_box_pro .pic{ border-bottom:1px dashed #cccccc;}
.con_box_pro  .col {
	float:left;
	width:170px;height:130px;
	margin:0 auto;
	display:-webkit-box;
	display:box;
	-moz-box-pack:center;
	-webkit-box-pack:center;
	-webkit-box-align:center;
	box-align:center;
	text-align:center;
	overflow:hidden;
	
	vertical-align:middle;
	display:block;
}
.con_box_pro  .col img{ width:135px;height:98px; margin-top:10px;border:1px solid #c6c6c7;padding:2px;}
.con_box_pro .tab {
	position:absolute;
	top:-8px;
	left:0;
}
.con_box_pro .tab img {
	width:21px;
	height:42px;
}
.con_box_pro .cont {
	
	float:left;
	margin-left:10px;
	word-break:break-all;
	word-wrap: break-word;
}


.con_box_case {
	width:100%;
	text-align:left;
	margin:0 auto;
	padding:0;
	clear:both;
	overflow:hidden;
}
.con_box_case li{
	clear:both;}
.ui-body-c .con_box_case .zzp-lists li {
	padding:8px 10px;
}
.con_box_case .pic{ border-bottom:1px dashed #cccccc;}
.con_box_case .col {
	float:left;
	width:40%;
	height:50%;
	margin:0 auto;
	display:-webkit-box;
	display:box;
	-moz-box-pack:center;
	-webkit-box-pack:center;
	-webkit-box-align:center;
	box-align:center;
	text-align:center;
	overflow:hidden;
	padding:1%;
	vertical-align:middle;
	display:block;
}
.con_box_case .col img{ width:125px;height:100px; margin-top:10px;border:1px solid #c6c6c7;padding:2px;}
.con_box_case .tab {
	position:absolute;
	top:-8px;
	left:0;
}
.con_box_case .tab img {
	width:21px;
	height:42px;
}
.con_box_case .cont {
	width:50%;
	float:left;
	margin-left:10px;
	word-break:break-all;
	word-wrap: break-word;
}




.News_detail01-d1_c1 {
	width:100%;
	clear:both;
	text-align:left;
	color:#000;
}
.News_detail01-d1_c1 .title {
	border-bottom:1px solid #cecece;
	padding:10px 15px 15px;
	text-align:center;
}
.News_detail01-d1_c1 h1 {
	font-size:16px;
	padding-bottom:10px;
}
.News_detail01-d1_c1 .title p {
	color:#888;
}
.News_detail01-d1_c1 .title p b {
	color:#cc0000;
}
.News_detail01-d1_c1 .detail {
	padding:15px;
}
.News_detail01-d1_c1 .key {
	padding:5px 15px;
	line-height:150%;
	background:#f3f3f3;
}
.News_detail01-d1_c1 .key a {
	margin-right:8px;
	display:inline-block;
}
.News_detail01-d1_c1 .switch {
	clear:both;
	padding:10px 20px;
}
.News_detail01-d1_c1 .switch li {
	overflow: hidden;
}
.News_detail01-d1_c1 .switch span, .News_detail01-d1_c1 .switch a {
	display:block;
	padding:5px 10px;
	border:1px solid #fff;
}
.News_detail01-d1_c1 .switch b {
	display:inline-block;
	background-image:url(switch.png);
	background-repeat:no-repeat;
	padding-left:23px;
}
.News_detail01-d1_c1 .switch span {
	color:#999;
}
.News_detail01-d1_c1 .last b {
	background-position:0 -13px;
}
.News_detail01-d1_c1 .next b {
	background-position: -14px 7px;
}
.News_detail01-d1_c1 .switch a:hover {
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#F9F9F8), to(#F6F5F5));
	background:-moz-linear-gradient(#F9F9F8, #F6F5F5);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9F9F8', endColorstr='#F6F5F5');
	border:1px solid #f4f4f4;
	color:#3C85D6;
}
.News_detail01-d1_c1 .last a:hover b {
	background-position:0 -51px;
}
.News_detail01-d1_c1 .next a:hover b {
	background-position:-14px -31px;
}
#nav0 {
}
/*message*/
#c {
	width:100%;
	height:150px;
}
/*share*/
.share1 {
	width:30px;
}
#ckepop {
	padding-left:15%;
	padding-right:10%;
}
#ckepop a {
	display:block;
	padding-top:30px;
	width:100px;
	float:left;
	color: #FF3300
}
/*banner*/

.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
	width: 100%;
	display: block;
}
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height:100%;
}
.no-js .slides > li:first-child {
	display: block;
}
.flexslider {
	margin: 0 auto;
	position: relative;
	width:100%;
	zoom: 1;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}
.flexslider .slides {
	zoom: 1;
}
.flex-direction-nav {
*height: 0;
}
.flex-direction-nav a {
	width: 60px;
	height: 90px;
	margin: -60px 0 0;
	display: block;
	background: url(../images/ad_ctr.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 0;
	filter:alpha(opacity=0);
-webkit-transition: all .3s ease;
}
.flex-direction-nav .flex-next {
	background-position: 0 -90px;
	right: 0;
}
.flex-direction-nav .flex-prev {
	left: 0;
}
.flexslider:hover .flex-next {
	opacity: 0.8;
	filter:alpha(opacity=25);
}
.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter:alpha(opacity=25);
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter:alpha(opacity=50);
}
.flex-control-nav {
	margin:0 auto;
	padding:0px;
	width:100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 5px;
	display: inline-block;
	zoom: 1;
*display: inline;
}
.flex-control-paging li a {
	background: url(../images/dot.png) no-repeat 0 -16px;
	display:block;
	height: 16px;
	overflow: hidden;
	text-indent:-99em;
	width: 16px;
	cursor: pointer;
}
.flex-control-paging li a.flex-active {
	background-position: 0 0;
}

.con_index_news p{
	
	padding-left:5%; padding-right:5%;line-height:24px; margin:0px;float:right;
}
.con_index_news p a{color:#545454;}
.con_index_news h3{padding-left:5%;float:left;}
.con_index_news h2{text-align:center;font-size:14px;border-bottom:1px dashed #000;padding:15px 0px;}
.con_index_news h2 .cpxh { font-size:12px; font-weight:normal; margin-top:15px; display:block;}
.con_index_news li{border-bottom:1px dashed #000;}


.page{width:50%; padding-top:20px; line-height:20px;padding-bottom:20px;clear:both;margin:0px auto;}
.page .num{color:#666;padding: 0px 2%;}
.page .prev{color: #FFF;background: none repeat scroll 0% 0% #333;border-radius: 1px;border: 1px solid #333;width: 22%;line-height: 20px;text-align:center;padding: 0px;display: inline-block;}
.page .next{color: #FFF;background: none repeat scroll 0% 0% #333;border-radius: 1px;border: 1px solid #333;width: 22%;line-height: 20px;text-align: center;padding: 0px;display: inline-block;}
.page .current{font-size: 14px;color:#000;}

.aboutContent{ width:90%; margin:2%; padding:2% ;order: 1px solid #696;
text-align: center;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
-webkit-box-shadow: #666 0px 2px 3px;
-moz-box-shadow: #666 0px 2px 3px;
box-shadow: #666 0px 2px 3px;
background: #f2f2f2;}
.aboutContent img{width:100%;}

/*message*/
.lyList{width:80%;margin:0px auto;}
.lyList p{padding:5px 28px 5px 5px;}
.lyList input{border:none; width:100%; text-indent:10px; border-width:1px; border-style:solid; border-color:#858585 #AFAFAF #C9C9C9;font-size:14px; height:33px; margin-top:10px;}
.lyList textarea{border:none; width:100%; text-indent:10px; border-width:1px; border-style:solid; border-color:#858585 #AFAFAF #C9C9C9;font-size:14px; height:130px; margin-top:10px;}
.btn{border:none; cursor:pointer; width:20%; height:33px; background:#e18010; border-radius:4px;color:#ffffff;text-align:center;margin-left:40%;}


.foot_more{ background:url(../images/m_toolbar.png) repeat-x 0px -517px ;height:44px; line-height:44px; color:#fff; font-style:normal;display: inline-block;
font-size: 13px;}

.gengduo {background:url(../images/m_toolbar1.png) no-repeat 17px -362px ;
margin: 0px auto;
padding-left:44px;
padding-right: 0px;
text-shadow: none;}
#demo_ul li{clear:both;}

.about_nav li {float:left;width:20%;text-align:center;background:#e6e7e9;border:1px solid #fff;padding:5px 10px;color:#000;}
.about_nav li a{color:#000;}
.news_list ul{padding:0;}
.news_list .news li.title{float:left;}
.news_list .news li.date{float:right;}
.news_det{line-height:25px;width:95%;margin:0px auto;padding-bottom:20px;}
.suoyin{line-height:25px;width:90%;margin:0px auto;padding:20px 0px;}
.news_det p{text-indent:2em;}


.subNavBox{width:100%;}
.subNavBox a{color:#FFF;}
.subNavBox a:hover{color:#fff;}
.subNav{margin: 2px 0;line-height:35px;cursor:pointer;padding-left:60px;background:#01a54e url(../images/listIcon.png) 25px center no-repeat;}
.subNav:hover{background:#32c678  url(../images/listIcon.png) 25px center no-repeat;padding-left:60px;line-height:35px;color:#fff;}
.currentDd{color:#fff;}
.currentDt{background-image:url(../images/jiantou.jpg) #905345;}
.navContent{display: none;}
.navContent li a{display:block;width:100%;heighr:32px;text-align:center;line-height:32px;color:#fff;background:#ffd800;background:url(../images/icon-03.png) #905345 no-repeat;background-position:30% 50%;margin:1px 0;}
.navContent li a:hover{color:#fff;width:100%;background:url(../images/icon-03.png) #b56654 no-repeat;background-position:30% 50%;margin:1px 0;}

/*更多列表*/
#navigation, #navigation li ul {
    list-style-type:none;
}
#navigation li {
    float:right;
    text-align:center;
    position:relative;
    display:block;
    text-decoration:none;
    color:#fff;
    width:100%;
    height:40px;
    line-height:40px;
    border:1px solid #fff;
    border-width:1px 1px 0 0;
    background:#000;
}
#navigation li a{
    color:#fff;
}
#navigation li a:hover {
    color:#000;
    background:#eeeeee;
}
#navigation ul {
    display:none;
    position:absolute;
    top:-85px;
    width:22%;
    /*right:0;
    */
}



#box_top .languageBox {
	background-color:#000;
	border-radius: 50px;
	margin-top: 10px;
	width:70px;
	height:20px;
	opacity:0.5;
	float:right;
	margin-right:10px;
}
#box_top .languageBox a:first-child {
	border-right: 1px solid #a39c9c;
}
#box_top .languageBox a {
	color: #666;
	float: left;
	font-size: 12px;
	line-height: 20px;
	padding: 0 10px;
	transition: color 1s ease 0s;
}
#box_top .languageBox a:hover {
	color:#fff;
}