@charset "UTF-8";
html{margin:0;padding:0;border:0;}
body,div,span,object,iframe,h1,h2,h3,h4,p,blockquote,pre,a,address,code,b,em,img,
dl,dt,dd,ol,ul,li,fieldset,form,label,footer,
header,hgroup,nav,section
{margin:0;padding:0;border:0;}
body{background:#fff;position:relative;color:#000;font:14px/1.5 Microsoft YaHei,arial,宋体,sans-serif;vertical-align:baseline;width:100%;overflow-x:hidden;}
a{text-decoration:none;outline:none;}
a:link{color:#333;}
a:visited{color:#fff;}
a:hover,a:active,a:focus{color:#309629;text-decoration:none;outline:none;}
input{padding:0;margin:0;font-family:'Microsoft YaHei';}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}
h1,h2,h3,h4{font-size:14px;}
hr {border: 0;height:0;}

.top {
    line-height: 35px;
	color: #fff;
	background: #309629;
}
.top a {
	color:#fff;
}
/*导航*/
.navbar-default {
    border-color: transparent;
	background-color: transparent;	
}
.navbar {
    margin: 0;   
}
.navbar-brand {
    height:auto;
}
.navbar-static-top {
	border-width: 0 0 0px; 
}
.navbar-nav {
	padding: 10px 0;
}
.navbar-brand img{ width: 200px; padding: 10px 0;}
.navbar-nav>li {
	margin-left:2px;
}
.navbar-nav>li a{
    padding: 15px;
	font-size:16px;
	color:#000;
}
.navbar-nav>li a:hover,.navbar-nav>li a.active{
    color: #309629!important;
}
.navbar-toggle.collapsed {
	margin-top: 20px;
}
@media (min-width:768px) and (max-width:1200px){
    .navbar-nav>li a{
		padding: 15px 10px;
	}
}
@media (min-width:992px) and (max-width:1200px){
    .navbar-header{
        width:35%;
    }
}
@media (min-width:768px) and (max-width:991px){
	.navbar-header{
        width:36%;
    }
	.navbar-nav>li a {
        padding:15px 5px;
    }
	.navbar-brand {
		padding:15px 0!important;
	}
}
@media (max-width:768px){
    .navbar-brand{
        width: 80%;
		padding:0!important;
    }
	.navbar-brand img {
		max-width: 60%;
	}
    .navbar-nav>li a {
        padding:10px;
		font-size:14px;
    }
    .navbar-nav {
      margin:0 -15px!important;
	  padding:0px;
    }	
}

.jianju {
	padding: 45px 0px;
}
.icon {
    background: url(../images/iconbg.jpg) repeat;
    overflow: hidden;
}
.icon ul li:hover{
    background:#309629!important;
}
.icon ul li:nth-of-type(odd){ 
    background:rgba(48, 150, 41, 0.6);
}
.icon ul li:nth-of-type(even){ 
    background:rgba(24, 136, 41, 0.6);
}
.icon ul li .icon-img img{
    display: inline-block;
}
.icon ul li .icon-txt {
    padding-top: 10px;
    color: #fff;
}
.icon ul li .icon-txt p{ text-align:center;font-size: 13px;}
.icon ul li .icon-txt span{
    font-size: 24px;   
    margin-bottom: 10px;
}

.tit {
    margin-bottom: 30px;
    position: relative;
}
.tit h3 {
    font-size: 60px;
    color: #f6f6f6;
    text-transform: uppercase;
    font-family: "Arial";
    z-index: -1;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
.tit span {
    display: block;
    font-size: 30px;
    color: #333;
    line-height: 75px;
    font-weight: bold;
}
.tit span::before {
    content: "";
    width: 2px;
    height: 38px;
    background: #e96a38;
    position: absolute;
    left: 50%;
    bottom: -35px;
}

.about-box {
    padding-top: 45px;
    font-size: 16px;
    line-height: 30px;
}
.more {
    background: url(../images/arrow.png) repeat 26px -97px;
    width: 148px;
    margin:0 auto;
    height: 30px;
    display: block;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    border:1px solid #dfdfdf;
    margin-top: 30px;
}
.more:hover {
  background: url(../images/arrow.png) no-repeat 26px -127px;
  border-color: #b6b6b6;
}

.pro-box {
    background: #f5f5f5;
    padding: 45px 0;
}
.title {
    margin-bottom: 30px;
}
.title h3 {
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
}
.title span {
    display: block;
    font-size: 24px;
    color: #575757;
    line-height: 40px;
}

.pro-cate {
    overflow: hidden;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    position: relative;
    text-align: center;
}
.pro-cate li {
    display: inline-block;
	background: #309629;
    padding: 0 34px;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    position: relative;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.pro-cate li a{ color:#fff;}
.pro-cate li:hover {
    color: #309629;
}
.pro-cate li:hover::before{
    width: 100%;
    content: "";
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
    border-top: 1px solid #309629;
}
.pro-con {
    overflow: hidden;
}
.pro-con ul {
    padding: 0 20px;
    margin: 0 -10px;
}
.pro-con ul li {
    margin-top: 30px;
	padding: 0px;
    cursor: pointer;
}
.pro-con ul li .con {
    margin: 0 10px;
    position: relative;
}
.pro-con > ul > li > .con > a {
    padding-top: 66.6%;
    height: 0;
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 9;
}
.pro-con > ul > li > .con > a > span > img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.pro-con > ul > li:hover > .con > a > span > img {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
}
.pro-con > ul > li > .con > a > p {
    width: 100%;
	background: rgba(0,0,0,0.6);
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 20px;
    text-align: center;
    letter-spacing: 1px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
}
.pro-con > ul > li:hover > .con > a > p {
    bottom: -50px;
}
.pro-con ul li .txtbg {
    width: 100%;
    height: 100%;
	background: rgba(0,0,0,0.7);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    z-index: 9;
}
.pro-con ul li .txt {
    width: 96%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}
.pro-con ul li:hover .txtbg {
    opacity: 1;
}
.pro-con ul li .txt h4 {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 1px;
}
.pro-con ul li .txt h4 a {
	color: #fff;
}
.pro-con ul li .txt p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
    height: 48px;
    overflow: hidden;
    opacity: 0.7;
}
.pro-con ul li .txt a.more-m {
    display: inline-block;
    margin-top: 24px;
    background: url(../images/more.png) no-repeat center center;
    width: 21px;
    height: 21px;
}

.white {
	color: #fff!important;
}
.adv-box {
	background:url(../images/adv.jpg) no-repeat center;
	background-attachment:fixed;
}
.adv-con {
    background: url(../images/advdot.png) center top no-repeat;
    position: relative;
    padding-top: 42px;
}
.adv-con::before {
    content: "";
    width: 100%;
    height: 1px;
    background: white;
    opacity: 0.2;
    position: absolute;
    left: 0;
    top: 9px;
}
.adv-con ul {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
}
.adv-con ul li {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    padding:0%;
    cursor: pointer;
}
.adv-con ul li span {
    height: 128px;
    display: block;
    text-align: center;
	padding: 1% 0;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
}
.adv-con ul li span img {
    display:inline-block;
	height:128px;
}
.adv-con ul li:hover span img {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    margin-top: -5px;
}
.adv-con ul li p {
    width: 100%;
    margin-top: 12px;
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-con li {
    margin-bottom: 30px;
    cursor: pointer;
	height:170px;
}
.news-con li .con {
    background: #f5f5f5;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 20px 10px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
.news-con li .con .pic img {
    width: 100%;
    height: 100%;
	border: 2px #309629 solid;
}
.news-con li .con .txt h3 {
    width: 100%;
	font-size: 16px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-con li .con .txt h3 a {
    font-size: 18px;
    color: #333;
    line-height: 26px;
    height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.news-con li:hover .con .txt h3 a {
    color: #fff;
}
.news-con li .con .txt p {
    margin-top: 10px;
    color: #333;
    line-height: 24px;
    opacity: 0.66;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news-con li .con .txt span {
    width: 100%;
    margin-top: 10px;
    color: #333;
    height: 28px;
    line-height: 28px;
    opacity: 0.4;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    display: block;
    -ms-transition: all 0.5s ease-out 0s;
}
.news-con li:hover .con {
    background: #309629;
    box-shadow: 0 0 0;
}
.news-con li:hover .con .txt span {
    color: #fff;
    opacity: 1;
}
.news-con li:hover .con .txt h3 {
    color: #fff;
}
.news-con li:hover .con .txt p {
    color: #fff;
}

.con-box {
	background:url(../images/conbg.jpg) no-repeat center;
	background-attachment:fixed;
	padding: 45px 0;
}
.tit-con {
	letter-spacing: 1px;
}
.tit-con span {
	display: block;
    font-size: 18px;
    color: #309629;
    font-weight: bold;
    line-height: 25px;
    letter-spacing: 1px;
}
.tit-con p {
    margin-top: 10px;
    color: #666;  
}
.con-info {
    margin-top: 30px;
}
.con-info p {
    color: #333;
    line-height: 32px;
    padding-left: 45px;
}
.con-l p:first-child{
    background: url(../images/lx.png) left center no-repeat;
}
.con-l p:nth-child(2) {
    background: url(../images/tel.png) left center no-repeat;
}
.con-m p:first-child{
    background: url(../images/email.png) left center no-repeat;
}
.con-m p:nth-child(2) {
    background: url(../images/url.png) left center no-repeat;
}
.con-r p:first-child{
    background: url(../images/fax.png) left center no-repeat;
}
.con-r p:nth-child(2) {
    background: url(../images/add.png) left center no-repeat;
}

.buss-box {
	background: #309629;
	padding: 20px 0;	
}
.buss-box span {
	color: #fff;
	font-weight: bold;
}
.buss-box a {
	color: #fff;
	display: inline-block;
    padding-right: 15px;
}
/*底部*/
.footer {
	background: url(../images/footbg.jpg) center;
	color: #fff;	
}
.footnav a{
	color: #fff;
    display: block;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
}
.footnav .sec a {
    font-size: 14px;
    font-weight: normal;
    line-height: 28px;
    opacity: 0.8;
}
.copyright {
	background:#262626;
	padding:15px 0;
	color: #ccc;
}
.copyright p {
    line-height:25px;
}
.copyright a {
	color: #ccc;
}

.crumb {
	line-height: 40px;
    background: #f3f3f3;
}
.crumb i {
	float: left;
}
.crumb i img{
	width: 70%;
    display: inline-block;
} 
.crumb a {
	color: #333;
}

.imain {
	padding: 30px 0;
	overflow: hidden;
}
.box {
	margin-bottom: 20px;
}
.box h3 {
	border-radius: 50px;
    text-align: center;
    background: #309629;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #ffffff;
    border-bottom: 1px solid #ebebeb;
    position: relative;
}
.box h3::after {
    content: "";
    width: 80px;
    height: 1px;
    position: absolute;
    left: 0;
}
.sort li{
	line-height: 45px;
	background: url(../images/sort.png) no-repeat left;
	border-bottom: 1px solid #f2f2f2;
}
.sort li a {
	text-align: center;
    margin: 5px 20px;
    background: #309629;
    color: #fff;
    display: block;
    padding-left: 20px;
    border-radius: 50px;
}
.n-news li{
	line-height: 45px;
	border-bottom: 1px dotted #999;
}
.n-news li a {
    text-align:center;
    font-size: 16px;
    color: #309629;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: bold;
}
.n-contact p{
	line-height: 35px;
    border-bottom: 1px #309629 solid;
    padding: 0 5px;
	
}
.con-tit {
	height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #545454;
    border-bottom: 1px solid #ebebeb;
    position: relative;
}
.con-tit::after {
    content: "";
    width: 80px;
    height: 1px;
    background: #309629;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.content {
	padding-top: 20px;
}
.aboutA{ padding-top:20px; text-indent:2em;}
.content p {
	line-height: 30px;
}

.pro-list {
	padding:0px!important;
}
.pro-tit {
	font-weight: bold;
    font-family: Microsoft YaHei;
    margin: 0 auto;
    width: 150px;
    line-height: 50px;
    height: 50px;
    font-size: 30px;
    border-radius: 10px;
    color: #ffffff;
    background: #309629;
}
.list ul li {
	display:inline-block;
	margin:10px;
	font-size:16px;
	background: #309629;
    padding: 5px 15px;
}
.list ul li a {
	color:#fff;
}
.protext {
	padding: 10px;
	border: 1px dotted #e5e5e5;
    color: #868686;
    background-color: #f5f5f5;
}

.pro_detail h1{
    line-height: 30px;
	font-size: 16px;
    font-weight: 700;	
}
.para {
	margin-top:15px;
}
.para p {
	line-height:30px;
    border-bottom: 1px dashed #e0e1dc;	
}
.p_detail {
	padding:15px 0;
}
.p_detail span.title {
	line-height: 30px;
    display: block;
	color: #309629;
    font-weight: 700;
    border-bottom: 1px solid #309629;
}
.p_detail p {
	line-height:30px;
}
.p_detail p img{ text-align:center;}
.tag {
    border-top: 1px dashed #e0e1dc;
}
/*相关新闻*/
.related_list h4{
	line-height: 30px;
    border-bottom: 1px solid #d7d7d7;
	color: #309629;
	font-size:16px;
	margin-top: 20px;
}
.related_news li {
	height: 35px;
	line-height: 35px;
	border-bottom: 1px dashed #ccc;
}
.related_news li a {
	width: 75%;
	float: left;
	color:#000;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.related_news li span {
	width: 25%;
	float: right;
	text-align: right;
} 
/*相关产品*/
.related_pro li {
	margin:20px 0;
}
.related_img {
	overflow:hidden;
}
.related_img img {
	width: 100%;
    height:125px;
	display: inline;	
	cursor: pointer;
    transition: all 0.6s;	
}
.related_img img:hover{
	transform: scale(1.1);
}
.related_pro li span {
	display:block;
	line-height:30px;
	background: #309629;
}
.related_pro li span a {
	color: #fff;
}
.n_para {
	border-bottom: 1px solid #e0e1dc;
}
/*网站地图*/
.map img {
	max-width:none!important;
}
.sitemap {
	margin:10px 0;
}
.sitemap h3 {
	margin:20px 0;
	font-size:16px;
}
.sitemap dl a {
	margin-right:10px;
}
/*分页*/
.pages {
	padding: 30px 0 30px;
	text-align: center
}
.pages li {
	display: inline;
	margin:0 5px;
}
.pages li a {
	padding: 5px 8px;
	border: 1px solid #ccc;
	background: #fff;
	color: #666;
	font-size:12px;
}
.pages li a:hover {
	padding: 3px 8px;
	border: 1px solid #309629;
	background: #309629;
	color: #fff;
	text-decoration: none;
}

@media (max-width:767px){
	body {
		padding-bottom:70px;
	}
	.jianju {
        padding: 20px 15px;
    }
	.footer {
		display: none;
	}
	.about-box {
		padding-top: 15px;
	}
	.n_para span{
		display:block;
	}
	.news-con li .con{
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 20px 0;
    overflow: hidden;
    box-shadow: 0 10px 20px rgb(48, 150, 41);
	}
	.mnews{
	width: 40%;
    border-right: 1px #309629 solid;
	}
	.txt{ width:60%;}
	.news-con li .con .txt h3{
	width: 100%;
    font-size: 16px;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	}
	.news-con li .con .txt p {
    color: #333;
    line-height: 18px;
    opacity: 0.76;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}   
    .pro-con ul li{ width:50%!important;}
	.adv-con ul li span{height: 81px;}
	.adv-con ul li span img{ height:80px!important;}
}
/*移动端底部导航*/
.phonefooternav {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99999;
}
.phonefooternav ul li {
  width: 25%;
  background: #494949;
  float: left;
  padding: 3px 0;
  border-right: 1px solid #666;
  list-style: none;
}
.phonefooternav ul li a {
  display: block;
  color: #fff;
  text-align: center;
}
.phonefooternav ul li a:hover{
	text-decoration: initial;
}
.phonefooternav ul li a i {
  display: block;
  font-size: 20px;
  padding: 10px 0;
}

.nav ul{width: 100%;
    background: rgb(245, 247, 245);
    position: absolute;}
.nav ul li{
    text-align: center;
    overflow: hidden;
    z-index: 99999;
    line-height:40px;
	}
.nav ul li:hover{background: #309629;}
.nav ul li:hover a{color:#fff!important;border-bottom: 3px solid #ffffff!important;}
.nav ul li a{
    border-bottom:3px solid #309629;
    color: #333;
    padding: 2px 5px;
	}
