@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	font-size: 12px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
* {
	padding: 0px;
	margin: 0px;
}
body, ul, ol, dl, dd, h1, h2, h3, h4, h5, h6, p, form, fieldset, legend, input, textarea, select, button, th, td {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	font-weight: 200;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
	list-style: none;
	font-weight: normal;
}
input, select {
	font: 100% Helvetica, Tahoma, Arial, "Microsoft YaHei", "微软雅黑" SimSun, STXihei, Heiti, sans-serif;
}
button {
	overflow: visible
}
img {
	border: none;
	max-width: 100%;
	height: auto;
}
a {
	color: #333333;
	text-decoration: none;
	font-size: 12px;
	outline: none;
	font-family: "微软雅黑";
	transition: all .5s;
	-moz-transition: all .5s; /* Firefox 4 */
	-webkit-transition: all .5s; /* Safari 和 Chrome */
	-o-transition: all .5s; /* Opera */
}
a:hover {
	text-decoration: none;
}
li {
	list-style: none;
}
input, select, button {
	font: 12px Verdana, Arial, Tahoma;
	vertical-align: middle;
}
.clear {
	clear: both;
}
.lf {
	float: left;
}
.rt {
	float: right;
}
.m {
	max-width: 1400px;
	margin: 0px auto;
}
.my {
	width: 1050px;
	margin: 0px auto;
}
.mm {
	margin-top: 60px;
}
.nm {
	margin-top: 40px;
}
.red {
	margin-bottom: 15px;
}
.red a {
	font-size: 12px!important;
}
.aa {
	color: #b5001b!important;
}
.tpd {
	width: 100%;
	height: auto;
	overflow: hidden;
	position:  relative;
}
.tpd img {
	max-width: 100%;
	transition: all .5s;
	-moz-transition: all .5s; /* Firefox 4 */
	-webkit-transition: all .5s; /* Safari 和 Chrome */
	-o-transition: all .5s; /* Opera */
	cursor: pointer;
}
.tpd img:hover {
	transform: scale(1.1)
}
/*导航*/
.header {
	width: 100%;
	background-color: #49b619;
	left: 0;
	z-index: 999;/* position: absolute; */
}
.header.on {
	position: fixed;
	top: 0;
	box-shadow: 0 0 5px #aaa;
}
.header img {
	width: 100%;
	height: auto;
	display: block;
}
.header .row {
	position: relative;
}
.header .logo {
	width: 277px;
	margin: auto;
	float: left;
}
.header .an {
	position: absolute;
	top: 15px;
	right: 15px;
	height: 14px;
	width: 24px;
	display: none;
}
.header .an span {
	width: 24px;
	height: 4px;
	background-color: #fff;
	display: block;
	position: absolute;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
.header .an span.a1 {
	top: 0;
	left: 0;
}
.header .an span.a2 {
	top: 6px;
	left: 0;
}
.header .an span.a3 {
	top: 12px;
	left: 0;
}
.header .an.n span.a2 {
	display: none;
}
.header .an.n span.a1 {
	top: 6px;
	width: 24px;
	transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.header .an.n span.a3 {
	top: 6px;
	width: 24px;
	transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
.header .nav {
	float: right;
}
.header .nav i {
	font-size: 12px;
	color: #ddd;
	line-height: 46px;
	text-align: right;
	position: absolute;
	width: 50%;
	height: 46px;
	right: 15px;
	top: 0;
	display: none;
}
.header .nav ul li {
	height: 105px;
	font-size: 15px;
	text-align: center;
	float: left;
	position: relative;
	line-height: 105px;
	background: url(../images/dh.jpg) right center no-repeat;
}
.header .nav ul li:nth-last-of-type(1) {
	background: none;
}
.header .nav ul li a.o_lm {
	line-height: 105px;
	color: #fff;
	display: block;
	font-size: 17px;
}
.header .nav ul li:hover a.o_lm {
	color: #b5001b;
}
.header .nav .y_j {
	position: relative;
	width: 90px;
}
.header .nav .e_j {
	width: 120px;
	background-color: #fff;
	position: absolute;
	top: 105px;
	left: 50%;
	margin-left: -60px;
	display: none;
	z-index: 9999;
}
.header.on .nav .e_j {
	box-shadow: 0 2px 2px #aaa;
	color: #fff
}
.header .nav .e_j .e_lm a {
	display: block;
	font-size: 14px;
	color: #555;
	line-height: 36px;
}
.header .nav .e_j .e_lm:hover a {
	background-color: #49b619;
	color: #fff;
}
.header .nav ul li:hover .e_j {
	display: block;
}
.header .nav .e_j .e_lm {
	position: relative;
}
.header .nav .e_j .e_lm em {
	font-size: 12px;
	color: #aaa;
	line-height: 36px;
	text-align: right;
	position: absolute;
	height: 36px;
	right: 15px;
	top: 0;
	z-index: 999;
	display: block;
}
.header .nav .e_j .e_lm:hover em {
	color: #fff;
}
.header .nav .e_j .s_j {
	width: 120px;
	border-left: 1px solid #fff;
	background-color: #f7f7f7;
	position: absolute;
	top: 0;
	right: -100%;
	display: none;
}
.header .nav .e_j .e_lm:hover .s_j {
	display: block;
}
.header .nav .e_j .e_lm:hover .s_j a {
	background-color: #f7f7f7;
	color: #555;
}
.header .nav .e_j .e_lm:hover .s_j a:hover {
	background-color: #49b619;
	color: #fff;
}
.nav ul {
	width: 100%;
	height: auto;
	margin-bottom: 0px;
}
@media (min-width:992px) {
.header .nav ul li {
	padding: 0 15px;
}
.header .nav .e_j {
	display: none !important;
}
.header .nav .e_j .s_j {
	display: none !important;
}
.header .nav ul li:hover .e_j {
	display: block !important;
}
.header .nav .e_j .e_lm:hover .s_j {
	display: block !important;
}
}
@media (min-width:1200px) {
.header .nav ul li {
	padding: 0 3px;
}
}
@media only screen and (max-width:992px) {
.header {
	padding: 0;
	top: 0;
}
.header .logo {
	width: auto;
	margin: 0 0 0 15px;
}
.header .logo img {
	width: auto;
	height: 50px;
}
.header .hd {
	display: none;
}
.header .xz {
	display: none;
}
.header .zy {
	margin: 0;
	position: absolute;
	right: 45px;
	top: 10px;
	font-size: 12px;
	line-height: 14px;
}
.header .an {
	display: block;
}
.header .nav {
	width: 50%;
	padding: 15px 5%;
	background-color: #000;
	height: 100%;
	position: fixed;
	margin: 0;
	top: 0;
	left: -50%;
	overflow: auto;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
.header .nav.on {
	left: 0;
	z-index: 999;
}
.header .nav i {
	display: none;
}
.header .nav ul li {
	width: 100%;
	height: auto;
	font-size: 14px;
	text-align: left;
	border-bottom: 1px solid #444;
	float: none;
	margin-right: 0;
	background: none;
}
.header .nav ul li a.o_lm {
	color: #ddd;
	line-height: 55px;
}
.header .nav ul li:hover a.o_lm {
	color: #ddd;
	border-bottom: 0;
}
.header .nav ul li.on a.o_lm {
	background: none;
	color: #fff;
}
.header .nav .e_j {
	width: 100%;
	border-top: 1px solid #444;
	background: none;
	position: relative;
	top: auto;
	left: auto;
	margin: 0;
	padding-bottom: 10px;
}
.header .nav .e_j .e_lm a {
	border-top: 0;
	font-size: 12px;
	color: #aaa;
	line-height: 32px;
}
.header .nav .e_j .e_lm:hover a {
	background: none;
}
.header .nav ul li:hover .e_j {
	display: none;
}
.header .nav .e_j .e_lm em {
	color: #ddd;
	line-height: 32px;
	text-align: right;
	width: 50%;
	height: 32px;
}
.header .nav .e_j .e_lm:hover em {
	color: #fff;
}
.header .nav .e_j .s_j {
	width: 100%;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
	border-left: 0;
	background: none;
	position: relative;
	display: none;
	top: auto;
	right: auto;
	margin-bottom: 10px;
}
.header .nav .e_j .e_lm:hover .s_j {
	display: none;
}
.header .nav .e_j .e_lm:hover .s_j a {
	background: none;
	color: #aaa;
}
.header .nav .e_j .e_lm:hover .s_j a:hover {
	background: none;
}
}
.head_h {
	width: 100%;
	height: 97px;
	background-color: #fff;
}
@media only screen and (max-width:992px) {
.head_h {
	height: 64px;
}
}
.top {
	background: #fff;
	border-bottom: 1px solid #c8d0d6;
}
.banner {
	margin: 0 auto;
	width: 100%;
}
.banner img {
	width: 100%;
}
/*轮播图*/
.sy_ban {
	width: 100%;.sy_ban
	position: relative;
}
.sy_ban a {
	display: block;
	width: 100%;
	height: 100%;
}
.sy_ban .swiper-button-prev {
	background: url(../images/banner-l.png) no-repeat;
	width: 63px;
	height: 63px;
	margin-top: -15px;
	background-size: 63px 63px;
	-webkit-background-size: 63px 63px;
	-moz-background-size: 63px 63px;
	-ms-background-size: 63px 63px;
	-o-background-size: 63px 63px;
	left: 150px;
}
.sy_ban .swiper-button-next {
	background: url(../images/banner-r.png) no-repeat;
	width: 63px;
	height: 63px;
	margin-top: -15px;
	background-size: 63px 63px;
	-webkit-background-size: 63px 63px;
	-moz-background-size: 63px 63px;
	-ms-background-size: 63px 63px;
	-o-background-size: 63px 63px;
	right: 150px;
}
.sy_ban img{ width:100%;}
@media only screen and (max-width:992px) {
.sy_ban {
	height: 23vh;
}
.sy_ban .swiper-button-next, .sy_ban .swiper-button-prev {
	display: none;
}
}
@media only screen and (max-width:320px) {
.sy_ban {
	height: 12rem;
}
}
.cpdh {
	width: 100%;
	height: 80px;
	line-height: 80px;
	background: #5bbd30;
	text-align: center;
	overflow: hidden;
}
.cpdh a {
	color: #fff;
	font-size: 20px;
	background: url(../images/dh.jpg) right center no-repeat;
	padding: 0 20px;
}
.cpdh a:nth-last-of-type(1) {
	background: none;
}
@media only screen and (max-width:640px) {
.cpdh {
	width: 100%;
	height: auto;
	line-height: 80px;
	background: #5bbd30;
	text-align: center;
	overflow: hidden;
}
.cpdh a {
	color: #fff;
	font-size: 18px;
	background: none;
	padding: 0 10px;
	width: 50%;
	float: left;
}
.cpdh a:nth-last-of-type(1) {
	background: none;
}
}
/*首页产品*/
.sycp {
	position: relative;
	border-bottom: 1px solid #858585;
	padding: 55px 0;
}
.sycp:nth-last-of-type(2) {
	border: none;
}
.bt {
	text-align: center;
	font-size: 24px;
	color: #d9ad65;
	margin-bottom: 40px;
	background: url(../images/line.png) bottom center no-repeat;
	padding-bottom: 20px;
}
.bt span {
	display: block;
	font-size: 42px;
}
.cpzs {
	width: 100%;
	overflow: hidden;
}
.cpzs .swiper-slide {
	text-align: center;
	position: relative;
}
.cpzs .swiper-button-next {
	background-image: url(../images/cpy.png);
	right: 200px;
	top: 60%;
	width: 63px;
	height: 63px;
	background-size: 63px 63px;
}
.cpzs .swiper-button-prev {
	background-image: url(../images/cpz.png);
	left: 200px;
	top: 60%;
	width: 63px;
	height: 63px;
	background-size: 63px 63px;
}
.cpzs2 {
	width: 100%;
	overflow: hidden;
}
.cpzs2 .swiper-slide {
	text-align: center;
	position: relative;
}
.cpzs2 .swiper-button-next {
	background-image: url(../images/cpy.png);
	right: 200px;
	top: 60%;
	width: 63px;
	height: 63px;
	background-size: 63px 63px;
}
.cpzs2 .swiper-button-prev {
	background-image: url(../images/cpz.png);
	left: 200px;
	top: 60%;
	width: 63px;
	height: 63px;
	background-size: 63px 63px;
}
.jia {
	position: absolute;
	z-index: 9;
	bottom: 0px;
	right: 10%;
}
@media only screen and (max-width:640px) {
.sycp {
	position: relative;
	border-bottom: 1px solid #858585;
	padding: 55px 0;
}
.sycp:nth-last-of-type(2) {
	border: none;
}
.bt {
	text-align: center;
	font-size: 24px;
	color: #d9ad65;
	margin-bottom: 40px;
	background: url(../images/line.png) bottom center no-repeat;
	padding-bottom: 20px;
}
.bt span {
	display: block;
	font-size: 42px;
}
.cpzs {
	width: 100%;
	overflow: hidden;
}
.cpzs .swiper-slide {
	text-align: center;
	position: relative;
}
.cpzs .swiper-button-next {
	background-image: url(../images/cpy.png);
	right: 0;
	top: 60%;
	width: 63px;
	height: 63px;
	background-size: 63px 63px;
}
.cpzs .swiper-button-prev {
	background-image: url(../images/cpz.png);
	left: 0;
	top: 60%;
	width: 63px;
	height: 63px;
	background-size: 63px 63px;
}
.cpzs2 {
	width: 100%;
	overflow: hidden;
}
.cpzs2 .swiper-slide {
	text-align: center;
	position: relative;
}
.cpzs2 .swiper-button-next {
	background-image: url(../images/cpy.png);
	right: 0;
	top: 60%;
	width: 63px;
	height: 63px;
	background-size: 63px 63px;
}
.cpzs2 .swiper-button-prev {
	background-image: url(../images/cpz.png);
	left: 0;
	top: 60%;
	width: 63px;
	height: 63px;
	background-size: 63px 63px;
}
.jia {
	position: absolute;
	z-index: 9;
	bottom: 0px;
	right: 10%;
}
}
.sycd {
	width: 100%;
	height: auto;
	background: #5bbd30;
	padding-bottom: 60px;
	padding-top: 30px;
}
.bt2 {
	text-align: center;
	padding: 30px 0;
	color: #fff;
	font-size: 20px;
	background: url(../images/line.png) bottom center no-repeat;
}
.bt2 span {
	display: block;
	font-size: 30px;
}
.cd1 {
	text-align: center;
	color: #fff;
}
.cd1 .tpd {
	margin-top: 30px;
}
.cd1 .tpd img {
	border-radius: 50%;
}
.cd1 span {
	font-size: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display:  block;
}
.cd1 p {
	font-size: 13px;
	overflow: hidden;
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-moz-line-clamp: 2;
	-ms-line-clamp: 2;
	-o-line-clamp: 2;
	-webkit-box-orient: vertical;
}
/*实验示范*/
.sysy {
	width: 100%;
	overflow: hidden;
	padding: 30px 0;
}
.sy1 {
	width: 100%;
	overflow: hidden;
	margin-bottom: 15px;
}
.mb {
	position: absolute;
	z-index: 9;
	background: rgba(255,255,255,.5);
	width: 100%;
	color: #fff;
	height: 45px;
	bottom: 0;
	line-height: 45px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
}
.sy1 .tpd {
	border-bottom: 8px solid #d9ad65;
	position: relative;
}
.sydt {
	width: 100%;
	overflow: hidden;
	/* height: 500px; */
	position: relative;
}
.sydt a {
    display: block;
    width: 100%;
    height: 100%;
}
.sydt .swiper-slide {
	background-size: 100%!important;
	background-repeat: no-repeat;
}
.sydt .swiper-pagination-bullet-active {
}
.sydt .swiper-pagination-bullet {
	background: #fff;
	width: 12px;
	height: 12px;
}
.sydt img{ width:100%;}
@media only screen and (max-width:640px) {
.sydt {
	width: 100%;
	overflow: hidden;
	/* height: 300px; */
	position: relative;
}
.sydt .swiper-slide {
	background-size: cover!important;
	background-repeat: no-repeat;
}
.sydt .swiper-pagination-bullet-active {
}
.sydt .swiper-pagination-bullet {
	background: #fff;
	width: 12px;
	height: 12px;
}
}
/*图片展示*/
.zs {
	margin: 40px 0;
	position: relative;
}
.zs .container {
	overflow: hidden;
}
.syzs {
	overflow: hidden;
}
.syzs .swiper-slide {
	text-align: center;
}
.syzs .swiper-button-next {
	background-image: url(../images/zsy.png);
	right: 300px;
	top: 60%;
	width: 34px;
	height: 34px;
	background-size: 34px 34px;
}
.syzs .swiper-button-prev {
	background-image: url(../images/zsz.png);
	left: 300px;
	top: 60%;
	width: 34px;
	height: 34px;
	background-size: 34px 34px;
}
@media only screen and (max-width:640px) {
.syzs .swiper-button-next {
	background-image: url(../images/zsy.png);
	right: 0;
	top: 60%;
	width: 34px;
	height: 34px;
	background-size: 34px 34px;
}
.syzs .swiper-button-prev {
	background-image: url(../images/zsz.png);
	left: 0;
	top: 60%;
	width: 34px;
	height: 34px;
	background-size: 34px 34px;
}
}
/*新闻*/


.slideTxtBox {
	width: 100%;
	text-align: left;
}
.slideTxtBox .hd {
	height: 50px;
	line-height: 50px;
	background: #e5e5e5;
	padding: 0 10px 0 0;
	position: relative;
	font-size: 14px;
}
.slideTxtBox .hd ul {
	float: left;
	position: absolute;
	height: 50px;
}
.slideTxtBox .hd ul li {
	float: left;
	padding: 0 30px;
	cursor: pointer;
	font-size: 16px;
}
@media only screen and (max-width:640px) {
	.slideTxtBox .hd ul {
	float: left;
	position: absolute;
	height: 50px;
	width:100%;
}
.slideTxtBox .hd ul li {
	float: left;
	padding: 0 15px;
	cursor: pointer;
	font-size: 16px;
	width: 33%;
	text-align:center;
}
}
.slideTxtBox .hd ul li.on {
	height: 100%;
	background: #49b619;
	color: #fff;
}
.slideTxtBox .bd ul {
	padding: 15px 0;
	zoom: 1;
}
.slideTxtBox .bd li {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dashed #e5e5e5;
	font-size: 15px;
	text-overflow: ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
.slideTxtBox .bd li .date {
	float: right;
	color: #999;
}
.xw2 {
	width: 100%;
	overflow: hidden;


}
.xwbt {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #e5e5e5;
}
.xwbt span {
	height: 100%;
	padding: 0 30px;
	background: #49b619;
	display: block;
	float: left;
	font-size: 16px;
	color: #fff;
}
.xwbt a {
	float: right;
	font-size: 16px;
	margin-right: 20px;
}
.slideTxtBox .bd li a {
	font-size: 15px;
	color: #333333;
}




.xw2 input {
	display: block;
	width: 100%;
	margin: 10px 0;
	height: 50px;
	padding-left: 20px;
	font-size: 16px;
	color: #666666;
	border: 1px solid #cacaca;
}
.xw2 textarea {
	width: 100%;
	height: 148px;
	border: 1px solid #cacaca;
	padding: 20px;
	color: #666666;
	font-size: 16px;
}
.xw2 button {
	width: 45%;
	margin: auto;
	height: 40px;
	border: none;
	line-height: 40px;
	color: #fff;
	background: #49b619;
	font-size: 16px;
	margin-top: 20px;
}
.tjxw {
	width: 100%;
	overflow: hidden;
}
.tjxw1 {
	padding: 0px;
}
.tjxw1 .tpd {
	text-align: left;
}
.tjxw1 .tpd img {
	max-width: 100%
}
.tjxw11 {
}
.tjxw2 span {
	font-size: 18px;
	color: #333333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}
.tjxw2 p {
	overflow: hidden;
	display: -webkit-box;
	line-clamp: 3;
	-webkit-line-clamp: 3;
	-moz-line-clamp: 3;
 -ms-line-clamp3;
	-o-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin: 20px 0;
	font-size: 14px;
	line-height: 30px;
}
.tjxw2 i {
	color: #666666;
	font-size: 16px;
}
.tjxw2 a {
	float: right;
	color: #49b619;
	font-size: 14px;
}
@media only screen and (max-width:640px) {
.tjxw1 .tpd img {
	width: 100%
}
.tjxw2 span {
	margin-top: 20px;
}
}
/*底部*/
.db {
	width: 100%;
	background: #f7f7f7;
}
.ddh {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #49b619;
	margin-top: 30px;
}
.ddh .container{ text-align:center;}
.db .row {
	padding: 50px 0;
}
.ddh a {
	background: url(../images/dh.jpg) right center no-repeat;
	padding: 0 20px;
	color: #fff;
	font-size: 14px;
}
.d1 {
}
.d2 {
	line-height: 30px;
	color: #333333;
	font-size: 18px;
}
.d3 {
	text-align: center;
	font-size: 16px;
}
.d3 img {
	display: block;
	margin: auto;
	margin-bottom: 15px;
}
 @media only screen and (max-width:640px) {
.db {
	width: 100%;
	background: #f7f7f7;
}
.ddh {
	width: 100%;
	height: auto;
	line-height: 50px;
	background: #49b619;
	margin-top: 30px;
	overflow: hidden;
}
.ddh .container {
	padding: 0px 5px;
}
.db .row {
	padding: 50px 0;
}
.ddh a {
	background: none;
	padding: 0 15px;
	color: #fff;
	font-size: 14px;
	width: 30%;
	display: block;
	float: left;
	text-align: center;
}
.d1 {
	text-align: center;
}
.d2 {
	line-height: 30px;
	color: #333333;
	font-size: 18px;
	margin: 20px 0;
}
.d3 {
	text-align: center;
	font-size: 16px;
}
.d3 img {
	display: block;
	margin: auto;
	margin-bottom: 15px;
}
}
.nb {
	width: 100%;
	height: 400px;
	background-size: cover!important;
}
.nbbt {
	text-align: center;
	font-size: 30px;
	color: #fff;
	margin-bottom: 40px;
	background: url(../images/line.png) bottom center no-repeat;
	padding-bottom: 20px;
	padding-top: 100px;
}
.nbbt span {
	font-size: 48px;
	display: block;
}
@media only screen and (max-width:640px) {
.nb {
	width: 100%;
	height: 400px;
	background-size: cover!important;
}
.nbbt {
	text-align: center;
	font-size: 24px;
	color: #fff;
	margin-bottom: 40px;
	background: url(../images/line.png) bottom center no-repeat;
	padding-bottom: 20px;
	padding-top: 100px;
}
.nbbt span {
	font-size: 45px;
	display: block;
}
}
.cplb {
	width: 100%;
	padding: 30px 0;
	overflow: hidden;
}
.nybt {
	margin: 30px 0;
	font-size: 30px;
}
.cpej {
	width: 100%;
}
.cplb .row {
	margin: 0;
}
.nydh {
	border: 1px solid #cccccc;
	padding: 30px 60px;
	font-size: 20px;
	text-align: center;
	font-weight: 400;
}
.nydhon{ background:#49b619; border:1px solid #49b619;	padding: 30px 60px;
	font-size: 20px;
	text-align: center;
	font-weight: 400;}
.nydhon a{font-size: 20px; color:#fff;}
.nydh a{font-size: 20px;}
.cpli {
	border: 1px solid #cccccc;
	text-align: center;
	padding: 25px;
	font-size: 14px;
	color: #333333;
}
@media only screen and (max-width:992px) {
.cpli {
	border: 1px solid #cccccc;
	text-align: center;
	padding: 20px 40px;
	font-size: 14px;
	color: #333333;
}
}
.cpli .tpd {
	margin-bottom: 30px;
}
@media only screen and (max-width:640px) {
.nybt {
	text-align: center
}
.nydh {
	border: 1px solid #cccccc;
	padding: 30px;
	font-size: 20px;
	text-align: center;
	font-weight: 400;
}
}
.nm {
}
.nmzw {
	font-size: 14px;
	line-height: 30px;
}
.nej {
	padding: 5px 0;
	border-bottom: 1px solid #d9d9d9;
}
.nej a {
	font-size: 24px;
	padding: 0 40px 0 0;
}
.xwli {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #d9d9d9;
	padding: 20px 0;
}
.xwtp {
}
.xwnr {
}
.xwnr span {
	font-size: 24px;
	font-weight: 400;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display:  block;
}
.xwnr p {
	overflow: hidden;
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-moz-line-clamp: 2;
	-ms-line-clamp: 2;
	-o-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 16px;
	line-height: 30px;
	margin: 20px 0;
}
.xwnr a {
	float: right;
	font-size: 16px;
	color: #49b619;
}
.xwnr i {
	font-size: 16px;
	color: #666666;
}
/*产品详情*/
.cpxq {
}
.cpxq1 {width:  100%;overflow:  hidden;}
.cpxq2 {
}
.cpxq1 .swiper-container {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	/* border:  1px solid #d9d9d9; */
}
.cpxq1 .swiper-slide {
	background-size: cover;
	background-position: center;
	max-width: 100%;
	text-align: center;
	padding: 0px 100px;
}
.cpxq1 .gallery-top {
	height: 380px;
	width: 100%;
	border: 1px solid #d9d9d9;
	padding-bottom: 20px;
}
.gallery-thumbs {
	height: 80px!important;
	box-sizing: border-box;
	padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
	height: 100%;
	opacity: 0.4;
	padding: 0;
	border: 1px solid #d9d9d9;
}
.gallery-thumbs .swiper-slide img{
    height: 100%;
}
.gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}
.cpxq2 span{
    font-size: 30px;
}
.cpxq2 p{
    font-size:  16px;
    line-height: 30px;
}
.cpnya{
    display:  block;
    border: 1px solid #49b619;
    line-height:  30px;
    text-align:  center;
    font-size: 14px;
    color: #49b619;
    margin-top: 20px;
    border-radius: 10px;
    padding: 10px 15px;
}
.cpxxk{
    margin-top: 20px;
}
.xxk {
	width: 100%;
	text-align: left;
	border: 1px solid #d9d9d9;
}
.xxk .bd ul{ padding:30px;}
.xxk .hd {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #e5e5e5;
	padding: 0 10px 0 0;
	position: relative;
	font-size: 14px;
}
.xxk .hd ul {
	float: left;
	position: absolute;
	height: 50px;
}
.xxk .hd ul li {
	float: left;
	padding: 0 30px;
	cursor: pointer;
	font-size: 16px;
	width: 183px;
	/* text-align:  center; */
}
.xxk .hd ul li.on {
	height: 100%;
	background: url(../images/lion.png);
	color: #fff;
	background-repeat:  no-repeat;
}
.xxk .bd ul {
	padding:30px;
	zoom: 1;
	font-size:14px;
	line-height:30px;
}
.xxk .bd li {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dashed #e5e5e5;
	font-size: 15px;
}
.xxk .bd li .date {
	float: right;
	color: #999;
}
.qtcp{}
.nm .row{ margin:0}
.jishu{}
.jtdh{
    width:  100%;
    overflow:  hidden;
    margin-top: 60px;
}
.jtdh1{
    width:  100%;
    height:  87px;
    text-align:  center;
    line-height: 62px;
    font-size: 24px;
    background:url(../images/jtdh2.png) repeat-x;
}
.jtdh1 a{     font-size: 24px;}
.jtdh1on{
    width:  100%;
    height:  87px;
    text-align:  center;
    line-height: 62px;
    font-size: 24px;	
	color:#fff;
	background:url(../images/jtdh21.png);}
.jtdh1on a{    font-size: 24px;	
	color:#fff;}
.jtnr{}
.jtnr1{
    float:  left;
    width: 50%;
}
.jtnr1:nth-last-child(2n){float:  right;}
.jtnr2{
    padding: 60px 0;
    text-align: center;
    float:  right;
    width: 50%;
}
.jtnr2:nth-last-child(2n){float:  left;}
.jtnr2 span{
    font-size:  30px;
}
.jtnr2 p{
    font-size: 18px;

}
@media only screen and (max-width: 640px) {
.cpxq {
}
.cpxq1 {width:  100%;overflow:  hidden;}
.cpxq2 {
}
.cpxq1 .swiper-container {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	/* border:  1px solid #d9d9d9; */
}
.cpxq1 .swiper-slide {
	background-size: cover;
	background-position: center;
	max-width: 100%;
	text-align: center;
	padding: 0;
}
.cpxq1 .gallery-top {
	height: 380px;
	width: 100%;
	border: 1px solid #d9d9d9;
	padding-bottom: 20px;
}
.gallery-thumbs {
	height: 80px!important;
	box-sizing: border-box;
	padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
	height: 100%;
	opacity: 0.4;
	padding: 0;
	border: 1px solid #d9d9d9;
}
.gallery-thumbs .swiper-slide img{
    height: 100%;
}
.gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}
.cpxq2 span{
    font-size: 30px;
}
.cpxq2 p{
    font-size:  16px;
    line-height: 30px;
}
.cpnya{
    display:  block;
    border: 1px solid #49b619;
    line-height:  30px;
    text-align:  center;
    font-size: 14px;
    color: #49b619;
    margin-top: 20px;
    border-radius: 10px;
    padding: 10px 15px;
}
.cpxxk{
    margin-top: 20px;
}
.xxk {
	width: 100%;
	text-align: left;
	border: 1px solid #d9d9d9;
}
.xxk .hd {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #e5e5e5;
	padding: 0 10px 0 0;
	position: relative;
	font-size: 14px;
}
.xxk .hd ul {
	float: left;
	position: absolute;
	height: 50px;
	width: 100%;
}
.xxk .hd ul li {
	float: left;
	padding: 0 10px;
	cursor: pointer;
	font-size: 16px;
	width: 33%;
	text-align:  center;
}
.xxk .hd ul li.on {
	height: 100%;
	background: url(../images/lion.png);
	color: #fff;
	background-repeat:  no-repeat;
}
.xxk .bd ul {
	padding: 15px 0;
	zoom: 1;
}
.xxk .bd li {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dashed #e5e5e5;
	font-size: 15px;
}
.xxk .bd li .date {
	float: right;
	color: #999;
}
.qtcp{}
.nm .row{ margin:0}
.jishu{}
.jtdh{
    width:  100%;
    overflow:  hidden;
    margin-top: 60px;
}
.jtdh1{
    width:  100%;
    height:  87px;
    text-align:  center;
    line-height: 62px;
    font-size: 24px;
    background:url(../images/jtdh2.png) repeat-x;
}
.jtdh1 a{ font-size:24px;}
.jtdh1on{
    width:  100%;
    height: 67px;
    text-align:  center;
    line-height: 62px;
    font-size: 24px;
    color:#fff;
    background: #49b619;
    }
.jtdh1on a{font-size:24px; color:#fff;}
.jtnr{}
.jtnr1{
    float:  right;
    width: 100%;
}
.jtnr1:nth-last-child(2n){float:  left;}
.jtnr2{
    padding: 60px 0;
    text-align: center;
    float:  left;
    width: 100%;
}
.jtnr2:nth-last-child(2n){float:  right;}
.jtnr2 span{
    font-size:  30px;
}
.jtnr2 p{
    font-size: 18px;
}
}
.synr1{margin-bottom: 40px;}
.synr11{border: 1px solid #fff;padding-bottom: 20px;transition:all .5s ;
-moz-transition: all .5s; /* Firefox 4 */
-webkit-transition:all .5s; /* Safari 和 Chrome */
-o-transition: all .5s; /* Opera */}
.synr1:hover .synr11{ box-shadow:0 1px 10px 1px #d3d3d3}
.synr1 .tpd{
}
.synr1 p{
    font-size: 13px;
    line-height: 30px;
    padding: 23px;
}
.synr1 span{
    display:  block;
    font-size: 18px;
}

.fangan{}
.fangan .container{ width:100%;overflow:hidden}
.fanr{}
.fadh{
    width: 100%;
    overflow:  hidden;
    margin: 30px 0;
}
.fadh1{
    width:  100%;
    height:  87px;
    text-align:  center;
    line-height: 62px;
    font-size: 24px;
    background:url(../images/jtdh2.png) repeat-x;
}
.fadh1 a{font-size: 24px;}
.fadh1on{
    width:  100%;
    height:  87px;
    text-align:  center;
    line-height: 62px;
    font-size: 24px;
    color:#fff;
    background: url(../images/jtdh21.png) top center;
    }
.fadh1on a{    font-size: 24px;
    color:#fff;}
.fanr1 .mb{
    background: rgba(0,0,0,.5);
}
.fanr1{
    width:  100%;
    overflow:  hidden;
    margin-bottom: 25px;
}
@media only screen and (max-width:640px) {
.fanr1 .tpd img{ width:100%;}
.nej a {
	font-size:18px;
	padding: 0 10px;
}
｝
}
.xiaocms-page {font-family: "微软雅黑";padding: 5px;margin: 5px;text-align: center;margin: 30px auto;
}
.xiaocms-page a { border-right: #ddd 1px solid; padding-right:5px;border-top: #ddd 1px solid;padding-left: 8px;padding-bottom: 5px;border-left: #ddd 1px solid;color: #49b619;margin-right: 5px;padding-top: 5px;border-bottom: #ddd 1px solid;text-decoration: none;
}
.xiaocms-page a:hover {border-right: #a0a0a0 1px solid;padding-right: 8px;border-top: #a0a0a0 1px solid;padding-left: 8px;padding-bottom: 5px;border-left: #a0a0a0 1px solid;margin-right: 5px;padding-top: 5px;border-bottom: #a0a0a0 1px solid;
}
.xiaocms-page a:active {border-right: #a0a0a0 1px solid;padding-right: 8px;border-top: #a0a0a0 1px solid;padding-left: 8px;padding-bottom: 5px;border-left: #a0a0a0 1px solid;margin-right: 5px;padding-top: 5px;border-bottom: #a0a0a0 1px solid;
}
.xiaocms-page span {border-right: #49b619 1px solid;padding-right: 8px;border-top: #49b619 1px solid;padding-left: 8px;font-weight: bold;padding-bottom: 5px;border-left: #49b619 1px solid;color: #fff;margin-right: 5px;padding-top: 5px;border-bottom: #49b619 1px solid;background-color: #49b619;
}
.xiaocms-page span.disabled {border-right: #49b619 1px solid;padding-right: 8px;border-top: #49b619 1px solid;padding-left: 8px;padding-bottom: 5px;border-left: #49b619 1px solid;color: #49b619;margin-right: 5px;padding-top: 5px;border-bottom: #49b619 1px solid;
}