body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
/* structural elements 结构元素 */
dl,
dt,
dd,
ul,
ol,
li,
/* list elements 列表元素 */
pre,
/* text formatting elements 文本格式元素 */
fieldset,
lengend,
button,
input,
textarea,
/* form elements 表单元素 */
th,
td {
	/* table elements 表格元素 */
	margin: 0;
	padding: 0;
}


body,
button,
input,
select,
textarea {
	/* for ie */
	/*font: 12px/1 Tahoma, Helvetica, Arial, "宋体", sans-serif;*/
	font: 400 14px/1.2 'Microsoft Yahei', 'PingFang SC', Avenir, 'Segoe UI', 'Hiragino Sans GB', STHeiti, 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', sans-serif
		/* 用 ascii 字符表示，使得在任何编码下都无问题 */
}

h1 {
	font-size: 18px;
	/* 18px / 12px = 1.5 */
}

img {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	vertical-align: middle;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

h4,
h5,
h6 {
	font-size: 100%;
}

address,
cite,
dfn,
em,
var,
i {
	font-style: normal;
}

/* 将斜体扶正 */
code,
kbd,
pre,
samp,
tt {
	font-family: "Courier New", Courier, monospace;
}

/* 统一等宽字体 */
small {
	font-size: 12px;
}

/* 小于 12px 的中文很难阅读，让 small 正常化 */
img {
	max-width: 100%;
}

/* 重置列表元素 */
ul,
ol {
	list-style: none;
}

/* 重置文本格式元素 */
a {
	text-decoration: none;
	color: #515151;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

a:hover {
	text-decoration: none;
	color: #1B972B;
}

/* 重置表单元素 */
input,
select,
textarea,
button {
	outline: medium;
}

legend {
	color: #000;
}

/* for ie6 */
fieldset,
img {
	border: none;
}

/* img 搭车：让链接里的 img 无边框 */
input {
	vertical-align: middle;
	border: none;
	background: none;
	outline: none;
}

/* 注：optgroup 无法扶正 */
button,
input,
select,
textarea {
	font-size: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	border: none;
	height: 1px;
}

* {
	box-sizing: border-box;
}

html {
	overflow-y: scroll;
	min-width: 320px;
	color: #333;
}

html,
body {
	overflow-x: hidden;
}

/*设置左右浮动*/
.fl {
	float: left;
}

.fr {
	float: right;
}

/*清楚浮动*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.fz48 {
	font-size: 48px;
}

.fw500 {
	font-weight: 500;
}

.fz18 {
	font-size: 18px;
}

.mainbox-shadow {
	box-shadow: 0 0 15px rgba(0, 0, 0, .15);
}


.w1280 {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 10px;
}


.d-flex {
	display: flex;
}

/* 垂直水平居中 */
.d-flex-center-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

/* 垂直居中 */
.d-flex-center {
	display: flex;
	align-items: center;
}

.d-flex-start {
	display: flex;
	align-items: flex-start;
}

/* 两端对齐 */
.d-flex-between {
	display: flex;
	justify-content: space-between;
}

/* 水平居中 */
.d-flex-justify-center {
	display: flex;
	justify-content: center;
}

.align-items {
	align-items: center;
}

/* 垂直居中两端对齐 */
.d-flex-center-between {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.flex-row-reverse {
	flex-direction: row-reverse;
}

.d-flex-center-between-end {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.flex-1 {
	flex: 1;
}

.flex-column {
	flex-direction: column;
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex-shrink {
	flex-shrink: 0;
}

.transition {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.max1920 {
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
}
.max1600 {
	max-width: 1440px;
	margin: 0 auto;
	position: relative;
}
.max1400 {
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
}

.dx {
	text-transform: uppercase
}

#index {
	overflow: hidden;
	position: relative;
}

#index .swiper-button-next:after,
#index .swiper-button-prev:after {
	/*display: none;*/
	color: #fff;
	font-size: 30px;
}

/*#index .swiper-button-next,*/
/*#index .swiper-button-prev {*/
/*	letter-spacing: 2px;*/
/*	color: #fff;*/
/*	font-size: 16px;*/
/*	border-bottom: 2px #fff solid;*/
/*}*/

#index .swiper-button-prev {
	left: 60px;
}

#index .swiper-button-next {
	right: 60px;
}

.indexHeader {
	background: #00b745;
	position: relative;
	left: 0;
	right: 0;
	top: 0;
	z-index: 100;
}

.text-overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.text-overflow1 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.text-overflow2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.text-overflow3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.text-overflow4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.indexHeaderLogo {
	padding: 5px 60px 5px;
	border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.xnav {
	display: none;
	background: #00b745;
	padding: 0px;
	border-bottom: 1px solid rgba(255, 255, 255, .16);
	position: absolute;
	left:0px;
	width: 100%;
	top:65px;
	box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%);
	border-radius:0px; text-align: center;height: auto;
  line-height: normal;
}

.xnav a {
	display: inline-block;
	align-items: center;
	font-size: 18px;
	color: #fff;
	margin: 8px 0;

	/*text-shadow: 2px 2px 5px rgba(0, 0, 0, .5);*/

}
.xnav a div { line-height: normal}

.xnav a img {
	margin-right: 10px;
}

.Home_news_titile{ font-size: 30px; font-weight: bold; margin-bottom: 25px;}

.fz-22 {
	font-size: 18px;
}

.indexHeader .nav {}
.indexHeader .nav .menu-item,.indexHeader .nav .product-service-menu{
	/* display: flex;*/
	/*align-items: center;*/
	/*justify-content: center;*/
	/*position: relative;*/
    height: 60px;
	line-height: 60px;
	margin-left: 20px;
	cursor: pointer;
	color: #fff;
}



.indexHeader .nav a {
    cursor: pointer;
    color: #fff;
    height: 40px;
	overflow: hidden;
	padding: 6px 20px;
	/*display: flex;*/
	align-items: center;
	justify-content: center;
	border: 2px solid transparent;
	border-radius: 21px;
	/*text-shadow: 2px 2px 5px rgba(0, 0, 0, .5);*/
}

.indexHeader .nav a.on,
.indexHeader .nav a:hover {
	border-color: #fff;
	background: rgba(255, 255, 255, .15);
}
.indexHeader .nav .product-service-menu.on,
.indexHeader .nav .product-service-menu:hover {
	/*border-color: #fff;*/
	/*background: rgba(255, 255, 255, .15);*/
}

.indexHeaderImg a {
	margin-left: 10px;
}


.indexBox1 {
	padding: 20px 0 0;
}

.pageTitle {
	font-size: 40px;
}
.pageTitle span{
	color: #fff;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 50px;
	font-size: 20px;
	border-radius: 40px 0 40px 0;
	background: #38a569;
}
.xtBOX {
	height: 9px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0), #000000);
	opacity: 0.35;
}

.slideTxtBox {
	margin-top: 0px;
	/*padding: 0 5%;*/
}

.slideTxtBox .pic {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}
.slideTxtBox .pic img{
	transition: .5s ease-in-out;
}
.slideTxtBox .bd li {
	width: 335px;
	height: 368px;
	margin: 0 6px;
	text-align: center;
}

.slideTxtBox .bd li h4 {
	font-size: 28px;
	margin-bottom: 15px;
}

.slideTxtBox .bd li p {
	color: #6B6A6A;
	font-size: 18px;
	margin-bottom: 15px;
}

.slideTxtBox .bd li span {
	font-size: 18px;
	padding-bottom: 8px;
	color: #1B972B;
	border-bottom: 2px solid #1B972B;
}

.slideTxtBox .hd {
	padding-top: 40px;
}

.slideTxtBox .hd li {
	color: #666666;
	font-size: 12px;
	width: 120px;
	text-align: center;
	box-sizing: border-box;
	padding: 0 14px 15px;
	cursor: pointer;
	margin: 0 10px;
	border-bottom: 4px transparent solid;
}

.slideTxtBox li p {
	font-size: 12px;
	line-height: 1.4;
}

.slideTxtBox li img {
	margin-bottom: 15px;
}

.slideTxtBox li.on {
	border-bottom: 4px #9d2222 solid;
}


.indexBox2 {
	background: #fff;
	padding: 20px 0 0;
}

.indexBox2 .itemHd .picImg {}

.indexBox2 .itemHd .pic {
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
	border: 20px #fff solid;
}

/*.indexBox2 .abs {*/
/*	position: absolute;*/
/*	z-index: 10;*/
/*	left: 0;*/
/*	right: 0;*/
/*	top: 0;*/
/*	bottom: 0;*/
/*	display: flex;*/
/*	align-items: center;*/
/*	justify-content: center;*/

/*}*/

.slideTxtBox2 {
	
}

.indexBox2 .itemHdl {
	padding-top: 15%;
	background: #43c5b9;
	margin-bottom: 20px;
}

.indexBox2 .itemHdr {
	padding-top: 15%;
	background: #c644fc;
	margin-bottom: 20px;
}

.indexBox2 .itemHd {
	align-items: flex-end;
}

.indexBox2 .itemBd {
	max-width: 1280px;
	margin: 25px auto 40px;
	text-align: center;
	font-size: 27px;
	color: #777;
	line-height: 1.8;
}

.indexBox2 .itemBd h3 {
	font-size: 32px;
	color: #000;
	font-weight: 500;
	margin-bottom: 15px;
}

.indexBox2 .hd li {
	height: 36px;
	line-height: 36px;
	text-align: center;
	padding: 0 40px;
	margin: 0 20px;
	font-size: 20px;
	border-radius: 18px;
	cursor: pointer;
}

.indexBox2 .hd li.on {
	background: #999;
	color: #fff;
}

.indexBox2 .hd li.on a {
	color: #fff;
}

.indexBox3 {
	position: relative;
     padding:20px 0 0;
}

.indexBox3Abs {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 10;
	text-align: center;
	padding-top: 80px;
	bottom: 0;
}

.indexBox3Txt {
	font-size: 44px;
	line-height: 2;
	padding-bottom: 60px;
	box-sizing: border-box;
	color: #fff;
	text-shadow: 2px 2px 5px #0b0bd0;

}

.indexBox4 {
	background: #fff;
	padding: 20px 0 0;
}


.videos {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .8);

	z-index: 1000;
	display: none;

}

.vclose {
	position: absolute;
	right: 1%;
	top: 1%;
	border-radius: 100%;
	cursor: pointer;
}

#videoBox {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

#cpIndex {
	position: relative;
	overflow: hidden;
	/*height: 650px;*/
}

.swiperBoxx {
	/*padding: 3% 0 0;*/
}

#cpIndex .pic {
	width: 100%;
	margin-right: 7%;
}

#cpIndex .swiperTitle {
	font-size: 70px;
	width: 70px;
	color: #1b972b;
}

#cpIndex .swiperTitlePtxt {
	font-size: 20px;
	line-height: 2;
	padding-left: 7%;
	text-align: center;
	padding-right: 4%;
}
.a_js{
	display: none;
}
/*#cpIndex .swiper-pagination-bullet {*/
/*	border: 3px #fff solid;*/
/*	width: 12px;*/
/*	height: 12px;*/
/*	margin: 10px 0;*/
/*}*/

/*#cpIndex .swiper-pagination-bullet-active {*/
/*	background: #ae3b3b;*/
/*	border: 3px #fff solid;*/
/*	box-shadow: 0 0 10px rgba(0, 0, 0, .15);*/
/*	box-sizing: border-box;*/
/*}*/
/* 手机导航 */
	.moblie_head{display:block;height:44px;background:#fff;position:fixed;top:0px;left:0px;width:100%;z-index:9999;border-bottom:1px solid #ddd}
	.moblie_head .lf{padding-top:10px;padding-left:5%}
	.moblie_head .lf img{height:24px}
	.moblie_head .rg{padding-right:5%;padding-top:14px}
	.moblie_head .rg a img{height:16px;vertical-align:top}
	.a_txt{display:block;position:fixed;top:0px;left:0px;width:0px;height:0px;overflow:hidden;z-index:10000}
	.a_txt .div1{position:absolute;width:100%;height:100%;background:#0b0d19;filter:alpha(opacity=0);opacity:0;left:0px;top:0px;z-index:1}
	.a_txt .div2{position:absolute;width:20%;left:0px;top:5%;z-index:100;text-align:center;filter:alpha(opacity=0);opacity:0}
	.a_txt .div3{position:absolute;width:80%;right:0px;top:0px;background:#008c3f;height:100%;z-index:100;right:-80%}
	.a_txt .div3 ul{padding-left:5%;padding-right:5%}
	.a_txt .div3 ul li{border-bottom:1px solid rgba(255, 255, 255, .5)}
	.a_txt .div3 ul li a{display:block;height:55px;color:#fff;line-height:55px;padding-left:5%;font-size:20px}
	.a_txt .div3 ul li .a_js2{background:url(../img/plus.png) 98% center no-repeat;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
	.a_txt .div3 ul li .a_js2_on{background:url(../img/reduce.jpg) 98% center no-repeat;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
	.a_txt .div3 ul li .a_txt2{display:none}
	.a_txt .div3 ul li .a_txt2 a{height:44px;line-height:44px;font-size:16px}
.swiperAbs {
	position: relative;
}

.swiperAbs a {
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 30px;
	font-size: 20px;
	border-radius: 30px 0 30px 0;
	background: #38a569;
	animation: shareCodeBtnAn 0.45s ease-in-out infinite alternate;
}

@keyframes shareCodeBtnAn {
	from {
		transform: scale(0.9);
	}

	to {
		transform: scale(1);
	}
}

.indexBox6Box{
    margin: 0px 0;
}
/*.indexBox6 li{*/
/*	width: 33%;*/
/*}*/

.indexAl {
	
}


.indexAl li a {
	overflow: hidden;
	display: block;
	box-sizing: border-box;
	box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}

.indexAl li a:hover img {
	transform: scale(1.1);
}

.indexBox6 {
	padding: 20px 0 20px;
}

.indexBox6left {
	width: 46%;
}

.indexBox6lefta .picc {
	overflow: hidden;
	margin-bottom: 18px;
}

.indexBox6lefta .picc img {
	width: 100%;
}

.indexBox6lefta:hover img {
	transform: scale(1.1);
}

.indexBox6lefta p {
	font-size: 23px;
	line-height: 1.8;
}

.indexBox6Right {
	width: 46%;
}

.indexBox6Rightl {
	width: 80px;
	margin-right: 20px;
}

.indexBox6Rightl span {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #59559a;
	color: #fff;
	font-size: 30px;
	border-radius: 100%;
}

.indexBox6Rightl p {
	margin-top: 8px;
	font-size: 16px;
}

.ov {
	overflow: hidden;
}

.indexBox6Righr h6 {
	font-size: 17px;
	color: #9d2222;
	margin-bottom: 8px;
}

.indexBox6Right li {
	margin-bottom: 30px;
}

.indexBox6Righr h3 {
	font-size: 23px;
	line-height: 1.6;
}

.indexBox6Righr .indexBox6Righrtxt {
	font-size: 18px;
	line-height: 1.8;
	padding-top: 8px;
	color: #615e5e;
}


.indexMore {
	margin-top: 30px;
}

.indexMore a {
    background:  url(/assets/addons/wwh/images/more_backs.png) center center no-repeat; background-size: cover;
	color: #333;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 50px;
	font-size: 20px;
	animation: shareCodeBtnAn 0.45s ease-in-out infinite alternate;
}


.footer {
	padding: 120px 0 50px;
	background: #008c3f;
	color: #fff;
}

.footBox {
	padding: 0 5%;
}

.footerLeft {
	width: 45%;
}
.inptBox{
	padding-bottom: 10px;
	border-bottom: 2px #fff solid
}


.footerLeft h3,.footerRight h3{
	font-weight: 500;
	font-size: 28px;
	margin-bottom: 60px;
}
.footerRight h3{
	/*text-align: center;*/
	padding: 0 50px;
}


input::-webkit-input-placeholder {
	color: #fff;
	font-size: 20px;

}

.footerLeft input{
	height: 50px;
	line-height: 50px;
	color: #fff;
    font-size: 40px;
}
.footerLeft button{
	border: none;
	background: transparent;
}

.footerRight{
	width: 45%;
	margin-left: auto;
}
.footerRight li{
	margin-bottom: 10px;
	font-size: 20px;
}
.footerRight li img{
	margin-right: 8px;
}
.footGz{
	margin-top: 40px;
	font-size: 20px;
	color: #0fc968;
}

.fzitem{
	margin-left: 15px;
}
.fzitem span{
	cursor: pointer;
	margin-left: 10px;
	position: relative;
}
.fzitem img{
    max-width: 36px;
}
.fzitem .absRwm img{
    max-width: 100%;
}
.absRwm{
	position: absolute;
	width: 150px;
	height: 150px;
	top: -170px;
	left: -50px;
	display: none;
}
.fzitem span:hover .absRwm{
	display: block;
}
.topBan{
	height: 300px;
	background: url(../css/img/topBan.jpg) no-repeat;
	background-size: 100%;
}
.topBan h2{
	padding-top: 80px;
	font-size: 50px;
	color: #fff;
	text-shadow: 2px 2px 10px rgb(0 0 0 / 50%);
	font-weight: 500;
}
.qywmBox{
	/*padding: 0 5%;*/
	margin: 40px 0;
}

.qywmLeft{
	padding-right: 20px;
	font-size: 28px;
	border-right: 2px #cccccc solid;
	text-align: right;
	line-height: 2;
}
.qywmLeft a{
	margin-bottom: 25px;
}
.a_js{
	margin-left: 15px;
}
.qywmLeft a.on{
	background: #25a564;
	color: #fff;
	font-size: 36px;
	padding: 0 50px;
	line-height: 1.5;
}
.qymwRight{
	padding-left: 3%;
}

.newsBox{
	/*padding: 0 10%;*/
}
.newsBoxLeft{
	border-right: 5px #f3f8f2 solid;
	width: 80%;
	box-sizing: border-box;
	padding-right: 2%;
}
.newsTab{
	overflow-x: auto;
	margin-bottom: 30px;
	width: 100%;
	white-space: nowrap;
}
.newsTab a{
	font-size: 28px;
	line-height: 2.2;
	margin-right: 40px;
	
	border-bottom: 4px transparent solid;
}
.newsTab a.on{
	border-color: #008b3f;
}
.listHot{
	padding: 3% 0;
	border-bottom: 5px #f3f8f2 solid;
}
.listHot:hover{
	border-color:#008b3f ;
}
.listHot h6{
	font-size: 20px;
	font-weight: 500;
	color: #000001;
}
.listHot h3{
	margin: 15px 0;
	font-size: 32px;
	font-weight: 500;
	line-height: 1.5;
}
.listHot h3 span{
	color: #e00941;
	font-size: 20px;
}

.listHotTxt{
	padding-top: 10px;
	line-height: 1.8;
	font-size: 23px;
	color: #000001;
}

.listHot  .mores{
	cursor: pointer;
	background: #00813b;
	color: #fff;
	padding: 10px 20px;
	border-radius: 10px;
	font-size: 22px;
	display: inline-block;
	margin-top: 20px;
}
.listHot  .mores:hover{
	background: #1b972b;
}

.newsList li{
	padding: 3% 0;
	border-bottom: 5px #f3f8f2 solid;
}



.newsList li .newsListleft span{
	font-size: 50px;
	
}
.newsList li .newsListleft p{
	font-size: 20px;
}
.newsList li .newsListleft{
	text-align: center;
}
.newsListRight{
	margin-left: 30px;
}

.newsListRight h2{
	font-size: 32px;
	line-height: 1.5;
	font-weight: 500;
}
.newsListRight .txt1{
	padding-top: 10px;
	line-height: 1.8;
	font-size: 23px;
	color: #000001;
}
.newsList li:hover{
	border-color: #00813b;
}



.pages {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

.pages a {
	display: inline-block;
	padding: 0 10px;
	height: 30px;
	border: 1px solid #e7e7e7;
	line-height: 30px;
	background: #fff
}

.pages a.active,
.pages a:hover,
.pages span {
	border-color: #00813b;
	background: #00813b;
	line-height: 30px;
	color: #fff;
	display: inline-block;
	padding: 0 10px;
	height: 30px
}

.pages span.a1none {
	background: transparent;
	border-color: transparent
}


.mobRbox{
	font-size: 24px;
	line-height: 70px;
	
}

.newsBoxRight {
	padding-left: 3%;
}

.newsBoxRightList{
	margin-top: 40px;
}
.newsBoxRightList h3{
	font-size: 28px;
	font-weight: 500;
	padding-bottom: 15px;
	position: relative;
	margin-bottom: 30px;
}
.newsBoxRightList h3::after{
	position: absolute;
	content: "";
	left: 0;
	width: 60px;
	background: #9d2222;
	height: 4px;
	bottom: 0;
}

.newsBoxrUl{
	width: 320px;
	overflow: hidden;
}

.newsBoxrUl li h6{
	margin: 10px 0;
	font-size: 18px;
	color: #9d2222;
	font-weight: 500;
}
.newsBoxrUl li h2{
	font-size: 23px;
	font-weight: 500;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.newsBoxrUl li .pic{
	width: 276px;
}
.newsBoxrUl li {
	margin-bottom: 30px;
}
.newsImg{
	margin-top: 30px;
	position: relative;
}
.newsImg img{
	width: 100%;
}

.newsD{
	/*padding-left: 10%;*/
}

.newsD .abs{
	position: absolute;
	left: 10%;
	bottom: -20px;
	background: #59559a;
	text-align: center;
	color: #fff;
	padding:15px 10px;
	font-size: 25px;
}

.newsD .abs p{
	font-size: 16px;
}

.article{
	margin-top: 50px;
	padding-bottom: 40px;
}

.ly{
	font-size: 19px;
}
.ly span{
	color: #9d2222;
	display: inline-block;
	margin-left: 10px;
}
.article h1{
	font-size: 40px;
	font-weight: 500;
	text-align: center;
	padding: 20px 0;
	line-height: 1.5;
}
.articleTxt{
	line-height:2;
	padding-bottom: 30px;
	font-size: 28px;
}
.articleTxt img{
	margin: 20px auto;
	display: block;
	max-width: 100%;
	width: auto !important;
	height: auto !important;
}

/*分页*/
ul.pagination{width:100%;height:auto;text-align:center;position:relative;overflow:hidden;margin: 50px 0;}
.pagination li{display:inline-block;width:40px;height:40px;line-height:40px;text-align:center;background-color:#fff;margin:0px 3px;border: 1px solid #e5e5e5;transition:all 0.3s ease;}
.pagination li a{display:block;width:40px;height:40px;}
.pagination li.active, .pagination li:hover{color:#ffffff;background-color:#00813b;border-color:#00813b;}


.case-container{
	padding: 20px 0;
	overflow: hidden;
}
.case-container .case-header{
	font-size: 50px;
	font-weight: normal;
	color: #333333;
	margin: 40px auto;
	padding: 20px 0;
	text-align: center;
	position: relative;
}

.case-container .case-header::after{
	position: absolute;
	content: "";
	left: 50%;
	margin-left: -88px;
	background: #008c3f;
	bottom: 0;
	width: 176px;
	height: 3px;
}

.case-container .case-list{
	display: flex;
	flex-wrap: wrap;
}
.case-container .case-list .case-item{
	overflow: hidden;
	width: 340px;
	/*padding: 12px 20px;*/
	height: 300px;
	text-align: center;
	cursor: pointer;
	margin:10px;
	background: white;
	color: #333333;
	box-shadow: 0px 0px 24px 0px rgb(215 215 227 / 50%);
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	border-radius: 4px;
}
.case-container .case-list .case-item:hover{
	background-color:#00b351;
	border-color:#888888;
	color: white;
	-webkit-box-shadow:0 5px 10px #B8B8B8;
	-moz-box-shadow:0 5px 10px #B8B8B8;
	box-shadow:0 5px 10px #B8B8B8;

}
.case-container .case-list .case-item:hover img{
	transform: scale(1.1);
}
.case-container .case-list .case-item img{
	width: 360px;
	height: 240px;
	overflow: hidden;
}
.case-container .case-list .case-item .case-text{
	font-size: 18px;
	font-weight: normal;
	line-height: 60px;
	/*padding: 20px 0;*/

}

.movey2:hover{ -moz-transform:translateY(-5px); -webkit-transform:translateY(-5px); -o-transform:translateY(-5px); -ms-transform:translateY(-5px); transform: translateY(-5px);}

.productBox{
	padding: 0 3%;
}
.productBox .productTab{
	padding: 20px 0;
	overflow-x: auto;
	display: flex;
    /*justify-content: center;*/
}
.productBox .productTab a.on {
	border-color: #008b3f;
}
.productBox .productTab a {
	flex: none;
	font-size: 20px;
	line-height: 2.2;
	margin-right: 40px;
	border-bottom: 4px transparent solid;
}
.productBox .productTab img{
    max-height: 45px;
}
.productBox .product-list{
	padding: 0 20px;
}
.productBox .product-list .product-item{
	width: 25%;
	text-align: center;
	margin-bottom: 20px;
}
.productBox .product-list .product-item .pic {
	width: 320px;
	height:320px;
	overflow: hidden;
	margin-bottom: 10px;
}
.productBox .product-list .product-item .pic img {
    /*height: 100%;*/
	margin-bottom: 15px;
}
.productBox .product-list .product-item h4 {
	font-size: 28px;
	margin-bottom: 10px;
}

.productBox .product-list .product-item  p {
	color: #6B6A6A;
	font-size: 18px;
	margin-bottom: 15px;
}

.productBox .product-list .product-item  span {
	font-size: 18px;
	padding-bottom: 8px;
	color: #1B972B;
	border-bottom: 2px solid #1B972B;
}
/*.productBox .product-list .productLeft{*/
/*	margin: 10px;*/
/*	width: 683px;*/
/*	display: flex;*/
/*	align-items: center;*/
/*	text-align: center;*/
/*	height: 564px;*/
/*	background: #9cd2b4;*/
/*	align-content: center;*/
/*	justify-content: center;*/
/*}*/
/*.productBox .product-list .productLeft img{*/
/*	!*width: 683px;*!*/
/*	!*height: 564px;*!*/
/*	min-width: 363px;*/
/*	max-height: 466px;*/
/*}*/

/*.productBox .product-list .productRight{*/
/*	padding: 20px 50px;*/
/*}*/
/*.productBox .product-list .product-header{*/
/*	font-size: 55px;*/
/*	font-weight: normal;*/
/*	color: #040602;*/
/*	line-height: 37px;*/
/*	padding: 50px 0 30px;*/
/*}*/
/*.productBox .product-list .product-content{*/
/*	font-size: 32px;*/
/*	font-weight: normal;*/
/*	color: #040602;*/
/*	line-height: 45px;*/
/*	padding-bottom:50px;*/
/*}*/
.productBox .product-button{
	width: 244px;
	height: 63px;
	line-height: 63px;
	text-align: center;
	font-size: 37px;
	font-weight: normal;
	color: #F6F9F5;
	border-radius: 2px;
	background: #e30920;
	margin: 50px 0;
	cursor: pointer;
}
.marb20{
	margin-bottom: 20px;
}
.footer_b {width:100%;    text-align: center;}
.footer_b h3 {font-size:14px;line-height:60px;color:#fff;padding-top:20px;font-weight:normal;opacity:.8;width:75%;max-width:1440px;margin:0 auto;position:relative;}
.footer_b h3 i {font-style:normal;}
.footer_b h3 span {margin-left:20px}
.footer_b h3 span a {color:inherit;}

/*产品详情*/
#product_dt .hide {display:none !important;}
#product_dt .product-detail {margin:20px 0;box-shadow:0px 8px 36.8px 3.2px rgba(0,0,7,0.08);}
#product_dt .product-detail .tops-box {display:flex;justify-content:space-between;padding:40px 40px 50px;background-color:#fff;}
#product_dt .product-detail .tops-box .banner {width:50%;height:500px;position:relative;flex-shrink:0;}
#product_dt .product-detail .tops-box .banner .swiper-pro {height:100%;width:500px;}
#product_dt .product-detail .tops-box .banner .swiper-wrapper {height:100%;}
#product_dt .product-detail .tops-box .banner .swiper-slide {background-repeat:no-repeat;background-position:center;background-size:cover;position:relative;}
#product_dt .product-detail .tops-box .banner .swiper-slide > img {width:100%;opacity:0;}
#product_dt .product-detail .tops-box .banner .swiper-pagination-pro {width:100%;bottom:-30px;z-index:100;}
#product_dt .product-detail .tops-box .banner .swiper-pagination-bullet {width:15px;height:3px;background-color:#ddd;opacity:1;outline:none;transition:all .6s;margin:0 10px;border-radius:0;}
#product_dt .product-detail .tops-box .banner .swiper-pagination-bullet.swiper-pagination-bullet-active {opacity:1;background-color:#00813b;transition:all .6s;}
#product_dt .product-detail .tops-box .info-box {padding-left:50px;width: 52%;}
#product_dt .product-detail .tops-box .info-box .title-box {padding-bottom:20px;border-bottom:1px solid #ddd;}
#product_dt .product-detail .tops-box .info-box .title-box .t1 {font-size:30px;line-height:30px;font-weight:bold;color:#000;}
#product_dt .product-detail .tops-box .info-box .title-box .t2 {font-size:18px;line-height:18px;margin-top:20px;color:#333;}
#product_dt .product-detail .tops-box .info-box .desc {color:#666;font-size:16px;line-height:26px;margin-top:30px;height:45%;}
#product_dt .product-detail .tops-box .info-box .bottoms .query {width:150px;height:50px;line-height:50px;text-align:center;color:#fff;display:block;    background-color: #00813b;
	border-radius: 10px;
	font-size: 22px;
}
#product_dt .product-detail .tops-box .info-box .bottoms .txt {color:#bbb;font-size:12px;line-height:18px;margin-top:25px;}
#product_dt .product-detail .pro-cont {margin-top:20px;background-color:#fff;}
#product_dt .product-detail .pro-cont .pro-nav {height:64px;border-bottom:1px solid #f1f2f3;background-color:#fff;padding:0 40px;}
#product_dt .product-detail .pro-cont .pro-nav .item {font-size:16px;color:#666;padding:0 15px;height:100%;line-height:64px;position:relative;display:inline-block;margin-right:60px;cursor:pointer;}
#product_dt .product-detail .pro-cont .pro-nav .item:hover,#product_dt .product-detail .pro-cont .pro-nav .item.active {color:#00813b;font-weight:bold;}
#product_dt .product-detail .pro-cont .pro-nav .item:hover:before,#product_dt .product-detail .pro-cont .pro-nav .item.active:before {content:'';position:absolute;bottom:0;left:0;width:100%;height:1px;background-color:#00813b;}
#product_dt .product-detail .pro-cont .content {padding:40px;}
/*#product_dt .product-detail .pro-cont #cont01.content,#product_dt .product-detail .pro-cont #cont02.content {width: 850px;}*/
#product_dt .product-detail .pro-cont .content img {max-width:100%;}
#product_dt .product-detail .pro-cont .content h1 {font-size:24px;line-height:24px;color:#333;margin-bottom:20px;margin-top:20px;}
#product_dt .product-detail .pro-cont .content .download-item {width:665px;height:90px;border:1px solid #eee;display:flex;align-items:center;justify-content:space-between;}
#product_dt .product-detail .pro-cont .content .download-item .info {padding:0 30px;width:574px;}
#product_dt .product-detail .pro-cont .content .download-item .info .t1 {font-size:16px;color:#666;}
#product_dt .product-detail .pro-cont .content .download-item .info .t2 {font-size:16px;color:#999;margin-top:6px;display:block;}
#product_dt .product-detail .pro-cont .content .download-item .info .t2 i {font-size:20px;display:inline-block;margin-right:10px;color:#bbb;}
#product_dt .product-detail .pro-cont .content .download-item .download {display:flex;align-items:center;flex-direction:column;justify-content:center;width:90px;height:90px;color:#999;font-size:14px;border-left:1px solid #eee;}
#product_dt .product-detail .pro-cont .content .download-item .download i {font-size:16px;}
#product_dt .product-detail .pro-cont .content .download-item .download p {margin-top:6px;}

#cont03{
    text-align: center;
}
#cont03 img{
    width: 100%;;
}

.default-swiper .swiper-pagination{
   bottom: 0;
}
.default-swiper .swiper-button-next::after,.default-swiper .swiper-button-prev::after{
	content:'';
}
.default-swiper .swiper-button-prev{
	left: 0;
}
.default-swiper .swiper-button-next{
	right: 0;
}
.default-swiper .swiper-button-next,.default-swiper .swiper-button-prev{
	height: 50px;
	width: 50px;
	cursor: pointer;
	transition: .3s;
	border-radius: 50%;
	background-color: rgba(31,45,61,.11);
	color: #fff;
	position: absolute;
	top: 50%;
	z-index: 10;
	transform: translateY(-50%);
	text-align: center;
	font-size: 24px;
}
.default-swiper .swiper-button-next img.default-swiper .swiper-button-prev img{
	width: 20px;
}
.default-swiper .swiper-pagination-bullet{
	border: 3px #fff solid;
	width: 16px;
	height: 16px;
	margin: 10px 2px;
}

.default-swiper .swiper-pagination-bullet-active {
	background: #ae3b3b;
	border: 3px #fff solid;
	box-shadow: 0 0 10px rgb(0 0 0 / 15%);
	box-sizing: border-box;
}

.search-tab{
    font-size: 26px;
    padding: 40px 0;
    border-bottom: 1px solid #f1f1f1;
}
.tabulbox {
    height: 80px;
    line-height: 80px;
    border-bottom: 1px solid #f1f1f1;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.tabulbox .li {
    padding: 0 55px;
    height: 80px;
    line-height: 80px;
    color: #373737;
    cursor: pointer;
    position: relative;
    font-size: 18px;
    transition: all .3s ease;
}
.tabulbox .li.cur a{
    color: #07933d;
}
.tabulbox .li:hover:after, .tabulbox .li.cur:after {
    opacity: 1;
    filter: alpha(opacity=100);
}
.tabulbox .li:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 16px;
    top: calc(50% - 8px);
    right: 0;
    border-right: 1px dashed #d9d9d9;
    z-index: 1;
}
.tabulbox .li:after {
    content: "";
    position: absolute;
    height: 3px;
    width: 50px;
    bottom: 0;
    background: #07933d;
    opacity: 0;
    filter: alpha(opacity=0);
    left: calc(50% - 50px);
    transition: opacity .3s ease;
}
.footSoBox form button{
    position: absolute;
    margin-left: -50px;
}

.pc-top-ban{
	display: block;
}
.h5-top-ban{
	display: none;
}

.product-service-menu:hover  .xnav{
	/*visibility: visible;*/
	display: block;
}
.indexHeader.active{
	background: #00b745;
	position: fixed;
}
.interlock-container{
	display: flex;
	justify-content: space-between;
}

.interlock-container .left-container{
	width:1200px;
}
.interlock-container .left-container .picImg{
	width: 585px;
	height: 380px;
}

.interlock-container .right-container{
	width:193px;
	height: 380px;
}
.interlock-container .right-container .swiper-container{
	height: 380px;
	overflow: hidden;
}
.indexBox5 .banner-img{
	width: 100%;
}

.poster-container{
	height:1200px;width:100%;overflow:hidden; border-radius: 100px 0 100px;
}
.poster-container .poster-img{
	width:100%;height:800px;background-size:100% 100%;
}
.poster-container .poster-text{
	background:#019944;height:400px;
	    color: #fff;
    padding: 25px 50px;
    font-size: 50px;
}

.indexBox4 .picImg{
	object-fit:cover
}