@charset "utf-8";
/* CSS Document */
body {
    font-family: "Microsoft Yahei", '微软雅黑', arial;
    font-size: 14px;
    line-height: 22px;
    color: #333;
    margin: 0px;
    padding: 0px;
	background: url(../images/badyback_02.jpg) repeat;
	   
}
img {
    max-width: 100%;
    margin: 0px;
    padding: 0px;
    border: 0px;
}
ul, li {
    margin: 0px;
    list-style-type: none;
    padding: 0px;
}
a {
    color: #666;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #033823;
}
h2, p, h1, h3, h4, dd, dt {
    margin: 0;
    padding: 0;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: "";
    height: 0;
    width: 0;
    clear: both;
    display: block;
}
.container {
    width: 1200px;
    margin: 0 auto;
}
.top{     background-color:#4ab344; font-size:16px; height: 40px; line-height: 40px; color: #fff;}
.gd{ width:50%;  position:relative; height: 40px; overflow: hidden;}
		.gd .bd .tempWrap{ width:100% !important; }/* 用 !important覆盖SuperSlide自动生成的宽度，这样就可以手动控制可视宽度。 */
		.gd .bd ul{ overflow:hidden; zoom:1; }
		.gd .bd ul li{ margin-right:20px;  float:left;   text-align:left; _display:inline; width:auto !important;  }/* 用 width:auto !important 覆盖SuperSlide自动生成的宽度，解决文字不衔接问题 */


		.txtMarquee-left .bd ul li span{ color:#999;  }
.header {
    padding: 15px 0;
}
.nav {
    margin-left: 40px;
    margin-top: 21px;
}
.nav li {
    float: left;
    min-width: 110px;
    text-align: center;
    position: relative;
}
.nav li a {
    display: block;
}
.nav li.on a, .nav li a:hover {
    background: #4ab344;
    border-radius: 20px;
}
.nav li.on a, .nav li:hover a {
    color: #fff;
}
.nav li>a {
    font-size: 16px;
    line-height: 38px;
}
.nav li .sub {
    display: none;
	position:absolute; top:50px; left:0; right:0;
	z-index: 9999;
    border-radius: 4px;
    background: #4ab344;
    padding: 5px 0;
    line-height: 30px;
}
.nav li .sub i {
    display: block;
    position: absolute;
    font-size: 0;
    top: -8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1px;
    line-height: 0;
    border-width: 8px;
    border-color: #4ab344;
    border-top-width: 0;
    border-style: dashed;
    border-bottom-style: solid;
    border-left-color: transparent;
    border-right-color: transparent;
}
.nav li .sub a {
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 0;
}
.nav li .sub a:hover {
    background: #4a9c46;
}
.tel {
    font-size: 36px;
    color: #099500;
    font-weight: bold;
    line-height: 95px;
}
video{
    width: 100%;
    height: auto;
  
    -webkit-transform: translate(-0%,-0%);
    -ms-transform: translate(-0%,-0%);
    transform: translate(-0%,-0%);
}
.banner {
    position: relative;
    overflow: hidden;
	width:100%; height: 700px;
}
.banner img{ position:absolute; left:0; right:0; top:0; bottom: 0; width:100%;height: 100%; z-index: 999;}
.banner .hd {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 20px;
    z-index: 9999;
    text-align: center;
}
.banner .hd li {
    display: inline-block;
    transition: width .4s;
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: .5;
    border-radius: 50%;
    border: none;
}
.banner .hd li+li {
    margin-left: 10px;
}
.banner .hd li.on {
    width: 24px;
    height: 10px;
    background: #4ab344;
    border-radius: 5px;
    opacity: 1;
    border: none;
}
.prev, .next {
    position: absolute;
    z-index: 999;
    display: block;
    width: 60px;
    top: 50%;
    height: 60px;
}
.prev {
    left: 40px;
}
.next {
    right: 40px;
}
.prev span {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/vbg01.png) -566px -1288px;
    background-repeat: repeat;
}
.next span {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/vbg01.png) -604px -1288px;
    background-repeat: repeat;
}
.prev:hover, .next:hover {
    background: rgba(0,0,0,0.5);
    border-radius: 10px;
}
.tit {
    margin: 40px 0;
    text-align: center;
}
.tit h3 {
    color: #26272c;
    font-size: 36px;
    margin-bottom: 15px;
}
.tit h3 span {
    display: inline-block;
    margin-left: 5px;
    color: #4eb00b;
}
.tit p {
    vertical-align: middle;
    text-align: center;
    font-size: 24px;
    color: #a5a5a5;
    line-height: 40px;
}
.tit p i {
    display: inline-block;
    color: rgb(69, 176, 10);
    font-family: 微软雅黑, "microsoft yahei";
    font-size: 30px;
}
.tit p i:first-child {
    margin-right: 5px;
}
.tit p i:nth-child(3) {
    margin-left: 5px;
}
.about {
    margin: 40px auto;
}
.about_info {
    width: 48%;
	border:#eee solid 1px;
		box-sizing: border-box;
	padding:20px ;
}
.about_info h2 {
    font-size: 24px;
}
.about_info div {
    padding: 20px 0;
}
.about_info div p {
    line-height: 1.8em;
    text-indent: 2rem;
    font-size: 16px;
    margin-bottom: 5px;
}
.about_info a {
    display: inline-block;
    padding: 8px 30px;
    border: #ddd solid 1px;

    border-radius: 10px;
	  background: #4eb00b;
	 color: #fff;
}
.about_info a:hover {
    background: #4eb00b;
    color: #fff;
    border: #4eb00b solid 1px;
}
.about_video {
    width: 590px;
    max-width: 590px;
}
.ryzz {
    padding: 30px 0;
}
.tit2 {
    border-bottom: #ddd solid 1px;
    width: 100%;
    line-height: 2.5em;
    position: relative;
    color: #4eb00b;
    font-size: 18px;
    font-weight: bold;
}
.tit2 a {
    font-size: 14px;
    color: #666;
    float: right;
    display: inline-block;
    margin-top: 10px;
}
.tit2 span {
    position: absolute;
    left: 0;
    height: 2px;
    bottom: 0px;
    background: #4eb00b;
    display: block;
    width: 80px;
}
.picMarquee-left {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 20px 0;
}
.picMarquee-left .bd {
    width: 100%;
}
.picMarquee-left .bd ul {
    overflow: hidden;
    zoom: 1;
}
.picMarquee-left .bd ul li {
    width: 25%;
    padding: 0 10px;
    box-sizing: border-box;
    float: left;
    text-align: center;
}
.picMarquee-left .bd ul li .pic {
    text-align: center;
}
.picMarquee-left .bd ul li .pic img {
    display: block;
    padding: 2px;
}
.pro_type {
    width: 304px;
}
.product {
    padding: 40px 0;
	    background-color: rgba(220, 214, 214, 0.33);
}
.pro_type .top {
    height: 86px;
    background: url(../images/probg.jpg) no-repeat top center;
    box-sizing: border-box;
    padding: 15px 20px 0 20px;
    color: #fff;
}
.pro_type .top h3 {
    font-size: 30px;
    font-weight: 0 !important;
    line-height: 36px;
    letter-spacing: 2px;
}
.pro_type .top p {
    font-size: 16px;
}
.pro_type .center {
    background: #f3f3f3;
    padding: 20px;
    box-sizing: border-box;
}
.pro_type .center li a {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    background: #fff;
    display: block;
    text-indent: 2em;
    margin-bottom: 15px;
}
.pro_type .center li>a {
    background:#4ab344;
	color: #fff;
}
.pro_type .center li>a i{ float:right; display: inline-block; color: #fff; font-size: 20px; margin-right: 20px; font-style: normal;}

.pro_type .bottom .xlxwm{
    background: #4ab344;
    color: #fff;
	box-sizing: border-box;
	padding:30px 15px;
}
.pro_type .xlxwm h4{font-size:18px; margin-bottom: 15px;}
.pro_type .xlxwm p{ font-size:15px; margin-bottom: 10px;}
.pro_type .bottom a {
    color: #fff;
}
.pro_list {
    width: 72%;
}
.pro_list li {
    float: left;
	width:33.33%;
    box-sizing: border-box;
    padding: 0 10px;
    margin-bottom: 30px;
	max-height: 494px;
}
.pro_list li .img{ margin-bottom: 10px;width:100%;}
.pro_list li .img img{width:100%;}
.pro_list li b {
    font-size: 16px;
	display:block;
	text-align: center;
}
.pro_list li p {
    font-size: 16px;
    color: rgb(78, 176, 11);
    margin-bottom: 10px;
	line-height: 2rem;
	text-align: center;
}
.pro_list li span {
    display: inline-block;
    border: 1px solid #e5e5e5;
    padding: 5px 20px;
}
.pro_list li span:hover{ background: #4ab344; color: #fff;}
.crcm {
    position: relative;
    background: url(../images/bg.jpg) no-repeat top center;
    padding: 50px 0;
}
.crcm_list {
    position: relative;
}
.crcm_list .hd {
    position: absolute;
    left: 0;
    right: 0;
    marign: 0 auto;
    bottom: -50px;
    text-align: center;
}
.crcm_list .hd li {
    background: #ddd;
    text-indent: -999px;
    overflow: hidden;
    width: 30px;
    height: 4px;
    display: inline-block;
}
.crcm_list .hd li.on {
    background: #4eb00b;
}
.crcm_list .hd li+li {
    margin-left: 10px;
}
.crcm_list .bd {
    width: 100%;
    margin-bottom: 50px;
}
.crcm_list .bd li {
    float: left;
    width: 33.33%;
    box-sizing: border-box;
    padding: 0 10px;
}
.news {
    padding: 40px 0;
}
.news_hot {
    width: 40%;
}
.news_hot b {
    font-size: 16px;
    line-height: 2em;
    color: #333;
}
.news_hot p {
    color: #666;
    padding: 8px 0;
}
.news_hot span {
    display: inline-block;
    padding: 8px 20px;
    color: #fff;
    background: #4eb00b;
}
.news_list {
    width: 57%;
}
.news_list li {
    padding: 15px 0;
    border-bottom: #ddd solid 1px;
}
.news_list li:first-child {
    padding: 0 0 15px 0;
}
.news_list .date {
    width: 20%;
    text-align: center;
    padding-top: 10px;
}
.news_list .date b {
    font-size: 36px;
    color: #646568;
}
.news_list .ninfo {
    width: 78%;
}
.news_list .ninfo b {
    font-size: 16px;
}
.news_list .ninfo p {
    color: #666;
}
/* 本例子css */
.multipleLine {
    overflow: hidden;
    position: relative;
    width: 100%;
	padding:20px 0;
  
}
.multipleLine .hd {
	position:absolute;
    overflow: hidden;
   left:0; right:0; margin:0 auto;
	bottom:0;
	text-align: center;
}

.multipleLine .hd ul li {
	display: inline-block;
    width: 50px;
    height: 4px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
	background: #ddd;
}
.multipleLine .hd ul li.on {
	background: #4ab344;
}
.multipleLine .bd {
    padding: 10px;
    overflow: hidden;
}
.multipleLine .bd ul {
    overflow: hidden;
    zoom: 1;
    margin-bottom: 10px;
}
.multipleLine .bd ul li {
	display:block;
	float: left;
	width:25%;
	padding:0 10px;
	box-sizing: border-box;
	margin-bottom: 15px;
    overflow: hidden;
    text-align: center;
}
.multipleLine .bd ul li .pic {
    text-align: center;
}
.multipleLine .bd ul li .pic img {
    display: block;
 
}


.links {
    height: 40px;
    line-height: 40px;
    background: #4ab344;
    color: #fff;
}
.links a {
    color: #fff;
    display: inline-block;
}
.links a+a {
    marign-left: 5px;
}
.foot {
    background: #222d31;
    padding: 15px 0;
}
.foot .fl {
    width: 68%;
}
.fnav p {
    color: #4ab344;
}
.fnav a {
    color: #fff;
    display: inline-block;
    line-height: 2rem;
}
.fnav a+a {
    margin-left: 20px;
}
.lxfs {
    margin-top: 35px;
}
.lxfs p {
    line-height: 1.5rem;
    color: #fff;
}
.foot .fr {
    width: 30%;
}
.tel1 i {
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #fff;
}
.tel1 span {
    font-size: 18px;
    color: #fff;
    display: block;
}
.tel1 b {
    color: #4ab344;
    font-size: 36px;
    line-height: 3rem;
}
.ewm {
    margin-left:10px;
    max-width: 130px;
	margin-top:15px;
}
.nbody{ padding:20px 0 50px 0;background-color: rgba(220, 214, 214, 0.33);}
.productlist{width:100%;}
.productlist li{width:33.33%;}
.pages{paddding:20px 0; text-align: center;}
.pages li{ display: inline-block;padding:5px 10px;border:#ddd solid 1px;}
.pages li+li{margin-left:10px;}
.pages li.c{ background:#4ab344; border:#4ab344 solid 1px;color:#fff;}
.pages li.c a{ color:#fff;}

.pro_detail{ padding:30px 0;}
.pro_detail h1{font-size:24px; text-align: center; border-bottom: #ddd solid 1px; line-height: 4rem;}
.product_info{padding:20px 0;}

.xgproduct{border-top:#ddd solid 1px; padding:15px 0;}
.xgproduct a{ display: inline-block;}
.newslist{width:100%; padding:30px 0 50px 0;}
.newslist .date{width:10%;}
.newslist .ninfo{width:88%;}
.nabout{color: #636363; line-height: 2rem;}
.nabout p{ margin-bottom: 15px; font-size:18px;}

