body{font-size:14px; font-family:"微软雅黑"; background:#fff;}
.fr{ float:right;}
.fl{ float:left;}
.fn{ float:none;}
.f2{ font-size:12px;}
*{margin:0;padding:0;list-style-type:none;}
a,img{border:0;text-decoration: none;}
ul,li{padding:0px; margin:0px; list-style:none;}
ul li a:hover{ color:#24a249;}
div a:hover{ color:#24a249;}
input,form,select,textarea{ margin:0px;padding:0px; outline:medium; border:0; border-radius:0; background:none; font-family:"微软雅黑"; font-size:14px;}
i,em{ font-style:normal;}
.mo{ margin: 0 auto;}
.most{ width:100%; height:auto; overflow:hidden; display:block;}
.roundBorder{border-radius: 15px;} 
.clear{ clear:both; height:0; overflow:hidden;} 
.dsk{ width:100%; height:100%; display:block; overflow:hidden;}
/*定位*/
.pr{ position: relative;}
.pa{ position: absolute;}
.pf{ position: fixed;}

/*块级转换*/
.db { display: block;}
.dn { display: none;}
.di { display: inline;}
.dib { display: inline-block;}

/*清除浮动*/
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.clearfix{*zoom:1;}

/*首页*/
a { 
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.lazy{width:100%;height:100%;background: url(../images/loading.gif) 50% no-repeat;}

.w1200 { width: 1200px; margin: 0 auto;}




.header {
	background: #fff;
	position: relative;
}

.top {
	width: 100%;
	background: #24a249;
}

.top-inner {
	width: 1414px;
	margin: 0 auto;
}

.welcome {
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}

.app {
	width: 244px;
}

.app-item {
	width: 114px;
	line-height: 30px;
	background: url(../images/bar.jpg) no-repeat right center;
	position: relative;
	font-size: 14px;
	color: #fff;
}

.app-item:last-child {
	background: none;
}

.app-link img {
	width: 23px;
	height: 23px;
	margin-right: 7px;
	vertical-align: middle;
}

.app-link span {
	vertical-align: middle;
}

.app-qr {
	display: none;
	width: 112px;
	height: 112px;
	border: 2px #24a249 solid;
	position: absolute;
	bottom: -114px;
	left: 50%;
	margin-left: -58px;
	z-index: 10;
}

.app-qr img {
	width: 112px;
	height: 112px;
}

.app-item:hover .app-qr {
	display: block;
}

.header-inner {
	width: 1414px;
	margin: 0 auto;
	padding-top: 26px;
}

.nav {
	
}

.nav li {
	width: 120px;
	float: left;
	margin: 0 10px;
}

.nav-link {
	display: block;
	width: 100%;
	height: 72px;
	line-height: 56px;
	text-align: center;
	font-size: 17px;
	color: #000;
	position: relative;
}

.nav-link:after {
	display: block;
	content: '';
	width: 0;
	height: 4px;
	background: #24a249;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.nav li:hover .nav-link {
	color: #24a249;
}

.nav li:hover .nav-link:after {
	width: 100%;
	left: 0;
}

.nav-link.active {
	color: #24a249;
}

.nav-link.active:after {
	width: 100%;
	left: 0;
}

.nav-slide {
	display: none;
	width: 100%;
	padding-top: 35px;
	padding-bottom: 65px;
	background: #f3f3f3;
	position: absolute;
	left: 0;
	z-index: 990;
}

.nav-sub {
	width: 310px;
}

.nav-sub-bar {
	line-height: 34px;
	text-align: center;
	font-size:16px;
	color: #888;
}

.nav-sub-bar a {
	color: #888;
}

.nav-content {
	padding-left: 50px;
	padding-right: 70px;
	border-left: 1px #cdced4 solid;
}

.nav-content-left {
	padding-top: 25px;
	width: 380px;
	padding-right: 25px;
}

.nav-content-left h3 {
	margin-bottom: 20px;
	font-size: 22px;
	color: #353a58;
}

.nav-content-left span {
	display: block;
	margin-bottom: 20px;
	width: 23px;
	height: 3px;
	background: #353a58;
}

.nav-content-left p {
	font-size: 14px;
	line-height: 28px;
	color: #7c7e8a;
}

.nav-content-right {
	width: 350px;
	height: 205px;
	overflow: hidden;
}

.nav-content-right img {
	width: 350px;
	height: 205px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.nav-content-right:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

@media (max-width: 1200px) {
	.top-inner {
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}

	.header-inner {
		width: 100%;
	}

	.nav li {
		width: 100px;
	}
}

.banner {
	width: 100%;
	height: 490px;
	max-width: 1903px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

/*.banner .bd li {*/
/*	width: 100%;*/
/*	height: 490px;*/
/*	position: relative;*/
/*}*/

.banner .bd img {
	width: 1920px;
	height: 490px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
	z-index: 8;
}

.banner .hd {
	width: 100%;
	text-align: center;
	font-size: 0;
	position: absolute;
	bottom: 25px;
	left: 0;
	z-index: 9;
}

.banner .hd li {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 6px;
	background: url(../images/dot1.png) no-repeat;
	cursor: pointer;
}

.banner .hd li.on {
	background: url(../images/dot2.png) no-repeat;
}

.classify {
	width: 100%;
	background: #f8f6f7;
}

.classify li {
	width: 240px;
	height: 140px;
	float: left;
	position: relative;
	margin: 0 29px;
}

.c-link {
	display: block;
	width: 240px;
	height: 140px;
	position: relative;
}

.c-img {
	width: 240px;
	height: 140px;
	opacity: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.c-img img {
	width: 240px;
	height: 140px;
}

.c-box {
	width: 240px;
	height: 130px;
	padding-top: 10px;
	text-align: center;
	font-size: 16px;
	color: #333;
}

.c-box img {
	width: 90px;
	height: 90px;
	margin-bottom: 10px;
	background: #24A249;
	border-radius: 45px;
}

.c-tit {
	width: 240px;
	height: 66px;
	background: url(../images/f-bar.jpg) repeat-y;
	text-align: center;
	line-height: 66px;
	font-size: 16px;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	opacity: 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.c-tit .i {
	display: inline-block;
	width: 60px;
	height: 60px;
	margin-right: 10px;
	vertical-align: middle;
}

.c-tit span {
	vertical-align: middle;
}

.f-icon1-h {
	background: url(../images/f-icon1-h.png) no-repeat;
	background-size: 60px 60px;
}

.f-icon2-h {
	background: url(../images/f-icon2-h.png) no-repeat;
	background-size: 60px 60px;
}

.f-icon3-h {
	background: url(../images/f-icon3-h.png) no-repeat;
	background-size: 60px 60px;
}

.f-icon4-h {
	background: url(../images/f-icon4-h.png) no-repeat;
	background-size: 60px 60px;
}

.f-icon5-h {
	background: url(../images/f-icon5-h.png) no-repeat;
	background-size: 60px 60px;
}

.classify li:hover .c-img {
	opacity: 1;
}

.classify li:hover .c-tit {
	top: 139px;
	opacity: 1;
}

.content {
	padding: 32px 0 52px;
	background: url(../images/content-bg.png) no-repeat center 207px #f1f6f6;
}

.index-pro {
	margin-bottom: 25px;
}

.index-tit {
	margin-bottom: 20px;
	overflow: hidden;
	line-height: 35px;
}

.index-tit h3 {
	font-size: 26px;
	color: #037629;
	font-weight: normal;
}

.index-tit span {
	font-size: 14px;
	color: #8c8c8c;
}

.index-tit a {
	float: right;
	font-size: 14px;
	color: #8c8c8c;
}

.index-pro-list {
	padding-top: 7px;
	overflow: hidden;
}

.index-pro-list ul {
	width: 105%;
}

.index-pro-list li {
	width: 285px;
	height: 347px;
	float: left;
	margin-right: 20px;
}

.index-pro-box {
	background: #fff;
	border-bottom: 5px #fff solid;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.index-pro-list li:hover .index-pro-box {
	margin-top: -7px;
	border-bottom: 5px #368b4f solid;
}

.index-pro-img {
	width: 285px;
	height: 240px;
	overflow: hidden;
}

.index-pro-img img {
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.index-pro-list li:hover img {
/*	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);*/
}

.index-pro-info {
	padding: 15px;
	text-align: center;
}

.index-pro-name {
	margin-bottom: 15px;
	font-size: 20px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index-pro-name a {
	color: #333;
}

.index-pro-tips {
	font-size: 14px;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index-pro-list li:hover .index-pro-tips {
	color: #368b4f;
}

.index-news {
	width: 725px;
}

.index-news-show {
	padding-bottom: 24px;
	border-bottom: 1px #d5dada solid;
}

.index-news-img {
	width: 270px;
	height: 200px;
	overflow: hidden;
	background: #fff;
}

.index-news-img img {
	width: 270px;
	height: 200px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.index-news-img:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.index-news-info {
	width: 430px;
	padding-top: 20px;
}

.index-news-tit {
	margin-bottom: 20px;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index-news-tit a {
	color: #333;
}

.index-news-con {
	margin-bottom: 20px;
	height: 42px;
	font-size: 12px;
	line-height: 24px;
	color: #666;
	overflow: hidden;
}

.index-news-time {
	padding-left: 20px;
	font-size: 12px;
	color: #999;
	background: url(../images/clock.png) no-repeat left center;
}

.index-news-info .index-news-time {
	margin-bottom: 20px;
}

.index-news-link a {
	display: block;
	width: 114px;
	height: 28px;
	line-height: 28px;
	border: 1px #368b4f solid;
	text-align: center;
	font-size: 14px;
	color: #368b4f;
	background: #fff;
}

.index-news-link a:hover {
	background: #368b4f;
	color: #fff;
}

.index-news-list li {
	padding: 15px 0;
	border-bottom: 1px #dadada dotted;
}

.index-news-top {
	margin-bottom: 10px;
	overflow: hidden;
}

.index-news-name {
	width: 540px;
	font-size: 16px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index-news-name a {
	color: #333;
}

.index-news-p {
	font-size: 12px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index-video {
	width: 420px;
}

.index-video-box {
	width: 420px;
	height: 286px;
	overflow: hidden;
	margin-bottom: 18px;
	border-radius: 6px;
	overflow: hidden;
}

.index-about {
	width: 420px;
	height: 152px;
	overflow: hidden;
	border-radius: 6px;
}

.index-about img {
	width: 420px;
	height: 152px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.index-about:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.footer {
	background: #f2f2f2;
	border-top: 3px #24a249 solid;
}

.footer-nav {
	padding: 30px 0;
	border-bottom: 1px #e0e0e0 solid;
}

.footer-nav li {
	width: 239px;
	float: left;
	border-right: 1px #cacaca solid;
}

.footer-nav li:last-child {
	border-right: none;
}

.footer-nav a {
	display: block;
	padding-left: 80px;
}

.footer-icon1 {
	background: url(../images/footer-icon1.png) no-repeat 25px center;
}

.footer-icon2 {
	background: url(../images/footer-icon2.png) no-repeat 25px center;
}

.footer-icon3 {
	background: url(../images/footer-icon3.png) no-repeat 25px center;
}

.footer-icon4 {
	background: url(../images/footer-icon4.png) no-repeat 25px center;
}

.footer-icon5 {
	background: url(../images/footer-icon5.png) no-repeat 25px center;
}

.footer-nav h3 {
	font-size: 16px;
	color: #333;
	font-weight: normal;
}

.footer-nav p {
	font-size: 14px;
	color: #666;
}

.footer-inner {
	padding: 30px 0;
}

.footer-logo {
	margin-bottom: 15px;
}

.copyright {
	font-size: 14px;
	line-height: 24px;
	color: #666;
}

.copyright a {
	color: #666;
}

.footer-qr {
	margin-left: 10px;
	width: 120px;
	height: 120px;
}

.footer-qr img {
	width: 120px;
	height: 120px;
}

.footer-address {
	width: 200px;
	margin-left: 20px;
	padding-top: 25px;
	text-align: center;
	font-size: 14px;
	color: #666;
}

.footer-address h3 {
	margin-bottom: 10px;
	font-size: 26px;
	color: #24a249;
	font-weight: normal;
}

.footer-address-link {
	margin-bottom: 10px;
	font-size: 14px;
	color: #666;
}

.footer-address-link a {
	color: #666;
}

.link {
	width: 162px;
	margin-top: 95px;
	position: relative;
}

.link-bar {
	width: 136px;
	height: 18px;
	border: 1px #24a249 solid;
	padding: 0 12px;
	font-size: 12px;
	color: #666;
	position: relative;
}

.link-bar i {
	display: inline-block;
	width: 9px;
	height: 5px;
	background: url(../images/arrow.png) no-repeat;
	position: absolute;
	top: 7px;
	right: 6px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.link:hover .link-bar {
	background: #fff;
}

.link:hover i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.link-up {
	display: none;
	width: 100%;
	padding: 20px 0;
	background: #fff;
	position: absolute;
	bottom: 20px;
	left: 0;
	z-index: 99;
}

.link-up li {
	font-size: 12px;
	line-height: 24px;
	text-align: center;
}

.link-up a {
	color: #666;
}

/*关于我们*/
.inside-banner {
	width: 100%;
	max-width: 1903px;
	margin: 0 auto;
	height: 400px;
	overflow: hidden;
	position: relative;
}

.inside-banner img {
	width: 1920px;
	height: 400px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
	z-index: 9;
}

.sub-nav {
	width: 100%;
	background: #f3f9f7;
}

.sub-nav ul {
	text-align: center;
	font-size: 0;
}

.sub-nav li {
	display: inline-block;
	width: 130px;
	background: url(../images/bar2.jpg) no-repeat right center;
}

.sub-nav li:last-child {
	background: none;
}

.sub-nav li a {
	display: inline-block;
	height: 64px;
	border-bottom: 2px #f3f9f7 solid;
	font-size: 16px;
	color: #333;
	line-height: 64px;
}

.sub-nav li a.active {
	border-bottom: 2px #24a249 solid;
	color: #24a249;
}

.inside-content {
	padding: 60px 0;
}

.about-wrap {
	margin-bottom: 40px;
	padding-bottom: 70px;
	background: url(../images/inside-bg.jpg) no-repeat center bottom;
}

.about {
	overflow: hidden;
}

.about-info {
	width: 625px;
}

.about-tit {
	margin-bottom: 25px;
}

.about-con {
	font-size: 14px;
	color: #333;
	line-height: 26px;
}

.about-video {
	width: 485px;
	height: 360px;
}

.f-show-tit {
	margin-bottom: 34px;
	font-size: 26px;
	color: #333;
}

.f-show-list {
	overflow: hidden;
}

.f-show-list ul {
	width: 105%;
}

.f-show-list li {
	width: 291px;
	height: 194px;
	float: left;
	margin-right: 12px;
	overflow: hidden;
}

.f-show-list img {
	width: 291px;
	height: 194px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.f-show-list li:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

/*企业风采*/
.pic {
	overflow: hidden;
}

.pic ul {
	width: 150%;
}

.pic li {
	width: 386px;
	float: left;
	margin-right: 14px;
	margin-bottom: 25px;
}

.pic-item {
	border: 1px #eaeaeb solid;
}

.pic-box {
	width: 384px;
	height: 226px;
	overflow: hidden;
}

.pic-box img {
	width: 384px;
	height: 226px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.pic-box:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.pic-info {
	padding: 0 10px;
	height: 60px;
	background: #f8f9fa;
	text-align: center;
	line-height: 60px;
	font-size: 16px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pic-shadow {
	width: 384px;
	height: 6px;
}

.pic-shadow img {
	width: 384px;
	height: 6px;
}

/*企业荣誉*/
.honur {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.honur ul{width: 100%;margin: 0 auto;overflow:hidden;}
.honur li {
	width: 260px;
	float: left;
	margin: 0 20px 10px; 
}

.honur-img {
	width: 260px;
	height: 316px;
	overflow: hidden;
	background: #f6f6f6;
	box-shadow: 0 0 20px rgba(246,246,246,1);
	display: flex;
	align-items: center;
	justify-content: center;
}

.honur-img img {
	max-width: 260px;
	max-height: 316px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.honur-img:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.honur-info {
	padding: 10px;
	height: 48px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #666;
}

/*产品中心*/
.theme {
	padding: 20px 0;
	background: #fff;
}

.theme-tit {
	margin-bottom: 20px;
	font-size: 24px;
	color: #333;
}

.theme-slide {
	width: 1200px;
	height: 252px;
	overflow: hidden;
	position: relative;
}

.theme-slide .bd li {
	width: 1200px;
	height: 252px;
	overflow: hidden;
}

.theme-slide .bd li img {
	width: 1200px;
	height: 252px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.theme-slide .bd li:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.theme-slide .hd {
	width: 100%;
	text-align: center;
	font-size: 0;
	position: absolute;
	bottom: 15px;
	left: 0;
	z-index: 9;
}

.theme-slide .hd li {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 6px;
	background: url(../images/dot1.png) no-repeat left top;
	background-size: 100% 100%;
	cursor: pointer;
}

.theme-slide .hd li.on {
	background: url(../images/dot2.png) no-repeat left top;
	background-size: 100% 100%;
}

.pro-wrap {
	padding: 30px 0 60px;
	background: #f1f6f6;
}

.pro-tab {
	margin-bottom: 35px;
	border: 1px #e0e0e0 solid;
	overflow: hidden;
}

.pro-tab ul {
	width: 100%;
}

.pro-tab li {
	width: 25%;
	float: left;
	border-right: 1px #e7e7e7 solid;
}
.pro-tab li:last-child{
	border-right:none;
}
.pro-tab li a {
	display: block;
	text-align: center;
	background: #64bb80;
	height: 98px;
	line-height: 98px;
	font-size: 16px;
	color: #333;
}

.pro-tab li .i {
	display: inline-block;
	width: 60px;
	height: 60px;
	margin-right: 10px;
	vertical-align: middle;
	border-radius: 30px;
	border: 2px #ddf0ea solid;
}

.pro-icon1 {
	background: url(../images/f-icon12.png) no-repeat;
	background-size: 60px 60px;
}

.pro-icon2 {
	background: url(../images/f-icon22.png) no-repeat;
	background-size: 60px 60px;
}

.pro-icon3 {
	background: url(../images/f-icon32.png) no-repeat;
	background-size: 60px 60px;
}

.pro-icon4 {
	background: url(../images/f-icon42.png) no-repeat;
	background-size: 60px 60px;
}

.pro-icon5 {
	background: url(../images/f-icon52.png) no-repeat;
	background-size: 60px 60px;
}

.pro-tab li span {
	vertical-align: middle;
}

.pro-tab li.active a {
	background: url(../images/f-bar.jpg) repeat-y;
	color: #fff;
	background-size: 100%;
}

.pro-tab li.active .pro-icon1 {
	/*background: url(../images/f-icon1-h.png) no-repeat;*/
	background: url(../images/f-icon12.png) no-repeat;
	background-size: 60px 60px;
	border-radius: 50%;
	border: 2px solid #fff;
}

.pro-tab li.active .pro-icon2 {
	background: url(../images/f-icon22.png) no-repeat;
	/*background: url(../images/f-icon2-h.png) no-repeat;*/
	background-size: 60px 60px;
	border-radius: 50%;
	border: 2px solid #fff;
}

.pro-tab li.active .pro-icon3 {
	background: url(../images/f-icon3-h.png) no-repeat;
	background-size: 60px 60px;
}

.pro-tab li.active .pro-icon4 {
	background: url(../images/f-icon4-h.png) no-repeat;
	background-size: 60px 60px;
}

.pro-tab li.active .pro-icon5 {
	/*background: url(../images/f-icon5-h.png) no-repeat;*/
	background: url(../images/f-icon52.png) no-repeat;
	background-size: 60px 60px;
	border-radius: 50%;
	border: 2px solid #fff;
}

.pro-tab-con .index-pro-list li {
	margin-bottom: 30px;
}

/*产品*/
.p-link {
	margin-bottom: 40px;
	text-align: center;
}

.p-link a {
	display: inline-block;
	width: 100px;
	height: 30px;
	margin: 0 20px;
	font-size: 16px;
	color: #333;
	line-height: 30px;
}

.p-link a.active {
	background: #24a249;
	color: #fff;
}

/*产品详情*/
.pro-left {
	width: 600px;
}

.pro-left h3 {
	margin-bottom: 20px;
	font-size: 32px;
	color: #333;
}

.pro-left-bar {
	display: block;
	margin-bottom: 20px;
	width: 54px;
	height: 3px;
	background: #666;
}

.pro-left-list li {
/*	padding-left: 84px;*/
	font-size: 14px;
	line-height: 32px;
	color: #666;
	position: relative;
}

.pro-left-list span {
	display: block;
	width: 84px;
	position: absolute;
	top: 0;
	left: 0;
}

.pro-right {
	width: 360px;
	height: 300px;
	overflow: hidden;
}

.pro-right img {
	width: 360px;
	height: 300px;
}

.p-wrap {
	background: #fff;
}

.p-tab {
	margin-top: -70px;
	position: relative;
	z-index: 9;
	background: #f1f6f6;
}

.p-tab li {
	width: 210px;
	height: 55px;
	padding-top: 15px;
	float: left;
	margin-right: 14px;
	line-height: 55px;
	text-align: center;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.p-tab li a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 18px;
	color: #fff;
	background: #47ba3b;
}

.p-tab li a:hover {
	color: #fff;
}

.p-tab li.active {
	height: 70px;
	padding-top: 0;
	line-height: 70px;
}

.p-tab li.active a {
	color: #fff;
	background: #24a249;
}

.p-con {
	padding: 30px 0;
}

.p-table table {
	width: 100%;
	border-collapse:collapse;
	border: 1px #d6d6d6 solid;
}

.p-table td {
	padding: 10px 32px;
}

.p-table td:first-child {
	width: 104px;
	line-height: 40px;

	background: #f5f5f5;
	text-align: center;
}

.p-table-tit {
	line-height: 30px;
}

.p-table-word {
	line-height: 30px;
	color: #666;
	padding: 20px;
}

.p-honur-word {
	padding-left: 28px;
	margin-bottom: 30px;
	background: url(../images/p-dot.png) no-repeat left 10px;
	font-size: 14px;
	color: #666;
	line-height: 34px;
}

/*专题*/
.theme-list {
	overflow: hidden;
}

.theme-list ul {
	width: 105%;
}

.theme-list li {
	width: 586px;
	height: 190px;
	float: left;
	margin-right: 28px;
	margin-bottom: 28px;
	overflow: hidden;
}

.theme-list li img {
	width: 586px;
	height: 190px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.theme-list li:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

/*新闻资讯*/
.news-slide {
	margin-bottom:30px;
	position: relative;
}

.news-slide .bd li {
	padding: 30px 10px;
	overflow: hidden;
	position: relative;
}

.news-slide-img {
	width: 436px;
	height: 256px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 10px 20px rgba(0,0,0,.2);
	position: absolute;
	top: 60px;
	left: 15px;
	z-index: 9;
}

.news-slide-img img {
	width: 436px;
	height: 256px;	
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.news-slide-img:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.news-slide-info {
	width: 618px;
	height: 272px;
	padding-top: 48px;
	padding-left: 136px;
	padding-right: 70px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 10px 20px rgba(0,0,0,.1);
}

.news-slide-tit {
	margin-bottom: 15px;
	text-align: center;
	font-size: 20px;
	color: #3b516a;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-slide-tit a {
	color: #3b516a;
}

.news-slide-con {
	padding: 0 28px;
	height: 142px;
	background: url(../images/dh.png) no-repeat;
	overflow: hidden;
	font-size: 14px;
	color: #96989d;
	line-height: 24px;
}

.news-slide-con p {
	margin-bottom: 20px;
}

.news-slide-more {
	padding-left: 28px;
}

.news-slide-more a {
	display: block;
	width: 130px;
	height: 38px;
	border-radius: 6px;
	border: 1px #24a249 solid;
	text-align: center;
	line-height: 38px;
	font-size: 12px;
	color: #24a249;
}

.news-slide-more a:hover {
	background: #24a249;
	color: #fff;
}

.news-slide .hd {
	width: 824px;
	text-align: center;
	font-size: 0;
	position: absolute;
	bottom: 60px;
	right: 0;
	z-index: 9;
}

.news-slide .hd li {
	display: inline-block;
	width: 24px;
	height: 4px;
	margin: 0 5px;
	background: #cecdcc;
	cursor: pointer;
}

.news-slide .hd li.on {
	background: #24a249;
	width: 28px;
	height: 5px;
}

.news-list {
	overflow: hidden;
}

.news-list ul {
	width: 105%;
}

/*.news-list li {*/
/*	width: 376px;*/
/*	float: left;*/
/*	margin-right: 33px;*/
/*	margin-bottom: 25px;*/
/*	border: 1px #e6e6e6 solid;*/
/*	background: #fff;*/
/*}*/

.news-img {
	width: 376px;
	height: 206px;
	border-bottom: 1px #e6e6e6 solid;
	overflow: hidden;
}

.news-img img {
	width: 376px;
	height: 206px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.news-img:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

/*.news-info {*/
/*	padding: 15px;*/
/*}*/

.news-tit {
	margin-bottom: 20px;
	font-size: 18px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-tit a {
	color: #333;
}

.news-time {
	/*margin-bottom: 20px;*/
	padding-left: 28px;
	font-size: 14px;
	color: #999;
	background: url(../images/clock.png) no-repeat left center;
}

.news-con {
	height: 50px;
	font-size: 14px;
	color: #999;
	line-height: 26px;
	overflow: hidden;
}

/*新闻详情*/
.news-left {
	width: 840px;
	padding: 20px 0;
	margin: 0 auto;
	overflow: hidden;
}

.news-big-tit {
	padding-bottom: 20px;
	border-bottom: 1px #e3e3e3 solid;
	text-align: center;
}

.news-big-tit p {
	margin-bottom: 20px;
	font-size: 22px;
	color: #333;
}

.news-big-time {
	font-size: 12px;
	color: #999;
}

.news-big-time span {
	margin: 0 10px;
}

.news-simple {
	margin: 0 auto;
	overflow: hidden;
	padding:30px 16px;
	line-height: 25px;
	color:#656565;
	font-size: 15px;
}
.news-simple img{max-width: 100%; height: auto;}
.news-page {
	width: 820px;
	height: 64px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	line-height: 64px;
	position: relative;
	font-size: 16px;
	color: #666;
}

.news-page a {
	display: block;
	width: 100px;
	height: 64px;
	text-align: center;
	color: #666;
	float: right;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-page .back-list {
	display: block;
	padding-left: 30px;
	background: url(../images/back.png) no-repeat left center;
	color: #666;
	text-align: left;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -50px;
	z-index: 9;
}

.news-right {
	width: 320px;
	padding: 10px;
}

.notice {
	margin-bottom: 20px;
	padding: 20px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.n-tit {
	padding-bottom: 20px;
	border-bottom: 1px #e3e3e3 solid;
	font-size: 22px;
	color: #333;
}

.notice-list {
	padding: 30px 0;
}

.notice-list li {
	margin-bottom: 20px;
	padding-left: 40px;
	padding-right: 30px;
	height: 46px;
	overflow: hidden;
	font-size: 16px;
	background: url(../images/news-dot.png) no-repeat 8px 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.notice-list li a {
	color: #333;
}

.list-btn {
	display: block;
	width: 200px;
	height: 54px;
	margin: 0 auto;
	background: url(../images/white-da.png) no-repeat 190px center #24a249;
	padding-left: 60px;
	font-size: 18px;
	color: #fff;
	line-height: 54px;
}

.list-btn:hover {
	color: #fff;
	background: url(../images/white-da.png) no-repeat 190px center #24b249;
}

.news-video {
	padding: 20px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}

/*社会责任*/
.duty-slide {
	width: 382px;
	margin-right: 24px;
	border: 1px #e6e6e6 solid;
	position: relative;
}

.duty-slide .bd li {
	background: #fff;
}

.duty-img {
	width: 382px;
	height: 228px;
	overflow: hidden;
}

.duty-img img {
	width: 382px;
	height: 228px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.duty-img:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.duty-info {
	padding: 15px;
	height: 100px;
}

.duty-tit {
	margin-bottom: 10px;
	font-size: 18px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.duty-tit a {
	color: #333;
}

.duty-con {
	height: 40px;
	font-size: 12px;
	line-height: 22px;
	color: #999;
	overflow: hidden;
}

.duty-slide .hd {
	width: 100%;
	text-align: center;
	font-size: 0;
	position: absolute;
	bottom: 15px;
	left: 0;
	z-index: 9;
}

.duty-slide .hd li {
	display: inline-block;
	width: 9px;
	height: 9px;
	margin: 0 3px;
	background: url(../images/dot3.png) no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
}

.duty-slide .hd li.on {
	background: url(../images/dot2.png) no-repeat;
	background-size: 100% 100%;
}

.duty-list {
	width: 485px;
}

.duty-item {
	margin-bottom: 20px;
}

.duty-item-img {
	width: 182px;
	height: 108px;
	overflow: hidden;
}

.duty-item-img img {
	width: 182px;
	height: 108px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.duty-item-img:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.duty-item-info {
	width: 294px;
}

.duty-item-tit {
	height:auto;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 26px;
	color: #333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.duty-item-tit a {
	color: #333;
}

.duty-item-con {
	font-size: 12px;
	line-height: 21px;
	color: #999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.duty-list li {
	margin-bottom: 25px;
	font-size: 16px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.duty-list li a {
	color: #333;
}

.duty-list li:hover {
	padding-left: 20px;
}

.run {
	width: 274px;
}

.run li {
	margin-bottom: 5px;
	width: 274px;
	height: 120px;
	overflow: hidden;
}

.run li:last-child {
	margin-bottom: 0;
}

.run a {
	display: block;
	width: 274px;
	height: 120px;
	overflow: hidden;
	position: relative;
}

.run img {
	width: 274px;
	height: 120px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.run a:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.run span {
	width: 254px;
	height: 100px;
	padding: 10px;
	background: rgba(0,0,0,.5);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}

.run a:hover span {
	opacity: 1;
}

.duty li {
	padding: 25px 15px;
	margin-bottom: 20px;
	border: 1px #e6e6e6 solid;
	overflow: hidden;
}
.duty li:hover{background: #f5f5f5;cursor: pointer;}
.duty-a {
	width: 274px;
	height: 160px;
	overflow: hidden;
}

.duty-a img {
	width: 274px;
	height: 160px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.duty-a a:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.duty-b {
	width: 520px;
}

.duty-b-tit {
	height: 35px;
	margin-bottom: 10px;
	line-height: 35px;
	font-size: 16px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.duty-b-tit a {
	color: #333;
}

.duty-b-con {
	height: 82px;
	line-height: 30px;
	font-size: 14px;
	color: #999;
	overflow: hidden;
}

.duty-b-time {
	float: right;
	font-size: 14px;
	color: #999;
}

/*健康知识*/
.heal-slide {
	width: 520px;
	height: 300px;
	overflow: hidden;
	position: relative;
}

.heal-slide .bd li {
	width: 520px;
	height: 300px;
	overflow: hidden;
}

.heal-slide .bd li a {
	width: 520px;
	height: 300px;
	position: relative;
}

.heal-slide .bd li img {
	width: 520px;
	height: 300px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.heal-slide .bd li a:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.heal-slide .bd span {
	display: block;
	width: 210px;
	height: 30px;
	padding: 0 20px;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	background: rgba(36,162,73,.8);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: absolute;
	bottom: 28px;
	left: 18px;
}

.heal-slide .hd {
	width: 100%;
	text-align: right;
	font-size: 0;
	position: absolute;
	bottom: 30px;
	right: 30px;
}

.heal-slide .hd li {
	display: inline-block;
	width: 9px;
	height: 9px;
	margin: 0 3px;
	background: url(../images/dot3.png) no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
}

.heal-slide .hd li.on {
	background: url(../images/dot2.png) no-repeat;
	background-size: 100% 100%;
}

.heal-right {
	width: 658px;
}

.heal-tit {
	height: 40px;
	line-height: 40px;
	font-size: 22px;
	color: #24a249;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.heal-con {
	margin-bottom: 10px;
	font-size: 14px;
	color: #666;
	line-height: 28px;
	text-indent: 28px;
}

.heal-con a {
	color: #24a249;
}

.heal-list li {
	width: 310px;
	margin-bottom: 15px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 15px;
	background: url(../images/heal-dot.jpg) no-repeat left center;
	font-size: 14px;
	color: #666;
}

.heal-list li a {
	color: #666;
}

.know-tit {
	margin-bottom:14px;
}

.know-list {
	overflow: hidden;
}

.know-list ul {
	width: 105%;
}

.know-list li {
	margin-right: 10px;
	width: 156px;
	height: 88px;
	float: left;
	overflow: hidden;
}

.know-list a {
	display: block;
	width: 156px;
	height: 88px;
	overflow: hidden;
	position: relative;
}

.know-list img {
	width: 156px;
	height: 88px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.know-list a:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.know-list span {
	width: 136px;
	height: 68px;
	padding: 10px;
	background: rgba(0,0,0,.5);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 12px;
	color: #fff;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}

.know-list a:hover span {
	opacity: 1;
}

.heal-tab {
	margin-bottom: 24px;
	border-bottom: 1px #e6e6e6 solid;
}

.heal-tab a {
	display: inline-block;
	width: 170px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	color: #333;
}

.heal-tab a.active {
	border-bottom: 4px #24a249 solid;
	color: #24a249;
}

/*联系我们*/
.contact-left {
	width: 456px;
}

.contact-tit {
	margin-bottom: 15px;
	font-size: 20px;
	color: #24a249;
}

.contact-left li {
	margin-bottom: 10px;
	padding-left: 38px;
	font-size: 15px;
	color: #6f6f6f;
	line-height: 28px;
}

.c-icon1 {
	background: url(../images/c-icon1.png) no-repeat left center;
}

.c-icon2 {
	background: url(../images/c-icon2.png) no-repeat left center;
}

.c-icon3 {
	background: url(../images/c-icon3.png) no-repeat left center;
}

.contact-right {
	width: 670px;
	height: 386px;
}



.xg-div{width:1100px;margin: 0 auto;overflow: hidden;}
.xg-h3{font-size:32px;color:#24a249;line-height:50px;text-align: center;}
.xg-content{width:1080px;margin:40px auto;overflow: hidden;line-height: 24px;font-size: 14px;color:#656565;min-height: 380px;}
.xg-content img{max-width:100%;height: auto;}
div.fengcai ul{width: 100%;}
.p-table,.p-honur,.p-info{width:100%;margin:0 auto;overflow: hidden; font-size: 14px;line-height: 25px;color: #333;}
.p-table img{max-width: 100%;height: auto;}
.p-honur img{max-width: 100%;height: auto;}
.p-info img{max-width: 100%;height: auto;}

.p-honur table td{
    padding-left: 28px;
    margin-bottom: 30px;
    background: url(../images/p-dot.png) no-repeat left 10px;
    font-size: 14px;
    color: #666;
    line-height: 34px;
}

.news-video-box{width: 280px;height:190px;overflow: hidden;}
.xg-inside{padding:25px 0 60px;}
.xg-insidec{padding: 50px 0;}
.xg-inside20{padding:20px 0;}
.xg-inside40{padding:40px 0;}
.xg-news-left {
	width: 840px;
	padding:0 0 20px;
	margin: 0 auto;
	overflow: hidden;
}
.dizhica{font-size: 13px;}

/*社会责任页面左边列表*/
.xgzr-news-left{
	width: 840px;
	padding:0 0 20px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 10px;
}


