﻿@font-face {
  font-family: 'iconfont';  /* project id 754403 */
  src: url('//at.alicdn.com/t/font_754403_c4fnus5g9q.eot');
  src: url('//at.alicdn.com/t/font_754403_c4fnus5g9q.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_754403_c4fnus5g9q.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_754403_c4fnus5g9q.woff') format('woff'),
  url('//at.alicdn.com/t/font_754403_c4fnus5g9q.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_754403_c4fnus5g9q.svg#iconfont') format('svg');
}
* { margin:0;padding:0;font-style:normal;font-family:"Microsoft Yahei",sans-serif,Arial,Verdana; }
html{ overflow-y:scroll;background:#fff; }
body { font-size:12px;color:#595959;position: relative; }
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary,menu{display:block;}
img { border:0; }
table{ border-collapse:collapse;border-spacing:0; }
a { transition:color .3s ease;color:#595959;outline:none;-webkit-tap-highlight-color:rgba(0,0,0,0);text-decoration:none; }
a:hover { color:#ff0000;text-decoration:none; }

/*文本框样式*/
input.wide{ width:250px; }
input.txt{ width:200px; }
input.small{ width:50px; }
.input{ -webkit-appearance:none;display:inline; margin-right:5px; padding:7px;line-height:20px; vertical-align:middle; background:#fff; color:#595959; border:1px solid #e8e8e8; border-radius:2px; }
.select{ -webkit-appearance:none;padding:7px;border:1px solid #e8e8e8; border-radius:2px; line-height:21px; }
.select.fb{ width:218px; }
ul {list-style:none;}

/*按钮样式*/
.btn{ -webkit-appearance:none;display:inline-block; margin:0; padding:0 25px;background:#33870e; border:1px solid #33870e; border-radius:2px; vertical-align:middle;color:#fff; font-size:14px; height:38px; line-height:38px; text-align:center; }
.btn:hover{ color:#fff; opacity:.9; }
.btn-mini{ height:20px; line-height:20px; padding:1px 8px 0; }
input.btn, button.btn{ height:40px; cursor:pointer; overflow:visible; }
.btn-success{ background:#52A152; border:1px solid #417F41; text-shadow:0 -1px 0 #52A152; }
.btn-error{ background:#CB423B; border:1px solid #AA352F; text-shadow:0 -1px 0 #CB423B; }
.btn-orange{ background:#33870e; border:1px solid #33870e; text-shadow:0 -1px 0 #33870e; }
.btn-gray{ background:#ddd; border:1px solid #A9A9A9; text-shadow:0 -1px 0 #EEEEEE;}
.btn-gray,.btn-gray:hover{ color:#777; }
.line10 { height:10px; }
.line20 { height:20px; }
.line30 { height:30px; }
.wrap { margin:0 auto;width:100%;max-width:1280px; }
.con_warp { margin-right: auto; margin-left: auto;width:100% !important;max-width:1280px; }
.no-info { padding:50px 0;text-align:center; }

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


#goTop { cursor:pointer;display:none;position:fixed;z-index:20;bottom:10px;right:10px;border-radius:2px;background:rgba(0,0,0,.5);width:40px;height:40px;line-height:40px;text-align:center;font-family:'iconfont';color:#fff;font-size:15px; }
#goTop:hover { background:#000; }
 
header { width:100%;min-width:1240px;position:fixed;z-index:100;top:0;background:rgba(0,0,0,.3) }
header section { transition:all .5s ease;position:relative;z-index:101;margin:0 auto;max-width:1240px;height:80px; }
header section a.logo { transition:all .5s ease;position:absolute;z-index:101;left:10px;top:50%;margin-top:-25px;display:block;height:50px; }
header section a.logo img { float:left;height:100%; }
header section p { transition:all .3s ease;position:absolute;z-index:101;right:10px;top:15px;color:#939393;width:210px;text-align:center; }
header section p a:hover { color:#33870e; }
header section p i { display:inline-block;margin:0 15px;width:1px;height:10px;border-left:1px solid #939393; }
header nav { transition:all .5s ease;position:absolute;z-index:101;right:10px;top:50%;margin-top:-23px;height:46px;line-height:46px;text-align:center; }
header nav a { margin:0 30px;display:inline-block;font-size:15px;color:#fff; }
header nav a:hover { color:#68d936; }

.search { transition:all .5s ease;position:absolute;z-index:101;right:10px;bottom:15px;width:210px;height:26px;line-height:26px;border:1px solid #939393;border-radius:15px;background:transparent;overflow:hidden; }
.search input,.search a { position:absolute;z-index:102;right:0;top:0;color:#232323; }
.search input { outline:none;width:100%;height:100%;border:0;background-color:transparent;text-indent:15px; }
.search a { cursor:pointer;width:40px;text-align:center;font-family:'iconfont';font-size:18px; }
.search:hover a,.search:hover input { color:#33870e; }
.search:hover { border-color:#33870e; }
.search.wide { position: relative;width:auto;bottom:auto;right:0;margin:20px 0;height:30px;line-height:30px; }

header.min { background:#33870e; }
header.min section { height:56px; }
header.min a.logo { margin-top:-20px;height:40px; }
header.min p { display:none; }
header.min div { bottom:14px; }
header.min nav { height:41px;line-height:40px; }
header.min nav a { font-weight:bold;font-size:14px; }

main { margin:0 auto;padding:0 10px;width:1220px;overflow:hidden; }

#index .m-share { display:none; }

/* #index .index, #download .download,#aboutus .aboutus,#products .products,#solution .solution,#service .service,#joinus .joinus,#contactus .contactus,#news .news { 
	color:#d0ad62;
 } */

 .title{background:url(../images/title-bg.png) no-repeat center top;font-size:18px;margin:50px auto;}
 .title h1{font-size:18px;width:130px;position:relative;font-weight:lighter;margin:0 auto;line-height:1;height:30px;text-align:center;}
 .title h1 span{position:absolute;left:-12px;bottom:-8px;font-size:12px;color:#999;white-space:nowrap;text-align:left}
 .title h1 span:first-letter{font-size:48px;color:#fb5050;font-weight:normal}
 
.h-banner { background:#f3f3f3;min-height:120px; }
.h-banner .swiper-slide { overflow: hidden; }
.h-banner .swiper-wrapper img {
	width:100%;
	/* width:auto;height:100%;position: absolute;top:50%;left:50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%); */
}
.h-banner .swiper-pagination { bottom:25px; }
.h-banner .swiper-pagination-bullet { transition:all .3s ease;border-radius:5px;border:1px solid #fff;background:none;opacity:1; }
.h-banner .swiper-pagination-bullet-active { width:30px;border-color:#fff;background:rgba(255,255,255,.5); }

@-webkit-keyframes widthscale {
    100% { width:95%;background:#eee;color:#33870e;letter-spacing:15px; }
}
@keyframes widthscale {
    100% { width:95%;background:#eee;color:#33870e;letter-spacing:15px; }
}
/* .h-title { position:relative;margin:0 auto;padding-top:30px;width:50%;min-width:280px;height:54px;border-bottom:1px solid #eee;text-align:center;clear:both; }
.h-title h1 { position:relative;margin:0 auto;width:250px;height:25px;line-height:25px;font-size:25px;color:#33870e;font-weight:bold; }
.h-title h2 { margin:19px auto 0 auto;display:inline-block;width:200px;height:21px;line-height:20px;font-size:12px;color:#f6f3e6;border-radius:15px;background:#33870e;text-transform:uppercase;overflow:hidden; }
.h-title i { position:absolute;bottom:-6px;left:-11px;display:block;width:9px;height:9px;border:1px solid #eee;border-radius:100%; }
.h-title i:last-child { left:auto;right:-11px; }
.h-title h1 i { width:17px;height:17px;border-width:2px;border-top-color:#33870e;bottom:1px;-webkit-animation: spin 3s linear infinite;animation: spin 3s linear infinite; } */

.h-more{transition:all .3s ease;display:block;margin:20px auto;width:200px;line-height:3em;background:#ddd;border-radius:20px;text-align:center;}
.h-more i{ display:inline-block;margin-left:5px;font-family:'iconfont'; }
.h-more:hover{background:#fb5050;color:#fff;border-radius:2px;}

main { margin:0 auto;padding:0 10px;width:1220px;overflow:hidden; }
.h-about { margin-top:20px;padding:10px 0 0 0;width:100%;min-width:1220px;background:#f5f5f5 url(../images/h-about-bg.jpg) no-repeat center top;background-size:cover;overflow:hidden; }
.h-about section { margin:50px auto;width:100%;overflow:hidden;font-size:16px;line-height:2em; }
.h-about section a.pic { float:left;display:block;margin:5px 50px 10px 0;max-width:35%;border:0 solid #ddd;overflow:hidden; }
.h-about section a.pic img { transition:all .3s ease;height:190px;vertical-align: top; }
.h-about section a.pic:hover img { transform:scale(1.1); }
.h-about section p:last-child { margin-top:20px; }
.h-about section h1 { margin-top:20px;line-height:50px;letter-spacing:5px;font-size:25px;font-weight:normal;text-align:center;color:#fb5050; }

.h-choose { cursor:default;padding:40px 0;width:100%;min-width:1220px;overflow:hidden; }
.h-choose h1 { margin:20px 0 30px 0;height:90px;background:url(../images/h-choose.png) no-repeat center top;background-size: auto 100%;overflow:hidden; }
.h-choose ul { margin-top:10px;width:100%; }
/* .h-choose ul:hover,.h-choose ul:hover div { border-color:#33870e; } */
.h-choose ul li { float:left;width:33.3333333%;text-align:center; } 
.h-choose ul li div { transition:all .2s ease;margin:10px 20px;padding:40px;border:1px solid #eee;background:#fff;overflow:hidden; }
.h-choose ul li div em { display:block;font-size:85px;color:#84c341;font-family:'iconfont'; }
.h-choose ul li div i { display:block;margin:0 auto;width:50%;height:20px;border-top:1px solid #eeeeee; }
.h-choose ul li div h3 { line-height:4em;font-size:20px; }
.h-choose ul li div p { height:60px;font-size:15px;line-height:1.5em;overflow:hidden;  }
.h-choose ul li:hover div { margin-top:-3px;border-color:#84c341;background:#84c341;color:#fff;box-shadow: 0 0 15px rgba(168,255,0,1); }
.h-choose ul li:hover em { color:#d3ff04; }
.h-choose ul li:hover div i { border-color:#99d955; }

.subtitle{margin-top:30px;font-size:14px;text-align:center;color:#999;background:url(../images/ptitle-bg.png) no-repeat center bottom;padding-bottom:20px;margin-bottom:40px}
.subtitle h2{font-size:32px;font-weight:lighter;color:#33870e}

.m-banner { width:100%;min-width:1240px;/*height:600px;background:url(../images/m-banner-all.jpg) no-repeat center top;*/background-size:auto 100%;position: relative; }
.m-banner img { width:100%; }
.m-banner h1 { position: absolute;width:100%;bottom:30px;color:#fff;font-size:25px;font-weight:normal;text-align:center;opacity:.7; }
.m-banner h1 i { display:inline-block;margin:12px 20px 0 20px;width:100px;height:2px;background: #fff;border-radius:2px; } 

.m-catalog { margin:20px auto 0 auto;width:100%;overflow:hidden;text-align:center; }
.m-catalog a { display:inline-block;margin:3px;padding:0 15px;line-height:38px;border:1px solid #efefef;border-radius:2px;font-weight:bold;font-size:14px; }
.m-catalog a:hover {border-bottom-color:#84c341;color:#84c341;  }
.m-catalog a.cur { border-color:#84c341;background:#84c341;color:#fff; }
.m-catalog-child { margin:10px 0;width:100%;overflow:hidden;text-align:center; }
.m-catalog-child a { display:inline-block;margin:0 12px;padding:0 2px;line-height:36px;border-bottom:2px solid #efefef;font-size:12px; }
.m-catalog-child a.cur { border-color:#84c341;color:#84c341;font-weight:bold; }

.m-share { margin:20px auto;padding:5px 15px;max-width:1190px;border-top:1px #eee solid;overflow:hidden; }
.m-share .bdsharebuttonbox { float:left; }
.m-share .bdsharebuttonbox span { float:left;display:block;line-height:30px; }
.m-share .page-set { float:right;padding-top:6px;overflow:hidden; }
.m-share .page-set a { float:left;display:block;margin-left:15px;line-height:12px; }
.m-share .page-set em { float:left;display:block;margin:0 0 0 15px;height:12px;width:1px;border-left:1px solid #eee; }

main.contact { line-height:2em; }
main.contact h1 { margin:20px 0;border-left:1px solid #33870e;text-indent:22px;font-size:20px; }
main.contact p { margin-top:5px;font-size:14px; }
main.contact img { max-width:100%; }

.join-us { width:100%;overflow:hidden; }
.join-us ol { list-style:none;margin-top:20px;list-style:none;width:100%;height:48px;line-height:48px;background:#33870e; }
.join-us ol li { float:left;width:25%;color:#fff;text-align:center;font-size:14px; }
.join-us dl { width:100%;overflow:hidden; }
.join-us dl dt { cursor:pointer;margin-top:1px;height:48px;line-height:48px;background:#ececec; }
.join-us dl dt:hover { background:#dfdfdf; }
.join-us dl dt em { float:left;display:block;width:25%;text-align:center;font-size:14px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden; }
.join-us dl dd { display:none;padding:25px 50px;font-size:14px;line-height:2em; }

.m-pic-list { list-style:none;padding:5px 0 30px 0;width:1250px;overflow:hidden;text-align:center; }
.m-pic-list li { display:inline-block;margin:20px 20px 0 0;width:290px; }
.m-pic-list li a { transition:all .6s ease;display:block;padding:5px;border:1px solid #ededed; }
.m-pic-list li a:hover { border-radius:5px;border-color:#55aa2f;color:#33870e; }
.m-pic-list li em { display:block;width:100%;height:200px;overflow:hidden; }
.m-pic-list li em img { transition:all .6s;width:100%; }
.m-pic-list li a:hover img { transform:scale(1.2); }
.m-pic-list li p { padding-top:5px;height:30px;line-height:30px;font-size:13px;text-overflow:ellipsis;white-space:nowrap;overflow: hidden; }

.info-list { list-style:none;margin:20px auto;width:100%;border-top:1px #ddd dotted;overflow:hidden; }
.info-list li { width:100%;height:38px;line-height:38px;border-bottom:1px #ddd dotted;font-size:13px;overflow:hidden; }
.info-list li a { display:block;float:left;margin-left:5px;width:82%;height:38px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden; }
.info-list li label { float:left;color:#aaa; }
.info-list li span { float:right;display:block;margin-right:5px;color:#A4A4A4;text-align:right; }

.info-title { margin:30px 0 0 0;font-size:20px;overflow:hidden; }
.info-dec { padding-top:15px;height:24px;border-bottom:1px #e7e7e7 dotted; }
.info-dec span { padding:0 10px; }
.info-cont { overflow:hidden;overflow-x:auto;padding:10px 0 10px 0;font-size:14px;line-height:1.8em;white-space:normal;font-size:14px; }
.info-cont p { margin:10px 0 0 0; }
.info-cont img { max-width:100%; }

menu {transition:height .3s ease;display:none;position:fixed;z-index:1000;left:0;bottom:0;width:100%;height:60px;background:#181818;}
menu a{float:left;display:block;width:25%;height:58px;text-align:center;color:#efefef;}
menu a:hover{color:#fff;}
menu a em{font-family:'iconfont';display:block;margin-top:7px;height:25px;overflow:hidden;font-size:22px;}
menu a i{ text-transform:Uppercase;font-size:10px; }

footer { margin-top:30px;padding:20px 0 30px 0;width:100%;line-height:3em;background:#2e2e2e url(../images/joinus-bg.jpg) center top;overflow:hidden;text-align:center; }
footer p { color:#c6c6c6;font-size:14px; }
footer p.mobile { margin-top:30px; }
footer p.mobile em { display:block;border:0;margin:0 auto;width:110px;height:110px;border-radius:4px;background:#fff;overflow:hidden; }
footer p.mobile em#mobileQRCode { padding:6px;width:102px;height:102px; }
footer p.mobile em img { width:100%; }
footer p.mobile i { display:block;line-height:3em;font-style:normal; } 

footer nav { margin-bottom:32px;width:100%;height:35px;line-height:20px;border-bottom:1px solid #353535;overflow:hidden;text-align:center; }
footer nav a { display:inline-block;margin:0 15px;color:#fff; }
footer nav a:hover { color:#33870e; }

/*百度地图*/
#MapContent { width:100%;margin-top:20px;height:550px;border-top:1px solid #d3d3d3;border-bottom:1px solid #d3d3d3;overflow:hidden; }
.iw_poi_title { height:24px;color:#33870e;font-size:14px; }
.iw_poi_content { line-height:1.5em; }

/*分享*/
.ui-share { margin:0 auto;padding:30px 0 0 50px;width:400px; }
.ui-share div span { float:left;display:block;line-height:36px }

.list-auto{ position:relative; display:block; margin:0 340px 0 0; overflow:hidden; _zoom:1; }
.list-right{ position:relative; display:block; float:right; width:300px; overflow:hidden; }
/*大标题*/
.ntitle{ margin:0 auto; padding:10px 0 0; width:100%; }
	.ntitle:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
	.ntitle h2{ display:block; float:left; padding-right:10px; width:auto; color:#333; font-size:24px; font-weight:400; line-height:25px; }
	.ntitle h2 a{ position:relative; padding-right:25px; color:#888; }
	.ntitle h2 a:hover{ color:#f06000; text-decoration:none; }
	.ntitle h2 a em{ display:block; position:absolute; right:-4px; top:8px; width:9px; height:17px; background:url(../images/slider.png) -359px -87px no-repeat; }
	.ntitle p{ display:block; float:left; padding-top:3px; line-height:18px; color:#888; font-size:14px; }
	.ntitle p a{ margin-left:10px; padding:0 0 0 15px; color:#888; font-size:14px; background:url(../images/line.png) left center no-repeat; }
	.ntitle p a:hover{ color:#f06000; }
	.ntitle p a.no-bg{ background:none; }
	.ntitle i{ display:block; padding-top:10px; color:#999; font-size:14px; font-style:normal; line-height:1em; }
	.ntitle span{ display:block; float:right; line-height:18px; color:#999; font-size:12px; }
	.ntitle span a{ color:#999; }
	.ntitle span a:hover{ color:#0089CD; }
/*图文列表*/
.n-list{ padding-top:20px; }
.n-list li{ display:block;padding-bottom:16px;border-bottom:1px dashed #ddd;overflow:hidden; }
.n-list li:first-child { border-top:1px dashed #ddd; }
.n-list li:after{ content:".";display:block;height:0;clear:both;visibility:hidden; }
.n-list li h2 a{ display:block;margin:15px 0 10px 0;width:100%;height:28px;line-height:28px;font-size:16px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden; }
.n-list li .note a{ position:relative;display:block;float:left;margin-right:16px;width:156px;height:104px;background:#ddd;overflow:hidden; }
.n-list li .note a img{ min-width:100%;height:100%;position:absolute;z-index:1;top:0;left:50%;
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	transform: translate(-50%, 0); }
.n-list li .note p{ font-size:14px;line-height:23px;color:#555;overflow:hidden;max-height:72px; }
.n-list li .note .info{ padding-top:10px; }
.n-list li .note .info span{ margin-right:10px;padding-left:20px;color:#777;background:url(../images/sprite.gif) no-repeat; }
.n-list li .note .info .time{ background-position:0 -158px; }
.n-list li .note .info .view{ background-position:0 -36px; }
.n-list li .note .info .comm{ display:none;background-position:0 4px; }
.n-list .nodata{ margin-top:30px;color:#666;font-size:14px;line-height:100px;text-align:center; }

/*商品缩略图样式*/
.goods-title { text-align:center; }
.goods-pic{ position:relative;float:left;margin-top:35px; width:502px;z-index:1; }
.pic-box{ float:left; }
.pic-preview{ position:relative;padding:3px;width:500px; height:360px; border:1px solid #e8e8e8;overflow:hidden; }
.pic-preview img { max-width:100%;vertical-align: top; }
.pic-scroll{ margin-top:10px; width:508px;overflow:hidden; }
.pic-scroll .prev{ float:left; margin-right:5px; }
.pic-scroll .next{ float:right; }
.pic-scroll .prev,.pic-scroll .next{ display:block; font-family:"宋体"; text-align:center; width:10px; height:60px; line-height:60px; border:1px solid #e8e8e8; background:#f7f7f7; cursor:pointer; text-decoration:none; }
.pic-scroll .items{ position:relative; float:left; width:470px; height:62px; overflow:hidden; }
.pic-scroll .items ul{ position:absolute; margin:0; padding:0; width:999999px; height:100%; }
.pic-scroll .items ul li{ float:left; margin:0; padding:0; width:95px; text-align:center; }
.pic-scroll .items ul li img{ padding:2px; border:1px solid #e8e8e8; width:85px; height:56px; }
.pic-scroll .items ul li img:hover{ padding:1px; border:2px solid #33870e; }
.goods-info { float:left;margin:35px 0 0 30px;}
.goods-info h1 { font-size:25px;font-weight:normal; }
.goods-info h2 { margin-top:10px;font-size:20px;font-weight:normal;color:#737373; }
.goods-info .info { margin-top:20px;line-height:3em;font-size:14px;color:#737373; }

.cont-title { margin:30px auto 0px auto;border-bottom:1px solid #84c341;overflow:hidden; }
.cont-title h3 { float:left;padding:0px 25px;height:48px;line-height:48px;font-size:18px;font-weight:normal;background:#84c341;color:#fff; }
.cont-title a { cursor:pointer;float:right;font-size:14px; }

/*评论样式*/
.comment-add{ margin-top:15px;width:100%;overflow:hidden; }
    .comment-add .editor{ position:relative; margin-right:18px; }
	.comment-add .editor textarea{ width:100%; height:70px; }
	.comment-add .subcon{ margin-top:15px; }
.comment-box{ position:relative; margin-top:15px; }
	.comment-list li{ padding:15px 0; border-top:1px solid #f7f7f7; }
	.comment-list li .avatar{ display:block; float:left; margin-top:6px; background:#fff; border-radius:2px; width:42px; height:42px; overflow:hidden; }
	.comment-list li .avatar img{ width:42px; height:42px; }
	.comment-list li .inner{ margin-left:52px; }
	.comment-list li .inner p{ color:#333; font-size:14px; line-height:1.8em; }
	.comment-list li .inner .meta{ margin:0; padding-top:3px; color:#999; border:none; }
	.comment-list li .inner .meta .time{ margin-left:5px; padding-left:20px; color:#777; background:url(../images/sprite.gif) no-repeat left -158px; }
	.comment-list li .answer{ margin-top:10px;margin-left:48px; padding:10px; background:#fafafa; border:1px solid #e6e6e6; border-radius:3px; }
	.comment-list li .answer .meta{ margin:0; padding:0; color:#999; margin-bottom:5px; border:none; }
	.comment-list li .answer p{ color:#555; font-size:14px; line-height:1.8em; }

.info-tab { width:100%;border:0;border-top:1px solid #000;border-left:1px solid #000; }
.info-tab caption { height:70px;font-size:30px; }
.info-tab th,.info-tab td { padding:10px;border-right:1px solid #000;border-bottom:1px solid #000;font-size:14px; }
.info-tab th { font-weight:bold; }
.page-foot{ clear:both; font-size:13px; padding-top:15px; height:35px; }
.page-btns{ float:left; }
	.page-btns a{ color:#444; font-weight:bold; margin-right:5px; }
	.page-btns .pipe{ color:#cbcbcb; margin:0 5px; }

/*标题样式*/
.base-tit{ border-bottom:1px solid #f0f0f0; color:#33870e; line-height:1em; font-size:18px; font-weight:normal; }
	.base-tit span{ position:relative; top:1px; display:inline-block; padding:10px 0; border-bottom:1px solid #33870e; }
	.base-tit i{ float:right; padding:10px 0; color:#999; font-size:12px; line-height:26px; font-style:normal; }
/*页码容器*/
.paging-nav { margin:30px auto 10px auto;width:100%;line-height:32px;text-align:center;overflow:hidden;/*text-transform:uppercase;*/ }
	.paging-nav label { display:inline-block;margin:0px 2px;padding:0 8px;border:#ddd 1px solid;color:#a5a5a5;border-radius:25px; }
	.paging-nav span { cursor:default;display:inline-block;margin:0px 2px;padding:0px 8px;border-radius:25px; }
	.paging-nav a { display:inline-block;margin:0px 2px;padding:0px 8px;border:#a5a5a5 1px solid;color:#000000;text-decoration:none;border-radius:25px; }
	.paging-nav a:hover { border:#33870e 1px solid;color:#33870e; }
	.paging-nav .current { border:#33870e 1px solid;background:#33870e;color:#fff; }
	.paging-nav .disabled { display:none;border:#a5a5a5 1px solid;color:#a5a5a5; }
	.paging-nav span em { color:#d80403 }
/*视频容器*/
.video-box{ position:relative; width:100%; height:473px; _clear:both; _display:inline; }
/*提示样式*/
.msg-tips{ position:relative; margin:30px auto;padding:30px 100px;width:650px; font-size:14px;border:1px solid #ddd;overflow:hidden; }
	.msg-tips h2 { margin-bottom:20px;height:44px;border-bottom:1px solid #eee;text-align:center;overflow:hidden; }
	.msg-tips .ico{ display:block; float:left; background:url(../images/icon-tips.png) no-repeat left top; width:46px; height:46px; text-indent:-99999px;overflow:hidden; }
	.msg-tips .ico.error{ background-position:-50px 0; }
	.msg-tips .ico.warning{ background-position:-100px 0; }
	.msg-tips .msg{ margin-left:80px; }
	.msg-tips .msg strong{ margin-bottom:10px; color:#444; font-size:15px; }
	.msg-tips .msg p{ line-height:1.8em; }
	.msg-tips .msg i{ color:#f00; font-style:normal;}
.form-box{ position:relative; padding:10px; border:1px solid #f6f6f6; background:#fff; font-size:14px; }
	.form-box dl{ display:block; padding:5px 0; }
	.form-box dl:after{ clear:none; content:""; display:block; height:0; visibility:hidden; }
	.form-box dl dt{ display:block; float:left; width:120px; line-height:38px; min-height:38px; color:#555; font-size:13px; text-align:right; _position:absolute; }
	.form-box dl dd{ position:relative; padding:5px 0 5px 10px; line-height:28px; min-height:28px; color:#555; font-size:13px; overflow:hidden; _margin-left:120px; }
	.form-box dl dd label.radio{ margin-right:5px; }
	
/*附件样式*/
.attach-list{ margin:0; padding:10px; }
	.attach-list li{ margin:0; padding:0 0 0 25px; color:#555; font-size:12px; line-height:36px; background:url(../images/sprite.gif) no-repeat 0 -108px; }
	.attach-list li span{ float:right; }
	.attach-list li i{ margin-left:10px; font-style:normal; color:#666; }
.next-prev-single{ display:none;width:100%;padding:10px 0;line-height:2em;color:#444; font-size:14px; overflow:hidden; }
	.next-prev-single p { border-left:2px solid #23ae69;padding-left:5px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
	.next-prev-single p span { display:inline-block;margin-right:10px;padding:0 10px;background:#23ae69;color:#fff; }
	.next-prev-single .prev{ float:left; }
	.next-prev-single .next{ float:right; }

.info-albums {
	margin:50px 0;
	width: 100%;
	height: 425px;
	}
.info-albums .swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width:auto;height: 400px;
}
.info-albums .swiper-slide img { height:100%; }
.info-albums .swiper-pagination { bottom:0; }
.info-albums .swiper-pagination-bullet-active { background:#84c341; }
.info-albums.full { position: fixed;z-index:2000;top:0;left:0;margin:0;height:100%;background:#000; }
.info-albums.full .swiper-slide { height:100%; }
.info-albums.full .swiper-slide img { width:auto;height:100%; }
.info-albums.full .swiper-pagination { bottom:15px; }
.info-albums.full .swiper-pagination-bullet { background:rgba(255,255,255,.6); }
.info-albums.full .swiper-pagination-bullet-active { background:#84c341; }

@media screen and (max-width:1239px){
	header { min-width:auto; }
	main,.h-about,.h-choose { width:auto;min-width:auto; }

	.m-banner { min-width:auto; }

	.m-pic-list { margin:15px 0 0 0;padding:0;width:100%;border-top:1px solid #ededed;border-left:1px solid #ededed; }
	.m-pic-list li { margin:0;width:25%; }
	.m-pic-list li a { font-size:13px;border:0;border-right:1px solid #ededed;border-bottom:1px solid #ededed; }
	.m-pic-list li a:hover { border-color:#ededed; }
	.m-pic-list li em { height:auto;max-height:255px; }
	.m-pic-list li a:hover em img { transform:scale(1); }

	footer { padding:20px 10px 30px 10px;width:auto; }
}
	

@media screen and (max-width:1110px){
	header section div { width:170px; }

	/* .h-banner { height:500px; } */
	.h-choose ul li div p { height:80px; }
	.m-pic-list li { margin:0;width:33.3333333%; }
}


@media screen and (max-width:1000px){
	header p { display:none; }
	/* .h-banner { height:450px; } */
	/* .case-list li { width:33.3333333%; } */
}

@media screen and (max-width:900px){
	/* .h-banner { height:400px; } */

	/* .txt-news { margin-left:465px; }
	.txt-news dl dt { width:75px; }
	.txt-news dl dd { margin-left:90px; }
	.txt-news dl:hover dt { border-top-left-radius:25px;border-bottom-right-radius:25px; } */
}

@media screen and (max-width:860px){
	header section { height:56px; }
	header section a.logo { margin-top:-20px;height:40px; }
	header nav { display:none; }
	
	menu { display:block; }
	menu>a:nth-child(2) em:after{content: "\e65f";}
	menu>a:nth-child(3) em:after{content: "\e655";}
	menu>a:nth-child(4) em:after{content: "\e61f";}
	menu>a:nth-child(5) em:after{content: "\e7a5";}
	menu>a i{display:block;line-height:2.5em;font-size:10px;}
	#index menu>a:nth-child(2),
	#aboutus menu>a:nth-child(3),
	#products menu>a:nth-child(4),
	#contactus menu>a:nth-child(5) { color:#84c341; }
	#index menu>a:nth-child(2) em:after{content: "\e604";}
	#aboutus menu>a:nth-child(3) em:after{content: "\e661";}
	#products menu>a:nth-child(4) em:after{content: "\e609";}
	#contactus menu>a:nth-child(5) em:after{content: "\e657";}

	menu h1 { display:none;float:left;margin:5px 0;width:100%;height:40px;border-bottom:1px solid #1f1f1f;color:#33870e;font-weight:100;overflow:hidden;text-align:center; }
	menu div { display:none;float:left;margin-top:4px;width:100%;line-height:30px;border-top:1px solid #1f1f1f;overflow:hidden;text-align:center;font-size:10px; }
	menu div a { float:none;display:inline-block;padding:0 30px;width:auto;height:40px;line-height:40px;text-transform:Uppercase;font-size:10px;color:#fff; }
	menu div>a:nth-child(1) { color:#84c341; }

	menu.open { padding:10px 0;height:260px;border-top:1px solid #1f1f1f;background:url(../images/menu-bg.jpg) no-repeat center center;background-size:auto 100%; }
	menu.open a { margin:10px 0; }
	menu.open a:nth-child(5) { display:none; }
	menu.open h1,menu.open div { display:block; }
	#menuMask {display:none;background:rgba(0,0,0,1) url(../images/menu-logo.png) no-repeat center 100px;background-size:110px auto;position:fixed;z-index:999;top:0;left:0;width:100%;height:100%; }


	.h-choose ul li div { transition:all .2s ease;margin:10px 5px;padding:20px; }
	.m-pic-list li { float:left; }

	.m-catalog a { margin:3px;padding:0 10px;line-height:34px;font-size:12px; }
	.m-catalog-child a { margin:0 8px; }

	.goods-pic{ float:none;margin-top:0;width:100%; }
	.pic-box{ float:none;width:100%; }
	.pic-preview{ width:auto;height:auto;text-align:center; }
	.pic-preview img { width:auto;height:200px; }
	.pic-scroll{ width:100%; }
	.pic-scroll .prev,.pic-scroll .next{ height:60px; line-height:60px; }
	.pic-scroll .items{ width:90%; height:62px; }
	.pic-scroll .items ul{ height:100%; }
	.pic-scroll .items ul li{ margin-right:5px;width:auto;height:100%; }
	.pic-scroll .items ul li img{ width:70px; height:56px; }
	.goods-info { float:none;margin:20px 0 0 0;width:100%;overflow:hidden;}
	.goods-info h1 { font-size:20px; }
	.goods-info h2 { font-size:15px; }
	.goods-info .info { margin-top:10px;line-height:2em; }
	.cont-title h3 { padding:0px 20px;height:34px;line-height:36px;font-size:16px; }

	.info-albums { margin:30px 0 0 0;height:275px; }
	.info-albums .swiper-slide { height:250px; }

	.info-albums.full { margin:0;background:#000; }
	.info-albums.full .swiper-slide { width:100%; }
	.info-albums.full .swiper-slide img { width:100%;height:auto; }
	

	footer { padding:40px 10px 80px 10px; }
	footer nav { display:none; }
	#goTop { bottom:120px;right:8px; }
	.os.open { right:8px; }
}

@media screen and (max-width:760px){
	/* .h-banner { height:300px; } */
	.h-banner .swiper-pagination { bottom:15px; }
	
	.h-about { margin-top:20px;padding:0 5px; }
	.h-about section { margin:40px auto;width:100%;font-size:14px;overflow:hidden; }
	.h-about section a.pic { float:none;margin:0 0 20px 0;max-width:100%; }
	.h-about section a.pic img { width:100%;height:auto; }
	.h-about section a.pic:hover img { transform:scale(1); }

	.h-choose ul li div em { display:block;font-size:60px;color:#83ac29;font-family:'iconfont'; }
	.h-choose ul li div i { display:block;margin:0 auto;width:50%;height:20px;border-top:1px solid #eeeeee; }
	.h-choose ul li div h3 { line-height:4em;font-size:20px; }
	.h-choose ul li div p { height:90px; }

	/* .h-choose h1 { height:80px; } */
	/* .txt-news dl dt { width:75px; }
	.txt-news dl dd { margin-left:90px; }

	.case-list li { width:50%; } */

	/* .m-banner h1 { bottom:12px; }
	.m-banner h1 i { width:50px; }  */

	
	.m-pic-list li { width:50%; }
	.m-pic-list li p { height:30px;font-size:12px; }

	
	.m-share .page-set { display:none; }
}
@media screen and (max-width:540px){
	header div { display:none; }
	
	.h-choose h1 { height:50px; }
	.h-choose ul li div { padding:10px; }
	.h-choose ul li div i { font-size:45px; }
	.h-choose ul li div h3 { font-size:15px;line-height:2em; }
	.h-choose ul li div p { height:80px;font-size:12px; }
	
	/* .m-banner { height:120px; } */

	footer section dl dd { display:none; }

	.Validform_checktip { display:inline-block;margin:5px 0 0 0;height:20px;line-height:20px; }
	.Validform_wrong { background:url(/css/valid_icons.png) no-repeat -20px -40px; }
}
@media screen and (max-width:480px){
	/* .h-banner { height:190px; }
	.h-banner .swiper-pagination { bottom:10px; }
	.h-banner .swiper-pagination-bullet { width:5px;height:5px; }
	.h-banner .swiper-pagination-bullet-active { width:20px;border-radius:3px; } */
	/* .h-title { width:88%; } */
	header { position:static;background:#33870e; }
	
	.h-choose h1 { height:45px; }

	.m-title { height:150px; }
	
	.n-list li{ padding-bottom:15px; }
	.n-list li h2 a{ margin:8px 0 10px 0;font-size:16px; }
	.n-list li .note a{ margin-right:10px;width:100px;height:80px; }
	.n-list li .note p{ font-size:11px;line-height:1.4em;max-height:60px; }
	.n-list li .note .info{ padding-top:8px; }
	.n-list li .note .info .time{ background-position:0 -160px; }
	.n-list li .note .info .view{ background-position:0 -37px; }
	
	
	footer {padding-top:30px;}
	footer section dl dt p { font-size:12px; }
	footer section dl dt h3 { font-size:16px; }
}

@media screen and (max-width:400px){
	.title{margin:40px auto;}
	.subtitle{margin-top:15px;margin-bottom:25px}
	.subtitle h2{font-size:30;}
	.h-choose ul li { width:100%; } 
	.h-choose ul li div { margin:10px 5px;padding:30px; }
	.h-choose ul li div i { width:60%; }
	.h-choose ul li div h3 { line-height:3em;font-size:22px; }
	.h-choose ul li div p { height:auto;font-size:15px;  }

	main.contact h1 { margin:20px 0;text-indent:22px;font-size:16px; }
	.m-catalog { max-width:100%;overflow:hidden; }
	.m-catalog a { margin:2px;padding:0 8px;line-height:34px;font-size:14px;border-radius:2px; }

	.m-pic-list { margin-top:15px;padding:0 0 5px 0;border:0; }
	.m-pic-list li a { border:0;margin:5px;padding:0;border-radius:5px;background:#eee;overflow:hidden; }
	.m-pic-list li p { height:34px; }
	.h-more { display:none; }

	.info-list { margin:20px auto; }
	.info-list li { width:100%;height:38px;line-height:38px;font-size:12px; }
	.info-list li a { width:70%; }
	.info-list li span { width:auto; }

	.join-us ol { height:34px;line-height:34px; }
	.join-us ol li { font-size:12px; }
	.join-us dl dt { height:34px;line-height:34px; }
	.join-us dl dt em { font-size:12px; }
	.join-us dl dd { padding:15px 5px;font-size:12px; }

	.info-cont p { margin:5px 0 0 0; }

	

	#MapContent { height:350px; }

	.form-box{ padding:0;font-size:12px; }
	.form-box dl{ padding:0; }
	.form-box dl dt{ width:70px;font-size:12px;}
	.form-box dl dd{ padding:5px 0 5px 0;font-size:12px; }

	footer { line-height:2em; }
	footer p { font-size:12px; }
	footer .mobile { display:none; }
}
@media screen and (max-width:360px){
	.h-choose h1 { height:40px; }
}