﻿/*public*/
/* Public */

html, body, div, p, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td {margin: 0; padding: 0; }
img { border: 0 none; display: inline-block; }
ul,li,dl,dd,dt { list-style-type: none; }
i,em,cite { font-style: normal; }
body {  -webkit-text-size-adjust:none; /* 谷歌不支持12px以下字号 */ font-family:'HanHei SC', 'PingFang SC', 'Helvetica Neue', 'Helvetica','STHeitiSC-Light','Microsoft YaHei', 'Arial', sans-serif; font-size: 12px; }
a{ text-decoration: none; color:#000000; }
.clear,.cle {clear:both;}
a,area { blr:expression(this.onFocus=this.blur()) }   /*  去掉IE下链接虚线框 */
a:focus { outline: none; }    /* 去掉火狐下链接虚线框 */
.hide{display: none !important;}

a:hover {
	color: #006927;
}

.container {
    margin: 0 auto;
	width: 1200px;
}

.logo {
	float: left;
	padding-left: 30px;
}

.menu {
	 width: 100%;
	 font-size: 16px;
	 background: #000000;
	 position: relative;
	 height: 60px;
}

.menu::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	background: #006927;
	height: 60px;
	z-index: 1;
}

.menu ul {
	width: 1200px;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -600px;
	z-index: 2;
}

.menu li {
	float: left;
	width: 150px;
	position: relative;
}

.menu li > a {
	padding: 0;
	height: 60px;
	display: block;
	cursor: pointer;
	color: #FFFFFF;
	line-height: 60px;
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 2;
}

.menu li.on > a, .menu li > a:hover, .menu li:hover > a {
	color: #FFFFFF;
}

.menu .smenu {
	position: absolute;
	top: 60px;
	left: -14px;
	width: 116%;
	text-align: center;
	background: #FFF;
	display: none;
	z-index: 5;
	background: rgba(0,105,39,0.9);
}

.menu li:hover .smenu {
	display: block;
}

.menu li::after {
	display: block;
	    content: '';
	    position: absolute;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    top: 0;
	    z-index: 1;
	    background: #000000;
	    border-right: #FFFFFF solid 1px;
	    border-color: rgba(255,255,255,0.2);
	    -moz-transform: skewX(-25deg);
	    -ms-transform: skewX(-25deg);
	    -webkit-transform: skewX(-25deg);
	    transform: skewX(-25deg);
}

.menu li:first-child::after {
	border-left:  rgba(255,255,255,0.3) solid 1px;
}

.menu li:hover::after,.menu li.on::after {
	background: #006927;
}

.menu .smenu a {
	font-size: 15px;
	line-height: 2.5;
	display: block;
	color: #FFFFFF;
	border-bottom: 1px solid rgba(241,203,203,0.6);;
}

.menu .smenu a:hover {
	background:  #004d1d;
	
}

.rmneu {
	float: right;
	margin-top: 30px;
}

.rmneu .rmenuall {
	float: left;
	margin-right: 10px;
}

.rmneu .rmenumall {
	display: block;
	float: left;
	width: 100px;
}

.rmneu .rmenumall a {
	display: block;
	width: 100%;
	height: 30px;
	background: #006927;
	color: #FFFFFF;
	text-align: center;
	line-height: 30px;
}

.rmenudown {
	    position: absolute;
	    display: none;
	    background: #FFF;
	    width: 100vw;
	    top: 102px;
	    right: 0;
		border-top: 1px solid #DDDDDD;
		z-index: 6;
}

.rmenudown ul {
	    width: 1350px;
	    display: block;
	    margin: 0 auto;
		padding-top: 30px;
		padding-bottom: 50px;
		text-align: center;
}


.rmenudown li {
	float: none;
	margin-left: 40px;
	margin-right: 40px;
	line-height: 2;
	display: inline-block;
	vertical-align: top;
}

.rmenudown li a {
	display: block;
}

.rmenudown li a:hover {
	color: #0061BC;
}

.rmenudown li h3 {
	font-size: 16px;
	border-bottom: 1px solid #DDDDDD;
	line-height: 2;
	margin-bottom: 20px;
}

.rmneu .rmenuen {
	font-size: 14px;
	text-align: center;
	border: 1px solid #DDDDDD;
	float: left;
	margin-left: 10px;
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
}

.banner li {
	width: 100%;
	height: 576px;
}

.banner li a {
	display: block;
	height: 100%;
}

.rmenuall:hover .rmenudown {
	display: block;
}

.rmenuall > a {
	width: 30px;
	height: 70px;
	display: block;
	background: url(../image/more.jpg) top center no-repeat;
}

.rmenuall:hover > a {
	background: url(http://www.zs-muxiang.com/images/more_o.jpg) top center no-repeat;
	border-bottom: 2px solid #006927;
}

.rmenuall:hover .rmenudown {
	display: block;
}

.bdsearch {
	background: #f5f5f5;
	font-size: 14px;
	height: 80px;
}

.tab_show {
	background: #f5f5f5;
	font-size: 14px;
	height: 45px;
	line-height: 45px;

}

.tab_show .rd {
		text-align: right;
}

.tab_show img {
	vertical-align: middle;
	margin-right: 10px;
}

.ld {
	float: left;
}

.rd {
	float: right;
}

.promenu {
	display: inline-block;
	position: relative;
}

.prosmenu {
	position: absolute;
	top: 50px;
	overflow: hidden;
	left: 0;
	width: 100%;
	background: rgba(255,255,255,0.8);
	z-index: 999;
	display: none;
}

.promenu:hover .prosmenu {
	display: block;
}

.smenu .promenu {
	display: block;
	
}

.smenu .prosmenu {
	display: none;
	top: 0;
	left: 100%;
	background: #ad0000;
}

.smenu .promenu:hover .prosmenu {
	display: block;
}

.htype-pro .prosmenu a  {
	display: block;
	height: 35px;
	line-height: 35px;
	font-size: 13px;
	padding: 0;
	background: #FF0000;
}

.bdsearch .ld {
	padding-top: 20px;
}

.bdsearch .rd {
	padding-top: 10px;
	padding-right: 13px;
}

.bdsearch .searchkeyword {
	padding-top: 10px;
	color: #333333;
}

.searchkeyword img {
	vertical-align: middle;
	margin-left: 5px;
	margin-top: -2px;
}

.searchkeyword b {
	font-weight: 400;
}

.bdsearch .searchkeyword a {
	color: #333333;
}

.bdsearch .searchkeyword a:hover {
	color: #006927;
}

.bdsearch .search {
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
	margin-top: 5px;
}

.bdsearch .search .searchkey {
	background: none;
	height: 39px;
	line-height: 39px;
	border: none;
	width: 200px;
	padding-left: 10px;
}

.bdsearch .search .searchbtn {
	background: url(../image/search_btn.jpg);
	width: 42px;
	height: 39px;
	display: inline-block;
	float: right;
	border: none;
	border-left: 1px solid #DDDDDD;
}

.htitle {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 40px;
}

.htitle h3 {
	font-size: 32px;
	font-weight: 400;
	position: relative;
}

.htitle h3::before {
	content: "";
	width: 300px;
	height: 1px;
	background: #DDDDDD;
	position: absolute;
	top: 25px;
	left: 50%;
	margin-left: -500px;
	z-index: 1;
}


.htitle h3::after {
	content: "";
	width: 300px;
	height: 1px;
	background: #DDDDDD;
	position: absolute;
	top: 25px;
	left: 50%;
	margin-left: 200px;
	z-index: 1;
}


.htitle h4 {
	font-size: 20px;
	color: #626262;
	font-weight: 400;
	margin: 10px 0;
}

.htitle h5 {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 14px;
	color: #999999;
	margin-bottom: 30px;
}

.htitle h3 b {
	color: #006927;
	margin-left: 10px;
	font-weight: 400;
}

.htype-pro-o {
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
	border: 10px solid #006927;
	position: relative;
	width: 1180px;
	height: 452px;
}

.htype-pro-o a {
	display: inline-block;
	transition: all 0.5s;
	float: left;
	position: absolute;
}

.htype-pro-o a img {
	width: 228px;
	display: block;
	transition: all 0.5s;
}

.htype-pro-o a:hover img {
	transform: scale(1.05);
}

.htype-pro-o .hproshowa1 {
	left: 0px;
	top: 0;
}

.htype-pro-o .hproshowa2 {
	left: 238px;
	top: 0px;
}

.htype-pro-o .hproshowa3 {
	left: 238px;
	top: 231px;
}

.htype-pro-o .hproshowa4 {
	left: 476px;
	top: 0;
}

.htype-pro-o .hproshowa5 {
	left: 714px;
	top: 0px;
}

.htype-pro-o .hproshowa6 {
	left: 714px;
	top: 231px;
}

.htype-pro-o .hproshowa7 {
	left: 952px;
	top: 0;
}

.htype-pro-o .hproshowa8 {
	left: 952px;
	top: 231px;
}

.htype-pro-o a.on, .htype-pro-o a:hover {
	 
}

.productslist a {
	display: block;
	width: 370px;
	border: 1px solid #DDDDDD;
	float: left;
	height: 300px;
	margin: 13px;
	position: relative;
}

.productslist a span {
	font-size: 18px;
	color: #626262;
	text-align: center;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	background: #f9f9f9;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.productslist a b {
	width: 370px;
	height: 260px;
	display: block;
	overflow: hidden;
}

.productslist a img {
	width: 370px;
	height: 260px;
	transition: all 0.5s;
}

.productslist a:hover img {
	transform: scale(1.1);
}

.productslist a:hover span {
	color: #006927;
}

.morebtn {
	padding: 20px 0;
	text-align: center;
}

.morebtn a {
	display: block;
	width: 160px;
	height: 42px;
	background: #006927;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	border-radius: 8px;
	margin:  0 auto;
	line-height: 42px;
}

.morebtn a:hover {
	background: #006927;
}

  

.hsolutionlist {
	background: #FFF;
	margin: 0 auto;
	overflow: hidden;
}

.hsolutionlist .list {
	float: left;
	width: 33.33%;
	position: relative;
}

.hsolutionlist .list::before {
	content: "";
	width: 0;
	transition: all 0.5s;
	height: 2px;
	background: #006927;
	display: block;
	top: 49.5%;
	z-index: 2;
	position: absolute;
}

.hsolutionlist .list:hover::before {
	width: 100%;
}

.hsolutionlist img {
	width: 90%;
	display: block;
	margin: 0 auto;
}

.hsolutionlist .shd {
	height: 220px;
}

.hsolutionlist .shd h3 {
	font-size: 24px;
	color: #006927;
	padding: 40px 0 5px 20px;
	font-weight: 400;
}

.hsolutionlist .shd h3 b {
	color: #000000;
	font-weight: 400;
	margin-left: 10px;
}

.hsolutionlist .shd h4 {
	font-size: 16px;
	text-transform: uppercase;
	color: #AAAAAA;
	font-weight: 400;
	padding-left: 20px;
	margin: 5px 0;
}

.habout  .htitle {
 
}

.hsolutionlist .shd .showcont {
	font-size: 14px;
	line-height: 1.6;
	color: #626262;
	padding: 10px 20px;
}

.haboutcont .ald {
	float: left;
	width: 50%;
	background: url(../image/aboutspic.jpg) top right;
	height: 460px;
}

.haboutcont .ard {
	float: left;
	width: 50%;
	font-size: 16px;
	line-height: 2;
}

.haboutcont .ascont {
	padding: 0 30px;
	width: 640px;
}

.haboutcont .ascont p {
	text-indent: 2em;
	margin-bottom: 15px;
}

.haboutcont .more a {
	color: #006927;
}

.hnewslist {
	padding-top: 30px;
}

.hnewslist .newsld {
	width: 48%;
	float: left;
}

.hnewslist .newsrd {
	width: 50%;
	float: right;
}

.hnewslist .newsrd ul {
	padding: 10px 10px 10px 5px;
}

.hnewslist .newsld img {
	width: 560px;
	height: 420px;
}

.hnewslist .newsld .nbd {
	width: 600px;
}

.hnewslist .nbd h3 {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 10px;
	margin-top: 5px;
}

.hnewslist .nbd h3 a:hover {
	color: #006927;
}

.hnewslist .nbd .ncont {
	font-size: 14px;
	color: #666666;
	width: 560px;
}

.newsrd .sdate {
	background: #f4f4f4;
	color: #666666;
	font-size: 14px;
	text-align: center;
	margin-right: 15px;
	border-radius: 10px;
	width: 72px;
	height: 72px;
	float: left;
}

.newsrd .sdate b {
	font-size: 24px;
	display: block;
	text-align: center;
	padding-top: 12px;
	line-height: 1.2;
}

.newsrd li.on .sdate, .newsrd li:hover .sdate {
	color: #FFFFFF;
	background: #006927;
}

.newsrd  h3 a {
	font-size: 16px;
	line-height: 2;
}

.newsrd  h3 a:hover {
	color: #006927;
}

.newsrd .sscont {
	font-size: 14px;
	color: #666666;
}

 
.newsrd li {
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #CCCCCC;
}

.footer {
	margin-top: 50px;
	background: #1e1e1e;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 20px;
	border-top: 1px solid #f0f0f0;
	position: relative;
}

.footer::before {
	content: "";
	width: 100%;
	height: 6px;
	background: #006927;
	position: absolute;
	top: -7px;
	left: 0;
}

.footer a {
	color: #FFFFFF;
}

.fmenu  {
	float: left;
}

.fmenu  ul {
	width: 100%;
	display: block;
	overflow: hidden;
	margin-top: 30px;
}

.fmenu li {
	float: left;
	margin-right: 55px;
	margin-bottom: 10px;
	width: 120px;
}

.fmenu li.fcontactus-w {
	width: 240px;
}

.fmenu .fcontactshow {
	line-height: 2;
}

.fmenu li h3 {
	font-size: 16px;
	position: relative;
	line-height: 2.4;
	margin-bottom: 10px;
}
 

.fmenu li h3::before {
	background: #f5f5f5;
	width: 50px;
	height: 1px;
	background: #aaa;
	content: "";
	position: absolute;
	bottom: -3px;
	left: 0px;
	z-index: 1;
}

.fmenu li a {
	display: block;
	line-height: 2;
}

.footer .showform {
	float: left;
	width: 20%;
}

.footer .showform span {
	display: inline-block;
	width: 35%;
}

.footer .showform input {
	display: inline-block;
	background: none;
	border: none;
	width: 63%;
	line-height: 2;
	margin-top: 5px;
	outline: none;
	padding-left: 2%;
	border-bottom: 1px solid rgba(255,255,255,0.9);
	color: #FFFFFF;
}


.footer .showform textarea {
	display: block;
	background: #FFF;
	border: none;
	width: 94%;
	height: 50px;
	outline: none;
	resize: none;
	margin-top: 10px;
	padding: 5px 3%;
}


.showform h3 {
	margin-top: 25px;
	line-height: 2.2;
	font-size: 18px;
	font-weight: 400;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	margin-bottom: 20px;
}

.footer .showform input.anzhuang {
	background: #006927;
	margin-top: 10px;
	border: none;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
}

.footer .showform li {
	margin-bottom: 10px;
}

.footer .fright {
	float: left;
	padding-top: 30px;
	padding-bottom: 30px;
}

.fcontact {
	width: 250px;
	float: right;
}

.fcontact a {
	display: block;
}

.fmalllist {
	float: right;
	margin-left: 20px;
}

.fmalllist a {
	display: block;
	margin-bottom: 8px;
}

.fecodelist {
	float: left;
}

.fcontact {
	text-align: left;
	font-size: 16px;
	line-height: 1.6;
	float: left;
	margin-right: 20px;
}

.fcontact h3 {
	border-bottom: 1px solid #FFFFFF;
	line-height: 2;
}

.fcontlist {
	font-size: 14px;
}

.fcontact .s400 {
	margin-bottom: 20px;
	font-size: 14px;
}

.fcontact .s400 b {
	display: block;
	font-size: 32px;
}

.codeshow {
	text-align: left;
	width: 160px;
}

.codeshow img {
	display: block;
	width: 100px;
}

.codeshow span {
	display: block;
	font-size: 16px;
	line-height: 2;
	font-weight: bold;
}

.footercopyright {
	background: #333333;
	line-height: 50px;
	color: #FFFFFF;
	font-size: 14px;
}

.footercopyright a {
	color: #FFFFFF;
	cursor: pointer;
}

.mainshowc {
	padding: 10px;
	font-size: 14px;
	line-height: 2;
	min-height: 500px;
}


.hbanner img {
	width: 100%;
	display: block;
}


.fullSlide {
	width: 100%;
	position: relative;

}

.fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
	height: 560px;
}

.fullSlide .bd ul {
	width: 100% !important;
}

.fullSlide .bd li {
	width: 100% !important;
	overflow: hidden;
	text-align: center;
	height: 560px;
}

.fullSlide .bd li a {
	display: block;
}

.fullSlide .bd li a img {
	display: block;
	width: 100%;
}

.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 10px;
	left: 0;
	height: 30px;
	line-height: 30px;
	text-align: center;
	_background: #000;
	_filter: alpha(opacity=60);
}

.fullSlide .hd ul {
	text-align: center;
	padding-top: 5px;
}

.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 32px;
	height: 5px;
	margin: 5px;
	overflow: hidden;
	line-height: 9999px;
	background: #000000;
}

.fullSlide .hd ul .on {
	background: #006927;
}

.productslist .listshow {
	display: none;
}

.productslist .listshow.on {
	display: block;
}

.page {
	text-align: center;
	padding: 20px 0;
}

.mainshowc {
	display: block;
}

.showprojpicm img {
	display: block;
	border: 10px solid #006927;
	margin: 20px auto;
	max-width: 800px;
}

.mainshowc .pro_top {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 2;
}

.showproject {
	font-size: 14px;
	line-height: 2;
	width: 820px;
	margin: 10px auto;
}

.pro_bt {
	text-align: center;
	font-size: 14px;
	padding: 15px 0;
}

.xinwq_left {
  width: 100%;
  height: auto;
  display: inline-block;
  overflow: hidden;
  padding-bottom: 10px; }

.xinwq_left.sy_ne dl {
  width: 100%;
  float: left;
  margin: 0 0;
  background: #f6f6f6;
  background-position: 100% 92%;
  background-size: 394px 111px; }

.xinwq_left dl {
  width: 100%;
  float: left;
  margin: 0 0;
  background: #fff;
  border-bottom: 1px dotted #ccc;
  padding: 60px 0; }
 

.xinwq_left dl a {
  max-width: 1200px;
  margin: 0 auto;
  display: block; }

.xinwq_left dl dt {
  width: 28.3%;
  color: #333;
  float: left;
  position: relative;
  z-index: 2; }

.xinwq_left dl dt p {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden; }

.xinwq_left dl dt p img {
  width: 100%;
  display: block;
  transform: scale(1, 1);
  transition-timing-function: ease-out;
  transition-duration: 500ms; }

.xinwq_left dl:hover dt p img {
  width: 100%;
  display: block;
  transform: scale(1.1, 1.1);
  transition-timing-function: ease-out;
  transition-duration: 500ms; }

.xinwq_left dl dd {
  width: 68%;
  padding: 0;
  display: block;
  position: relative;
  float: right; 
  font-size: 14px;
  color: #787877;
  }


.xinwq_left dl dd .dd_r {
  width: 71%;
  float: left;
  padding-top: 12%; }

.xinwq_left dl dd p {
  width: 100%;
  /* min-height: 135px; */
  display: block;
  line-height: 25px;
  color: #666;
  font-size: 18px;
  transition-duration: 500ms; }

.xinwq_left dl dd b {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-family: Arial;
  color: #006927;
  display: block; }

.xinwq_left dl dd >p > span {
  width: 100%;
  font-size: 18px;
  color: #006927;
  min-height: 45px;
  line-height: 32px;
  padding: 0px 0 10px 0;
  display: block;
  transition-duration: 500ms; }

.xinwq_left dl:hover dd span {
  color: #006927;
  transition-duration: 500ms; }

.xinwq_left dl dd em {
  width: 100%;
  display: block;
  min-height: 100px;
  padding: 0 0 20px 0;
  line-height: 25px;
  color: #8c8c8c;
  font-size: 14px;
  margin-bottom: 5px; }

.xinwq_left dl dd h5 {
  width: 110%;
  height: 0;
  display: block;
  font-size: 12px;
  color: #999;
  padding-bottom: 0;
  position: relative;
  float: right; }

.xinwq_left dl dd h5 b {
  width: 145px;
  height: 55px;
  background: #19953f;
  text-align: center;
  line-height: 55px;
  color: #fff;
  font-size: 18px;
  font-weight: 100;
  border-radius: 5px;
  display: block;
  transition-duration: 500ms; }

.xinwq_left dl dd h5 b:hover {
  border-radius: 28px;
  transition-duration: 500ms; }

.xinwq_left dl dd i {
  width: 100px;
  height: 25px;
  line-height: 25px;
  color: #999;
  font-weight: 100;
  display: inline-block;
  text-align: center;
  padding-left: 0;
  background: #fff;
  position: absolute;
  bottom: -10px;
  right: 0; }

.xinwq_left dl:hover dd i {
  text-align: right; }

.xinwq_left dl:hover dd p {
  color: #19953f;
  transition-duration: 500ms; }
  
  
  .news_neiye h1 {
  	text-align: center;
  }
  
  .news_neiye h2 {
  	display: inline-block;
  	font-size: 14px;
  }
  
  .news_neiye h2 a {
  	color: #006927;
  }
  
  .news_neiye .arcinfo {
  	text-align: center;
  	border-bottom: 1px solid #eee;
  	padding-bottom: 10px;
  	margin-bottom: 15px;
  }

.headertop {
	border-bottom: 1px solid #eee;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	color: #666666;
}

.headertop .htld {
	float: left;
}

.headertop .htrd {
	float: right;
}

.headertop .htrd a {
	color: #666666;
}

.headertop .htrd a:hover {
	color: #006927;
}

.headertop .htrd span {
	vertical-align: middle;
	margin: 0 10px;
	margin-top: 2px;
	display: inline-block;
}

.header {
	background: #FFFFFF;
}

.headmain {
	position: relative;
}

.headmain .logo {
	float: left;
}

.headmain .htel {
	float: right;
	position: absolute;
	right: 0;
}

.headmain .tellist {
	float: left;
	margin-right: 20px;
	margin-top: 40px;
}

.headmain .tellist img {
	float: left;
	margin: 5px;
}

.headmain .tellist p {
	float: left;
}

.headmain .tellist span {
	display: block;
	font-size: 14px;
}

.headmain .tellist b {
	display: block;
	font-size: 22px;
	font-weight: 400;
}

.logotitle {
	display: inline-block;
	border-left: 1px dotted #D0D0D0;
	vertical-align: middle;
	padding-left: 20px;
}

.logotitle b {
	font-weight: 400;
	font-size: 24px;
	display: block;
}

.logotitle span {
	font-size: 16px;
	display: block;
	margin-top: 5px;
}

.headmain .logo a {
	display: inline-block;
	vertical-align: middle;
}

.headmain .logo a img {
	display: block;
}

.youshilist {
	background: #efefef;
	padding-bottom: 70px;
}

.youshilist li {
	width: 274px;
	margin: 0 13px;
	background: url(../image/youshibg.jpg) left bottom no-repeat;
	float: left;
	height: 250px;
}

.youshilist img {
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	transition: all 0.5s;
}

.youshilist li:hover img {
	transform: rotateY(180deg);
}

.youshilist h3 {
	text-align: center;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.5;
	padding: 5px 0 2px 0;
}

.youshilist h4 {
	font-size: 16px;
	text-align: center;
	font-weight: 400;
}

.youshilist a {
	color: #FFFFFF;
	display: block;
	text-align: center;
}

.hchangjinglist {
	position: relative;
	height: 540px;
	width: 1180px;
	margin: 10px auto;
}

.hchangjinglist .hctextmain-ww {
	position: absolute;
	overflow: hidden;
}

.hchangjinglist .hctextmain-ww img {
	display: block;
}

.hchangjinglist .hhchangjinglist1 {
	top: 0;
	left: 0;
}

.hchangjinglist .hhchangjinglist2 {
	right: 0;
	top: 0;
}

.hchangjinglist .hhchangjinglist3 {
	right: 0;
	top: 274px;
}

.hchangjinglist .hctextmain-w {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	font-size: 14px;
	padding: 2%;
	width: 96%;
	z-index: 3;
	color: #FFFFFF;
	line-height: 2;
	opacity: 0;
	transition: all 0.5s;
}

.hctextmain-ww:hover .hctextmain-w {
	opacity: 1;
}

.hchangjing {
	background: url(../image/hbg1.jpg) top center no-repeat;
	background-size: cover;
	padding: 10px 0 80px 0;
	margin-top: 80px;
}

.hchangjing .htitle h3 {
	background: none;
	color: #FFFFFF;
	font-weight: 400;
}

.hchangjing .htitle h3 b {
	font-weight: 400;
	color: #FFFFFF;
}

.hchangjing .htitle h4 {
	color: #FFFFFF;
}

.hcasecont {
	position: relative;
	display: block;
}

.hcasecont .hld {
	float: left;
}

.hcasecont .hrd {
	float: right;
}

.hcasecont .hld {
	float: left;
	width: 600px;
	height: 470px;
	position: relative;
}

.hcasecont .hrd {
	float: right;
	width: 590px;
}

.hcasecont .hrd li {
	width: 285px;
	float: left;
	margin: 0 10px 10px 0px;
	height: 150px;
	position: relative;
	overflow: hidden;
}

.hcasecont .hrd li img {
	display: block;
	width: 100%;
	height: 150px;
	transition: all 0.5s;
}

.hcasecont .hrd li:hover img {
	transform: scale(1.1);
}

.hcasecont .hrd li span {
	position: absolute;
	z-index: 2;
	background: rgba(0,0,0,0.8);
	display: block;
	height: 35px;
	line-height: 35px;
	color: #FFFFFF;
	padding-left: 2%;
	width: 99%;
	left:0;
	bottom: 0;
	text-align: center;
	font-size: 14px;
	display: block;
}

.hcasecont .hld .bd li {
	position: relative;
	height: 470px;
}

.hcasecont .hld .bd li a {
	width: 100%;
	height: 470px;
}

.hcasecont .hld li img {
	width: 600px;
	height: 470px;
	display: block;
	
}



.hcasecont .hld li span {
	position: absolute;
	z-index: 2;
	background: rgba(0,0,0,0.8);
	display: block;
	height: 35px;
	line-height: 35px;
	color: #FFFFFF;
	padding-left: 2%;
	width: 98%;
	left:0;
	bottom: 0;
	font-size: 14px;
}

.hcasecont .hld .hd {
	position: absolute;
	border: 0;
	right: 10px;
	z-index: 5;
	bottom: 7px;
}

.hcasecont .hld .hd li {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #FFFFFF;
	float: right;
	margin: 4px 4px;
}

.hcasecont .hld .hd li.on {
	background: #006927;
}

.hcasecont .hrd li:hover img {
	
}

 

.hcase .htitle h3 {
	background: none;
	font-weight: 400;
}

 

.habout .container {
	background: #FFFFFF;
	border: 10px solid #FFFFFF;
	margin-top: 40px;
	margin-bottom: 40px;
}

.habout .hard {
	width: 590px;
	float: right;
}

.habout .hald {
	float: left;
	width: 577px;
	height: 385px;
	position: relative;
}

.habout .hald::before {
	background: #f5f5f5;
	width: 580px;
	height: 380px;
	content: "";
	position: absolute;
	top: 15px;
	right: -10px;
	z-index: 1;
}

.habout .hald img {
	width: 577px;
	height: 385px;
	display: block;
	position: relative;
	z-index: 2;
}

.habout .hard h3 {
	font-size: 30px;
	color: #000000;
	margin-bottom: 15px;
	font-weight: 400;
	padding-top: 20px;
}

.habout .hard h3 b {
	color: #006927;
	font-weight: 400;
}

.habout .hard h4 {
	font-size: 18px;
	margin-bottom: 30px;
	font-weight: 400;
}

.habout .haboutcont {
	font-size: 14px;
	line-height: 2;
}

.habout .habd {
	margin-top: 20px;
}

.habout .habd img {
	width: 393px;
	display: inline-block;
	margin-right: 10px;
	height: 260px;
}

.habout .habd a {
	float: left;
}

.habout .habd a:nth-child(3) img {
	margin-right: 0;
}


.hhezuo {
	background: url(../image/hbg3.jpg) top center no-repeat;
	background-size: cover;
	padding: 10px 0 70px 0;
	margin-top: 80px;
}

.hhezuo .htitle h3 {
	background: none;
	color: #FFFFFF;
	font-weight: 400;
}

.hhezuo .htitle h3 b {
	color: #FFFFFF;
}

.hhezuo .htitle h4 {
	color: #FFFFFF;
}

.hhezuolist ul {
	margin: 0 -5px;
}

.hhezuolist li {
	float: left;
	margin: 5px;
}

.hhezuolist li img {
	display: block;
	width: 231px;
	height: 125px;
}

.hnewslist {
	background: #FFFFFF;
	border: 10px solid #FFFFFF;
	padding-top: 0;
}

.htype-pro {
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 30px;
}

.htype-pro a {
	font-size: 16px;
	background: #006927;
	color: #FFFFFF;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	margin: 0 10px;
	border: 1px solid #006927;
	transition: all 0.5s;
}

.htype-pro a.on, .htype-pro a:hover {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #006927;
}

.copyr-ld {
	float: left;
}

.copyr-ld > a {
	margin-right: 20px;
}

.copyr-rd {
	float: right;
	text-align: right;
}

.linkshow {
	display: none;
}

.menu-mob {
	display: none;
}

.qqkefu {
	position: fixed;
	top: 30%;
	_position: absolute;
 _top: expression(eval(document.documentElement.scrollTop + 365));
	z-index: 20;
	right: 0px;
	width: 39px;
}
.qqkefu ul li {
	width: 45px;
	height: 45px;
	margin-bottom: 1px;
	float: right;
	background: url("../image/fkefubg.png") no-repeat;
	background-color: #05bd82;
	line-height: 45px;
	font-size: 14px;
	cursor: pointer;
	position: relative;
}
.qqkefu ul li a {
	color: #fff;
	overflow: hidden;
	display: block;
	height: 45px;
	padding-left: 10px;
}
.qqkefu ul li.qq_cza {
	overflow: hidden
}
.qqkefu ul li:hover {
	background-color: #de0000;
}
.qqkefu ul li.top {
	background-position: 0 0;
	position: relative;
	width: 45px;
	height: 45px;
	cursor: pointer;
}
.qqkefu ul li b {
	width: 45px;
	height: 45px;
	display: block;
	overflow: hidden;
	float: right;
}
.qqkefu ul li span {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
.qqkefu ul li.qq_phone {
	background-position: right -46px;
}
.qqkefu ul li.qq_ku {
	background-position: right -92px;
}
.qqkefu ul li.qq_ms {
	background-position: right -89px;
}
.qqkefu ul li.qq_czb {
	background-position: right -184px;
}
.qqkefu ul li.qq_wx {
	background-position: right -228px;
	ba
}
.qqkefu ul li.qq_app {
	background-position: right -184px;
}
.qqkefu ul li.qq_czae {
	line-height: 15px !important
}
.erweima {
	width: 130px;
	height: 150px;
	position: absolute;
	top: -107px;
	left: -150px;
	background: #FFF;
	border: 1px solid #CCC;
	float: left;
	cursor: default !important;
	display: none;/*overflow: hidden;*/
}
.erweima p {
	line-height: 20px;
	color: #000;
	font-size: 12px;
	text-align: center;
	float: left;
	width: 130px;
}
.erweima p img {
	width: 110px;
	height: 110px;
	margin: 10px 10px 0px 10px;
}
.erweima .arrow3 {
	width: 5px;
	height: 10px;
	display: block;
	/*background:url(../images/czx6.png) no-repeat;*/
	position: absolute;
	right: -5px;
	top: 122px;
}
.app {
	width: 130px;
	height: 150px;
	position: absolute;
	top: -107px;
	left: -150px;
	background: #FFF;
	border: 1px solid #CCC;
	float: left;
	cursor: default !important;
	display: none;/*overflow: hidden;*/
}
.app p {
	line-height: 20px;
	color: #000;
	font-size: 12px;
	text-align: center;
	float: left;
	width: 130px;
}
.app p img {
	width: 110px;
	height: 110px;
	margin: 10px 10px 0px 10px;
}
.app .arrow3 {
	width: 5px;
	height: 10px;
	display: block;
	/*background:url(../images/czx6.png) no-repeat;*/
	position: absolute;
	right: -5px;
	top: 132px;
}
.wx {
	width: 130px;
	height: 150px;
	position: absolute;
	top: -107px;
	left: -150px;
	background: #FFF;
	border: 1px solid #CCC;
	float: left;
	cursor: default !important;
	display: none;/*overflow: hidden;*/
}
.wx p {
	line-height: 20px;
	color: #000;
	font-size: 12px;
	text-align: center;
	float: left;
	width: 130px;
}
.wx p img {
	width: 110px;
	height: 110px;
	margin: 10px 10px 0px 10px;
}
.wx .arrow3 {
	width: 5px;
	height: 10px;
	display: block;
	/*background:url(../images/czx6.png) no-repeat;*/
	position: absolute;
	right: -5px;
	top: 132px;
}
/* slider */
.slider{width:100%;min-width:1200px;height:350px;position:relative;overflow:hidden;background:none;text-align:center;}
.slider .bd{width:1200px;position:absolute;left:50%;margin-left:-600px}
.slider .bd li{width:300px;overflow:hidden;}
.slider .bd li img{display:block;width:280px;height:350px; margin: 0 auto;}
.slider .tempWrap{overflow:visible !important}
.slider .tempWrap ul{margin-left:-1200px !important;}
.slider .hd{position:absolute;width:100%;left:0;z-index:1;height:8px;bottom:20px;text-align:center;}
.slider .hd li{display:inline-block;*display:inline;zoom:1;width:8px;height:8px;line-height:99px;overflow:hidden;margin:0 5px;cursor:pointer;filter:alpha(opacity=60);opacity:0.6;}
.slider .hd li.on{background-position:0 0;filter:alpha(opacity=100);opacity:1;}
.slider .pnBtn{position:absolute;z-index:1;top:0;width:100%;height:350px;cursor:pointer;}
.slider .prev{left:-50%;margin-left:-600px;}
.slider .next{left:50%;margin-left:600px;}
.slider .pnBtn .blackBg{display:block;position:absolute;left:0;top:0;width:100%;height:350px;background:#FFF;filter:alpha(opacity=80);opacity:0.8;}
.slider .pnBtn .arrow{display:block;position:absolute;top:150px;z-index:1;width:50px;height:50px; transition: all 0.3s; }
.slider .prev .arrow{right:8px;background:url(../image/arrow-left.png) 0 0 no-repeat;}
.slider .next .arrow{left:8px;background:url(../image/arrow-right.png) 0 0 no-repeat;}

.slider .prev .arrow:hover{right:0;background:url(../image/arrow-left.png) 0 0 no-repeat;}
.slider .next .arrow:hover{left:0;background:url(../image/arrow-right.png)) 0 0 no-repeat;}

.slider span {
	position: absolute;
	bottom:0;
	display: block;
	width: 280px;
	background: rgba(7,145,59,0.85);
	color: #FFFFFF;
	font-size: 12px;
	line-height: 2;
	left: 10px;
	padding: 10px 0;
}

.slider .bd li {
	position: relative;
}

.slider .bd li:hover span {
	background: rgba(7,145,59,1);
}

@media (max-width:768px) {
	
	.container {
		width: 100%;
	}
	
	.productslist a {
		width: 45%!important;
		margin: 2vw;
		height: auto!important;
	}
	
	.productslist a b {
		width: 100%;
		height: auto!important;
	}
	
	.productslist a img {
		width: 100%;
		height: auto!important;
	}
	
	.hsolutionlist .list {
		width: 100%;
	}
	
	.hsolutionlist img {
	
	}
	
	.hsolutionlist .shd {
		height: auto;
	}
	
	.hsolutionlist .shd h3 {
		padding-top: 20px;
	}
	
	.haboutcont .ascont {
		width: 94%;
		padding: 0 2%;
	}
	.haboutcont .ald {
		float: none;
		width: 100%;
		background-size: cover;
		height: 50vw;
	}
	.haboutcont .ard {
		float: none;
		width: 96%;
		padding: 2vw;
	}
	.slider .bd li img {
		width: 45vw;
		height: 60vw;
		margin: 0;
	}
	
	.slider .bd li {
		width: 50vw;
	}
	
	.slider span {
		width: 45vw;
		left: 0;
	}
	.slider {
		height: 60vw;
		min-width: 0;
	}
	
	.hcase {
		width: 100%;
		overflow: hidden;
	}
	
	.hnewslist .newsld {
		width: 100%;
	}
	
	.hnewslist .newsrd {
		width: 96%;
		margin-left: 2%;
		height: auto;
		margin-top: 5vw;
	}
	
	.slider .bd {
		width: 116%;
		margin-left: -57.5%;
	}
	
	.hnewslist .newsld img {
		width: 96%;
		margin-left: 2%;
		height: auto;
	}
	
	.hnewslist .newsld .nbd {
		width: 96%;
		margin-left: 2%;
		height: auto;
	}
	
	.fmenu {
		width: 100%;
		float: none;
	}
	
	.fmenu li {
		width: 96%;
		margin-left: 2%;
	}
	
	.fmenu li a {
		display: inline-block;
		margin-right: 2vw;
	}
	
	.fmenu ul {
		margin-top: 0;
	}
	
	.htitle h3::before, .htitle h3::after {
		display: none;
	}
	
	.footer .fright {
		width: 96%;
		margin-left: 2%;
	}
	
	.footer .showform {
		width: 96%;
		margin-left: 2%;
	}
	
	.codeshow {
		margin: 0 auto;
	}
	
	.fcontact {
		text-align: center;
	}
	.fecodelist {
		float: none;
		margin: 0 auto;
	}
	
	.htype-pro a {
		width: 40%;
		margin: 5px 2%!important;
		padding: 0;
	}
	
	.htype-pro .promenu {
		width: 40%;
		margin: 5px 2%!important;
		padding: 0;
	}
	
	.htype-pro .promenu a {
		width: 100%;
		margin: 0;
		padding: 0;
		display: block;
	}
	
	.productslist a span {
		font-size: 14px;
		height: 30px;
		line-height: 30px;
	}
	
	.bdsearch .ld {
		display: none;
	}
	
	.menu {
		position: absolute;
	}
	
	.menu-mob {
		width: 30px;
		height: 70px;
		display: block;
		background: url(../image/more.jpg) top center no-repeat;
		display: block;
		position: absolute;
		top: -54px;
		right: 20px;
	}
	
	.menu ul {
		display: block;
		width: 100%;
		background: rgba(0,0,0,0.95);
		position: relative;
		margin-top: 5px;
		float: none;
		text-align: right;
		left: 0;
		margin-left: 0;
	}
	
	.menu li {
		position: relative;
		float: none;
		display: block;
		width: 100%;
		text-align: center;
	}
	.menu li > a {
		color: #FFFFFF;
	}
	.menu li.on > a, .menu li > a:hover {
		border-bottom: none;
		color: #006927;
	}
	.menu li:hover::after, .menu li.on::after {
		display: none;
	}
	.rmneu {
		display: none;
	}
	
	.menu {
		float: none;
		margin: 0;
		width: 100%;
		position: absolute;
		top: 80px;
		right: 0;
		background: none;
	}
	
	.menu::before {
		display: none;
	}
	
	.menu ul {
		display: none;
	}
	
	.menu.on ul {
		display: block;
	}
	
	.smenu {
		display: none!important;
	}
	
	.menu li:hover .smenu {
		display: none;
	}
	
	.headmain .logo a img {
		width: 20vw;
	}
	
	.htel .tellist  {
		display: none;
	}
	
	.logotitle b {
		font-size: 18px;
	}
	
	.logotitle span {
		font-size: 14px;
	}
	
	.tab_show .ld {
		display: none;
	}
	
	.tab_show .rd {
	    text-align: left;
	    width: 98%;
	    padding-left: 2%;
	}
	
	.mainshowc {
		padding: 0 3%!important;
	}
	.showproject {
		width: 100%;
	}
	.showprojpicm img {
		width: 90%;
	}
	
	.xinwq_left dl dt {
		width: 100%;
		display: block;
		float: none;
	}
	
	.xinwq_left dl dd {
		width: 100%;
		float: none;
		display: block;
	}
	
	.mainshowc img {
		display: block;
		width: 100%;
	}
	
	.feedbackw {
		width: 100%;
	}
	
	.feedbackw input, .feedbackw textarea {
		width:  98%;
	}
	.feedbackw .anzhuang {
		margin: 0;
	}
	.xinwq_left dl dt p.sbpictitle {
		width: 99.5%;
	}
	
	.fullSlide .bd li {
		height: 220px;
	}
	.fullSlide .bd {
		height: 220px;
	}
	.logo {
		padding: 0;
	}
	
	.headertop {
		display: none;
	}
	
	.youshilist li {
		width: 46%;
		margin: 0 2%;
	}
	
	.htype-pro-o {
		width: 98%;
		height: auto;
		border-width: 1vw;
	}
	
	.htype-pro-o a {
		position: relative;
		float: left;
		width: 47.5%;
		margin: 1vw;
	}
	.htype-pro-o a img {
		width: 100%;
		display: block;
	}
	.htype-pro-o .hproshowa1,
	.htype-pro-o .hproshowa2,
	.htype-pro-o .hproshowa3,
	.htype-pro-o .hproshowa4,
	.htype-pro-o .hproshowa5,
	.htype-pro-o .hproshowa6,
	.htype-pro-o .hproshowa7,
	.htype-pro-o .hproshowa8 {
		left: auto;
		top: auto;
	}
	
	.htype-pro-o .hproshowa2, .htype-pro-o .hproshowa5 {
		margin-bottom: 1.2vw;
	}
	
	.hchangjinglist {
		width: 100%;
		height: auto;
	}
	.hchangjinglist .hctextmain-ww {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		width: 96%;
		margin: 2vw;
	}
	.hchangjinglist .hctextmain-ww img {
		width: 100%;
	}
	
	.hcasecont .hld {
		width: 96%;
		margin: 2vw;
		height: auto;
	}
	
	.hcasecont .hrd {
		width: 98%;
		margin: 1vw;
		height: auto;
	}
	
	.hcasecont .hld li img {
		width: 100%;
		height: auto;
	}
	.menu li::after {
		display: none;
	}
	.hcasecont .hld .bd li {
		height: auto;
	}
	
	.hcasecont .hrd li {
		width: 48%;
		margin: 0.9vw;
	}
	
	.habout .hald {
		width: 100%;
		height: auto;
	}
	
	.habout .container {
		width: 96%;
		margin: 2vw;
		height: auto;
		border: none;
	}
	
	.habout .hald img {
		width: 100%;
		height: auto;
	}
	
	.habout .hald::before {
		display: none;
	}
	
	.habout .hard  {
		width: 96%;
		margin: 2vw;
		height: auto;
		border: none;
	}
	
	.habout .haboutcont {
		width: 100%;
	}
	
	.habout .habd img {
		width: 94vw;
		display: block;
		height: auto;
		margin: 2vw;
	}
	
	
	.hhezuolist {
		width: 96%;
		margin: 2%;
		height: auto;
	
	}
	.hhezuolist li {
		width: 47%;
		margin: 1.5%;
	}
	
	.hhezuolist li img {
		width: 100%;
		height: auto;
	}
	
	.hnewslist .nbd .ncont {
		width: 100%;
	}
	.hnewslist .newsrd {
		width: 100%;
	}
	
	.codeshow {
		margin: 0;
	}
	.copyr-ld {
		float: none;
		text-align: center;
	}
	.copyr-rd {
		text-align: center;
	}
	.mainshowc img {
		width: 96%;
		border-width: 2vw;
	}
	
	.htype-pro .prosmenu a {
		width: 28%;
		display: inline-block;
		text-align: center;
	}
	
	.htype-pro .prosmenu {
		display: none;
		    position: fixed;
		    bottom: 0;
		    left: 0;
		    top: auto;
		    background: rgba(0,0,0,0.9);
		    text-align: left;
			padding: 1vw 0;
	}
	
	.htype-pro .prosmenu.on {
		display: block;
	}
 
}

