@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
}
:focus {
	outline:0;
}
ol, ul {
	list-style:none;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
/* tables still need 'cellspacing="0"' in the markup */  
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	font-weight:normal;
	text-align:left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
}
blockquote, q {
	quotes:'' '';
}
a img {
	border:0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
/* =Structure 
----------------------------------------------- */  
body {
	color:#666;
	text-align: center;
	min-width: 1200px;
	font-family: "微软雅黑", "Microsoft YaHei UI";
	font-size: 12px;
}
a {
	text-decoration:none;
	color:#5D5D5D;
}
a:hover {
	text-decoration:none;
	color:#8fc41f;
}
.clear {
	clear: both;
}
.clearfix:after {
	content:'.';
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	font-size:0;
}
.clearfix {
	min-height:1%;
}
.fr {
	float: right;
}
.fl {
	float: left;
}
.wrap {
	width: 100%;
}

.container {
	width: 1200px;
	margin: 0 auto;
}
.header {
	height: 98px;
	position: fixed;
	z-index: 1000;
	background-color: #FFFFFF;
}
.header .container {
	position: relative;
	height: 98px;
}

.logo {
	width: 300px;
	height: 98px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.links {
	z-index: 1000;
	position: absolute;
	right: 0px;
	top: 2px;
}
.links .search {
	float: left;
}
.links .search .inputstyle {
	float: left;
	font-family: "微软雅黑", "Microsoft YaHei UI";
	font-size: 12px;
	border: solid #ddd 1px;
	padding: 2px 5px;
	border-right: 0;
	height: 16px;
}
.links .search .submitstyle {
	float: left;
	background-image: url(../img/searchbtn.png);
	background-repeat: no-repeat;
	border: solid #ddd 1px;
	display: block;
	background-position: center center;
	background-color: #FFFFFF;
	border-left: 0;
	padding-right: 20px;
	height: 22px;
}
.language {
	float: right;
}
.language a {
	background-color: #eee;
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-left: 10px;
	line-height: 24px;
	font-weight: normal;
	-moz-border-radius: 50%; /* Firefox */
	-webkit-border-radius: 50%; /* Safari 和 Chrome */
	border-radius: 50%; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
	font-size: 12px;
}
.language a:hover {
	background-color: #8ec31f;
	color: #FFFFFF;
  }
.language a.lango-on {
	background-color: #8ec31f;
	color: #FFFFFF;

  }
.navbar {
	position:relative;
	z-index:1;
	top: 40px;
}
.nav {
	float: right;
	margin-right: 40px;
}
.nav h3 {
	font-size:100%;
	font-size:15px;
	font-weight: normal;
}
.nav .m {
	position:relative;
	float:left;
	display:inline;
	text-align:center;
}
.nav h3 a {
	zoom:1;
	line-height:28px;
	display:block;
	height: 28px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: 7px;
	font-weight: bold;
	text-transform: uppercase;
}
.nav .on h3 a {
	text-decoration: none;
	background-color: #8fc41f;
	color: #FFFFFF;
	-moz-border-radius: 50px; /* Firefox */
	-webkit-border-radius: 50px; /* Safari 和 Chrome */
	border-radius: 50px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}
.nav .sub {
	display:none;
	width:140px;
	position:absolute;
	top:40px;
	left: 0px;
	background-color: #FFFFFF;
}
.nav .sub li {
	text-align:center;
}
.nav .sub li a {
	color:#FFFFFF;
	display:block;
	zoom:1;
	line-height: 40px;
	height: 40px;
	font-size: 14px;
	background-color: #0093DD;
	border-top: solid 1px #0088CA;
}
.nav .sub li a:hover {
	color:#FFFFFF;
	background-color: #333333;
	text-decoration: none;
}
.header_blank{
	width:100%;
	height:98px;
}
.fullSlide {
	position: relative;
	width:100%;
	height:582px;
	overflow: hidden;
}
.fullSlide .pic {
	position:relative;
	z-index:0;
}
.fullSlide .pic li a {
	width:100%;
	height:582px;
	display: block;
	background-repeat: no-repeat;
	background-position: top center;
}
.fullSlide .hd {
	width:100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
	font-size:0;
	z-index:1;
}
.fullSlide .hd li {
	margin: 0 5px;
	width: 15px;
	height: 15px;
	overflow: hidden;
	cursor: pointer;
	display:inline-block;
    *display:inline;
	zoom:1;
	background-color: #036fb8;
	-moz-border-radius: 50%; /* Firefox */
	-webkit-border-radius: 50%; /* Safari 和 Chrome */
	border-radius: 50%; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}
.fullSlide .hd .on {
	background-color: #8fc41f;
}
.fullSlide .prev, .fullSlide .next {
	width: 60px;
	height: 90px;
	margin: -60px 0 0;
	display: none;
	background: url(../img/ad_ctr.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	filter:alpha(opacity=20);
	opacity:0.2;
}
.fullSlide .prev {
	left: 0;
}
.fullSlide .next {
	background-position: 0 -90px;
	right: 0;
}
.fullSlide .prev:hover, .fullSlide .next:hover {
	filter:alpha(opacity=50) !important;
	opacity:0.5 !important;
}
.section-product {
	padding-top: 50px;
	padding-bottom: 50px;
	height: 100%;
}
.section-product .container {
	margin: 0 auto;
	width: 1120px;
}

.section-product ul {
	margin-right: -80px;
}
.section-product li {
	float: left;
}
.section-product li a {
	font-size: 24px;
	font-weight: bold;
	margin-right: 80px;
	height: 100%;
	display: block;
	color: #89ba28;
}
.section-product li a:hover {
	cursor: hand;
}
.section-product li a .layer {
	width: 318px;
	display: block;
	height: 280px;
	border: solid #ddd 1px;

}
.section-product li a .layer span {
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	width: 318px;
	height: 230px;
}
.section-product li a.class-1 .layer span {
	background-image: url(../img/proclass1.png);
}
.section-product li a.class-2 .layer span {
	background-image: url(../img/proclass2.png);
}
.section-product li a.class-3 .layer span {
	background-image: url(../img/proclass3.png);
}
.section-product li a .over-layer {
	display: none;
}
.section-product li a:hover .layer {
	display: none;
}
.section-product li a:hover .over-layer {
	display: block;
	width: 320px;
	height: 280px;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	background-image: url(../img/class-1.jpg);
}
.section-product li a:hover .over-layer span {
	width: 320px;
	height: 280px;
	display: block;
	background-repeat: repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #68a430;
	opacity:0.9;
}
.section-product  li  a:hover .over-layer em  {
	position: absolute;
	top: 0px;
	left: 50%;
	font-style: normal;
	text-align: center;
	width: 206px;
	height: 206px;
	margin-left: -103px;
	margin-top: 40px;
	color: #FFFFFF;
	background-image: url(../img/kuang.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.section-product li a:hover .over-layer label  {
	color: #FFFFFF;
	font-size: 30px;
	position: absolute;
	left: 50%;
	top: 0px;
	z-index: 1000;
	display: block;
	line-height: 60px;
	height: 60px;
	width: 300px;
	margin-left: -150px;
	margin-top: 110px;
}
.section-feature {
	background-color: #f7f7f7;
	height: 200px;
	text-align: center;
}
.section-feature ul {
	margin-right: -50px;
	padding-top: 50px;
}
.section-feature li {
	width: 200px;
	height: 200px;
	background-color: #FFFFFF;
	display: inline-block;
	margin-right: 50px;
	color: #89ba28;
	font-size: 15px;
	-moz-border-radius: 10%; /* Firefox */
	-webkit-border-radius: 10%; /* Safari 和 Chrome */
	border-radius: 10%; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
	border: solid #eee 1px;
}
.section-gallery {
	margin-top: 120px;

}
.section-gallery ul {
	margin-right: -5px;
	margin-bottom: 30px;
}
.section-gallery li {
	background-color: #FFFFFF;
	display: inline-block;
	color: #89ba28;
	font-size: 16px;
	-moz-border-radius: 10%; /* Firefox */
	-webkit-border-radius: 10%; /* Safari 和 Chrome */
	border-radius: 10%; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
	float: left;
	margin-right: 5px;
}
.section-feature li img {
	width: 115px;
	height: 115px;
	margin-top: 20px;
}
.section-gallery li.gallery-1 {
	width: 446px;
	height: 415px;
}
.section-gallery li.gallery-2 {
	width: 221px;
	height: 245px;
}
.section-gallery li.gallery-2 img {
	display: block;
	margin-bottom: 5px;
}

.section-gallery li.gallery-3 {
	width: 207px;
	height: 245px;
}
.section-gallery li.gallery-3 img {
	display: block;
	margin-bottom: 5px;
}
.section-gallery li.gallery-6 {
	width: 311px;
	height: 415px;
}

.section-gallery .title {
}
.section-gallery .title h4 {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}
.section-gallery .title p {
	color: #999999;
}
.section-gallery .title h2 {
	color: #89ba28;
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.section-gallery .title a {
	color: #FFFFFF;
	font-size: 14px;
	background-color: #89ba28;
	display: inline-block;
	padding: 0px 20px;
	line-height: 35px;
}
.section-company {
	background-color: #f6f9ed;
	background-image: url(../img/bg-company.png);
	background-repeat: no-repeat;
	background-position: top center;
	margin-top: 50px;
	padding-top: 70px;
	padding-bottom: 70px;
}
.section-company .company-pic {
	float: left;
	height: 300px;
	background-image: url(../img/company.jpg);
	background-repeat: no-repeat;
	width: 450px;
	display: block;
}
.section-company .company-desc {
	float: right;
	width: 700px;
}
.section-company .company-desc h2 {
	text-align: center;
	color: #036eb8;
	font-size: 28px;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	position: relative;
}
.section-company .company-desc h2 span:before {
	display: block;
	content:" ";
	width: 220px;
	height: 1px;
	background-color: #CCCCCC;
	top: 15px;
	position: absolute;
	left: 0px;
}
.section-company .company-desc h2 span:after {
	display: block;
	content:" ";
	width: 220px;
	height: 1px;
	background-color: #CCCCCC;
	top: 15px;
	position: absolute;
	right: 0px;
}
.section-company .company-desc h2 em {
	color: #8fc31f;
	font-style: normal;
}
.section-company .company-desc p {
	font-size: 15px;
	text-align: left;
	line-height: 35px;
	color: #333333;
	margin-top: 20px;
}
.section-company  .company-desc  p  a {
	font-size: 14px;
	line-height: 30px;
	color: #FFFFFF;
	background-color: #89ba28;
	padding: 0 20px;
	height: 30px;
	display: inline-block;
	float: right;
}
.section-footer {
	height: 100%;
	background-image: url(../img/bg-footer.png);
	background-repeat: repeat-x;
	background-color: #f5f5f5;
	padding-top: 10px;
	padding-bottom: 30px;
}
.contact {
	text-align: left;
	margin-top: 30px;
	width: 400px;
	height: 100%;
	float: left;
}
.contact .footer-logo {
	display: block;
	border-bottom: solid #ddd 2px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.contact h3 {
	font-size: 18px;
	font-weight: bold;
	color: #8fc31f;
}

.contact p {
	height: 40px;
	line-height: 28px;
	color: #333333;
	font-size: 12px;
}
.form-tbl {
	float: right;
	width: 750px;
	padding-top: 40px;
}
.form-tbl td {
	margin: 0;
	padding: 0;


}

.form-tbl h3 {
	color: #8fc31f;
	font-size: 28px;
	margin-bottom: 30px;
}
.form-tbl .inputstyle {
	border: solid 1px #DDEBC0;
	background-color: #f0f6e3;
	font-size: 14px;
	font-family: "微软雅黑", "Microsoft YaHei UI";
	padding: 10px 10px;
	width: 270px;
	color: #666666;
	margin-bottom: 15px;
}
.form-tbl .textareastyle {
	border: solid 1px;
	background-color: #f0f6e3;
	font-size: 14px;
	font-family: "微软雅黑", "Microsoft YaHei UI";
	padding: 10px 10px;
	width: 410px;
	border-color: #DDEBC0;
	color: #666666;
	height: 77px;
	margin-bottom: 10px;
}
.form-tbl .submitstyle {
	font-family: "微软雅黑", "Microsoft YaHei UI";
	font-size: 16px;
	background-color: #f0f6e3;
	border: solid 1px #DDEBC0;
	width: 214px;
	color: #8fc31f;
	line-height: 42px;
	height: 42px;
	margin: 0;
	padding: 0;
}
.form-tbl .codestyle {
	border: solid 1px #DDEBC0;
	background-color: #f0f6e3;
	font-size: 14px;
	font-family: "微软雅黑", "Microsoft YaHei UI";
	padding: 10px 10px;
	width: 60px;
	color: #666666;
	margin-bottom: 15px;
}

.copyright {
	line-height: 40px;
	height: 40px;
	text-align: center;
	color: #666666;
	background-color: #FFFFFF;
	width: 100%;
}
.copyright a {
	color: #ea5413;
}
.page-fullSlide{
	width:100%;
	position:relative;
	height: 370px;
	background-color: #f7f7f7;
	background-image: url(../img/page-slider1.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
.page-section {
}
.loc {
	line-height: 50px;
	text-align: left;
	height: 50px;
}
.page-title h2 {
	text-align: center;
	color: #8ec31f;
	font-size: 28px;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	margin-bottom: 30px;
}
.page-title h2 span.h2-title {
	display: block;
	float: left;
	width: 24%;
}
.page-title  h2  span.h2-before {
	display: block;
	content:" ";
	background-color: #CCCCCC;
	float: left;
	height: 1px;
	margin-top: 15px;
	width: 38%;
}
.page-title  h2  span.h2-after {
	display: block;
	content:" ";
	width: 38%;
	height: 1px;
	background-color: #CCCCCC;
	float: right;
	margin-top: 15px;
}
.page-title2 h2 {
	text-align: center;
	color: #999999;
	font-size: 20px;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	position: relative;
	margin-bottom: 30px;
}
.page-title2 h2 span:before {
	display: block;
	content:" ";
	width: 42%;
	height: 1px;
	background-color: #CCCCCC;
	top: 15px;
	position: absolute;
	left: 0px;
}
.page-title2 h2 span:after {
	display: block;
	content:" ";
	width: 42%;
	height: 1px;
	background-color: #CCCCCC;
	top: 15px;
	position: absolute;
	right: 0px;
}
.pclass {
	margin-bottom: 20px;

}
.pclass ul {
	margin-right: -1%;
}
.pclass li {
	float: left;
	margin-right: 1%;
}
.pclass li a {
	display: block;
	height: 66px;
	line-height: 66px;
	font-size: 24px;
	background-color: #FFFFFF;
	font-weight: bold;
	color: #88ba29;
	border: solid #d1d2d3 1px;
}
.pclass li a:hover {
	background-color: #88ba29;
	color: #FFFFFF;
}
.pclass li a.curr {
	background-color: #88ba29;
	color: #FFFFFF;
}


.pclass  .col-2 li {
	width: 49%;
}
.pclass  .col-3 li {
	width: 32.33%;
}
.pclass  .col-4 li {
	width: 24%;
}
.pclass   .col-5  li {
	width: 19%;
}
.proname-list {
	margin-bottom: 20px;
}
.proname-list ul {
	margin-right: -10px;
}
.proname-list li {
	float: left;
	margin-right: 10px;
}
.proname-list li a {
	display: inline-block;
	text-align: center;
	font-size: 14px;
	border: solid #d1d2d3 1px;
	width: 109px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
	-moz-border-radius: 10%; /* Firefox */
	-webkit-border-radius: 10%; /* Safari 和 Chrome */
	border-radius: 18px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}
.proname-list li a:hover {
	background-color: #88ba29;
	color: #FFFFFF;
	border-color: #88ba29;
}
.proname-list li a.selected {
	background-color: #88ba29;
	color: #FFFFFF;
	border-color: #88ba29;
}
.page-content {
	font-size: 14px;
	text-align: left;
	line-height: 35px;
	padding-bottom: 50px;
}
.pagelist {
	text-align: center;
	clear: both;
	padding-bottom: 50px;
	padding-top: 30px;
	font-size: 12px;
}
.pagelist span {
	margin-left: 5px;
	margin-right: 5px;
}
.pagelist a {
	margin-right: 5px;
	margin-left: 5px;
	display: inline-block;
	width: 25px;
	height: 25px;
	background-color: #eee;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 25px;
}
.pagelist .nolink {
	background-color: #eee;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 25px;
	height: 25px;
	display: inline-block;
	line-height: 25px;
}
.pagelist font {
	line-height: 25px;
	height: 25px;
	width: 25px;
	display: inline-block;
	background-color: #88ba29;
	color: #FFFFFF;
}
.page-products {
}




.product-list {

}
.product-list ul {
	margin-right: -20px;
}
.product-list li {
	float: left;
	width: 285px;
	margin-right: 20px;
	margin-bottom: 30px;
	font-weight: bold;
}
.product-list li a {
	border: solid #cdcdcd 1px;
	display: block;
	padding-bottom: 10px;
}
.product-list li a em {
	color: #88ba29;
	font-style: normal;
}


.product-list li img {
	width: 283px;
	height: 233px;
	margin-bottom: 10px;
}
.product-list li a:hover {
	background-color: #88ba29;
	color: #FFFFFF;
	border-color: #88ba29;
}
.product-list li a:hover em {
	color: #FFFFFF;
}
.product-detail {
	font-size: 14px;
	text-align: left;
	width: 925px;
	float: right;
	height: 100%;
	margin-bottom: 30px;
	line-height: 28px;
}
.product-detail img {
    max-width:925px;
}
.product-detail table {
	width: 100%;
	border-collapse: collapse;
}
.product-detail table td {
	border: solid #ddd 1px;
	font-size: 12px;
	padding: 0px 20px;
	text-align: center;
}



.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(84, 84, 84, 1) url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* 如果用户继续向下滚动,这个按钮的透明度会变得更低 */
  opacity: 1;
}
.searchblock {
	z-index: 1000;
	margin-top: -5px;
	position: absolute;
	right: 0px;
	top: 0px;
}

input {
	outline: none;
}
input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
    display: none;
    /* remove the search and cancel icon */
}
/* search input field */

input[type=search] {
    background: #fff url(../img/search-icon.png) no-repeat 8px center;
    border: solid 1px #8ec31f;
    padding: 9px 10px 9px 32px;
    width: 55px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
input[type=search]:focus {
    width: 130px;
    background-color: #fff;
    border-color: #8fc41f;
    -webkit-box-shadow: 0 0 5px rgba(109, 207, 246, .5);
    -moz-box-shadow: 0 0 5px rgba(109, 207, 246, .5);
    box-shadow: 0 0 5px rgba(109, 207, 246, .5);
}
/* placeholder */

input:-moz-placeholder {
    color: #999;
}
input::-webkit-input-placeholder {
    color: #999;
}
/* demo B */

#demo-b input[type=search] {
    width: 15px;
    padding-left: 10px;
    color: transparent;
    cursor: pointer;
}
#demo-b input[type=search]:hover {
    background-color: #fff;
}
#demo-b input[type=search]:focus {
    width: 130px;
    padding-left: 32px;
    color: #000;
    background-color: #fff;
    cursor: auto;
}
#demo-b input:-moz-placeholder {
    color: transparent;
}
#demo-b input::-webkit-input-placeholder {
    color: #999;
	padding-left:15px;
}
.dn{display: none;}

/* 返回顶部 */
.go-top{position: fixed;bottom: 100px;right: 20px;width: 46px;z-index: 999;}
.go-top a{display: block;width: 46px;height: 46px;margin-bottom: 10px;background-image: url(../img/go-top.png?);}
.go-top a:last-child{margin-bottom: 0;}
.go-top .go{background-position: 0 -150px;}
.go-top .go:hover{background-position: 0 -250px;}
.go-top .uc-2vm{background-position: 0 0;}
.go-top .uc-2vm:hover{background-position: 0 -350px;}
/*
.go-top .share{background-position: 0 -50px;}
.go-top .share:hover{background-position: 0 -200px;}
*/
.go-top .uc-2vm-pop{
	position: absolute;right: 60px;top: -100px;
	width: 200px;box-shadow: 0px 1px 4px rgba(0,0,0,.1);
	background: #fff;
}
.go-top .uc-2vm-pop .title-2wm{font-size: 14px; margin: 10px 20px;}
.go-top .uc-2vm-pop .logo-2wm-box{position: relative;}